@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;
  font-family: MarcellusRegular !important;
}

body {
  background: #fafafa;
  font-family: MarcellusRegular;
  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;
}

button,
a {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

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;
}

.header-commande {
  font-size: 34px !important;
  position: absolute;
  left: 50%;
  color: #393d44 !important;
  transform: translateX(-50%);
  display: block;
  margin: 10px auto 0;
}

.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;
  min-height: 100vh;
  background: url(../images/Booking-bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .main-login {
    background: url(../images/Login-mobile.png) no-repeat;
    background-size: cover;
  }
}

.main-login .container {
  width: 90%;
  max-width: 400px;
}

.main-login .container .logo {
  width: 152px;
  height: 76px;
  display: block;
  margin: 10px auto 0;
  text-indent: -9999px;
  background: url(../images/flyspa-logo.svg) no-repeat center center;
}

.main-login .container h2 {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  padding-top: 10px;
  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: 10px;
  padding: 20px 0;
}

.main-login .container .sign-apple-google .login-with-google-btn,
.login-with-fc-btn {
  width: 100%;
  height: 50px;
  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;
}

.kep-login-facebook {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px !important;
  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 {
  width: 100%;
  height: 50px;
  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 10px;
}

.main-login .container form .form-text {
  padding-bottom: 12px;
}

.main-login .container form .form-text input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  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: 10px 0 0;
  text-align: center;
}

.main-login .container form .form-submit input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.7) url(../images/icon-login.svg) no-repeat left 80px center;
  border-radius: 15px;
  border: 0;
  font-size: 18px;
  color: #393d44;
  font-family: "MarcellusRegular";
  margin: 7px 0;
}

.main-login .container form .form-submit button {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  border: 0;
  font-size: 18px;
  color: #393d44;
  font-family: "MarcellusRegular";
  margin: 7px 0;
  text-transform: capitalize;
  gap: 10px;
  box-shadow: none;
}

.main-login .container .inscription {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding-top: 10px;
}

.main-login .container .inscription a {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: underline;
}

.main-login .container .passer-connexion {
  display: none;
  width: 200px;
  height: 50px;
  display: none;
  margin: 20px auto;
  border-radius: 15px;
  border: 2px solid #b3bec5;
  font-size: 16px;
  color: #b3bec5;
  text-align: center;
  line-height: 50px;
}

.main-login .form-login button {
  max-width: 100%;
}

.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: 0 5%;
  height: 80px;
  align-items: center;
  -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 img.logo {
  width: 100%;
  max-width: 110px;
  min-width: 90px;
}

.menu-header .menu {
  width: 100%;
  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 {
  color: #393d44 !important;
  font-size: 20px;
  line-height: 25px;
  height: 100%;
}

.menu-header .menu .menu-left a {
  color: #393d44;
}

.burger-menu-container {
  position: absolute;
  right: 0;
  top: 15%;
  background: white;
  z-index: 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.burger-menu-container .burger-menu .item-list {
  flex-direction: column;
  gap: 0px;
}

.burger-menu-container .burger-menu .item-list li {
  padding: 7px;
}

.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-header-mobile > button{
  display: none;
}

.lang-header-mobile{
  display: block;
}

@media (max-width: 1045px) {

  .headFix{
    padding: 10px 30px !important;
  }
  .menu-header {
    justify-content: space-between;
  }

  .menu-header .menu-header-mobile > button {
    display: block;
  }

  .lang-header-mobile{
    display: none;
  }

  .menu-header .menu {
    width: fit-content;
  }

  .menu-header .menu .menu-left {
    display: none;
  }

  .menu-header .menu .menu-right ul li:last-child {
    display: block;
  }
}

.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;
  box-shadow: 0px 8px 50px 0px #0000000f;
}

.form-inscription .form-text .pass-eye {
  position: relative;
}
.form-inscription .form-text .infos {
  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-text .infos button {
  position: absolute;
  right: 20px;
  top: 0;
  width: 21px;
  height: 100%;
  text-indent: -9999px;
  border: 0;
  background: url(../images/info.svg) no-repeat center center;
}

.form-inscription .form-checkbox {
  padding: 15px 0;
}
.form-inscription .form-check {
  padding: 15px 0;
  display: flex;
}
.form-inscription .form-check input {
  border: 2px solid #393d44;
  border-radius: 2px;
  width: 21px;
  height: 21px;
}

.form-inscription .form-checkbox label,
.form-inscription .form-check 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 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 {
  max-width: 260px;
  width: 100%;
  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;
}

.form-inscription .form-text select,
.form-inscription .form-select input,
.form-inscription .form-select select {
  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,
.form-inscription .form-select .pass-eye,
.form-inscription .form-text .infos,
.form-inscription .form-select .infos {
  position: relative;
}

.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;
  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;
  min-height: calc(100vh - 80px);
  background: #393d44 url(../images/Booking-example.png) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .page-home {
    background: url(../images/home-image-mobile.png) no-repeat;
    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: 0 0 30px 0;
}

.container-location > div > button {
  min-width: 50px;
  padding: 2px 5px;
}

.container-location h2 {
  padding: 0px 0 30px;
}

.container-location .h-goback {
  padding: 10px 0;
  margin: 0;
}

/* .form-group {
  padding: 7px 0;
} */

.form-group label {
  font-size: 14px;
  color: #393d44;
  line-height: 17px;
  padding-bottom: 8px;
  display: block;
  margin-top: 15px;
}

.form-group input,
.form-group .form-control {
  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);
}

.gift-btn {
  padding: 0 30px;
  width: unset !important;
}

form.form-masseur {
  padding-bottom: 65px;
}

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

.btn-bottom button.btn {
  margin: 0 auto;
}

.menu-nav-container {
  width: 100%;
  background: #ffffff;
}

.menu-nav {
  display: flex;
  justify-content: center;
  padding: 10px 10%;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.menu-nav ul {
  align-items: center;
  gap: 5px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}

/* .menu-nav ul li {
  padding: 0 10px;
  list-style: none;
} */

.menu-nav ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
  font-family: "MarcellusRegular";
  padding: 20px 0;
  display: block;
  position: relative;
  border-radius: 40px;
  border: 1px solid #1e1e1e;
  padding: 10px 20px;
}

.menu-nav ul li.actif a {
  background-color: #393d44;
  font-size: 14px;
  padding: 10px 44px 10px 30px;
  color: #faef9b;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 50px;
  background: #393d44;
  cursor: pointer;
  width: auto;
  position: relative;
}

.menu-nav ul li.passed a {
  background-color: #393d44;
  opacity: 0.3;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  width: auto;
  padding: 10px 44px 10px 20px;
  position: relative;
}

.menu-nav ul li.actif a:after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  font-size: 1rem;
  height: 100%;
  color: #faef9b;
}

.menu-nav ul li.passed a:after {
  content: "\2713";
  position: absolute;
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  font-size: 1rem;
  height: 100%;
  color: #faef9b;
}

.menu-nav ul li span.disabled-step {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  border-radius: 50px;
  font-size: 14px;
  text-align: center;
}

.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: 250px;
}

.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,
.main-aside .menu-aside ul li button {
  height: 56px;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #393d44;
  border-radius: 25px;
  transition: background 0.3s ease;
  border: none;
}

.main-aside .menu-aside ul li a:hover,
.main-aside .menu-aside ul li button:hover {
  background: #d5dadc;
}

.main-aside .menu-aside ul li a:before,
.main-aside .menu-aside ul li button:before {
  content: "";
  width: 23px;
  height: 23px;
}

