/*=============================================
=            _GENERAL            =
=============================================*/

/* font-family: "Dancing Script", cursive; */
/* font-family: "Comfortaa", sans-serif; */

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Comfortaa", sans-serif;
  color: #707070;
}

h1 {
  font-family: "Dancing Script", cursive;
  font-size: 80px;
}
h1 span {
  font-family: "Comfortaa", sans-serif;
  font-size: 40px;
}
h2 {
  font-family: "Dancing Script", cursive;
  font-size: 70px;
}
h2 span {
  font-family: "Comfortaa", sans-serif;
  font-size: 35px;
}

.btn {
  border-radius: 3rem;
  padding: 0.3rem 2.5rem;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
}
.btn.btn-primary {
  background-color: #9cbe9c;
  border-color: #9cbe9c;
}
.btn.btn-primary:hover {
  background-color: #738b73;
  border-color: #738b73;
}
.btn.btn-secondary {
  background-color: #f9edbc;
  border-color: #f9edbc;
  color: #707070;
}
.btn.btn-secondary:hover {
  background-color: #d6cca2;
  border-color: #d6cca2;
}

.wow {
  animation-duration: 700ms;
}

div.floatAppointment {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}
div.floatAppointment .btn {
  display: flex;
  align-items: center;
}
div.floatAppointment .btn i {
  height: 30px;
  margin-right: 0.5rem;
}

.separator {
  margin: -1px 0;
}

main {
  margin-top: 55px;
}
/*=====  End of _GENERAL  ======*/

/*=============================================
=            _HEADER            =
=============================================*/
header {
  background-color: #9cbe9c;
  height: 55px;
  box-shadow: 0 0 20px 0px #00000063;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header .navbar {
  padding: 5px;
  height: 100%;
}
header .leftMenu,
header .centerMenu,
header .rightMenu {
  display: flex;
  align-items: center;
}
header .leftMenu,
header .rightMenu {
  width: 45%;
}
header .centerMenu {
  width: 10%;
}
header .leftMenu {
  justify-content: end;
}
header .menu a {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
header .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}
header .logo::before {
  content: "";
  background: #9cbe9c;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  padding: 1rem;
}
header .rightMenu .rdv {
  position: absolute;
  right: 0;
}
header .rightMenu .rdv .btn {
  background-color: #707070;
  border-color: #707070;
  font-family: "Comfortaa", sans-serif;
  padding: 0.5rem 1rem;
}
header .rightMenu .rdv .btn:hover {
  background-color: #535353;
  border-color: #535353;
}
/*=====  End of _HEADER  ======*/

/*=============================================
=            _HOME            =
=============================================*/

/*----------  _SLIDER  ----------*/

.slider {
  position: relative;
}
.slider .separator {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
}
.slider .carousel-inner::before {
  content: "";
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider .content {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 600px;
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  z-index: 2;
  transform: translate(-50%, 50%);
}
.slider .content p {
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .slider .content {
    top: 0;
    font-size: 25px;
    transform: translate(-50%, 10%);
    line-height: 1;
  }
  .slider .btn {
    border-radius: 3rem;
    padding: 0.3rem 1.5rem;
    font-size: 20px;
  }
}
.Home h1 {
  line-height: 0.7;
  padding-top: 0.5rem;
}

.Home #presentation .signature {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
}

.Home #presentation .separator {
  transform: scaleY(-1) scaleX(-1);
  margin-top: 160px;
}

.Home .listing {
  position: relative;
}
.Home .listing .logo-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Home .listing .logo-bg img {
  width: 1000px;
  opacity: 0.1;
}

.Home #practice {
  position: relative;
}
.Home #practice::before {
  content: url("../img/lotus.svg");
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.Home #practice::after {
  content: url("../img/lotus.svg");
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}

.Home #practice .wow:nth-child(1) {
  animation-duration: 500ms;
}
.Home #practice .wow:nth-child(2) {
  animation-duration: 700ms;
}
.Home #practice .wow:nth-child(3) {
  animation-duration: 900ms;
}
.Home #practice .wow:nth-child(4) {
  animation-duration: 1100ms;
}

.Home .bloc-image {
  margin-top: 0;
}

