@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/LatoRegular.woff2") format("woff2");
}
@font-face {
  font-family: "MarcellusRegular";
  src: url("../fonts/MarcellusRegular.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  background: #fafafa;
  font-family: "LatoRegular";
  font-size: 16px;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MarcellusRegular";
  font-weight: normal;
  color: #393D44;
  text-align: center;
}

h2 {
  font-size: 22px;
  line-height: 27.5px;
}

header {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
}
header .container {
  width: 90%;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
}
header .container a {
  width: 35px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../images/btn-retour.svg) no-repeat center center;
}
header .container .logo {
  width: 100px;
  height: 55px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/flyspa.svg) no-repeat center center;
}

.main-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: url(../images/booking-bg.png) no-repeat center center;
  background-size: cover;
}
.main-login .container {
  width: 90%;
  max-width: 400px;
}
.main-login .container .logo {
  width: 152px;
  height: 76px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/flyspa-logo.svg) no-repeat center center;
}
.main-login .container h2 {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 40px;
  display: block;
  font-family: "MarcellusRegular";
}
.main-login .container .sign-apple-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 40px 0 30px;
}
.main-login .container .sign-apple-google .login-with-google-btn {
  width: 100%;
  height: 59px;
  border: 0;
  font-size: 16px;
  color: #393D44;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-login .container .sign-apple-google .login-with-google-btn:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/google-logo.svg) no-repeat center center;
}
.main-login .container .sign-apple-google .login-with-apple-btn {
  width: 100%;
  height: 59px;
  border: 0;
  font-size: 16px;
  color: #393D44;
  background: #ffffff;
  cursor: pointer;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-login .container .sign-apple-google .login-with-apple-btn:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../images/apple-logo.svg) no-repeat center center;
}
.main-login .container .text-ou {
  font-size: 17px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-login .container .text-ou:before {
  content: "";
  width: 44%;
  height: 1px;
  background: rgba(220, 220, 226, 0.2);
}
.main-login .container .text-ou:after {
  content: "";
  width: 44%;
  height: 1px;
  background: rgba(220, 220, 226, 0.2);
}
.main-login .container form {
  padding: 20px 0;
}
.main-login .container form .form-text {
  padding-bottom: 20px;
}
.main-login .container form .form-text input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #393D44;
}
.main-login .container form .pass-oublie {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  text-decoration: underline;
}
.main-login .container form .form-submit {
  display: block;
  padding: 40px 0 0 0;
  text-align: center;
}
.main-login .container form .form-submit input {
  width: 250px;
  height: 57px;
  background: rgba(255, 255, 255, 0.7) url(../images/icon-login.svg) no-repeat left 50px center;
  border-radius: 15px;
  border: 0;
  font-size: 18px;
  color: #393D44;
  font-family: "MarcellusRegular";
}
.main-login .container .inscription {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 30px;
}
.main-login .container .inscription a {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.main-login .container .passer-connexion {
  width: 200px;
  height: 50px;
  display: block;
  margin: 20px auto;
  border-radius: 15px;
  border: 2px solid #B3BEC5;
  font-size: 16px;
  color: #B3BEC5;
  text-align: center;
  line-height: 50px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(179, 190, 197, 0.4);
  background: #ffffff;
}
.header .logo {
  text-indent: -9999px;
  width: 110px;
  height: 55px;
  display: block;
  background: url(../images/logo.svg) no-repeat center center;
}

.menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  font-family: "MarcellusRegular";
  border-bottom: 1px solid rgba(179, 190, 197, 0.4);
  background: #ffffff;
}
.menu-header .logo {
  text-indent: -9999px;
  width: 110px;
  height: 55px;
  display: block;
  background: url(../images/logo.svg) no-repeat center center;
}
.menu-header .menu {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-header .menu .menu-left {
  font-size: 20px;
  line-height: 25px;
}
.menu-header .menu .menu-left a {
  color: #393D44;
}
.menu-header .menu .menu-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-header .menu .menu-right ul a {
  display: block;
}
.menu-header .menu .menu-right ul a.notif {
  width: 27px;
  height: 27px;
  background: url(../images/icon-notif.svg) no-repeat right center;
  position: relative;
}
.menu-header .menu .menu-right ul a.notif span {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 600;
  background: #FAEF9B;
  border: 1px solid #393D44;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-header .menu .menu-right ul a.account {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #1D1B20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EEDD5F;
  border-radius: 50%;
}
.menu-header .menu .menu-right ul a.burger {
  width: 16px;
  height: 12px;
  background: url(../images/icon-burger.svg) no-repeat right center;
}

.form-inscription {
  padding: 40px 0;
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.form-inscription h2 {
  padding: 20px 0;
  text-align: center;
}
.form-inscription .form-choix {
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.form-inscription .form-choix .form-radio label {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  min-height: 25px;
  height: 25px;
  display: block;
  color: #393D44;
  position: relative;
  padding-left: 25px;
}
.form-inscription .form-choix .form-radio label:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #393D44;
  border-radius: 50%;
  overflow: hidden;
}
.form-inscription .form-choix .form-radio input {
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-inscription .form-choix .form-radio input:checked ~ label:before {
  background: #192E5B;
}
.form-inscription .form-text {
  padding: 5px 0;
  width: 100%;
}
.form-inscription .form-text label {
  font-size: 14px;
  line-height: 16.8px;
  color: #393D44;
  padding-bottom: 8px;
  display: block;
}
.form-inscription .form-text input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #393D44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}
.form-inscription .form-text .pass-eye {
  position: relative;
}
.form-inscription .form-text .pass-eye button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 21px;
  height: 100%;
  text-indent: -9999px;
  border: 0;
  background: url(../images/icon-eye.svg) no-repeat center center;
}
.form-inscription .form-checkbox {
  padding: 15px 0;
}
.form-inscription .form-checkbox label {
  font-size: 16px;
  line-height: 25px;
  min-height: 25px;
  height: 25px;
  display: block;
  color: #393D44;
  position: relative;
  padding-left: 30px;
}
.form-inscription .form-checkbox label:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0px;
  border: 2px solid #393D44;
  border-radius: 2px;
  overflow: hidden;
}
.form-inscription .form-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-inscription .form-checkbox input:checked ~ label:before {
  background: #192E5B;
}
.form-inscription .btn-submit {
  width: 260px;
  height: 57px;
  margin: 20px auto 0;
  display: block;
  font-size: 18px;
  color: #FAEF9B;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393D44;
  cursor: pointer;
}
.form-inscription .react-international-phone-input-container {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inscription .react-international-phone-input-container .react-international-phone-country-selector-button {
  border: 0;
}

.validation-inscription {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.validation-inscription .container {
  max-width: 640px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.validation-inscription .container form {
  width: 100%;
}
.validation-inscription .container form label {
  font-size: 14px;
  color: #393D44;
  line-height: 17px;
  padding-bottom: 8px;
  display: block;
}
.validation-inscription .container form input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #000022;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
}
.validation-inscription .container form button {
  width: 180px;
  height: 57px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #FAEF9B;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393D44;
}

.page-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background: url(../images/bg-accueil.png) no-repeat center center;
  background-size: cover;
}
.page-home .container {
  max-width: 400px;
  width: 90%;
}
.page-home .container h1 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font-family: "LatoRegular";
}
.page-home .container a {
  width: 100%;
  display: block;
  margin-top: 40px;
}
.page-home .container a button {
  width: 100%;
  display: block;
  padding: 25px 60px;
  font-size: 18px;
  line-height: 23px;
  color: #393D44;
  font-family: "MarcellusRegular";
  text-align: center;
  background: rgba(250, 250, 250, 0.7) url(../images/icon-pro.svg) no-repeat left 70px center;
  border-radius: 15px;
  border: 0;
  cursor: pointer;
}

.container-location {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0;
}
.container-location h2 {
  padding: 0px 0 30px;
}

.form-group {
  padding: 7px 0;
}
.form-group label {
  font-size: 14px;
  color: #393D44;
  line-height: 17px;
  padding-bottom: 8px;
  display: block;
}
.form-group input {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #000022;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}

button.btn {
  width: 180px;
  height: 57px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #FAEF9B;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393D44;
  cursor: pointer;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
.menu-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-nav ul li {
  padding: 0 20px;
}
.menu-nav ul li a {
  font-size: 18px;
  line-height: 22px;
  color: rgba(57, 61, 68, 0.5);
  font-family: "MarcellusRegular";
  padding: 20px 0;
  display: block;
  position: relative;
}
.menu-nav ul li.actif a {
  color: #393D44;
}
.menu-nav ul li.actif a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #EEDD5F;
}

.main-aside {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-aside .profil {
  display: none;
}
.main-aside .link-solutions {
  width: 90%;
  display: block;
  margin: 0 auto 30px;
  max-width: 244px;
}
.main-aside .link-solutions a {
  font-size: 16px;
  color: #B3BEC5;
  border: 2px solid #B3BEC5;
  border-radius: 15px;
  display: block;
  padding: 15px 30px 15px 60px;
  background: url(../images/icon-phone.svg) no-repeat left 30px center;
}
.main-aside .menu-aside {
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
}
.main-aside .menu-aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.main-aside .menu-aside ul li a {
  height: 56px;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #393D44;
  border-radius: 25px;
  background: #d5dadc;
}
.main-aside .menu-aside ul li a:before {
  content: "";
  width: 23px;
  height: 23px;
}
.main-aside .menu-aside ul li a.home:before {
  background: url(../images/icon-home.svg) no-repeat center center;
  background-size: contain;
}
.main-aside .menu-aside ul li a.commandes:before {
  background: url(../images/icon-commandes.svg) no-repeat center center;
  background-size: contain;
}
.main-aside .menu-aside ul li a.profil:before {
  background: url(../images/icon-login.svg) no-repeat center center;
  background-size: contain;
}
.main-aside .menu-aside ul li a.contact:before {
  background: url(../images/icon-contact.svg) no-repeat center center;
  background-size: contain;
}

.container-therapeut {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 30px 0;
}

.form-duree .form-group label {
  text-align: center;
}
.form-duree .form-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 49px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}
.form-duree .form-group .btn-group button {
  width: 25%;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid rgba(57, 61, 68, 0.2);
  cursor: pointer;
}
.form-duree .form-group .btn-group button.btn-checked {
  border: 2px solid #393D44;
}
.form-duree .form-group .btn-group button:first-child {
  border-radius: 20px 0 0 20px;
}
.form-duree .form-group .btn-group button:last-child {
  border-radius: 0 20px 20px 0;
}
.form-duree .form-group .btn-group.group-3 button {
  width: 33.33%;
}
.form-duree .recap {
  text-align: center;
  padding-top: 30px;
}
.form-duree .recap p {
  color: #393D44;
}
.form-duree .recap h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 0 20px;
}
.form-duree .recap .time-prix {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  color: #393D44;
}
.form-duree .recap .time-prix span {
  font-weight: 400;
}

.form-masseur .form-group label {
  text-align: center;
}
.form-masseur .form-group .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form-masseur .form-group .btn-group .text {
  font-size: 16px;
  color: #393D44;
}
.form-masseur .form-group .btn-group .row-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 10px;
}
.form-masseur .form-group .btn-slide {
  width: 20px;
  height: 40px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.form-masseur .form-group .btn-slide.btn-prev {
  background: url(../images/icon-prev.svg) no-repeat center center;
}
.form-masseur .form-group .btn-slide.btn-next {
  background: url(../images/icon-next.svg) no-repeat center center;
}
.form-masseur .form-group .btn-day {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  border: 0;
  line-height: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}
.form-masseur .form-group .btn-day.selected {
  background: #B3BEC5;
  color: #ffffff;
}
.form-masseur .form-group .btn-hour {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 10px;
  border: 0;
  line-height: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}
.form-masseur .form-group .btn-hour.selected {
  background: #393D44;
  color: #FAEF9B;
}
.form-masseur .form-group.group-heure {
  overflow: hidden;
}
.form-masseur .form-group.group-masseur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.form-masseur .form-group.group-masseur .therapist-item {
  width: 48%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}
.form-masseur .form-group.group-masseur .therapist-item img {
  width: 25%;
}
.form-masseur .form-group.group-masseur .therapist-item .therapist-info {
  padding-right: 40px;
  position: relative;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-masseur .form-group.group-masseur .therapist-item .therapist-info button {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  text-indent: -9999px;
  background: url(../images/icon-next.svg) no-repeat center center;
}
.form-masseur .form-group.group-masseur .therapist-item .name {
  font-size: 22px;
  line-height: 28px;
  color: #393D44;
  padding-bottom: 10px;
}
.form-masseur .form-group.group-masseur .therapist-item .note {
  font-size: 14px;
  line-height: 15px;
  color: #393D44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form-masseur .form-group.group-masseur .therapist-item .note:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/icon-stars.svg) no-repeat center center;
}

.services-container .service-card {
  padding: 50px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: url(../images/bg-accueil.png) no-repeat center center !important;
  overflow: hidden;
}
.services-container .service-card .service-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-container .service-card .service-info h3 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
.services-container .service-card .service-info .more-info {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.services-container .service-card .service-info .select-button {
  width: 150px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: none;
  cursor: pointer;
}

.container-contact {
  max-width: 640px;
  padding-top: 40px;
  margin: 0 auto;
}
.container-contact h2 {
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #393D44;
}
.container-contact p {
  font-size: 16px;
  line-height: 19px;
  color: rgba(57, 61, 68, 0.5);
  padding: 40px 0 0px;
  text-align: center;
  font-family: "LatoRegular";
}
.container-contact form {
  margin-top: 30px;
}
.container-contact form .form-tel {
  margin-bottom: 15px;
}
.container-contact form .form-tel input {
  width: 100%;
  height: 150px;
  font-size: 48px;
  color: #393D44;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}
.container-contact form .form-text {
  margin-bottom: 15px;
}
.container-contact form .form-text label {
  font-size: 14px;
  line-height: 16px;
  color: #393D44;
  padding-bottom: 7px;
  display: block;
}
.container-contact form .form-text input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #393D44;
  padding: 0 15px;
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}
.container-contact form .form-textarea {
  margin-bottom: 15px;
}
.container-contact form .form-textarea label {
  font-size: 14px;
  line-height: 16px;
  color: #393D44;
  padding-bottom: 7px;
  display: block;
}
.container-contact form .form-textarea textarea {
  width: 100%;
  height: 215px;
  font-size: 14px;
  color: #393D44;
  padding: 20px 15px;
  text-align: left;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
}
.container-contact form .form-submit input {
  width: 185px;
  height: 57px;
  margin: 50px auto 40px;
  display: block;
  font-size: 18px;
  color: #FAEF9B;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393D44;
  cursor: pointer;
}

.valid-bloc {
  padding: 20px 15px 30px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: 20px;
  border: 0;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.valid-bloc .icon {
  width: 70px;
  height: 70px;
  background: url(../images/btn-ok.svg) no-repeat center center;
}
.valid-bloc p {
  font-size: 22px;
  line-height: 27px;
  color: #393D44;
  padding: 0;
}

.container-profile {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
}
.container-profile .name {
  font-size: 24px;
  line-height: 28px;
  color: #393D44;
  text-align: center;
  padding-bottom: 10px;
}
.container-profile .lieu {
  font-size: 16px;
  line-height: 19px;
  color: #393D44;
  text-align: center;
  font-size: 500;
}
.container-profile .adress {
  padding: 20px 15px;
  margin-top: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
.container-profile .adress h3 {
  font-size: 18px;
  color: #393D44;
}
.container-profile .adress .rue {
  font-size: 16px;
  line-height: 19px;
  color: #393D44;
}
.container-profile .adress .edit {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/btn-edit.svg) no-repeat center center;
}
.container-profile .list {
  margin-top: 40px;
}
.container-profile .list ul li {
  display: block;
}
.container-profile .list ul li a {
  font-size: 16px;
  color: #393D44;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid rgba(57, 61, 68, 0.2);
  background: url(../images/btn-right.svg) no-repeat center right;
}
.container-profile .list ul li.logout a {
  border-bottom: 0;
  background: url(../images/btn-logout.svg) no-repeat center right;
}
.container-profile .form {
  margin-top: 40px;
}
.container-profile .form .sexe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0 10px;
}
.container-profile .form .sexe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-profile .form .sexe label {
  font-size: 16px;
  line-height: 19px;
  color: #393D44;
  font-weight: 500;
  font-family: "LatoRegular";
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.container-profile .form .sexe label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #393D44;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.container-profile .form .sexe input:checked ~ label:before {
  background: #393D44;
}
.container-profile .form .form-group {
  padding-top: 15px;
  display: block;
}
.container-profile .form .form-group label {
  font-size: 14px;
  line-height: 16px;
  color: #393D44;
  font-weight: 500;
  display: block;
  padding-bottom: 7px;
  font-family: "LatoRegular";
}
.container-profile .form .form-group input,
.container-profile .form .form-group select {
  font-size: 16px;
  line-height: 16px;
  color: #393D44;
  font-weight: 500;
  display: block;
  padding: 15px 15px;
  font-family: "LatoRegular";
  -webkit-box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 59px;
}
.container-profile .form .form-check {
  padding: 20px 0 10px;
}
.container-profile .form .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-profile .form .form-check label {
  font-size: 16px;
  line-height: 25px;
  color: #393D44;
  font-weight: 500;
  font-family: "LatoRegular";
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: block;
}
.container-profile .form .form-check label:before {
  content: "";
  width: 21px;
  height: 21px;
  border: 2px solid #393D44;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.container-profile .form .form-check input:checked ~ label:before {
  background: url(../images/check.svg) no-repeat center;
}
.container-profile .form .form-submit {
  padding: 20px 0 15px;
}
.container-profile .form .form-submit input {
  width: 208px;
  height: 57px;
  text-align: center;
  font-size: 18px;
  color: #FAEF9B;
  display: block;
  margin: 0 auto;
  background: #393D44;
  border-radius: 15px;
  cursor: pointer;
  border: 0;
}
.container-profile .btn-remove-user {
  width: 235px;
  height: 49px;
  font-size: 16px;
  color: #FE5050;
  font-weight: 500;
  line-height: 49px;
  font-family: "LatoRegular";
  display: block;
  margin: 0px auto 50px;
  padding-left: 60px;
  background: url(../images/trash.svg) no-repeat left 30px center;
}

.btn-submit {
  width: 185px;
  height: 57px;
  margin: 50px auto 40px;
  display: block;
  font-size: 18px;
  color: #FAEF9B;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  background: #393D44;
  cursor: pointer;
}