.main-aside .menu-aside ul li a.home:before,
.main-aside .menu-aside ul li button.home:before {
  background: url(../images/icon-home.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.commandes:before,
.main-aside .menu-aside ul li button.commandes:before {
  background: url(../images/icon-commandes.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.profil:before,
.main-aside .menu-aside ul li button.profil:before {
  background: url(../images/icon-login.svg) no-repeat center center;
  background-size: contain;
}

.main-aside .menu-aside ul li a.contact:before,
.main-aside .menu-aside ul li button.contact:before {
  background: url(../images/icon-contact.svg) no-repeat center center;
  background-size: contain;
}

.container-therapeut {
  width: 80%;
  /* width: 50%; */
  max-width: 840px;
  margin: 0 auto;
  /* padding: 30px 0; */
  /* padding: 15px 0 0; */
}

.form-duree .form-group label {
  text-align: center;
}

.form-duree .form-group .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
  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;
  padding: 10px;
}

.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: flex;
  overflow: hidden;
  gap: 10px;
  width: 100%;
  max-width: 670px;
}

.form-masseur .form-group .btn-group .btn-day span {
  font-size: 22px;
}

.form-masseur .form-group .btn-slide {
  width: 40px;
  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: 24px;
  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);
  font-weight: bold;
}

.form-masseur .form-group .btn-day.selected {
  background: #b3bec5;
  color: #ffffff;
}

.form-masseur .form-group .btn-hour {
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 10px;
  border: 0;
  line-height: 20px;
  cursor: pointer;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
  font-weight: bold;
}

.form-masseur .form-group .btn-hour span {
  color: #b3bec5;
}

.form-masseur .form-group .btn-hour.selected,
.form-masseur .form-group .btn-hour.selected span {
  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;
  gap: 12px;
  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;
  cursor: pointer;
}

/* .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 .btn-outline-primary.default {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  border: 0;
  text-indent: -9999px;
  background: none;
}

.form-masseur .form-group.group-masseur .therapist-item .therapist-info .btn-outline-primary {
  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 .therapist-info .btn-outline-primary.selected {
  width: 20px;
  height: 20px;
  top: 30%;
  background-size: cover !important;
  position: absolute;
  right: 0px;
  border: 0;
  text-indent: -9999px;
  background: url(../images/check.png) no-repeat center center;
}

.form-masseur .form-group.group-masseur .therapist-item .name {
  font-size: 18px;
  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: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(255, 0, 0, 0.5)), url(../images/bg-accueil.png) no-repeat center center;
  overflow: hidden;
}

.services-container .service-card .service-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-container .service-card .service-info h3 {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  text-align: left;
}

.services-container .service-card .service-info .more-info {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.7;
}

.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 rgba(255, 255, 255, 0.5);
  background: none;
  cursor: pointer;
}

.container-contact {
  max-width: 640px;
  padding-top: 40px;
  margin: 0 auto;
  padding: 40px 25px;
}

.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 > h2 {
  padding-top: 30px;
}

.container-profile {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
  width: 90%;
}

.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: 0px;
  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;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Semi-transparent white background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure it's on top of everything */
}

l-hourglass {
  z-index: 10000;
  /* Make sure it's above the background overlay */
}

.content-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 50px;
  position: relative;
  margin: 65px 0 0 0;
  justify-content: center;

  @media (max-width: 720px) {
    flex-direction: column;
    align-items: center;
  }
}

.content-wrapper .column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 420px;
}

.content-wrapper .column-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
  width: 420px;

  @media (max-width: 720px) {
    align-items: center;
  }
}