.Home #prices {
  background: #9cbe9c;
}
.Home #prices .wow:nth-child(1) {
  animation-duration: 500ms;
}
.Home #prices .wow:nth-child(2) {
  animation-duration: 700ms;
}
.Home #prices .wow:nth-child(3) {
  animation-duration: 900ms;
}
.Home #prices .wow:nth-child(4) {
  animation-duration: 1100ms;
}

.Home #appointment .action a {
  background-color: #707070;
  border-color: #707070;
  font-family: "Comfortaa", sans-serif;
  padding: 0.5rem 1rem;
  font-size: 20px;
}

/*=====  End of _HOME  ======*/

/*=============================================
=            _LISTING            =
=============================================*/

.listing .item {
  color: inherit;
  text-decoration: none;
}
.listing .item a {
  color: inherit;
  text-decoration: none;
  box-shadow: 0px 10px 20px 0px #0000003b;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}
.listing .item a:hover .btn {
  background-color: #738b73;
  border-color: #738b73;
}
.listing .item a:hover .image img {
  scale: 1.1;
}
.listing .item .image {
  position: relative;
  height: 50%;
}
.listing .item .image img {
  scale: 1;
  transition: 300ms ease-in-out;
}
.listing .item .image .item-separator {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.listing .item .image .item-separator img {
  width: 100%;
}
.listing .item .content {
  position: relative;
  background-color: #fff;
  left: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 50%;
}
.listing .item .content .title {
  text-align: center;
  font-family: "Dancing Script", cursive;
  font-size: 40px;
}
.listing .item .content .description {
  margin: 1rem 0;
  min-height: 96px;
  font-size: 14px;
}

/*=====  End of _LISTING  ======*/

/*=============================================
=            _BLOC            =
=============================================*/

.bloc-image {
  position: relative;
  /* margin-top: 3rem; */
  margin-bottom: 3rem;
}
.bloc-image.bloc-wave {
  margin-bottom: 0;
}
.bloc-image .image video,
.bloc-image .image img {
  border-top-left-radius: 40%;
}
.bloc-image.image-right .image video,
.bloc-image.image-right .image img {
  border-top-left-radius: 0;
  border-top-right-radius: 40%;
}
.bloc-image.image-right .image {
  order: 2;
}
.bloc-image.image-right .content {
  order: 1;
  left: unset;
  right: 50%;
}
.bloc-image .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  background: #fff;
  padding: 2rem 4rem;
  border-radius: 2rem;
  box-shadow: 0 0 30px 0px #0000002e;
}
.bloc-image h2 {
  font-size: 50px;
}
.bloc-image-wrapper .separator {
  transform: scaleX(-1) scaleY(-1);
}

.bloc-bg-green {
  background-color: #9cbe9c;
}
.bloc-bg-green .separator {
  background-color: #fff;
}
.bloc-bg-green .separator:first-child {
  transform: scaleX(1) scaleY(1);
}

.bloc-text.bloc-center h2 {
  text-align: center;
}
.bloc-text.bloc-center .content {
  width: 100%;
}
.bloc-text.bloc-center .actions {
  text-align: center !important;
}

.bloc-gallery .thumbnail {
  position: relative;
  cursor: pointer;
}
.bloc-gallery .thumbnail::before {
  content: "";
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.bloc-gallery .thumbnail:hover::before {
  opacity: 0;
}
/*=====  End of _BLOC  ======*/

/*=============================================
=            _TESTIMONIALS            =
=============================================*/

.testimonial-item .testimonial-title {
  font-family: "Dancing Script", cursive;
  font-size: 40px;
  color: #9cbe9c;
}
.testimonial-item .testimonial-infos {
  text-align: right;
  font-family: "Dancing Script", cursive;
  font-size: 20px;
}

#testimonials {
  background: #9cbe9c;
  padding: 2rem 0;
}
#testimonials .wrapper {
  background: #fff;
  border-radius: 2rem;
  width: 90%;
  margin: auto;
  padding: 3rem;
}
#testimonials .carousel-control-next,
#testimonials .carousel-control-prev {
  color: #9cbe9c !important;
  opacity: 1 !important;
  font-size: 30px;
  text-decoration: none;
  top: -50% !important;
}
#testimonials .carousel-control-prev {
  left: -200px !important;
}
#testimonials .carousel-control-next {
  right: -200px !important;
}
#testimonials .carousel-indicators [data-bs-target] {
  background-color: #9cbe9c;
}
#testimonials .carousel-indicators {
  bottom: -30px;
}
/*=====  End of _TESTIMONIALS  ======*/

