.page-user-profile {
  text-align: center;
}
.page-user-profile h2 {
  font-size: 30px;
}
.page-user-profile .section-container {
  position: relative;
  text-align: left;
  margin-top: 100px;
}
.page-user-profile .section-container.profil {
  margin-top: 0;
}
.page-user-profile .section-container ul.links {
  margin: 0px;
  padding: 0px;
}
.page-user-profile .section-container ul.links li {
  display: inline-block;
  margin: 0px 18px;
  padding: 2px 0 2px 0;
}
.page-user-profile .section-container ul.links li:first-child {
  margin-left: 0;
}
.page-user-profile .section-container .button-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 980px) {
  .page-user-profile .section-container .button-container {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.page-user-profile .section-container .button-container > div:last-child {
  margin-right: 0;
}
.page-user-profile .section-container.usefull-documents .button-container {
  position: relative;
  flex-direction: column;
}
.page-user-profile .section-container.usefull-documents .button-container li {
  position: relative;
  display: block;
  margin: 25px 0 0 0;
  text-align: left;
}
.page-user-profile .section-container.usefull-documents .button-container li:nth-child(1) {
  margin: 0 0 0 0;
}
.page-user-profile .section-container.usefull-documents .button-container li .button {
  width: 100%;
  text-align: left;
}
.page-user-profile .section-container.booking.step-0 .progress-status .progress-step.step-0 {
  color: #924833;
}
.page-user-profile .section-container.booking.step-0 .progress-status .progress-step.step-0:after {
  background-color: #924833;
}
.page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-0, .page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-1 {
  color: #924833;
}
.page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-0:after, .page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-1:after {
  background-color: #924833;
}
@media screen and (max-width: 980px) {
  .page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-0 .step-name, .page-user-profile .section-container.booking.step-1 .progress-status .progress-step.step-3 .step-name {
    display: none;
  }
}
.page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-0, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-1, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-2 {
  color: #924833;
}
.page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-0:after, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-1:after, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-2:after {
  background-color: #924833;
}
@media screen and (max-width: 980px) {
  .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-0 .step-name, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-1 .step-name, .page-user-profile .section-container.booking.step-2 .progress-status .progress-step.step-3 .step-name {
    display: none;
  }
}
.page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-0, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-1, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-2, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-3 {
  color: #924833;
}
.page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-0:after, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-1:after, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-2:after, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-3:after {
  background-color: #924833;
}
@media screen and (max-width: 980px) {
  .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-0 .step-name, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-1 .step-name, .page-user-profile .section-container.booking.step-3 .progress-status .progress-step.step-2 .step-name {
    display: none;
  }
}

.availabilities-calendar h2, .availabilities-calendar h3 {
  text-align: center;
}
.availabilities-calendar h2 {
  font-size: 30px;
}
.availabilities-calendar h3 {
  font-size: 20px;
}