.content-wrapper .summary-box {
  align-items: flex-start;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 20px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.content-wrapper .summary-box > span:first-child + .name {
  margin-top: 25px;
}

.content-wrapper .name {
  /* align-items: center; */
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
  width: 100%;
}

.content-wrapper .image {
  background-image: url(./image.svg);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  height: 50px;
  position: relative;
  width: 50px;
}

.content-wrapper .title {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.content-wrapper .text-wrapper-2 {
  align-self: stretch;
  color: rgba(57, 61, 68, 1);
  font-family: "Marcellus", Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -3px;
  position: relative;
}

.content-wrapper .rating {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  padding: 5px 0px;
  width: 100%;
  margin-top: 4px;
  background: transparent;
}

.content-wrapper .stars {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  position: relative;
}

.content-wrapper .text-wrapper-3 {
  color: rgba(238, 221, 95, 1);
  font-family: "Font Awesome 6 Pro-Solid", Helvetica;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.content-wrapper .text-wrapper-4 {
  color: rgba(57, 61, 68, 1);
  font-family: "Lato", Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  width: fit-content;
}

.content-wrapper .div-2 {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(57, 61, 68, 0.2);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 0px 15px;
  position: relative;
  width: 100%;
}

.content-wrapper .text-wrapper-5 {
  color: rgba(57, 61, 68, 1);
  flex: 1;
  font-family: "Lato", Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
}

.content-wrapper .text-wrapper-6 {
  color: rgba(57, 61, 68, 1);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: fit-content;
  padding-left: 170px;
}

.text-wrapper-6.prixTotal {
  padding-left: 180px;
}

.content-wrapper .text-wrapper-7 {
  color: rgba(57, 61, 68, 1);
  font-family: "Font Awesome 6 Pro", Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.message-au-flypro .title-2 .text-wrapper-8 {
  display: flex;
  justify-content: space-between;
}

.content-wrapper .message-au-flypro input.form-message,
.content-wrapper .message-au-flypro textarea.form-message {
  border: 1px solid rgba(57, 61, 68, 0.3);
  border-radius: 10px;
  height: 100px;
}
.content-wrapper .message-au-flypro textarea.form-message {
  padding: 10px;
}

.content-wrapper input[type="text"] {
  border: 1px solid white;
  border-radius: 8px 0 0 8px;
  padding: 10px 15px;
  font-family: "Lato", Helvetica;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  color: rgba(57, 61, 68, 1);
}

.content-wrapper buttons {
  display: flex;
  width: 100%;
  background-color: #ffff;
  color: #0d0d0d;
  border: none;
  border-radius: 0 8px 8px 0;
  padding: 10px 20px;
  font-family: "Lato", Helvetica;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.content-wrapper button:hover {
  background-color: rgba(57, 61, 68, 0.8);
}

.content-wrapper input[type="checkbox"] {
  accent-color: rgba(57, 61, 68, 1);
  cursor: pointer;
}

.content-wrapper label {
  font-family: "Lato", Helvetica;
  font-size: 14px;
  color: rgba(57, 61, 68, 1);
  display: flex;
  gap: 5px;
  align-items: center;
}

.content-wrapper .column-2 .total {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-wrapper .column-2 .total .price .list-item-2.list-item-3 {
  display: flex;
  padding: 0 0 20px;
}

.content-wrapper .column-2 .total .price .form-4.form-with-button {
  margin-top: 15px;
  display: flex;
  color: #fff;
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  background: white;
}

.content-wrapper .column .summary-box .message-au-flypro .form-message {
  width: 100%;
  margin-top: 10px;
}

.content-wrapper .column .summary-box .message-au-flypro {
  width: 100%;
}

.content-wrapper .column-2 .button-validation {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 17px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 82%;
  margin-top: 20px;
  color: #faef9b;
}

.content-wrapper .column-2 .total .checkbox-2 {
  margin-top: 15px;
  display: flex;
  width: 350px;
}

.content-wrapper .column-2 .total .checkbox-2 .checkbox {
  margin-right: 4px;
}

.content-wrapper .column-2 .total .price .form-4.form-with-button .form-3 {
  background: white;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 1px 2px white;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 4px;
}

.flex-row {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 10px;
}

.gap-50 {
  gap: 50px;
}

.align-center {
  align-items: center;
}

.flex-1-auto {
  flex: 1 auto;
}

.no-margin,
.btn.no-margin {
  margin: 0;
}

.btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.card {
  background-color: #d9d9d9;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 531px;
}

.card-header.card-selection {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.card .card-body.empty {
  padding: 0;
  gap: 0;
  display: none; /* optional: hides the container itself */
}

.home button {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  font-family: MarcellusRegular;
  font-size: 18px;
  border-radius: 13px;
  border: none;
  /* background: transparent; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  /* text-transform: capitalize; */
}

.home button.active,
.home button:hover {
  background: #fafafa;
}

.home button[name="service"].active,
.home button[name="flypro"].active,
.home button[name="flypro"].hover,
.home button[name="service"].hover {
  background: #fafafa;
  border: 1px solid #333333;
}

.card .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.box {
  position: absolute;
  background: white;
  top: 0;
  display: flex;
  flex-direction: column;
}

.menu-left {
  flex: 1;
}

.item-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  justify-content: center;
  gap: 30px;
}

.item-list > li {
  padding: 26.5px 0;
}

.item-list > li.active {
  border-bottom: 2px solid #eedd5f;
}

.item-list > li > .item-sub-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  gap: 5px;
  cursor: pointer;
}

.content-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
  position: relative;
}

.content-wrap .list-item-with-image {
  align-items: center;
  align-self: stretch;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 40px 15px;
  position: relative;
  width: 100%;
}

.content-wrap .title {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.content-wrap .https-app {
  height: 70px;
  position: relative;
  width: 70px;
}

.content-wrap .text-wrapper {
  align-self: stretch;
  color: #393d44;
  font-family: "Lato";
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.content-wrap .div {
  align-self: stretch;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.content-wrap.merci-de-votre {
  align-self: stretch;
  font-family: "Lato-Medium";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.content-wrap .span {
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.6;
}

.content-wrap .text-wrapper-2 {
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.content-wrap .buttons {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.content-wrap .button {
  all: unset;
  align-items: center;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  justify-content: center;
  padding: 17px 60px;
  position: relative;
}

.content-wrap .book-a-treatment {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 85%;
}

.btn-grp {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
}

.service-form .btn-grp {
  max-width: 100%;
  width: 100%;
  justify-content: center;
}

button.btn-add {
  width: 45%;
  height: 57px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 0;
  border-radius: 15px;
  border: 1px solid #000000;
  background: none;
  cursor: pointer;
}

button.btn-next {
  width: 45%;
  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;
}

.form-duree {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.form-duree .form-group {
  width: 60%;
}

.row-2 .content-row,
.row-3 .content-row,
.row-4 .content-row {
  display: flex;
  justify-content: space-around;
}

.row-2 .content-row .person-services {
  width: 48%;
  min-height: 500px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: 20px 20px 0px;
  max-width: 400px;
  transition: box-shadow 0.3s ease;
  overflow: overlay;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

.row-3 .content-row .person-services,
.row-4 .content-row .person-services {
  min-height: 500px;
  width: 32%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px;
  margin: 5px;
  max-width: 400px;
  overflow: overlay;
  transition: box-shadow 0.3s ease;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
}

.row-2 {
  max-width: 884px;
}

.row-3,
.row-4 {
  max-width: 1330px;
}

.row-4 .content-row {
  overflow-x: auto;
  gap: 2%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.row-4 .content-row .person-services {
  min-width: 350px;
}

.duo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  width: 100%;
  max-width: 646px;
  margin-bottom: 25px;
  margin-top: 10px;
}

.filter-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 16px;
  color: #393d44 !important;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 10px;
}

.duo .info {
  display: flex;
  align-items: center;
}

.duo .info i {
  margin-left: 8px;
  color: #666;
  font-size: 18px;
}

.duo .toggle {
  display: flex;
  align-items: center;
}

.toggle-switch {
  position: relative;
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.3s;
}

.toggle-switch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.3s;
}

.toggle-switch.active {
  background: #4caf50;
}

.toggle-switch.active::after {
  left: 22px;
}

.price {
  font-size: 14px;
  font-weight: normal;
}

.row-4 .form-duree .form-group,
.row-3 .form-duree .form-group,
.row-2 .form-duree .form-group {
  width: 100%;
}

.flex-row {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 10px;
}

.btn-month {
  margin: 0 !important;
}

.header-therapist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* background: url(../images/background.png) no-repeat center center; */
  background: #393d44 url("../images/Y-background.png") no-repeat right center / contain;
}

.profile-picture-choose {
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.header-therapist .profile-picture-choose {
  width: 210px;
  height: 210px;
}

h2 {
  margin: 5px;
  font-size: 24px;
  /* font-weight: bold; */
}

.rating {
  font-size: 18px;
  position: absolute;
  color: #ffd700;
  right: 0px;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #000000;
  top: 20px;
}

.header-close {
  font-size: 18px !important;
  position: absolute;
  left: 0px;
  top: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  color: #000000 !important;
}

.review-list {
  margin: 60px 0 20px;
}

.reviews {
  display: flex;
  gap: 10px;
  gap: 2%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 28px 20px;
  margin: 0 -20px;
}

.review-item {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px 0px #0000000f;
  width: calc(33.333% - 20px);
  min-width: 300px;
  display: flex;
  gap: 15px;
}

.review-item .time-set {
  font-size: 12px;
}

.review-item h4 {
  margin: 5px 0 10px;
}

.user-review-stars {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 7px;
}

.user-review-stars h4 {
  margin: 0 !important;
  color: #252626 !important;
  font-size: 17px !important;
}

.review-item svg.MuiSvgIcon-root {
  width: 15px;
  height: 15px;
}

.review-item p {
  margin: 0;
  color: rgba(57, 61, 68, 0.8);
  font-size: 14px;
}

.review-item p.time-set {
  color: rgba(57, 61, 68, 1);
}

.informations {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
}

.informations h3 {
  margin-top: 0;
}

.bio,
.soins {
  margin-bottom: 20px;
}

ul {
  padding-left: 20px;
}

button.selected.image {
  background: none;
  border: none;
}

.dropdown-menu {
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  list-style: none;
  width: 350px;
  font-family: "Lato";
  margin: 25px 0 0 0;
  z-index: 999;
}

.dropdown-menu li {
  padding: 20px;
  cursor: pointer;
}

.dropdown-menu li:last-child {
  border-radius: 0px 0px 10px 10px;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}

.dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb {
  align-items: center;
  background-color: var(--white-100);
  display: flex;
  height: 74px;
  justify-content: space-between;
  padding: 10px 70px;
  position: relative;
  width: 1440px;
  width: 100%;
  max-width: 1440px;
  margin: 20px auto;
}

.breadcrumb .frame {
  align-items: center;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  height: 59px;
  justify-content: center;
  margin-bottom: -2.5px;
  margin-top: -2.5px;
  padding: 10px 20px;
  position: relative;
  width: 122px;
}

.breadcrumb .text-wrapper {
  color: var(--primary-100);
  font-family: var(--icon-20-light-font-family);
  font-size: var(--icon-20-light-font-size);
  font-style: var(--icon-20-light-font-style);
  font-weight: var(--icon-20-light-font-weight);
  letter-spacing: var(--icon-20-light-letter-spacing);
  line-height: var(--icon-20-light-line-height);
  position: relative;
  text-align: center;
  transform: rotate(-180deg);
  white-space: nowrap;
  width: fit-content;
}

.breadcrumb .div {
  color: #393d44;
  font-family: "Marcellus-Regular", Helvetica;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
  width: fit-content;
}

.breadcrumb .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}

.breadcrumb .frame-3 {
  align-items: center;
  background-color: #393d44;
  border-radius: 25px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  height: 40px;
  justify-content: center;
  padding: 10px 14.5px;
  position: relative;
}

.breadcrumb .text-wrapper-2 {
  color: #faef9b;
  font-family: "Lato-Regular", Helvetica;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.breadcrumb .icon {
  height: 9.6px;
  margin-right: -0.8px;
  position: relative;
  width: 5.6px;
}

.breadcrumb .div-wrapper {
  align-items: center;
  border: 1px solid;
  border-color: #393d44;
  border-radius: 25px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  height: 40px;
  justify-content: center;
  opacity: 0.3;
  padding: 10px 14.5px;
  position: relative;
}

.breadcrumb .text-wrapper-3 {
  color: #393d44;
  font-family: "Lato-Regular", Helvetica;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.breadcrumb .frame-4 {
  align-items: center;
  border: 1px solid;
  border-color: #000000;
  border-radius: 25px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  height: 40px;
  justify-content: center;
  opacity: 0.3;
  padding: 10px 40px;
  position: relative;
}

.breadcrumb .frame-5 {
  align-items: center;
  border: 1px solid;
  border-color: #000000;
  border-radius: 25px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 26px;
  height: 40px;
  justify-content: center;
  opacity: 0.3;
  padding: 10px 44px;
  position: relative;
}

.breadcrumb .text-wrapper-4 {
  color: var(--color-text-default-default);
  font-family: "Lato-Regular", Helvetica;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.breadcrumb .frame-6 {
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 4px 30px #0000000f;
  display: flex;
  gap: 10px;
  height: 59px;
  justify-content: center;
  margin-bottom: -2.5px;
  margin-top: -2.5px;
  padding: 10px 20px;
  position: relative;
  width: 122px;
}

.breadcrumb .frame .div .https-app {
  margin-right: 10px;
}

.services-button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 150px auto;
}

.add-person-button {
  width: 300px;
  height: 60px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-family: "MarcellusRegular";
  border: 2px solid #393d44;
  border-radius: 15px;
  background: #ffff;
  cursor: pointer;
}

.next-button {
  width: 300px;
  height: 60px;
  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;
}

.commande-history {
  width: 100%;
}

.commande-history .commande-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-width: 350px;
  margin: 50px auto;
}

.commande-history .commande-list .commande-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: white;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
}

.commande-history .commande-list .commande-card.card-disabled {
  background: #b3bec566;
}

.commande-history .commande-list .commande-card .product-details {
  display: flex;
  flex-direction: column;
}

.commande-history .commande-list .commande-card .therapist-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.commande-history .commande-list .commande-card .therapist-details img {
  width: 75px;
  height: 75px;
}

.service-wrapper {
  background: #f2f2f2;
  margin-bottom: 10px;
  border-radius: 10px;
}

.service-wrapper .service-description {
  padding: 20px;
}

.service-card button.selected {
  display: none;
}

.service-card.selected .select-button {
  display: none;
}

.service-card.selected button.selected {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
  border: 0;
  border-radius: 100%;
  text-indent: -9999px;
  background: url(../images/check.png) no-repeat center center;
}

.back-button {
  display: flex;
  align-items: center;
  padding: 13px 30px;
  font-size: 20px;
}

.arrow-left {
  margin-right: 5px;
  font-size: 20px;
}

.hotel-list {
  position: fixed;
  top: 120px;
  left: 20px;
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  padding: 10px 20px;
  border-radius: 20px;
  width: 90%;
  max-width: 417px;
  height: calc(100vh - 160px);
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hotel-list .hotel-list-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.hotel-list .hotel-list-header h3 {
  font-size: 22px;
}

.hotel-list .hotel-list-header .search {
  width: 100%;
  min-height: 59px;
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 20px;
  gap: 10px;
}

.hotel-list .hotel-list-header .search input {
  min-height: 59px;
  width: 100%;
  border: none;
}

.hotel-list .hotel-items {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  height: calc(100vh - 320px);
  list-style: none;
  gap: 20px;
  padding: 4px 8px;
  overflow-y: auto;
}

.hotel-list .hotel-items::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.hotel-item {
  display: flex;
  align-items: start;
  gap: 20px;
  cursor: pointer;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  padding: 10px 10px;
  border-radius: 20px;
}

.hotel-item .hotel-image {
  border-radius: 20px;
  width: 106px;
  height: 106px;
}

.map-marker .hotel-item .hotel-image {
  border-radius: 4px;
  width: 65px;
  height: 65px;
}

@media (max-width: 380px) {
  .hotel-item .hotel-image {
    width: 70px;
    height: 70px;
  }

  .hotel-item {
    gap: 10px;
  }
}

.hotel-item .hotel-details {
  display: flex;
  flex-direction: column;
}

.hotel-item .hotel-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hotel-item .hotel-details .badge-duo {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
  font-size: 8px;
  color: rgba(57, 61, 68, 1);
  padding: 5px 10px;
  width: fit-content;
}

.hotel-item .hotel-details .hotel-name {
  font-size: 16px;
  color: rgba(57, 61, 68, 1);
}

.hotel-item .hotel-details .hotel-rating,
.hotel-item .hotel-details .hotel-distance {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(57, 61, 68, 1);
}

.hotel-item .hotel-details .show-map {
  color: rgba(179, 190, 196, 1);
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  gap: 10px;
  font-size: 10px;
  cursor: pointer;
}

.map-marker {
  position: relative;
  width: 237px;
  height: 85px;
  background-color: white;
  border-radius: 10px;
  margin-left: -167px;
  margin-top: -115px;
}

.marker-body {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px 10px 0 0;
  border-radius: 10px;
}

.marker-body .hotel-details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.marker-tail {
  width: 40px;
  position: absolute;
  bottom: -15px;
  right: 30px;
  transform: translateX(-50%);
}

.toggle-hotel-view {
  width: 80px;
  height: 80px;
  position: fixed;
  top: 120px;
  left: 20px;
  border: none;
  border-radius: 100%;
  background: rgba(250, 239, 155, 1);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.toggle-hotel-view:hover {
  background: #3a3d43;
}

.toggle-hotel-view:hover img {
  filter: invert(1) brightness(10) contrast(100%);
}

.hotel-detail-card {
  max-width: 546px;
  background: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  padding: 10px 10px;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 447px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hotel-detail-card.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hotel-detail-card .hotel-img {
  width: 100%;
  border-radius: 10px;
  max-height: calc(100vh - 260px);
}

.hotel-detail-card .badge-duo {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
  font-size: 12.5px;
  color: rgba(57, 61, 68, 1);
  padding: 5px 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  background: white;
  top: 20px;
  left: 20px;
}

.hotel-detail-card .hotel-name {
  font-size: 27.5px;
  color: rgba(57, 61, 68, 1);
}

.hotel-detail-card .hotel-rating,
.hotel-detail-card .hotel-distance {
  font-size: 17.5px;
  color: rgba(57, 61, 68, 1);
}

.hotel-detail-card .btn-primary {
  background: rgba(57, 61, 68, 1);
  color: rgba(250, 239, 155, 1);
  width: fit-content;
  margin: 0 auto;
  padding: 15px 70px;
  border: none;
  border-radius: 15px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  font-size: 16px;
}

.hotel-detail-card .btn-primary:hover {
  background: rgba(250, 239, 155, 1);
  color: rgba(57, 61, 68, 1);
}

.hotel-detail-card .hotel-description {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
}

.hotel-detail-card .hotel-description b {
  font-size: 15px;
  color: rgba(57, 61, 68, 1);
}

.person-services .person-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 10px;
}

.person-remove {
  background: none;
  border: none;
  cursor: pointer;
}

.person-remove .remove {
  width: 16px;
  height: 16px;
}

.filter-pref {
  width: 16px;
  height: 16px;
}

.person-title .people {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.person-title span {
  display: flex;
  align-items: center;
}

.row-4 .content-row::-webkit-scrollbar {
  display: none;
}

.modal-icone {
  display: flex;
  justify-content: space-between;
}

.modal-icone img {
  width: 10px;
}

.contentModal .modal-therapist {
  /* width: 50%; */
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.card-therapist {
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
  /*margin-left: 100px;*/
}

.header-therapist .card-therapist {
  align-items: end;
}

.name-therapist {
  color: #ffffff;
  font-size: 25px;
  margin-left: 15px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

.header-therapist .name-therapist {
  margin: 0px 0 50px 20px;
}

.header-therapist .modal-therapist {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 90px;
  position: relative;
}

.header-therapist.profile-book{
  background-position-x: 83%;
}

.header-therapist.profile-book .modal-therapist{
  padding-top: 45px;
}

.header-therapist.profile-book .profile-picture-choose {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.header-therapist.profile-book .header-close {
  top: 10px;
}

.header-therapist.profile-book .rating {
  width: 90px;
  height: 45px;
  font-size: 18px;
}

.header-therapist.profile-book .https-app {
  width: 20px;
}

.profile-h2{
  margin: 15px 0 0;
  font-size: 24px;
}

.informations {
  display: flex;
  gap: 20px;
}

.info-title {
  text-align: left;
  padding-bottom: 30px;
  font-size: 24px !important;
  color: #000000;
}

.list-soin li {
  list-style: disc;
}

.btn-bottom {
  background: #b0b0b0;
  padding: 18px 10px 18px;
  margin-top: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.btn-bottom button.btn {
  height: 50px;
}

.container form .btn-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.group-mois-padding {
  margin-top: 15px;
}

.informations h4 {
  min-width: 80px;
}

.ReactModal__Content .modal-text {
  font-size: 27px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 36px;
  color: #393d44;
}
.ReactModal__Content .modal-text2 {
  font-size: 27px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 36px;
  color: #393d44;
}

.ReactModal__Content .modal-text2.text-message {
  font-size: 16px;
  line-height: 20px;
}

.ReactModal__Content .modal-hotel-name {
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  color: #393d44;
  margin: 0 0 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ReactModal__Content .modal-rating {
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  color: #393d44;
}

.ReactModal__Content .modal-distance {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
  color: #393d44;
}

.ReactModal__Content .modal-address {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000000;
  text-align: left;
  padding-top: 10px;
}

.ReactModal__Content .modal-button-container {
  display: flex;
  justify-content: space-between;
}

.ReactModal__Content .modal-button-container.hotel-modal-btn {
  justify-content: center;
}

.ReactModal__Content .modal-cancel-button {
  background-color: #fff;
  color: #393d44;
  font-size: 22.5px;
  border: 0;
  border-radius: 18.75px;
  padding: 10px 60px;
  cursor: pointer;
  width: 210px;
  height: 57px;
  text-align: center;
}

.ReactModal__Content .modal-ok-button {
  background-color: #333;
  color: #faef9b;
  font-size: 22.5px;
  border: 0;
  border-radius: 18.75px;
  padding: 10px 60px;
  cursor: pointer;
  width: 210px;
  height: 57px;
  text-align: center;
}

.address-detail {
  color: #6e6b6b;
}

/* Container */
.zone-not-served-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zone-not-served-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.zone-not-served-container p {
  font-size: 16px;
  color: #393d44;
}

.zone-not-served-container label {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0.5rem;
  display: block;
}

.zone-not-served-container input {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.zone-not-served-container button {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  margin: 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.zone-not-served-container .send-btn {
  background-color: #393d44;
  color: #faef9b;
  width: 100%;
  margin-bottom: 1rem;
}

/* .zone-not-served-container .send-btn:hover {
  background-color: #e67e00;
} */

.zone-not-served-container .support-btn {
  background-color: transparent;
  border: 1px solid #393d44;
  color: #ff8c00;
  width: 100%;
  color: #393d44;
}

/* .support-btn:hover {
  .zone-not-served-container background-color: #ff8c00;
  color: white;
} */

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  top: 10px;
  right: 50%;
  cursor: pointer;
  margin-bottom: 20px;
}

.close-btn img {
  width: 53px;
  margin: 0 auto;
}

.http-icon {
  padding-left: 5px;
}

.gift-options-container,
.buy-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 640px;
  margin: 40px auto;
}

.gift-option {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.gift-option:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);
}

.icon {
  margin-right: 15px;
}

.icon img {
  width: 40px;
  height: 40px;
}

.content {
  display: flex;
  flex-direction: column;
}

.content h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px;
  text-align: left;
}

.content h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
  text-align: left;
}

.content a {
  font-size: 14px;
  color: #b2bdc4;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.content a:hover {
  color: #b2bdc4;
}

.giftCard {
  align-items: center;
  border: 1px solid;
  border-color: #b2bdc4;
  border-radius: 15px;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  position: relative;
  margin: 20px 0 0;
}

.giftCard .text-wrapper {
  color: #b2bdc4;
}

.giftCard input:checked + .slider {
  background-color: #393d44;
}

.turn-back {
  /* padding: 10px 70px; */
}

.turn-back .div {
  font-size: 20px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.headFix {
  position: fixed;
  z-index: 1000;
  padding: 10px 70px;
}

.header.headFix + div {
  padding-top: 80px;
}

.turn-back {
  display: flex;
  align-items: center;
}

.frame .div {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.https-app {
  margin-right: 3px;
  width: 24px;
}

.hlogo {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  
}

.bigframe {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #393d44;
  border-radius: 15px;
  display: flex;
  height: 55px;
  justify-content: space-between;
  padding: 16px 16px 16px 24px;
  position: relative;
  width: 610px;
}

.services-button .btns {
  display: flex;
  gap: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.form-masseur .form-group {
  padding: 5px 0;
}

/* Notification */

.notification-breadcumb {
  background: #f4f6f9;
  padding: 15px 0px 15px 0px;
}

.notification-breadcumb .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
}

.btn-send-notif {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #faef9b;
  text-align: center;
  background: #393d44;
  border-radius: 15px;
  cursor: pointer;
  font-family: "MarcellusRegular";
  padding: 0 25px;
}

.notification {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 50px rgba(36, 36, 36, 0.06);
  border-radius: 8px;
  background-color: #fdfdfd;
  height: 95px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  gap: 12px;
  text-align: left;
  font-size: 18px;
  color: #292929;
  font-family: Lato;
  margin-bottom: 15px;
  /* cursor: pointer; */
}
.notif-cursor {
  cursor: default;
}
.notif-cursor-point {
  cursor: pointer;
}
.profile-picture {
  width: 48px;
  height: 48px;
  position: relative;
  box-shadow: 0px 8px 50px -2px rgba(0, 0, 0, 0.06);
  margin-right: 15px;
}

.avatar-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.notification-card-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 28px;
}

.notification-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.notification-card-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: #292929;
  font-family: Lato;
}

.notification-card-title-text {
  position: relative;
  line-height: 100%;
  font-weight: 500;
}

.notification-card-title-time-text {
  font-size: 14px;
  color: #7c7c7c;
}

.notification-card-content-wrapper {
  margin-top: 5px;
}

.notification-card-content-text {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  color: #525252;
  font-family: Lato;
}

.flex-start {
  justify-content: flex-start !important;
}

.container-notification {
  min-width: 90%;
  margin: 0 auto;
}

.content-wrapper.duo-pay {
  flex-direction: column;
  margin: 0;
  align-items: center;
}

.form-masseur .form-group .btn-day.disabled,
.form-masseur .form-group .btn-hour.disabled {
  color: #b3bec5;
  background: #fff;
  pointer-events: none;
  cursor: not-allowed;
  padding: 0 15px;
}

.form-masseur .form-group .btn-hour.disabled {
  padding: 0 10px;
}

.form-masseur .form-group .btn-hour.disabled span {
  color: #b3bec5;
  background: #fff;
}

.verification {
  font-size: 22px;
  text-align: center;
  margin: 50px 0;
}

.content-wrap .buttons .btn {
  width: auto;
  padding: 10px 20px;
  width: 150px;
}

.content-wrap .list-item-with-image {
  max-width: 800px;
  margin: auto;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
}

.redirect-button {
  margin-top: 10px;
  background: #ccc;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.redirect-button:hover {
  background: #999;
}

.close-button {
  margin-top: 10px;
  background: #ccc;
  color: black;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-button:hover {
  background: #999;
}

.filter-txt {
  display: ruby;
}

.filter-txt p {
  margin-left: 10px;
}

.modal-therapist .btn-group .row-date {
  display: flex;
  overflow: hidden;
  gap: 10px;
}

/* Review Sections */

.commande-card {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  text-align: center;
  min-height: 150px;
}

.commande-card div:last-child {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.column .summary-box .review-button {
  background-color: #eaeaea;
  border: 2px solid #393d44;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  width: 70%;
  text-align: center;
  color: #393d44;
  font-family: "Font Awesome 6 Pro";
  justify-content: center;
  align-self: center;
}

.ReactModal__Overlay {
  background-color: rgba(221, 221, 221, 0.6) !important;
  z-index: 9998;
}

.ReactModal__Content {
  width: 90%;
  max-width: 680px;
  padding: 40px 40px;
  background: #fafafa !important;
  border-radius: 24px !important;
  border: 0 !important;
  max-height: max-content !important;
}

#custom-popup-content.ReactModal__Content {
  padding: 0px;
  background: none !important;
  border-radius: 0px !important;
}

#custom-popup-content .contentModal {
  border: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0px 10px 62.5px 0px rgba(0, 0, 0, 0.06);
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 30px;
}

.ReactModal__Content h2 {
  font-size: 25px;
  line-height: 35px;
  color: #393d44;
  padding: 0 !important;
}

.ReactModal__Content p {
  font-size: 16px;
  line-height: 20px;
  color: #393d44;
  text-align: center;
}

.evaluation-pro {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.therapist-review-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 25px;
  padding: 10px;
  justify-content: center;
  width: 100%;
  margin: 10px auto 15px;
  gap: 5px;
}

.therapist-image {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

.therapist-review-details .therapist-image {
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

.therapist-name {
  font-size: 15px;
  font-weight: bold;
  font-family: "MarcellusRegular";
  color: #393d44;
  text-align: left;
  line-height: 1.5;
}

.therapist-item .therapist-info .name {
  display: flex;
  gap: 7px;
  align-items: center;
}

.info-therapist {
  width: 20px;
  height: 20px;
  font-size: 13px;
  color: #ffffff;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}

.stars {
  display: flex;
  justify-content: center;
}

.comment-section {
  margin: 15px 0;
}

.formField {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 40px;
  color: #faef9b;
  font-family: "Font Awesome 6 Pro";
}

.textformarea {
  width: 100%;
  position: relative;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  height: 122px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-family: Lato;
  border: none;
}

.margin-top {
  margin-top: 10px;
}

.close-button-evaluer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icon-back.svg) no-repeat center center;
  border: 0;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  position: absolute;
  left: 20px;
  top: 15px;
  text-indent: -9999px;
}

.close-button-evaluer:hover {
  background-color: #e0e0e0;
  border-color: #999;
}

.success-message-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 20px;
}

.success-check {
  position: relative;
  font-size: 20px;
  font-family: "Font Awesome 6 Pro";
  color: #393d44;
  text-align: center;
  margin-bottom: 10px;
}

.success-message {
  width: 100%;
  position: relative;
  font-size: 22px;
  font-family: Marcellus;
  color: #252626;
  text-align: center;
  display: inline-block;
  margin-bottom: 15px;
}

.review-icon {
  margin-right: 10px;
}

.reset-filter {
  border: none;
  background-color: transparent;
  margin-left: 10px;
}

.duo-card {
  display: flex;
  gap: 10px;
}

.load-more {
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-self: center;
  margin: 5px;
}

.load-more:hover {
  background-color: #f5f5f5;
  border-color: #aaa;
}

.container-service {
  max-height: calc(100vh - 147px);
}

.service-form {
  height: calc(100vh - 194.5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.container-service .service-form {
  height: calc(100vh - 264.5px);
}

@media (max-width: 923px) {
  .container-service {
    max-height: calc(100vh - 193.5px);
  }

  .service-form {
    height: calc(100vh - 311px);
  }
}

@media (max-width: 786px) {
  .container-service {
    max-height: calc(100vh - 235px);
  }

  .container-service > div {
    gap: 10px;
  }

  h2 {
    font-size: 20px;
  }

  .service-form {
    height: calc(100vh - 352.5px);
  }

  .menu-header {
    gap: 10px;
    padding: 0 10px;
  }

  .menu-header-mobile {
    gap: 5px !important;
  }

  .menu-header .menu .menu-right ul {
    gap: 10px;
  }

  .menu-nav {
    padding: 10px 5%;
  }

  .container-profile {
    width: 90%;
  }

  .ReactModal__Content {
    width: 90% !important;
  }

  .ReactModal__Content .modal-text {
    font-size: 22px;
    line-height: 26px;
  }

  .ReactModal__Content .modal-hotel-name {
    font-size: 20px;
  }

  .ReactModal__Content .modal-distance {
    font-size: 14px;
  }

  .ReactModal__Content .modal-address {
    font-size: 12px;
  }

  #custom-popup-content .contentModal {
    margin-bottom: 150px;
  }

  .ReactModal__Content .modal-cancel-button {
    font-size: 18px;
    padding: 10px 20px;
    width: 180px;
  }

  .ReactModal__Content .modal-ok-button {
    font-size: 18px;
    padding: 10px 20px;
    width: 120px;
  }

  .hotel-detail-card {
    width: 90%;
  }

  .hotel-detail-card .hotel-name {
    font-size: 22px;
  }

  .hotel-detail-card .hotel-rating,
  .hotel-detail-card .hotel-distance {
    font-size: 14px;
  }

  .service-form .content-row {
    overflow: inherit;
    flex-direction: column;
  }

  .row-2 .content-row .person-services {
    width: 100%;
    min-height: inherit;
    margin: 20px 0px 0px;
  }

  .form-duree .form-group {
    width: 100%;
  }

  .form-masseur .form-group.group-masseur {
    flex-direction: column;
  }

  .container-therapeut {
    width: 90%;
  }

  .form-masseur .form-group.group-masseur .therapist-item {
    width: 100%;
  }

  .content-wrapper.duo-pay {
    width: 90%;
  }

  .content-wrapper .column {
    width: 100%;
  }
}

@media (max-width: 393px) {
  .container-service {
    max-height: calc(100vh - 276.5px);
  }

  .service-form {
    height: calc(100vh - 394px);
  }
}

@media (max-width: 387px) {
  .container-service {
    max-height: calc(100vh - 318px);
  }

  .service-form {
    height: calc(100vh - 435.5px);
  }
}

.service-form .content-row {
  overflow: overlay;
  scrollbar-width: thin;
  scrollbar-color: lightgray transparent;
  width: 100%;
  margin-bottom: 10px;
}

.edit-phone-payload {
  display: flex;
  margin-top: 15px;
}

.edit-phone-payload .phone-input {
  display: flex;
  padding: 0 !important;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #333333 !important;
  max-height: 40px;
  border-radius: 10px 0 0 10px;
}

.edit-phone-payload .phone-input .react-international-phone-country-selector button {
  border-radius: 10px 0 0 10px;
  max-height: 40px;
  height: 100%;
}

.edit-phone-payload .phone-input input {
  max-height: 40px;
  height: 100%;
}

.edit-phone-payload .save-button {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 0 !important;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: none;
  margin: 0;
  max-height: 40px;
  width: 75%;
  border-radius: 0 10px 10px 0;
}

.container-payment-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  max-width: 500px;
  padding: 40px 0;
  margin: 0 auto;
  max-height: calc(100vh - 80px);
}

.container-payment-card .cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100vh - 158.5px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
  padding: 10px;
}

.payment-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.payment-card .flex-column {
  width: 100%;
}

.payment-card span {
  font-family: Lato !important;
  color: rgba(57, 61, 68, 1);
  font-weight: 500;
}

.payment-card .card-holder {
  font-weight: 700;
}

.payment-card .expiry {
  opacity: 0.5;
}

.menu {
  height: 100%;
}

.MuiTabs-flexContainer {
  height: 100%;
}

.has-subs button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}

.has-subs button img {
  margin: 0 !important;
}

.MuiTabs-indicator {
  height: 3px !important;
}

.cancelled-card {
  background-color: #f5f5f5 !important;
  opacity: 0.8;
  border: 1px solid #ddd;
  border-radius: 20px;
  pointer-events: none;
  pointer-events: none;
}

.rectangleDiv {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 18px 0;
  background: #b0b0b0;
  /*height: 124px;*/
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.04);
}

.rectangleDiv button.btn {
  margin: 0 auto;
}

@media (max-width: 600px) {
  .rectangleDiv {
    height: 80px;
    padding: 0 8px;
  }
}

.cancel-button.disabled {
  background-color: grey !important;
  cursor: not-allowed;
  pointer-events: none;
}

.imageIcon {
  width: 103px;
  border-radius: 20px;
  height: 103px;
  object-fit: cover;
}

.kierra {
  align-self: stretch;
  position: relative;
}

.starSharp {
  position: relative;
}

.stars {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.div {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato;
  color: #393d44;
  text-align: left;
}

.rating {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
  gap: 5px;
  text-align: center;
  font-size: 15px;
  color: #eedd5f;
  font-family: "Font Awesome 6 Pro";
}

.header-therapist .rating {
  width: 140px;
  height: 60px;
  padding: 0;
  justify-content: center;
  color: #393d44;
  font-size: 24px;
}

.header-therapist .https-app {
  width: 24px;
}

.title {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
}

.pencil {
  position: relative;
  font-size: 25px;
  font-family: "Font Awesome 6 Pro";
  text-align: center;
}

.text {
  width: 703px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.listItemWithImage {
  align-self: stretch;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  height: 133px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  gap: 10px;
  font-size: 22px;
  font-family: Marcellus;
  margin-bottom: 15px;
}

.chf {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.button {
  flex: 1;
  border-radius: 20px 0px 0px 20px;
  border: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}

.min1 {
  position: relative;
  z-index: 0;
}

.chf1 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}

.bgIcon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 44px;
  height: 44px;
}

.populaire {
  position: absolute;
  top: 1px;
  left: 14.99px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: rotate(45deg);
  transform-origin: 0 0;
}

.popular {
  width: 44px;
  position: absolute;
  margin: 0 !important;
  top: 0px;
  left: 61.33px;
  height: 44px;
  z-index: 2;
  text-align: center;
  font-size: 7px;
  color: #fff;
}

.popular2 {
  position: relative;
  text-transform: uppercase;
}

.popular1 {
  margin: 0 !important;
  position: absolute;
  top: 1px;
  right: 0.97px;
  background-color: #393d44;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 3px 1px;
  z-index: 3;
  font-size: 10px;
  color: #fff;
  font-family: Satoshi;
}

.button1 {
  flex: 1;
  border: 2px solid #393d44;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  position: relative;
}

.button2 {
  flex: 1;
  border-radius: 0px 20px 20px 0px;
  border-left: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}

.tab {
  width: 322px;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(57, 61, 68, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.date {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-align: left;
}

.massageType1 {
  position: relative;
  font-weight: 500;
  display: inline-block;
  flex-shrink: 0;
}

.dure1h30min {
  flex: 1;
  position: relative;
  font-weight: 500;
}

.price1 {
  align-self: stretch;
  border-bottom: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px 15px;
  gap: 10px;
}

.rueDeGeneva {
  margin: 0;
}

.rueDeGenevaContainer {
  width: 294px;
  position: relative;
  font-weight: 500;
  display: inline-block;
  flex-shrink: 0;
}

.messageAuFlypro1 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato-Regular";
  color: #393d44;
  text-align: left;
}

.title1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
}

.width-100-100 {
  width: 100% !important;
}

.cmd-edit-txt-area {
  flex: 1;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato-Regular", Helvetica;
  color: rgba(57, 61, 68, 0.5);
  text-align: left;
  display: inline-block;
}

.messageAuFlypro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  font-size: 20px;
}

.listItemWithImageParent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 150px !important;
  gap: 46px;
  text-align: left;
  font-size: 16px;
  color: #393d44;
  font-family: Lato;
}

.edit-button {
  background-color: #ffd700;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.cancel-button {
  background-color: red;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.unset-box-shadow {
  box-shadow: unset !important;
}

.booking-comparison-card {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 20px;
  margin-bottom: 16px;
}

.comparison-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.btn.confirm-btn {
  background-color: #4caf50;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.btn.cancel-btn {
  background-color: #ccc;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.selected-product-display {
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.space-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.success {
  color: #00ff00;
}

.margin-top-min-30 {
  margin-top: -30px !important;
}

.top-min-15 {
  top: -15px !important;
}

.flypro-book {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 60px;
  color: #393d44;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 8px 50px 0px #0000000f;
}

.form-details-booking {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 50px auto;
  justify-content: space-between;
  max-width: 1200px;
}
.details-book {
  width: 67%;
  margin: 0;
  max-width: 100%;
}

.details-book .form-text {
  margin: 0px 0 20px 0;
  padding: 0;
}

.map-book {
  padding: 40px 0 60px;
  margin: 0px;
  width: 30%;
}

.map-book .map-container {
  height: 100%;
}

.map-book .map-container div {
  border-radius: 20px;
}

.modal-buttons {
  display: flex;
  gap: 10px;
}

.modal-buttons button {
  min-width: 48%;
}

/* ---------- Layout helpers ---------- */
.commande-edit {
  --ce-border: 1px solid rgba(57, 61, 68, 0.2);
  --ce-radius-s: 10px;
  --ce-radius-m: 15px;
  --ce-radius-l: 20px;
  --ce-shadow-s: 0 0 50px rgba(0, 0, 0, 0.06);
  --ce-font-heading: "Marcellus", serif;
  --ce-font-body: "Lato", sans-serif;
  --ce-color-primary: #393d44;
  --ce-color-accent: #ffd700;
}

/* ---------- 1. DUO Toggle Row ---------- */
.commande-edit .duo-toggle-row {
  width: 100%;
  max-width: 860px;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  padding: 16px 16px 16px 24px;
  border: var(--ce-border);
  border-radius: var(--ce-radius-m);
  box-sizing: border-box;
  font: 500 16px/1 var(--ce-font-body);
}

.commande-edit .duo-toggle-row__label {
  font-weight: 500;
}
.commande-edit .duo-toggle-row__switch {
  inset-inline-start: auto;
}

.commande-edit .duo-toggle-row .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  --track-h: 24px;
  --pad: 3px;

  --knob: calc(var(--track-h) - var(--pad) * 2);

  position: relative;
  display: inline-block;
  width: calc(var(--knob) * 2 + var(--pad) * 2);
  height: var(--track-h);
}

.commande-edit .duo-toggle-row .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  all: unset;
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.commande-edit .duo-toggle-row .slider {
  width: 100%;
  height: 100%;
  display: block;
  background: #e9ebf0;
  border: 1px solid rgba(57, 61, 68, 0.2);
  border-radius: 9999px;
  transition: background 0.25s ease;
  cursor: pointer;
}

.commande-edit .duo-toggle-row .slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: var(--pad);
  width: var(--knob);
  height: var(--knob);
  background: #fff;
  border: 1px solid rgba(57, 61, 68, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 0.25s ease, border 0.25s ease;
}

.commande-edit .duo-toggle-row .switch input:checked + .slider {
  background: var(--ce-color-primary, #393d44);
}

.commande-edit .duo-toggle-row .switch input:checked + .slider::before {
  left: calc(100% - var(--knob) - var(--pad));
  border-color: #fff;
}

.commande-edit .duo-toggle-row .switch input:focus + .slider {
  outline: 2px solid var(--ce-color-accent, #faef9b);
  outline-offset: 2px;
}

/* ---------- 2. Guest Card ---------- */
.commande-edit .guest-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border-radius: var(--ce-radius-m);
  box-shadow: var(--ce-shadow-s);
  padding: 25px 30px;
  box-sizing: border-box;
}

.commande-edit .guest-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.commande-edit .guest-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.commande-edit .guest-card__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.commande-edit .guest-card__label {
  font: 18px var(--ce-font-heading);
}

.commande-edit .guest-card__chevron {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  transform: rotate(90deg);
  text-align: center;
  cursor: pointer;
}

.commande-edit .guest-card__delete {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* ---------- 3. Duration Tabs ---------- */
.commande-edit .duration-tabs {
  display: flex;
  border: var(--ce-border);
  border-radius: var(--ce-radius-l);
  overflow: visible;
  width: max-content;
}

.commande-edit .duration-tab {
  padding: 15px 30px;
  font: 16px var(--ce-font-body);
  text-align: center;
  background: #fff;
  border-inline-end: var(--ce-border);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.commande-edit .duration-tab:first-child {
  border-radius: var(--ce-radius-l) 0 0 var(--ce-radius-l);
}

.commande-edit .duration-tab:last-child {
  border-radius: 0 var(--ce-radius-l) var(--ce-radius-l) 0;
}

.commande-edit .duration-tab--active {
  border: 2px solid var(--ce-color-primary);
  position: relative;
}

.commande-edit .duration-tab--active::after,
.commande-edit .duration-tab[data-popular="true"]::after {
  content: none;
}

.commande-edit .duration-tab {
  border: 1px solid rgba(57, 61, 68, 0.25);
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.commande-edit .duration-tab--active {
  border: 2px solid #393d44;
  z-index: 1;
}

.commande-edit .duration-tab:not(.duration-tab--active):hover {
  background: #f6f7f8;
}

.commande-edit .duration-tab:first-child {
  margin-left: -1px;
}
.commande-edit .duration-tab:last-child {
  margin-right: -1px;
}
.commande-edit .duration-tab--active {
  padding-left: calc(30px - 1px);
  padding-right: calc(30px - 1px);
}

/* ---------- 4. “Add Guest” Button ---------- */
.commande-edit .add-guest-btn {
  width: 100%;
  height: 57px;
  border: 1px solid #000;
  border-radius: var(--ce-radius-m);
  background: #fff;
  font: 16px var(--ce-font-body);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.max-width-50 {
  max-width: 50px !important;
}

/* ---------- 5. Massage‑Type Dropdown + Address Block ---------- */
.commande-edit .massage-type-block {
  width: 100%;
  padding-bottom: 15px;
  margin-block: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.commande-edit .massage-type-field {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 59px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: var(--ce-radius-l);
  box-sizing: border-box;
}

.commande-edit .massage-type-field__label {
  flex: 1;
  font: 500 16px var(--ce-font-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.commande-edit .massage-type-field__chevron {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  transform: rotate(90deg);
  text-align: center;
}

/* ---------- Utility: card wrapper (optional) ---------- */
.commande-edit .card {
  background: #fff;
  border-radius: var(--ce-radius-m);
  box-shadow: var(--ce-shadow-s);
  padding: 25px 30px;
  box-sizing: border-box;
}

/* ---------------- Guest List wrapper ---------------- */
.commande-edit .guest-list {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 15px 0;
}

.commande-edit .guest-card {
  width: 100%;
}

.commande-edit .guest-card .duration-tabs {
  margin: 10px auto 0;
}
.commande-edit .guest-card__chevron.open {
  transform: rotate(-90deg);
}
.commande-edit .massage-type-block > p {
  font: 16px var(--ce-font-body);
  color: var(--ce-color-primary);
}

.commande-edit .rue-de-geneva {
  margin: 0;
}

/* ── Address block ───────────────────────────────────────── */
.commande-edit .address-block {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 15px 0;
}

.commande-edit .address-label {
  font: 16px "Lato", sans-serif;
  color: #393d44;
  margin: 0;
  font-weight: 500;
}

.commande-edit .address-field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 18px;
  border-radius: 25px;
  border: 1.3px solid rgba(57, 61, 68, 0.2);
  background: #fff;
  box-sizing: border-box;
  gap: 12px;
}

.commande-edit .rue-de-geneva-container {
  font-weight: 500;
}
.commande-edit .rue-de-geneva {
  margin: 0;
}

/* ── Message au flypro ────────────────────────────────── */
.commande-edit .flypro-message-block {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 15px 0 30px;
}

.commande-edit .flypro-message-label {
  font: 16px "Lato", sans-serif;
  color: #393d44;
  font-weight: 500;
  margin: 0;
}

.commande-edit .message-field {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 25px 18px;
  border-radius: 25px;
  border: 1.3px solid rgba(57, 61, 68, 0.2);
  background: #fff;
  height: 164px;
  box-sizing: border-box;
  gap: 12px;
}

.commande-edit .message-textarea {
  flex: 1;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  font: 16px "Lato", sans-serif;
  color: #393d44;
  background: transparent;
}

.commande-edit .message-placeholder {
  flex: 1;
  font: 16px "Lato", sans-serif;
  color: rgba(57, 61, 68, 0.5);
  margin: 0;
}

.commande-edit .message-field > svg {
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── Duration / Total summary ────────────────────── */
.commande-edit .duration-total-row {
  width: 100%;
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  font: 16px "Lato", sans-serif;
  color: #393d44;
  border-bottom: 1px solid rgba(57, 61, 68, 0.2);
  margin-bottom: 10px;
}

.commande-edit .duration-total-row .duration-label {
  font-weight: 500;
}

.commande-edit .duration-total-row .total-price {
  font-weight: 600;
}

/* ---------- Payment ▸ comparison wrapper ---------- */
.cmp-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.comparison-card {
  padding: 0px 0px 40px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  color: #393d44;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.cmp-select-row {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-bottom: 12px;
}
.cmp-select {
  flex: 1 1 416px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 20px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cmp-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  row-gap: 12px;
  font-size: 18px;
}
.cmp-row {
  position: relative;
  display: contents;
}
.cmp-row .before,
.cmp-row .after {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  line-height: 1.4;
  font-family: "MarcellusRegular" !important;
}
.cmp-row .after {
  text-align: left;
}

.title-info {
  width: 110px;
  font-weight: 600;
}

.content-info {
  width: calc(100% - 130px);
}

.cmp-row .mid-arrow {
  align-self: center;
  transform: rotate(360deg);
  color: #393d44;
  font-size: 20px;
  line-height: 1;
  justify-self: center;
}

.mid-arrow-sep {
  width: 18px;
  height: 30px;
  align-self: center;
  justify-self: center;
  background: url(../images/arrow-left.svg) no-repeat center center;
}

.cmp-row .row-label {
  position: absolute;
  top: -9999px;
}

.cmp-total-row {
  margin: 12px 0 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  font-weight: 500;
  position: relative;
  padding-left: 52%;
}

.form-code-promo {
  padding: 6px !important;
  margin: 12px 0 0 52% !important;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 10px 62.5px 0px rgba(0, 0, 0, 0.06);
}

.form-code-promo input {
  font-size: 16px !important;
  color: rgba(57, 61, 68, 0.5) !important;
}

.form-code-promo button {
  font-size: 16px !important;
  color: #393d44 !important;
  height: 45px;
  padding: 0 25px;
  border: 2px solid rgba(57, 61, 68, 0.2);
  border-radius: 18.75px;
  cursor: pointer;
}

.form-code-promo button:hover {
  color: #ffffff !important;
}

.cmp-actions {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* --------- mobile tweaks --------- */
@media (max-width: 900px) {
  .cmp-grid {
    grid-template-columns: 1fr;
  }
  .cmp-row .mid-arrow {
    display: none;
  }
  .cmp-row .before,
  .cmp-row .after {
    grid-column: 1;
    width: 100%;
    box-sizing: border-box;
  }
  .cmp-row .after {
    margin-top: 6px;
  }
  .cmp-row .row-label {
    position: static;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #393d44;
  }
}

.column-2.full {
  flex: 1 1 100%;
  max-width: 100%;
  padding-bottom: 100px;
}

.column-2.full .cmp-wrapper {
  justify-content: center;
}

.comparison-card .total {
  margin: 24px auto 0;
  width: 260px;
}

/* ------- Commande Badges -------- */
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 5px 10px;
  border-radius: 4px;
  font: 700 0.875rem/1 Lato, sans-serif;
  /* text-transform: uppercase; */
  white-space: nowrap;
  letter-spacing: 0.2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

@media (max-width: 480px) {
  .status-badge {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}

.edit-profil .phone-input .react-international-phone-country-selector {
  position: relative;
  background-color: white;
  padding-top: 12px;
  outline: none;
  border-radius: 20px 0 0 20px;
  padding-left: 10px;
}

.edit-profil .phone-input .react-international-phone-country-selector button {
  border: 0;
}
.container-profile.edit-profil .phone-input input {
  border-radius: 0 20px 20px 0;
}

.contact-success-message {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 20px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-actions {
  display: flex;
  justify-content: center;
  gap: 10px; /* spacing between buttons */
  margin-top: 20px;
}

.modal-actions button {
  padding: 8px 16px;
  border: 1px solid #ccc; /* light gray border */
  background-color: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.modal-actions button:hover {
  background-color: #e6e6e6;
}
.transit-flypro {
  width: 57px;
  height: 57px;
  margin-left: -30px;
  margin-top: -75px;
}
.transit-flypro .hotel-item {
  padding: 6px 8px;
}
.transit-flypro .hotel-item .hotel-image {
  width: 45px;
  height: 45px;
}
.transit-flypro .marker-tail {
  right: -10px;
}
.password-field {
  position: relative;
  margin-bottom: 1rem;
}

.password-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-container input {
  width: 100%;
  padding-right: 40px; /* Make space for the icon */
}

.password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  padding: 8px;
  padding-bottom: 18px;
  border: 0;
  background: inherit;
}

.password-toggle:hover {
  color: #333;
  background-color: transparent;
}

/* Adjust the icon size if needed */
.password-toggle svg {
  font-size: 1.25rem;
}
.custom-date-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
p.modal-text.text-birth {
  text-align: center;
}

.popular-product {
  position: absolute;
  right: 0;
  display: none;
  top: 0;
  overflow: hidden;
  width: 45px;
  height: 45px;
  background: url(../images/Popular.svg) no-repeat center center;
  border-top-left-radius: 0;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

button.product-popular {
  position: relative;
}
.form-duree .serv-form {
  width: 80%;
}

.completed-booking {
  background-color: #b3bec566 !important; /* Gray with 40% opacity */
}
.min {
  position: relative;
}

.button {
  align-self: stretch;
  flex: 1;
  border-radius: 20px 0px 0px 20px;
  border: 2px solid #393d44;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}

.min1 {
  position: relative;
  z-index: 0;
}

.popular1 {
  position: relative;
  text-transform: uppercase;
}

.popular {
  margin: 0 !important;
  position: absolute;
  top: 1px;
  right: 0.17px;
  background-color: #393d44;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 3px 1px;
  z-index: 1;
  font-size: 10px;
  color: #fff;
  font-family: Satoshi;
}

.button1 {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  position: relative;
}

.button2 {
  align-self: stretch;
  flex: 1;
  border-left: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  position: relative;
}

.button3 {
  align-self: stretch;
  flex: 1;
  border-radius: 0px 20px 20px 0px;
  border-left: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}

.tab {
  align-self: stretch;
  flex: 1;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid rgba(57, 61, 68, 0.2);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.time {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 63px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.time-parent {
  width: 100%;
  position: relative;
  height: 63px;
  text-align: left;
  font-size: 16px;
  color: #393d44;
  font-family: Lato;
  bottom: 15px;
}

.list-item {
  width: 100%;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  gap: 10px;
  text-align: left;
  font-size: 18px;
  color: #393d44;
  font-family: Marcellus;
  margin-bottom: 25px;
}

.column {
  width: 113px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.soins {
  font-family: Marcellus;
  font-size: 18px;
  margin-bottom: 12px;
}

.column1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: rgba(57, 61, 68, 0.8);
  font-family: Lato;
}

.dulce-s {
  font-weight: 500;
  margin-bottom: 12px;
}

.info-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.info-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
}

.info-label {
  font-family: "Marcellus", serif;
  font-size: 14px;
  color: #393d44;
  line-height: 1;
}

.info-value {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #393d44;
  text-align: right;
  line-height: 1;
  padding-right: 8px;
  transform: translateX(-4px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.info-extra {
  color: #00aa00;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  transform: translateY(1px);
}

.duration-selector-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.duration-selector {
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(57, 61, 68, 0.2);
  overflow: hidden;
  max-width: 280px;
  width: 100%;
}

.duration-button {
  flex: 1;
  padding: 10px 14px;
  text-align: center;
  font-family: "Marcellus";
  font-size: 14px;
  color: #393d44;
  background-color: transparent;
  border: none;
  border-left: 1px solid rgba(57, 61, 68, 0.2);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.duration-button:first-child {
  border-left: none;
}

.duration-button.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.duration-button.last {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.duration-button.selected {
  background-color: white;
  color: #393d44;
  border: 2px solid #393d44;
  font-weight: bold;
}

.password-container {
  position: relative;
}

/*.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #777;
  padding: 5px;
}

.password-toggle:hover {
  color: #333;
}*/

.password {
  padding-right: 40px;
}

.lato {
  font-family: "Lato" !important;
}
.fully-booked-message {
  padding: 20px;
  text-align: center;
  color: #000;
  font-style: italic;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
}

.mobile-app {
  width: 50%;
}
.gift-cond {
  opacity: 0.8;
  font-size: 12px;
  float: right;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-icon {
  cursor: pointer;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #545454;
  color: #fff;
  text-align: left;
  padding: 6px 10px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 8px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.tooltip-wrapper:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-trigger {
  cursor: pointer;
}

.tooltip-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-125%);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.tooltip-wrapper:hover .tooltip-box {
  visibility: visible;
  opacity: 1;
}

.alert {
  margin-top: 10px;
}
.cursor-pointer {
  cursor: pointer;
}

.review-item {
  user-select: none;
}