/*=============================================
=            _PRICES            =
=============================================*/
.Price #prices .pricesWrapper .price-item {
  box-shadow: 0px 10px 20px 0px #0000003b;
}
#prices h2 {
  color: #fff;
  margin-bottom: 4rem;
}
#prices .pricesWrapper {
  position: relative;
}
#prices .pricesWrapper .bg-lotus {
  position: absolute;
  left: 50%;
  top: -45%;
  transform: translate(-50%, 0%);
  width: auto;
  z-index: 1;
}
#prices .pricesWrapper .bg-lotus svg {
  width: 120px;
}
#prices .pricesWrapper .bg-lotus svg path {
  fill: #fff;
}
#prices .pricesWrapper .row {
  position: relative;
  z-index: 2;
}
#prices .separator {
  transform: scaleX(-1) scaleY(-1);
  background: #fff;
}
#prices .bg-circles {
  position: absolute;
  left: -5%;
  top: -45%;
  transform: translate(-50%, 0%);
  width: auto;
  z-index: 1;
}

.price-item {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}
.price-item .price-title {
  font-family: "Dancing Script", cursive;
  text-align: center;
}
.price-item .price-title h3 {
  font-size: 40px;
}
.price-item .price-content ul {
  list-style-type: none;
  margin: 2rem 0;
  padding: 0;
}
.price-item .price-content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
.price-item .price-content ul li span {
  font-family: "Dancing Script", cursive;
  font-size: 20px;
}
.price-item .price-actions {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

/*=====  End of _PRICES  ======*/

/*=============================================
=            _FOOTER            =
=============================================*/
footer > .wrapper {
  background-color: #9cbe9c;
  color: #fff;
  padding-bottom: 2rem;
}
footer .separator {
  background-color: #fff;
}
footer .separator svg {
  width: 100%;
  height: auto;
}
footer .title {
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  margin-bottom: 2rem;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: inherit;
  text-decoration: none;
}

footer .schedules .schedule .schedule-title {
  font-weight: bold;
  font-size: 18px;
}

/*=====  End of _FOOTER  ======*/

/*=============================================
=            _BREADCRUMB            =
=============================================*/

.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.slider .breadcrumb {
  position: absolute;
  bottom: 70px;
  left: 10%;
}

/*=====  End of _BREADCRUMB  ======*/

/*=============================================
=            _INPUTS            =
=============================================*/

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  width: calc(100% - 2em);
  vertical-align: top;
}

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
  outline: none;
}

.input__label {
  display: inline-block;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}

.input--nao {
  overflow: hidden;
  padding-top: 1em;
}

.input__field--nao {
  padding: 0.5em 0em 0.25em;
  width: 100%;
  background: transparent;
  color: #707070;
  font-size: 1.25em;
}

.input__label--nao {
  position: absolute;
  top: 0.95em;
  font-size: 0.85em;
  left: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0em;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition:
    -webkit-transform 0.3s 0.1s,
    color 1s;
  transition:
    transform 0.3s 0.1s,
    color 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.graphic--nao {
  stroke: #f9edbc;
  pointer-events: none;
  -webkit-transition:
    -webkit-transform 0.7s,
    stroke 0.7s;
  transition:
    transform 0.7s,
    stroke 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
  color: #9cbe9c;
  -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
  stroke: #9cbe9c;
  -webkit-transform: translate3d(-66.6%, 0, 0);
  transform: translate3d(-66.6%, 0, 0);
}
.input svg {
  stroke-width: 4px;
}
.input.textarea svg {
  stroke-width: 2px;
}
.input.textarea textarea {
  padding-top: 3rem;
}
.input.textarea label {
  top: 2rem;
}
/*=====  End of _INPUTS  ======*/

/*=============================================
=            _CONTACT            =
=============================================*/

.Contact .formWrapper {
  position: relative;
}
.Contact .formWrapper::before {
  content: url("../img/lotus.svg");
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.Contact .formWrapper::after {
  content: url("../img/lotus.svg");
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%);
}

/*=====  End of _CONTACT  ======*/

/*=============================================
=            _MENU            =
=============================================*/
@media only screen and (max-width: 1023px) {
  .mobile-menu {
    background: #9cbe9c;
  }
  .mobile-menu li a .navtrigger {
    background: #9cbe9c;
    border: 1px solid #9cbe9c;
  }
  .mobile-menu li .submenu {
    background: #9cbe9c;
    color: #fff;
  }
  .mobile-menu li .submenu .backmenu-row {
    background: #9cbe9c;
    color: #fff;
  }
  .mobile-menu li .submenu .backmenu-row em {
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-menu li {
    margin: 0;
    border-bottom: none;
    font-size: 16px;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger {
    background: #9cbe9c;
    border: 1px solid #9cbe9c;
  }
  .mobile-menu li a .navtrigger:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  header .menu a {
    text-transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .menu li .submenu li a:hover {
    background: #f9edbc;
    color: #707070;
    transform: none;
  }
  .menu li .submenu {
    position: absolute;
    top: 80%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #00000026;
  }
}
@media only screen and (min-width: 1024px) {
  .menu li .submenu li a {
    color: #707070;
    padding: 10px 40px 10px 20px;
    background: transparent;
    display: block;
  }
}

/*=====  End of _MENU  ======*/

/*=============================================
=            _GIFT_CARD            =
=============================================*/

.giftcard-page {
  position: relative;
  padding-top: 1rem;
}
.giftcard-page .row.align-items-start {
  align-items: stretch !important;
}
.giftcard-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(249, 237, 188, 0.35), transparent 30%),
    linear-gradient(180deg, rgba(156, 190, 156, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.giftcard-catalogue-intro {
  max-width: 650px;
  margin-bottom: 2rem;
}
.giftcard-catalogue-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.giftcard-catalogue-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eee2d2;
  color: #8b7a59;
  box-shadow: 0 10px 20px #00000008;
  font-size: 14px;
}
.giftcard-category-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.giftcard-category-card {
  position: relative;
  padding-bottom: 2rem;
  box-shadow: 0px 18px 36px 0px #00000014;
  overflow: hidden;
}
.giftcard-category-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #f9edbc 0%, #9cbe9c 100%);
}
.giftcard-category-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.giftcard-section-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #f7f0df;
  color: #8b7a59;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.giftcard-category-header p {
  margin: 0.75rem auto 0;
  max-width: 520px;
}
.giftcard-choice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.giftcard-choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid #ece2d4;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #fffdfa 0%, #fcfaf6 100%);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.giftcard-choice:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px #0000000d;
  border-color: #dcccba;
}
.giftcard-choice.giftcard-choice-added {
  border-color: #9cbe9c;
  box-shadow: 0 12px 24px #9cbe9c26;
}
.giftcard-choice.giftcard-choice-error {
  border-color: #d68b8b;
  box-shadow: 0 10px 20px #d68b8b1f;
}
.giftcard-choice-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
.giftcard-choice-label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.giftcard-choice-main strong {
  font-weight: 600;
  color: #5d5d5d;
}
.giftcard-choice-label span {
  font-size: 13px;
  color: #9a907f;
}
.giftcard-choice-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 52px;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ece2d4;
  font-family: "Dancing Script", cursive;
  font-size: 28px;
  color: #6d8f6d;
  white-space: nowrap;
}
.giftcard-choice-actions {
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}
.giftcard-quantity {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  font-size: 14px;
  color: #6e6e6e;
}
.giftcard-quantity-field {
  display: flex;
  align-items: center;
  border: 1px solid #d8d1c8;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #fff;
}
.giftcard-quantity-field button {
  width: 38px;
  height: 44px;
  border: 0;
  background: #f8f2e7;
  color: #8b7a59;
  font-size: 20px;
  transition: background-color 150ms ease, color 150ms ease;
}
.giftcard-quantity-field button:hover {
  background: #f1e3c6;
  color: #6d8f6d;
}
.giftcard-choice-actions .form-control {
  width: 82px;
  min-height: 44px;
  border-radius: 0;
  border: 0;
  text-align: center;
  background: #fff;
  box-shadow: none;
}
.giftcard-choice-actions .btn {
  padding: 0.45rem 1.5rem;
  font-size: 20px;
  line-height: 1.1;
  min-height: 44px;
}
.giftcard-choice-actions .btn:hover {
  transform: translateY(-1px);
}
.giftcard-cart-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}
.giftcard-cart-column {
  position: relative;
}
.giftcard-cart-sticky.is-fixed {
  position: fixed;
  z-index: 20;
}
.giftcard-cart-sticky.is-bottom {
  position: absolute;
  left: 0;
  right: 0;
}
.giftcard-cart-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0px 18px 40px 0px #00000016;
}
.giftcard-cart-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}
.giftcard-cart-head p {
  margin: 0.25rem 0 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.6;
}
.giftcard-cart-head span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #6e6e6e;
}
.giftcard-cart-head strong {
  font-family: "Dancing Script", cursive;
  font-size: 34px;
  color: #6d8f6d;
}
.giftcard-cart-body {
  padding: 1.25rem 0;
  border-top: 1px solid #ece4db;
  border-bottom: 1px solid #ece4db;
}
.giftcard-cart-empty {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0;
  color: #6e6e6e;
}
.giftcard-cart-empty-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #f7f0df;
  color: #9cbe9c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.giftcard-cart-empty p {
  margin: 0;
  line-height: 1.7;
}
.giftcard-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.giftcard-cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px dashed #e6dccf;
}
.giftcard-cart-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.giftcard-cart-item-main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.giftcard-cart-item-category {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9a907f;
}
.giftcard-cart-item-main strong {
  color: #5d5d5d;
  font-size: 14px;
}
.giftcard-cart-item-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
.giftcard-cart-remove {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #f7f0df;
  color: #8b7a59;
  font-size: 20px;
  line-height: 1;
}
.giftcard-cart-footer {
  padding-top: 1.5rem;
}
.giftcard-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.giftcard-cart-total strong {
  font-family: "Dancing Script", cursive;
  font-size: 32px;
  color: #6d8f6d;
}
.giftcard-checkout-section {
  position: relative;
  padding: 0;
  background: #9cbe9c;
  overflow: hidden;
}
.giftcard-checkout-separator-top,
.giftcard-checkout-separator-bottom {
  background: #fff;
}
.giftcard-checkout-separator-top img,
.giftcard-checkout-separator-bottom img {
  display: block;
  width: 100%;
  height: auto;
}
.giftcard-checkout-separator-top {
  transform: scaleY(-1);
}
.giftcard-checkout-shell {
  position: relative;
  padding: 2rem 0 5rem;
  background: #9cbe9c;
}
.giftcard-checkout-card {
  position: relative;
  z-index: 1;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.giftcard-checkout-intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  color: #fff;
}
.giftcard-checkout-card h2 {
  font-size: 56px;
  color: #fff;
}
.giftcard-checkout-intro p {
  color: rgba(255, 255, 255, 0.88);
}
.giftcard-checkout-summary {
  height: auto;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid #ece2d4;
  box-shadow: 0px 18px 40px 0px #00000014;
}
.giftcard-checkout-summary.is-fixed {
  position: fixed;
  z-index: 20;
}
.giftcard-checkout-summary.is-bottom {
  position: absolute;
  left: 0;
  right: 0;
}
.giftcard-checkout-summary h3,
.giftcard-payment h3 {
  font-size: 28px;
  margin-bottom: 1rem;
}
.giftcard-form-block h3 {
  font-size: 28px;
  margin: 0.5rem 0 0.25rem;
}
.giftcard-checkout-note {
  height: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(193, 170, 138, 0.25);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 250, 239, 0.92), rgba(255, 255, 255, 0.98));
}
.giftcard-checkout-note strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--green);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.giftcard-checkout-note p {
  margin: 0;
  color: var(--text);
  line-height: 1.6;
}
.giftcard-checkout-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.giftcard-checkout-items li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed #e6dccf;
}
.giftcard-checkout-items li:last-child {
  border-bottom: 0;
}
.giftcard-checkout-items strong {
  white-space: nowrap;
}
.giftcard-checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e6dccf;
}
.giftcard-checkout-total strong {
  font-family: "Dancing Script", cursive;
  font-size: 34px;
  color: #6d8f6d;
}
.giftcard-form-panel {
  padding: 1.75rem 1.9rem;
  margin-bottom: 1.25rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 18px 40px 0px #00000012;
}
.giftcard-form-panel:last-child {
  margin-bottom: 0;
}
.giftcard-payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.giftcard-payment-option input {
  display: none;
}
.giftcard-payment-option span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  background: #fcfaf6;
  border: 1px solid #ece2d4;
  cursor: pointer;
  transition: all 150ms ease;
}
.giftcard-payment-option span i {
  font-size: 16px;
  line-height: 1;
}
.giftcard-payment-option input:checked + span {
  background: #f7f0df;
  border-color: #d8c7a9;
  color: #8b7a59;
}
.giftcard-payment-help {
  margin-top: 0.9rem;
  padding: 1rem 1.15rem;
  border-radius: 18px;
  background: #fcfaf6;
  border: 1px solid #ece2d4;
}
.giftcard-payment-help p {
  margin: 0;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.6;
}
.giftcard-delivery-help {
  margin: 0.9rem 0 0;
  font-size: 14px;
  color: #8a8a8a;
}
.giftcard-input-help-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.giftcard-input-help-row .input {
  order: 2;
  flex: 1 1 auto;
}
.giftcard-field-help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  order: 1;
  margin-top: 0.95rem;
  border-radius: 50%;
  background: #f7f0df;
  border: 1px solid #d8c7a9;
  color: #8b7a59;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  vertical-align: middle;
}
.giftcard-field-help::after {
  content: attr(data-help);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: 240px;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  background: #fffdf8;
  border: 1px solid #ece2d4;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 150ms ease, visibility 150ms ease;
  z-index: 10;
}
.giftcard-field-help:hover::after,
.giftcard-field-help:focus::after {
  opacity: 1;
  visibility: visible;
}

/*=====  End of _GIFT_CARD  ======*/

.radio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.custom-radio input {
  display: none;
}

.radio-btn {
  margin: 10px;
  width: 220px;
  height: 240px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 20px #c3c3c367;
  cursor: pointer;
}

.radio-btn > i {
  color: #ffffff;
  background-color: #ffdae9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
}

.radio-btn .hobbies-icon {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
  color: #ffdae9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
  border: 2px solid #ffdae9;
}

.custom-radio input:checked + .radio-btn > i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/*=============================================
=            _RESPONSIVE            =
=============================================*/

@media (max-width: 1024px) {
  header .navbar {
    padding: 0;
  }
  #menu_trigger {
    padding: 1rem;
    height: unset;
    width: unset;
    display: inline-block;
  }
  #menu_trigger i {
    font-size: 30px;
    color: #fff;
  }
  .rdv_mobile {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translate(0%, -50%);
    z-index: 9;
  }
  .rdv_mobile a {
    color: #fff;
    text-decoration: none;
  }
  .logo_mobile {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
  }
  .logo_mobile::before {
    content: "";
    background: #9cbe9c;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 100%;
    padding: 1rem;
  }
  .logo_mobile svg {
    width: 70px;
  }
  h1 {
    font-size: 50px;
  }
  h1 span {
    font-size: 25px;
  }
  h2 {
    font-size: 60px;
  }
  .giftcard-cart-sticky {
    position: static;
  }
  .giftcard-choice {
    flex-direction: column;
    align-items: stretch;
  }
  .giftcard-choice-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .giftcard-choice-actions {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .giftcard-choice-price {
    min-width: auto;
  }
  .giftcard-choice-actions .btn {
    width: 100%;
  }
  .giftcard-checkout-card {
    padding: 0;
  }
  .giftcard-checkout-shell {
    padding: 1.5rem 0 3rem;
  }
  .giftcard-checkout-intro {
    margin-bottom: 1.5rem;
  }
  .giftcard-form-panel {
    padding: 1.35rem 1.25rem;
  }
  .giftcard-checkout-summary {
    position: static;
  }
  .giftcard-checkout-items li {
    flex-direction: column;
  }
  .price-item .price-actions {
    position: initial;
    text-align: center;
    bottom: unset;
    left: unset;
    transform: none;
  }
  .bloc-image .content {
    position: initial;
    transform: none;
    padding: 1rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
  .bloc-image .image {
    order: 0 !important;
  }
  .bloc-image-wrapper .description * {
    padding-left: 0 !important;
  }
  .bloc-image-wrapper .separator {
    margin: 2rem 0;
  }
}

@media (min-width: 1025px) {
  .giftcard-checkout-card .row.g-4 {
    align-items: flex-start;
  }
  .giftcard-checkout-card .col-lg-5 {
    position: relative;
    align-self: flex-start;
  }
  .giftcard-cart-sticky {
    max-height: calc(100vh - 110px);
  }
  .giftcard-checkout-summary {
    position: relative;
  }
}

/*=====  End of _RESPONSIVE  ======*/

