/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./scss/main.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
/* macondo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Macondo";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/macondo-v27-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v49-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-v49-latin-300.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-v49-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto-v49-latin-500.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/roboto-v49-latin-600.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-v49-latin-700.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/roboto-v49-latin-800.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* macondo-swash-caps-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Macondo Swash Caps";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/macondo-swash-caps-v26-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.sub-justify-content > div {
  display: flex;
  justify-content: center;
}

@media (min-width: 1400px) {
  .content-centered,
  .content-centered-75 {
    display: flex;
    justify-content: center;
  }
  .content-centered-75 > div,
  .content-centered > div {
    overflow: hidden;
    width: 85% !important;
  }
  .content-centered-75 > div {
    width: 75% !important;
  }
}
@media (max-width: 1400px) {
  .lang-iso-code .icon_flag {
    margin-right: 5px;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}

.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}

.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .py-md-7 {
    padding-bottom: 7rem !important;
    padding-top: 7rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  flex-grow: 1;
}

.download_fiche {
  background-color: #18AC97;
  padding-top: 34px;
}

@media only screen and (max-width: 768px) {
  .download_fiche {
    margin-bottom: 12px;
  }
}
.download_fiche .carte-soine {
  display: flex;
  margin: auto;
  max-width: 802px;
}

@media only screen and (max-width: 768px) {
  .download_fiche .carte-soine {
    flex-wrap: wrap;
  }
  .download_fiche .carte-soine div:first-child {
    height: 100%;
    max-height: 150px;
    text-align: center;
    width: 100%;
  }
}
.download_fiche .carte-soine .pdf {
  padding-top: 12px;
  width: calc(100% - 85px);
}

@media only screen and (max-width: 768px) {
  .download_fiche .carte-soine .pdf {
    margin: auto;
    padding-bottom: 24px;
    padding-top: 0;
    text-align: center;
  }
  .download_fiche .carte-soine .pdf a {
    max-width: 100%;
  }
}
.download_fiche .carte-soine p {
  color: #fff;
  font-family: "Macondo";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.download_fiche .carte-soine a {
  color: #fff;
  display: block;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  max-width: 292px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border-radius: 5px;
  transition: 0.4s all ease-in-out;
}
.download_fiche .carte-soine a:hover {
  color: #90CA6B !important;
}

.download_fiche .carte-soine a:hover {
  color: #fff;
  transition: 0.4s;
}

footer {
  background-color: #f9f7f7;
}

.newsletter-block-left .newsletter-input {
  background-color: #fff;
  background-image: url(images/news.svg);
  background-position: 0;
  background-position-x: 5px !important;
  background-repeat: no-repeat;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  height: calc(2.25rem + 2px);
  max-width: 288px;
  outline: 0;
  padding-left: 30px;
  width: 100%;
}

.newsletter-block-left button[type=submit] {
  background-color: #90CA6B;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Macondo;
  font-size: 14px;
  font-weight: 600;
  max-width: 111px;
  min-width: 111px;
  width: 100%;
  border-radius: 5px;
}
.newsletter-block-left button[type=submit]::before {
  border-radius: 5px !important;
  background-color: #18AC97 !important;
}

footer .primary_title {
  text-transform: uppercase;
}

footer > nav {
  font-family: "Roboto";
}

@media (min-width: 993px) {
  footer {
    background: #000;
    color: #fff;
    padding-bottom: 13px;
  }
  footer .primary_title {
    font-size: 20px;
    line-height: normal;
    padding: 0;
    font-weight: 500 !important;
  }
  footer .primary_title,
  footer .secondary_title {
    color: #18AC97;
    font-weight: 300;
  }
  footer .secondary_title {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
  }
  footer .capitalize {
    text-transform: lowercase;
    margin-top: 6px;
  }
  footer .title_mobile {
    display: none;
  }
  footer .paiement_ {
    padding-bottom: 3px;
    padding-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  footer .card_paiement {
    padding-bottom: 8px;
  }
  footer .topNav {
    background-color: #f9f7f7;
  }
  footer .topNav .topnav_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1164px;
    padding: 34px 0;
    position: relative;
  }
  footer .topNav .topnav_footer ._col {
    flex: 1;
  }
  footer .topNav .topnav_footer ._col .socail_media {
    display: flex;
  }
  footer .topNav .topnav_footer ._col .socail_media .icon {
    height: 38px;
    margin-right: 6px;
    width: 38px;
  }
  footer .topNav .topnav_footer ._col .primary_title {
    margin-bottom: 8px;
  }
  footer .topNav .topnav_footer ._col .socail_media .icon svg:hover {
    transform: translateY(-5px);
    transition: 0.3s;
  }
  footer .topNav .topnav_footer ._col:first-child {
    flex-grow: 2;
    max-width: 407px;
  }
  footer .topNav .topnav_footer ._col:nth-child(2) {
    flex-grow: 2;
    max-width: 557px;
  }
  footer .topNav .topnav_footer a {
    position: relative;
  }
  footer .topNav .topnav_footer ul li svg {
    vertical-align: -4px;
  }
  footer .topNav .topnav_footer ul li a {
    color: #707070;
  }
  footer .topNav .topnav_footer a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  footer .topNav .topnav_footer ul a:after {
    background-color: #18AC97;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  footer .topNav .topnav_footer ul .first-num:after {
    width: 95%;
  }
  footer > nav {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-between;
    margin: 0 auto;
    max-height: 288px;
    max-width: 1164px;
    padding-top: 2.1rem;
    position: relative;
  }
  footer > nav a {
    color: #fff !important;
    position: relative;
    text-transform: uppercase;
  }
  footer > nav a:after {
    background-color: #fff;
    border-radius: 3px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
    width: 100%;
  }
  footer > nav a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
  }
  footer > nav .itineraire a:after {
    content: none;
  }
  footer > nav ul {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  footer > nav ul li {
    padding: 0 0 11px;
  }
  footer > nav ul .text- {
    padding: 0;
    text-transform: capitalize;
  }
  footer > nav ._contact {
    padding-left: 23px;
  }
  footer > nav ._contact .itineraire {
    padding-bottom: 24px;
  }
  footer > nav ._contact .itineraire a {
    color: #18AC97 !important;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: initial;
  }
  footer > nav ._contact:after {
    border-color: #fff;
    border-left: 1px solid #626262;
    content: "";
    height: calc(73% - 15px);
    margin-left: -23px;
    position: absolute;
    top: 27px;
  }
  footer .footer-navigation ._col {
    flex: 1;
  }
  footer .footer-navigation ._col:first-child {
    flex-grow: 2;
    max-width: 354px;
  }
  footer .footer-navigation ._col:nth-child(2) {
    flex-grow: 2;
    max-width: 435px;
  }
  footer .bottom_footer {
    border-top: 1px solid #515151;
    padding-top: 13px;
    text-align: center;
  }
}
@media (max-width: 993px) {
  .topnav_footer {
    padding: 0 16px;
  }
  .topnav_footer .primary_title {
    color: #18AC97;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    padding: 12px 0;
  }
  .topnav_footer .newsletter-block-left .newsletter-input {
    background-color: #fff;
  }
  .footer-navigation {
    background: #000;
    color: #fff;
    padding: 18px 16px;
  }
  .footer-navigation a {
    color: #fff;
  }
  .footer-navigation ._col .primary_title,
  .footer-navigation ._col .secondary_title,
  .footer-navigation ._col .title_mobile {
    padding-bottom: 12px !important;
  }
  .footer-navigation ._col .title_mobile {
    color: #fff;
  }
  footer .primary_title.show {
    text-transform: initial;
  }
  .footer-navigation ._col .itineraire {
    padding-left: 0 !important;
  }
  .footer-navigation ._col .itineraire a {
    color: #18AC97;
  }
  .topnav_footer .socail_media {
    background-color: initial;
    display: flex;
    padding-bottom: 7px;
    position: absolute;
    position: relative;
    z-index: 12;
  }
  .topnav_footer .socail_media .icon {
    padding: 0 6px;
  }
  .show,
  .title_mobile {
    color: #18AC97;
    cursor: pointer;
    display: block;
    font-family: Macondo;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    position: relative;
    width: 100%;
  }
  footer nav .links {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  footer nav .links li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 9px;
  }
  footer nav .links a {
    max-height: 0;
  }
  footer nav .show.active + .links,
  footer nav .title_mobile.active + .links {
    max-height: 600px;
  }
  .show.active:after,
  footer nav .title_mobile.active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='1' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h17v1H0z'/%3E%3C/svg%3E");
    height: 2px;
    top: calc(50% - 1px);
  }
  .show:after,
  footer nav .title_mobile:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%23fff' d='M16.336 7.836H9.164V.664a.664.664 0 1 0-1.328 0v7.172H.664a.664.664 0 1 0 0 1.328h7.172v7.172a.664.664 0 1 0 1.328 0V9.164h7.172a.664.664 0 1 0 0-1.328Z'/%3E%3C/svg%3E");
    content: "";
    cursor: pointer;
    height: 17px;
    left: calc(100% - 17px);
    position: absolute;
    top: calc(50% - 10px);
    width: 17px;
  }
  footer .bottom_footer {
    border-top: 1px solid #515151;
    padding-top: 18px;
  }
  footer .bottom_footer p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
  }
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  left: 0;
  position: absolute;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.leaflet-tile::selection {
  background: rgba(0, 0, 0, 0);
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  height: 1600px;
  -webkit-transform-origin: 0 0;
  width: 1600px;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-height: none !important;
  max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  width: 0;
  z-index: 800;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  height: 1px;
  width: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
  z-index: 800;
}

.leaflet-bottom,
.leaflet-top {
  pointer-events: none;
  position: absolute;
  z-index: 1000;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  clear: both;
  float: left;
}

.leaflet-right .leaflet-control {
  float: right;
}

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

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  will-change: transform;
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  background: rgba(255, 255, 255, 0.5019607843);
  border: 2px dotted #38f;
}

.leaflet-container {
  font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6509803922);
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  color: #000;
  display: block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  width: 26px;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  background-color: #f4f4f4;
  color: #bbb;
  cursor: default;
}

.leaflet-touch .leaflet-bar a {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: 700 18px Lucida Console, Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
  height: 36px;
  width: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  height: 44px;
  width: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  background: #fff;
  color: #333;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7019607843);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  background: #fff;
  background: rgba(255, 255, 255, 0.5019607843);
  border: 2px solid #777;
  border-top: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  line-height: 1.1;
  overflow: hidden;
  padding: 2px 5px 1px;
  white-space: nowrap;
}

.leaflet-control-scale-line:not(:first-child) {
  border-bottom: none;
  border-top: 2px solid #777;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.leaflet-popup {
  margin-bottom: 20px;
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  padding: 1px;
  text-align: left;
}

.leaflet-popup-content {
  line-height: 1.4;
  margin: 13px 19px;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  height: 20px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 40px;
}

.leaflet-popup-tip {
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 17px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  color: #333;
}

.leaflet-container a.leaflet-popup-close-button {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #c3c3c3;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  font-weight: 700;
  height: 14px;
  padding: 4px 4px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 18px;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
  margin: 0 auto;
  width: 24px;
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #222;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  background: rgba(0, 0, 0, 0);
  border: 6px solid rgba(0, 0, 0, 0);
  content: "";
  pointer-events: none;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  bottom: 0;
  margin-bottom: -12px;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-left: -6px;
  margin-top: -12px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  left: 0;
  margin-left: -12px;
}

.breadcrumb {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  min-height: 287px;
  position: relative;
}
.breadcrumb .image_breadcrumb img {
  height: 100%;
  left: 0;
  min-height: 182px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcrumb .text_breadcrumb {
  margin: 100px 0 10px;
  max-width: 100%;
  text-align: center;
}
.breadcrumb .text_breadcrumb .title_breadcrumb h1,
.breadcrumb .text_breadcrumb .title_breadcrumb p {
  color: #18AC97;
  font-family: "Macondo Swash Caps";
  font-size: 64px;
  font-weight: 400;
  text-align: center;
}
.breadcrumb .text_breadcrumb .phat_breadcrumb ul {
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: center;
  list-style-type: none;
  padding-top: 7px;
  text-transform: capitalize;
  align-items: center;
}
.breadcrumb .text_breadcrumb .phat_breadcrumb ul li {
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 5px;
  white-space: nowrap;
}
.breadcrumb .text_breadcrumb .phat_breadcrumb ul li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.breadcrumb .text_breadcrumb .phat_breadcrumb ul li a:hover {
  color: #18AC97;
}

.breadcrumb-logo {
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  min-height: 121px;
}

.breadcrumb-logo a {
  margin: auto;
}

@media only screen and (max-width: 992px) {
  .breadcrumb .text_breadcrumb .title_breadcrumb h1 {
    font-size: 36px;
  }
  .breadcrumb .text_breadcrumb {
    bottom: 12px;
  }
  .breadcrumb .text_breadcrumb .title_breadcrumb p {
    font-size: 36px;
    line-height: 48px;
  }
  .breadcrumb .text_breadcrumb .phat_breadcrumb ul {
    padding-top: 0;
  }
  .breadcrumb {
    min-height: 182px;
  }
}
.container.acc_section_1 {
  margin: auto;
  position: relative;
  max-width: initial;
  padding: 0;
}
.container.acc_section_1 .block_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 0 38px;
}
.container.acc_section_1 .block_content .text_discr {
  text-align: center;
}
.container.acc_section_1 .block_content .text_discr .litle_title {
  color: #90CA6B;
  font-family: "roboto";
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 27px;
  margin-bottom: 8px;
}
.container.acc_section_1 .block_content .text_discr .larg_title {
  color: #18AC97;
  font-family: "Macondo";
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  max-width: 1065px;
  margin-inline: auto;
  margin-bottom: 12px;
}
.container.acc_section_1 .block_content .text_discr .dis {
  font-family: "roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #707070;
  max-width: 1022px;
}
.container.acc_section_1 .block_content .video {
  height: 599px;
  max-height: 599px;
  position: relative;
  width: 100%;
  max-width: 1065px;
}
.container.acc_section_1 .block_content .video:before {
  background: rgba(0, 0, 0, 0.13);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  max-height: 599px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  border-radius: 20px;
}
.container.acc_section_1 .block_content .video .video_pres {
  height: 599px;
  margin: 0 auto 56px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.container.acc_section_1 .block_content .video .video_pres video {
  position: absolute;
  width: 100% !important;
}
.container.acc_section_1 .block_content .video .video_pres .img_bg {
  object-fit: cover;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  z-index: 6;
}
.container.acc_section_1 .block_content .video .video_pres .iconply_video {
  cursor: pointer;
}
.container.acc_section_1 .block_content .video .video_pres .video-container .center-button {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.container.acc_section_1::after, .container.acc_section_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.4;
}
.container.acc_section_1::after {
  width: 454px;
  height: 847px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='454' height='847' fill='none' viewBox='0 0 454 847'%3e%3cg clip-path='url(%23a)' opacity='.4'%3e%3cpath fill='url(%23b)' d='M-181.272 592.494c.034-6.306 1.321-12.633 3.746-18.828 2.701-5.532 6.422-11.216 11.122-15.897 9.427-9.093 22.3-15.854 35.791-18.671 27.392-6.431 56.459-.316 80.238 9.936 24.018 10.247 43.509 24.565 56.829 36.063 13.326 11.541 20.74 20.169 20.74 20.169-28.908 5.823-79.54-11.599-125.143-18.448-22.686-3.597-43.938-4.406-59.076-1.894-7.398 1.43-13.793 2.702-17.72 4.567-4.108 1.614-6.527 2.651-6.522 3.002l-.005.001Z'/%3e%3cpath fill='url(%23c)' d='M-126.153 500.847c18.791-21.389 50.303-26.86 79.474-22.054 29.68 4.575 58.28 18.634 82.732 34.569 24.48 16.013 44.968 34.164 59.438 48.177 14.462 14.016 22.915 23.945 22.915 23.945-33.8 1.598-92.696-26.081-144.674-49.4-25.997-11.543-50.444-21.981-68.84-27.826-18.38-6.065-30.535-7.861-31.05-7.411h.005Z'/%3e%3cpath fill='url(%23d)' d='M-46.894 440.006c10.169-9.356 24.474-14.665 39.12-15.291 14.926-1.049 29.985 2.308 44.638 7.719C66 443.679 91.805 464.885 112.04 487.371c20.323 22.542 35.163 46.642 44.565 64.876 9.388 18.32 13.507 30.632 13.507 30.632-31.467-11.003-79.02-54.667-125.046-89.618-22.858-17.424-45.1-32.479-62.345-41.462-4.29-2.431-8.26-4.225-11.808-5.732-3.546-1.588-6.665-3.019-9.25-3.718-5.182-1.683-8.276-2.599-8.555-2.341l-.002-.002Z'/%3e%3cpath fill='url(%23e)' d='M-85.512 475.008c-3.362-29.564-5.085-51.944-1.346-76.842 3.482-24.47 10.823-50.658 18.679-76.088 7.926-25.313 16.408-49.561 22.401-68.01 6.048-18.354 9.624-31.207 9.624-31.207 20.024 28.715 20.502 96.142 4.389 152.88-7.746 28.463-19.503 54.291-31.349 71.777-11.768 17.619-22.8 26.513-22.398 27.49Z'/%3e%3cpath fill='url(%23f)' d='M15.298 403.191c5.697-4.118 11.991-7.376 18.763-9.836 6.706-2.252 13.76-3.366 21.18-3.926 14.503-.403 30.03 2.552 44.352 8.686 29.247 11.994 53.53 34.117 73.223 55.605 19.67 21.667 36.171 43.153 49.436 59.02 6.555 7.954 12.1 14.544 16.093 19.029l6.132 7.283c-17.718-.213-42.652-9.953-67.227-25.643-24.707-15.551-48.859-36.259-71.205-54.306-22.3-18.132-43.616-33.541-60.845-42.777-8.633-4.396-15.858-8.175-21.19-10.081-5.275-2.132-8.397-3.283-8.714-3.051l.002-.003Z'/%3e%3cpath fill='url(%23g)' d='M47.773 386.161c-9.335-53.582 21.199-89.151 48.208-125.128 13.68-17.735 26.968-35.791 35.566-50.859 4.835-7.406 7.787-13.953 10.362-18.562l3.953-7.313c7.296 13.387 9.817 36.893 3.881 61.938-5.618 25.108-18.861 50.814-34.285 71.825-15.38 21.172-32.67 38.019-45.92 49.469-13.333 11.537-22.052 17.915-21.767 18.632l.002-.002Z'/%3e%3cpath fill='url(%23h)' d='M91.381 365.665c24.659-13.576 53.76-11.395 79.768-.292 26.273 10.991 49.847 30.61 68.741 51.473 18.966 20.886 33.326 43.109 42.843 59.979 9.547 16.86 14.377 28.399 14.377 28.399-31.607-7.142-78.354-46.611-121.448-80.161-21.45-16.859-41.843-32.392-57.46-42.997-15.563-10.707-26.169-16.707-26.82-16.401Z'/%3e%3cpath fill='url(%23i)' d='M123.086 355.311c-2.981-26.022 3.431-46.052 12.707-62.428 9.191-16.5 21.732-29.874 33.647-45.023 12.095-14.822 23.59-31.451 31.626-44.937 4.231-6.695 7.33-12.465 9.674-16.531l3.762-6.425c7.51 11.543 10.912 31.571 6.938 54.473-1.679 11.441-5.848 23.312-10.946 34.775-5.555 11.289-12.201 22.212-19.977 31.505-15.305 18.901-32.984 31.9-45.882 40.564-13.031 8.594-21.659 13.222-21.553 14.027h.004Z'/%3e%3cpath fill='url(%23j)' d='M-12.939 419.152c-5.383-12.384-7.061-25.28-6.007-37.548 1.008-12.356 4.298-23.683 6.905-33.331l8.778-29.823a1004.204 1004.204 0 0 1 10.89-33.685c7.938-22.885 16.935-45.034 24.478-61.125 7.328-16.13 13.118-26.35 13.118-26.35 7.326 13.215 10.61 34.184 10.53 58.525-.129 24.28-3.352 52.183-12.108 79.277-4.425 13.492-10.89 26.694-18.192 37.138-7.255 10.528-14.474 18.31-20.186 24.825-11.561 12.928-18.433 21.399-18.208 22.1l.002-.003Z'/%3e%3cpath fill='url(%23k)' d='M-203.969 669.291c-.191-25.921 6.368-49.853 15.352-72.971 9.282-22.937 21.702-44.483 36.47-64.157 14.724-19.717 31.581-37.735 49.874-54.036 9.063-8.265 18.657-15.88 28.418-23.194 9.637-7.497 19.361-14.868 29.6-21.535 40.287-27.527 83.536-50.761 128.92-68.593 45.451-17.577 92.588-31.18 141.329-36.364a2.037 2.037 0 0 1 .462 4.046l-.153.017c-47.855 5.653-94.726 19.726-139.482 37.662-44.77 18.199-87.307 41.7-126.811 69.379-10.04 6.702-19.564 14.105-28.998 21.622-9.567 7.359-18.926 14.928-27.728 23.102-17.787 16.144-34.087 33.9-48.232 53.208-14.188 19.262-26.003 40.239-34.73 62.386-8.46 21.995-14.432 45.989-14.038 68.744l.01.569a5.121 5.121 0 0 1-5.037 5.211 5.131 5.131 0 0 1-5.215-5.044v-.05l-.011-.002Z'/%3e%3cpath fill='url(%23l)' d='M167.483 340.538c24.606-23.067 50.25-31.823 74.324-34.809 24.132-3.17 47.616-.477 72.45.206 24.636 1.122 50.678.231 70.807-1.821 10.18-.766 18.532-1.996 24.538-2.695 5.917-.65 9.539-1.045 9.539-1.045-6.151 16.628-24.237 35.526-50.974 49.005-13.122 7.05-28.605 11.857-44.38 15.389-15.947 2.926-32.356 4.446-47.949 3.548-31.325-1.307-58.376-9.596-77.259-16.273-18.916-6.871-30.346-12.235-31.094-11.508l-.002.003Z'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='b' x1='-16.032' x2='-146.412' y1='653.168' y2='535.513' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='85.488' x2='-91.409' y1='621.967' y2='462.336' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='168.14' x2='-22.527' y1='585.059' y2='413.002' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='e' x1='-109.936' x2='-11.729' y1='304.624' y2='393.245' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='f' x1='232.502' x2='38.614' y1='552.317' y2='377.353' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='g' x1='73.648' x2='124.524' y1='264.319' y2='310.23' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='h' x1='295.234' x2='112.429' y1='507.302' y2='342.34' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='i' x1='150.384' x2='197.396' y1='251.025' y2='293.449' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='j' x1='-23.003' x2='55.289' y1='272.895' y2='343.545' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='k' x1='-146.232' x2='45.762' y1='303.438' y2='542.364' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='l' x1='374.864' x2='226.369' y1='375.052' y2='275.716' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='m86.273 0 367.492 331.624-464.273 514.489L-378 514.489z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
.container.acc_section_1::before {
  width: 631px;
  height: 841px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='631' height='841' fill='none' viewBox='0 0 631 841'%3e%3cg clip-path='url(%23a)' opacity='.4'%3e%3cpath fill='url(%23b)' d='M644.063 669.615c-6.072.036-12.174-1.048-17.81-3.27-5.23-2.332-10.612-5.58-14.791-9.655-8.548-8.113-14.745-19.069-17.733-30.698-6.572-23.519-2.083-49.529 7.339-70.952 9.348-21.603 23.705-38.807 35.85-48.646 6.178-4.881 11.336-8.295 15.278-10.01 3.824-1.829 5.935-2.612 5.935-2.612.859 11.876-2.32 26.385-6.214 44.317-3.917 17.715-8.69 38.247-11.226 57.974-2.723 19.68-3.418 38.454-1.863 51.917 1.487 13.465 4.735 21.537 5.23 21.635h.005Z'/%3e%3cpath fill='url(%23c)' d='M629.096 659.307c-6.425 25.68-17.137 42.467-30.913 55.956-13.811 13.252-31.227 23.7-49.564 33.456-18.267 9.615-37.056 18.355-51.463 24.518-14.384 6.196-24.256 9.722-24.256 9.722 1.128-13.486 9.819-29.907 23.366-46.357 13.616-16.361 32.143-32.675 51.924-45.006 19.686-12.479 40.073-20.911 55.373-25.434 15.348-4.527 25.392-6.002 25.533-6.859v.004Z'/%3e%3cpath fill='url(%23d)' d='M583.13 651.084c-10.169 9.894-17.72 17.847-25.337 25.017-7.527 6.727-15.134 12.82-23.441 17.387-16.458 9.866-35.837 16.564-55.435 23.365-19.46 6.731-38.723 13.907-53.331 21.268-7.116 3.761-13.388 7.152-17.424 10.022-4.175 2.708-6.731 4.368-6.731 4.368-.837-15.175 9.11-35.929 25.903-52.898 16.777-17.044 39.646-30.865 62.59-39.679 22.97-8.903 46.303-12.465 63.788-12.241 17.559.052 28.922 4.178 29.42 3.394l-.002-.003Z'/%3e%3cpath fill='url(%23e)' d='M577.31 648.101c-6.295-.371-12.545-1.996-18.6-4.749-5.379-2.993-10.857-7.014-15.278-11.958-8.576-9.9-14.637-23.117-16.727-36.739-4.955-27.697 2.709-56.395 14.22-79.591 11.519-23.434 26.86-42.13 39.055-54.815 12.239-12.689 21.252-19.63 21.252-19.63 4.266 29.179-15.843 78.804-25.126 123.975-4.807 22.461-6.753 43.639-5.056 58.89 1.032 7.464 1.959 13.917 3.611 17.939 1.392 4.188 2.298 6.66 2.648 6.674l.001.004Z'/%3e%3cpath fill='url(%23f)' d='M543.041 625.146c-11.376 7.832-20.415 13.876-29.408 18.929-8.847 4.758-17.566 8.37-26.572 10.654-17.932 4.937-37.592 5.387-57.41 6.401-19.716.772-39.664 1.985-55.292 4.542-3.834.657-7.466 1.285-10.756 1.851-3.126.74-5.927 1.406-8.278 1.961a8776.442 8776.442 0 0 0-7.468 1.745c3.538-13.899 17.89-30.122 38.046-41.399 20.039-11.619 45.228-18.071 68.868-19.874 23.69-2.011 46.03 1.111 61.996 5.577 16.045 4.351 25.636 10.226 26.272 9.611l.002.002Z'/%3e%3cpath fill='url(%23g)' d='M488.747 588.152c-20.351-19.91-24.126-51.67-17.765-80.542 6.159-29.391 21.73-57.197 38.953-80.761 17.301-23.586 36.523-43.073 51.292-56.771 14.77-13.691 25.138-21.6 25.138-21.6-.216 33.837-31.01 91.166-57.08 141.82-12.919 25.341-24.652 49.194-31.474 67.25-7.041 18.029-9.486 30.07-9.064 30.608v-.004Z'/%3e%3cpath fill='url(%23h)' d='M500.679 592.669c-13.889 4.907-24.846 8.826-35.65 12.393-10.572 3.189-20.937 5.662-31.687 6.977-21.418 2.877-45.125 2.131-68.811 1.242-18.117-.947-43.5-2.269-64.481-3.366l-29.665-1.286c9.046-12.447 28.139-24.277 51.925-32.267 23.732-8.151 52.085-12.38 79.083-11.982 26.953.088 52.588 5.39 70.549 12.809 18.112 7.177 27.921 16.033 28.741 15.48h-.004Z'/%3e%3cpath fill='url(%23i)' d='M432.239 505.747c-8.797-10.655-13.332-25.225-13.173-39.882-.247-14.961 3.912-29.82 10.1-44.161 12.79-28.493 35.348-53.124 58.886-72.125 23.598-19.086 48.458-32.614 67.169-41.026 18.797-8.393 31.312-11.846 31.312-11.846-12.673 30.832-58.821 75.977-96.188 120.065-18.624 21.892-34.848 43.295-44.742 60.034-2.657 4.154-4.662 8.022-6.357 11.485-1.775 3.456-3.372 6.493-4.208 9.036-1.958 5.086-3.039 8.126-2.796 8.418l-.003.002Z'/%3e%3cpath fill='url(%23j)' d='M465.123 546.185c-29.702 1.774-52.142 2.295-76.804-2.772-24.248-4.789-50.006-13.522-74.978-22.729-24.852-9.271-48.611-19.04-66.713-26.012-18.003-7.023-30.646-11.283-30.646-11.283 29.747-18.456 97.102-15.322 152.896 3.809 28.006 9.259 53.168 22.382 69.995 35.148 16.963 12.696 25.253 24.188 26.25 23.839Z'/%3e%3cpath fill='url(%23k)' d='M398.81 441.673c-3.807-5.911-6.724-12.37-8.817-19.264-1.889-6.817-2.624-13.921-2.785-21.36.374-14.503 4.157-29.849 11.049-43.823 13.544-28.562 36.935-51.625 59.448-70.139 22.69-18.48 45.028-33.807 61.583-46.202 8.294-6.12 15.172-11.304 19.864-15.051l7.601-5.733c-1.161 17.681-12.224 42.058-29.207 65.756-16.853 23.839-38.825 46.846-58.043 68.194-19.3 21.296-35.829 41.756-45.976 58.465-4.851 8.386-9.012 15.398-11.201 20.621-2.412 5.153-3.728 8.208-3.514 8.538l-.002-.002Z'/%3e%3cpath fill='url(%23l)' d='M383.544 408.332c-54.006 6.45-87.888-25.945-122.365-54.843-16.978-14.611-34.296-28.847-48.882-38.239-7.136-5.225-13.515-8.524-17.98-11.342l-7.09-4.339c13.759-6.568 37.366-7.827 62.057-.557 24.77 6.955 49.73 21.556 69.885 38.083 20.317 16.493 36.214 34.66 46.937 48.504 10.807 13.932 16.709 22.981 17.44 22.735l-.002-.002Z'/%3e%3cpath fill='url(%23m)' d='M365.413 363.688c-12.235-25.351-8.498-54.293 3.983-79.669 12.382-25.647 33.236-48.136 55.082-65.885 21.872-17.819 44.832-30.969 62.188-39.568 17.347-8.63 29.127-12.835 29.127-12.835-8.824 31.179-50.742 75.745-86.552 116.979-17.983 20.516-34.587 40.047-46.013 55.074-11.526 14.967-18.085 25.237-17.815 25.904Z'/%3e%3cpath fill='url(%23n)' d='M356.772 331.474c-26.143 1.583-45.801-5.893-61.657-16.033-15.983-10.062-28.667-23.302-43.155-36.011-14.153-12.872-30.143-25.241-43.179-33.988-6.458-4.583-12.054-7.987-15.988-10.546l-6.214-4.1c11.928-6.881 32.109-9.206 54.766-4.011 11.335 2.29 22.965 7.09 34.139 12.794 10.975 6.152 21.526 13.374 30.389 21.636 18.054 16.295 30.087 34.646 38.048 47.989 7.883 13.473 12.042 22.336 12.851 22.274v-.004Z'/%3e%3cpath fill='url(%23o)' d='M413.235 470.723c-12.655 4.713-25.622 5.697-37.816 3.988-12.284-1.669-23.419-5.561-32.913-8.681l-29.311-10.363a1005.216 1005.216 0 0 1-33.053-12.68c-22.426-9.152-44.062-19.323-59.725-27.717-15.714-8.181-25.609-14.511-25.609-14.511 13.588-6.607 34.703-8.764 59.005-7.38 24.237 1.43 51.928 6.144 78.514 16.339 13.235 5.141 26.072 12.305 36.11 20.155 10.124 7.809 17.508 15.434 23.708 21.487 12.29 12.237 20.381 19.553 21.093 19.366l-.003-.003Z'/%3e%3cpath fill='url(%23p)' d='M652.781 674.88c-25.895-1.198-49.441-9.03-72.044-19.239-22.407-10.497-43.257-24.054-62.111-39.855-18.9-15.759-35.989-33.557-51.286-52.697-7.768-9.493-14.858-19.481-21.639-29.62-6.97-10.024-13.81-20.13-19.918-30.71-25.329-41.705-46.213-86.136-61.588-132.411-15.117-46.327-26.175-94.125-28.741-143.074a2.04 2.04 0 0 1 1.928-2.142 2.035 2.035 0 0 1 2.138 1.897l.008.154c3.082 48.09 14.623 95.647 30.136 141.299 15.774 45.682 36.963 89.416 62.485 130.347 6.155 10.385 13.037 20.291 20.038 30.114 6.836 9.948 13.892 19.699 21.583 28.926 15.168 18.626 32.026 35.854 50.548 51.014 18.474 15.199 38.788 28.12 60.436 38.021 21.51 9.627 45.15 16.875 67.893 17.701l.568.021a5.121 5.121 0 0 1 4.934 5.309 5.13 5.13 0 0 1-5.315 4.937l-.051-.003-.002.011Z'/%3e%3cpath fill='url(%23q)' d='M344.399 286.35c-21.715-25.807-29.085-51.884-30.776-76.083-1.874-24.267 2.074-47.573 4.087-72.335 2.44-24.54 2.945-50.593 1.975-70.802-.22-10.207-1.001-18.613-1.377-24.648-.332-5.943-.533-9.58-.533-9.58 16.275 7.032 34.176 26.104 46.204 53.525 6.337 13.48 10.308 29.199 12.99 45.141 2.067 16.081 2.706 32.547.973 48.07-2.983 31.21-12.709 57.778-20.388 76.276-7.874 18.521-13.843 29.647-13.157 30.433l.002.003Z'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='b' x1='696.294' x2='591.374' y1='532.114' y2='636.543' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='481.079' x2='621.37' y1='791.181' y2='651.545' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='414.506' x2='556.493' y1='765.647' y2='624.323' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='e' x1='646.749' x2='522.279' y1='486.349' y2='610.239' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='f' x1='382.63' x2='503.719' y1='706.164' y2='585.64' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='g' x1='621.032' x2='452.153' y1='383.304' y2='551.395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='h' x1='323.484' x2='447.151' y1='661.981' y2='538.89' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='i' x1='588.605' x2='406.58' y1='298.793' y2='479.968' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='j' x1='293.675' x2='387.43' y1='561.446' y2='468.128' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='k' x1='559.358' x2='374.258' y1='232.769' y2='417.005' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='l' x1='263.263' x2='311.834' y1='375.967' y2='327.623' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='m' x1='517.769' x2='343.25' y1='167.716' y2='341.421' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='n' x1='254.1' x2='298.981' y1='298.629' y2='253.957' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='o' x1='266.649' x2='341.392' y1='472.938' y2='398.543' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='p' x1='290.546' x2='539.414' y1='597.626' y2='418.708' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='q' x1='389.974' x2='282.826' y1='81.115' y2='224.075' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 349.198 350.835-.001l488.878 491.17-350.835 349.198z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}
@media (max-width: 992px) {
  .container.acc_section_1 {
    width: calc(100% - 20px);
  }
  .container.acc_section_1 .block_content {
    flex-wrap: wrap;
    padding: 17px 0 20px;
  }
  .container.acc_section_1 .block_content .text_discr {
    padding-right: 0;
    width: 100%;
  }
  .container.acc_section_1 .block_content .text_discr .litle_title {
    font-size: 14px;
  }
  .container.acc_section_1 .block_content .text_discr .larg_title {
    font-size: 20px;
    line-height: 27px;
  }
  .container.acc_section_1 .block_content .text_discr .dis {
    padding-bottom: 18px;
    margin-top: 7px;
  }
  .container.acc_section_1 .block_content .video .video_pres .img_bg {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
  }
  .container.acc_section_1 .block_content .video .video_pres video {
    height: 201px;
    width: 100%;
  }
  .container.acc_section_1 .block_content .video .video_pres .iconply_video {
    height: 64px;
    width: 64px;
  }
  .container.acc_section_1::after, .container.acc_section_1::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .container.acc_section_1 .block_content .video,
  .container.acc_section_1 .block_content .video::before {
    height: 201px;
  }
  .container.acc_section_1 .block_content .video .video_pres {
    height: 201px;
  }
  .container.acc_section_1 .block_content .video .video_pres .iconply_video {
    height: 64px;
    width: 64px;
  }
  .container.acc_section_1 .block_content .text_discr .dis {
    font-size: 14px;
  }
}

.services-section {
  background: linear-gradient(180deg, #F2F9F8 0%, #FFF 100%);
  padding: 51px 0;
}
.services-section .services-container {
  max-width: 1591px;
  margin-inline: auto;
  width: 100%;
}
.services-section .services-container .section-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 992px;
  margin-inline: auto;
}
.services-section .services-container .section-header .section-title {
  color: #18AC97;
  font-family: "Macondo";
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 17px;
}
@media (max-width: 512px) {
  .services-section .services-container .section-header .section-title {
    font-size: 32px;
  }
}
.services-section .services-container .section-header .section-description,
.services-section .services-container .section-header .section-description p {
  color: #707070;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  padding-inline: 12px;
}
.services-section .services-container .carousel-wrapper {
  position: relative;
}
.services-section .services-container .carousel-wrapper .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container {
  max-width: 1591px;
  width: calc(100% - 20px);
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider {
  display: flex;
  justify-content: center;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card {
  overflow: hidden;
  text-align: center;
  transition-property: transform;
  transition-duration: 300ms;
  position: relative;
  max-width: 331px;
  margin-inline: auto;
  border-radius: 20px;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .associefemme {
  border-radius: 100px 0px 0px 100px;
  background: #DA5E5E;
  top: 30px;
  bottom: initial;
  right: 0;
  padding: 8px;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-badge {
  position: absolute;
  top: 1rem;
  left: 2rem;
  background-color: #90CA6B;
  padding: 24px 12px;
  border-radius: 9999px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-image {
  width: 100%;
  height: 408px;
  max-width: 331px;
  border-radius: 20px;
  object-fit: cover;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content {
  padding: 12px 12px;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content .service-card-title {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content .service-card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 5px;
  color: #707070;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content .service-card-price {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content .service-card-price .world-apartir {
  font-size: 12PX;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card .service-card-content .reserver-btn {
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #18AC97;
  color: #FFF;
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card:hover .button--ujarak::before {
  opacity: 1;
  transform: translateZ(0);
}
.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card {
  /* base image transitions */
}
.service-card .service-card-image {
  transition: transform 800ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 800ms ease;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}

.services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider .carousel-item .service-card {
  /* zoom on card hover */
}
.service-card:hover .service-card-image {
  transform: scale(1.02);
  filter: brightness(0.96);
}

@media (min-width: 557px) {
  .services-section .services-container .carousel-wrapper .carousel-slider-container .carousel-slider {
    gap: 20px;
  }
}
.services-section .services-container .bottom-action {
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  margin-top: 66px;
  text-transform: uppercase;
}
.services-section .services-container .bottom-action .btn-outline {
  border: 1px solid #18AC97;
  border-radius: 100px;
  padding: 15px 38px;
  color: #18AC97;
  transition: all 0.3s ease;
}
.services-section .services-container .bottom-action .btn-outline:hover {
  background: #18AC97;
  color: #FFF;
}
@media (max-width: 512px) {
  .services-section .services-container .bottom-action {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 390px) {
  .services-section .services-container .bottom-action {
    font-size: 15px;
    padding: 15px 31px;
  }
}
.services-section .tns-controls {
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
  outline: none;
  position: absolute;
  top: 28%;
  width: calc(100% - 22px);
  height: 0;
}
.services-section .tns-controls button {
  background: none;
  border: none;
  cursor: pointer;
}
.services-section .tns-controls button:disabled, .services-section .tns-controls button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(30%);
}
@media (max-width: 576px) {
  .services-section .tns-controls {
    max-width: 394px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .services-section {
    padding: 51px 10px;
  }
}

.slider_section3 {
  height: auto;
  position: relative;
  padding-inline: 12px;
}
.slider_section3 .slider-wrapper {
  margin: 0 auto;
  max-width: 1531px;
  padding: 28px 0 43px;
  position: relative;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .slider_section3 .slider-wrapper .lass3item {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
.slider_section3 .larg_title {
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 9px;
  padding-top: 12px;
}
.slider_section3 .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
}
.slider_section3 .section-description {
  max-width: 977px;
  margin-inline: auto;
  width: 100%;
  color: #707070;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.slider_section3 .btn-voir-toute a {
  display: flex;
  align-items: center;
  border-radius: 100px;
  color: #18AC97;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 31px;
  border-radius: 100px;
  background: #F2F9F8;
}
.slider_section3 .btn-voir-toute a:hover {
  fill: #fff !important;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
  background-color: #18AC97;
}
@media (max-width: 576px) {
  .slider_section3 .btn-voir-toute a p {
    font-size: 16px !important;
  }
}
.slider_section3 .image-container {
  margin: auto;
  max-width: 331px;
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.slider_section3 .image-container .image-caption {
  bottom: 0;
  color: #707070;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.slider_section3 .image-container .image-caption .product_title {
  color: #18AC97;
  padding-top: 7px;
}
.slider_section3 .image-container .image-caption .product_title .larg_title {
  padding: 0;
  text-align: left;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slider_section3 .image-container .image-caption .dis {
  color: #707070;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 132%;
  min-height: 41px;
  padding-bottom: 9px;
}
.slider_section3 .image-container .image-caption .info-image {
  display: flex;
  margin-top: 0;
}
.slider_section3 .image-container .image-caption .info-image .price {
  color: #90CA6B;
  width: 100%;
  margin-top: 5px;
}
.slider_section3 .image-container .image-caption .info-image .price span {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
}
.slider_section3 .image-container .image-caption .info-image .reserver {
  text-align: right;
  width: 50%;
}
.slider_section3 .image-container .image-caption .info-image .reserver button {
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #18AC97;
  color: #fff;
}
.slider_section3 .image-container img {
  width: 100%;
  height: 408px;
  max-width: 331px;
  border-radius: 20px;
  object-fit: cover;
}
.slider_section3 .image-container:hover .button--ujarak::before {
  opacity: 1;
  transform: translateZ(0);
}
.slider_section3 .image-container:hover:hover img {
  transform: scale(1.02);
  filter: brightness(0.96);
}
.slider_section3 .image-container:hover img {
  transition: transform 800ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 800ms ease;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 992px) {
  .slider_section3 .slider-wrapper {
    padding: 12px 0 0px;
  }
}

@media (max-width: 992px) {
  .slider_section3 .image-container .image-caption .info-image {
    margin-bottom: 14px;
  }
  .gallery_block .image-caption .title-gallery {
    font-size: 24px !important;
  }
}
.slider_section3 .btn-voir-toute div,
.slider_section2.btn-voir-toute div {
  display: flex;
  margin: auto;
  max-width: max-content;
}

.slider_section3 .btn-voir-toute div a,
.slider_section2 .btn-voir-toute div a {
  display: flex;
}

.slider_section3 .btn-voir-toute div a p,
.slider_section2 .btn-voir-toute div a p {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  font-family: "Roboto";
}

.slider_section3 .btn-voir-toute div a:hover,
.slider_section2 .btn-voir-toute div a:hover {
  fill: #18AC97;
  color: #18AC97;
  transition: 0.4s;
}

.slider_section3 .tns-controls {
  display: flex;
  justify-content: space-between;
  margin-left: -5px;
  outline: none;
  position: absolute;
  top: 33%;
  width: calc(100% + 9px);
}

.slider_section3 .tns-controls button {
  background: none;
  border: none;
}

.gallery_block {
  display: flex;
  margin-inline: auto;
  max-width: 1293px;
  width: calc(100% - 30px);
  justify-content: space-between;
  gap: 15px;
  padding-top: 170px;
  padding-bottom: 50px;
}
.gallery_block .image-container {
  max-width: 806px;
  width: 100%;
}
.gallery_block .image-container .images {
  display: flex;
  gap: 15px;
}
.gallery_block .image-container .images img {
  border-radius: 20px;
}
.gallery_block .image-container .images img:nth-child(2) {
  transform: translateY(-58px);
}
.gallery_block .image-caption {
  max-width: 437px;
  width: 100%;
}
.gallery_block .image-caption .title-gallery {
  color: #18AC97;
  font-family: "Macondo";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  max-width: 439px;
  width: 100%;
  text-transform: none;
  padding-bottom: 15px;
}
.gallery_block .image-caption .dis {
  font-weight: 300;
  font-size: 18px;
  color: #707070;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 22px;
}
.gallery_block .image-caption a {
  background: #18AC97;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 8px 44px;
  border-radius: 100px;
  width: max-content;
}
@media (max-width: 1151px) {
  .gallery_block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 40px;
  }
  .gallery_block .image-container {
    order: 2;
    max-width: 100%;
    width: 100%;
  }
  .gallery_block .image-container .images {
    justify-content: center;
  }
  .gallery_block .image-container .images img:nth-child(2) {
    transform: translateY(0);
  }
  .gallery_block .image-container .images img {
    width: 100%;
    height: auto;
  }
  .gallery_block .image-caption {
    order: 1;
    text-align: center;
    max-width: 100%;
  }
  .gallery_block .image-caption .title-gallery {
    margin: auto;
  }
  .gallery_block .image-caption a {
    position: static;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .gallery_block .image-container .images img {
    max-width: 100px;
  }
}

.satisfy-block {
  display: none;
}
.satisfy-block .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .satisfy-block .title_ .larg_title {
    font-size: 24px;
    line-height: 32px;
  }
}
.satisfy-block .items {
  display: flex;
  justify-content: center;
  padding: 36px;
  gap: 36px;
}
@media (max-width: 768px) {
  .satisfy-block .items {
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .satisfy-block .items {
    padding: 20px;
  }
}
.satisfy-block .items .item {
  border-radius: 10px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.0509803922);
  height: 125px;
  max-width: 313px;
  text-align: center;
  width: 100%;
}

.satisfy-block .items .item div {
  padding: 22px 0;
}

@media only screen and (max-width: 768px) {
  .satisfy-block .items .item div {
    height: 125px;
    width: 114px;
  }
}
.satisfy-block .items .item div p {
  font-family: Macondo;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.satisfy-block .items .item div.google {
  padding: 15px 0;
}

.page_massages .massages-intro {
  margin: auto;
  max-width: 1138px;
  padding: 24px 0 0;
  text-align: center;
  width: 100%;
}
.page_massages .massages-intro p {
  color: #707070;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: auto;
  text-align: center;
  width: calc(100% - 40px);
}
.page_massages .massages-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
  max-width: 1453px;
  width: calc(100% - 20px);
  margin-inline: auto;
}
.page_massages .massages-list .massages-type {
  display: flex;
  margin: auto;
  max-width: 723px;
  padding-top: 28px;
}
.page_massages .massages-list .massages-type .massages-type-image {
  position: relative;
  width: 100%;
}
.page_massages .massages-list .massages-type .massages-type-image img {
  height: 100%;
  width: 100%;
  max-width: 331px;
  max-height: 408px;
  min-width: 178px;
  object-fit: cover;
  border-radius: 20px;
}
.page_massages .massages-list .massages-type .massages-type-text {
  padding: 12px 23px;
  max-width: 368px;
  width: 100%;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-title-type {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-horaire {
  color: #707070;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-horaire svg {
  vertical-align: -6px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-dis {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-dis p {
  color: #707070;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price .apartir {
  font-size: 10px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn {
  display: flex;
  padding-top: 25px;
  gap: 8px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn a {
  margin-right: 10px;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn .reserver-btn {
  background: #18AC97;
  color: #fff;
  position: relative;
  z-index: 1;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn .reserver-btn:hover {
  background: #fff;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn .btn-Decouvrir {
  background: #f9f7f7;
  border: 1px solid #e3e3e3;
  color: #707070;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.page_massages .massages-list .massages-type .massages-type-text .massages-type-btn .btn-Decouvrir:hover {
  color: #fff;
}
.page_massages .reserveaufemme {
  left: 0px;
  bottom: 38px;
  border-radius: 0 100px 100px 0;
  background: #DA5E5E;
  padding: 10px 12px;
}
@media (max-width: 992px) {
  .page_massages {
    /* Switch list to single column on tablet / small desktop */
  }
  .page_massages .massages-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 12px;
  }
  .page_massages .massages-list .massages-intro p {
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 24px);
  }
  .page_massages .massages-list {
    /* Stack image + text vertically */
  }
  .page_massages .massages-list .massages-type {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    max-width: 100%;
    padding-top: 18px;
  }
  .page_massages .massages-list .massages-type .massages-type-image {
    width: 100%;
    display: block;
  }
  .page_massages .massages-list .massages-type .massages-type-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: cover;
    border-radius: 12px;
    max-height: 350px;
  }
}
@media (max-width: 992px) and (max-width: 512px) {
  .page_massages .massages-list .massages-type .massages-type-image img {
    max-height: 250px;
  }
}
@media (max-width: 992px) {
  .page_massages .massages-list .massages-type .massages-type-text {
    padding: 12px 8px !important;
    max-width: 100% !important;
  }
  .page_massages .massages-list .massages-type .massages-type-btn {
    padding-top: 13px;
    align-items: stretch;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .page_massages {
    /* Switch list to single column on tablet / small desktop */
  }
  .page_massages .massages-list {
    gap: 15px;
  }
  .page_massages .massages-list .massages-type .massages-type-text {
    padding: 0px !important;
  }
}

@media (max-width: 1338px) {
  .page_massages .massages-list .massages-type .massages-type-text .massages-title-type {
    font-size: 20px;
  }
  .page_massages .massages-list .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page_massages .massages-intro p {
    font-size: 15px;
    line-height: 20px;
  }
  .page_massages .massages-list {
    gap: 18px;
  }
  .page_massages .massages-type .massages-type-text .massages-title-type {
    font-size: 24px;
  }
  .page_massages .massages-type .massages-type-text .massages-type-dis-price {
    font-size: 28px;
  }
}
.fiche_massage {
  padding-top: 95px;
}
.fiche_massage .fiche-massage-formules {
  display: flex;
  max-width: 1448px;
  width: calc(100% - 30px);
  gap: 10px;
  margin-inline: auto;
  justify-content: space-between;
}
.fiche_massage .fiche-massage-formules .fiche-massage-image {
  position: relative;
}
.fiche_massage .fiche-massage-formules .fiche-massage-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-width: 520px;
  height: 641px;
  object-fit: cover;
}
.fiche_massage .fiche-massage-formules .fiche-massage-image .miniature-icon-promo {
  position: absolute;
  top: 15px;
  left: 10px;
}
@media (max-width: 1400px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-image img {
    height: auto;
    min-height: 445px;
  }
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail {
  max-width: 897px;
  width: 100%;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .dis {
  color: #707070;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .dis {
    font-size: 16px;
  }
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option {
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .price {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .price sup {
  font-size: 14px;
  font-style: italic;
  color: #707070;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button {
  display: flex;
  gap: 10px;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button .reserveProduit {
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #18AC97;
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 29px;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button .cadeau-btn {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #18AC97;
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button .cadeau-btn:hover svg {
  /* slightly faster on hover */
  animation-duration: 420ms;
  width: 30px;
  height: 30px;
  transform-origin: center;
  animation: vibration 700ms linear infinite;
}
@keyframes vibration {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-1px, 0) rotate(-1deg);
  }
  40% {
    transform: translate(1px, 0) rotate(1deg);
  }
  60% {
    transform: translate(-1px, 0) rotate(-1deg);
  }
  80% {
    transform: translate(1px, 0) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button .cadeau-btn svg {
    animation: none !important;
  }
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option {
    flex-direction: column;
    gap: 10px;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .price p {
    text-align: center;
    display: block;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button {
    width: 100%;
    flex-direction: row-reverse;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-option .button .reserver-btn {
    width: 100%;
  }
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  align-items: center;
  padding: 33px 0px;
  gap: 30px;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price label {
  font-family: roboto;
  padding-bottom: 9px;
  display: block;
  color: #18AC97;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .option-people {
  position: relative;
  display: inline-block;
  flex: 1;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .option-duration {
  flex: 1;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price select,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #EFF7EE;
  /* pale green background */
  color: #18AC97;
  /* brand green text */
  border: none;
  padding: 20px 44px 20px 20px;
  border-radius: 9999px;
  min-width: 150px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  font-weight: 500;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-group {
  position: relative;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-group::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none' viewBox='0 0 16 9'%3e%3cpath fill='%2318AC97' d='M15.826.53a.532.532 0 0 0-.906-.375l-7.06 7.06L.906.257a.532.532 0 0 0-.75 0 .532.532 0 0 0 0 .75l7.33 7.334a.532.532 0 0 0 .75 0L15.67.908a.527.527 0 0 0 .156-.378Z'/%3e%3c/svg%3e ");
  pointer-events: none;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
  /* caret triangle placed using a pseudo element on the wrapper */
  /* focus state for keyboard users */
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price select:focus,
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(24, 172, 151, 0.12);
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
  /* responsive: full width on small screens */
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
    display: block;
    width: 100%;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price select,
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-control {
    width: 100%;
    min-width: unset;
    padding-right: 44px;
  }
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste {
  padding-top: 7px;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste li {
  color: #707070;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  padding-left: 21px;
  position: relative;
  list-style: none;
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste li:before {
  content: "";
  width: 19px;
  height: 20px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 9px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.7484 11.9929C18.3356 11.3509 17.9229 10.7317 17.5101 10.0897C17.4184 9.95207 17.4184 9.86035 17.5101 9.72276C17.9229 9.10363 18.3127 8.48449 18.7254 7.86535C19.207 7.13156 18.9547 6.42069 18.1292 6.12259C17.4413 5.87034 16.7534 5.59517 16.0654 5.34293C15.9279 5.29707 15.8591 5.20535 15.8591 5.04483C15.8361 4.28811 15.7903 3.53138 15.7444 2.79759C15.6985 1.995 15.0794 1.53638 14.2997 1.74276C13.566 1.92621 12.8322 2.13259 12.1213 2.33897C11.9608 2.38483 11.8691 2.33897 11.7544 2.22431C11.2958 1.6281 10.8142 1.05483 10.3556 0.481552C9.85113 -0.160517 9.07147 -0.160517 8.54406 0.481552C8.08544 1.05483 7.60389 1.6281 7.1682 2.20138C7.05354 2.3619 6.93889 2.38483 6.75544 2.33897C6.04458 2.13259 5.33371 1.94914 4.82923 1.81155C3.8432 1.58224 3.24699 1.97207 3.20113 2.79759C3.15527 3.55431 3.10941 4.31104 3.08647 5.09069C3.08647 5.25121 3.01768 5.32 2.8801 5.3888C2.16923 5.66397 1.45837 5.93914 0.747509 6.21431C0.0137167 6.51242 -0.215594 7.22328 0.220095 7.88828C0.632854 8.53035 1.04561 9.14949 1.45837 9.79155C1.55009 9.92914 1.55009 10.0209 1.45837 10.1814C1.02268 10.8234 0.609921 11.4655 0.197162 12.1305C-0.192665 12.7497 0.0595746 13.4834 0.747505 13.7586C1.45837 14.0338 2.19216 14.309 2.90302 14.5841C3.06354 14.63 3.1094 14.7217 3.1094 14.8822C3.13233 15.616 3.22405 16.3269 3.22405 17.0607C3.22405 17.7945 3.86612 18.4595 4.76043 18.1843C5.4713 17.955 6.18216 17.7945 6.89302 17.5881C7.03061 17.5422 7.12233 17.5652 7.21405 17.7028C7.69561 18.299 8.15423 18.8722 8.63578 19.4685C9.16319 20.1105 9.91991 20.1105 10.4244 19.4685C10.9059 18.8722 11.3646 18.299 11.8461 17.7028C11.9378 17.5881 12.0066 17.5422 12.1672 17.5881C12.9009 17.7945 13.6347 17.9779 14.3685 18.1843C15.1253 18.3907 15.7673 17.9321 15.7903 17.1524C15.8361 16.3957 15.882 15.639 15.9049 14.8593C15.9049 14.6759 15.9966 14.6071 16.1342 14.5612C16.8222 14.309 17.533 14.0338 18.2209 13.7586C18.9547 13.3917 19.1841 12.6579 18.7484 11.9929ZM13.2679 8.23225L8.68165 12.8185C8.56699 12.9331 8.40648 13.0248 8.24596 13.0478C8.2001 13.0478 8.1313 13.0707 8.08544 13.0707C7.87906 13.0707 7.64975 12.979 7.48923 12.8185L5.60889 10.9381C5.28786 10.6171 5.28786 10.0897 5.60889 9.76862C5.92992 9.44759 6.45734 9.44759 6.77837 9.76862L8.06251 11.0528L12.0525 7.06276C12.3735 6.74173 12.901 6.74173 13.222 7.06276C13.5889 7.38379 13.5889 7.91121 13.2679 8.23225Z' fill='%2318AC97'/%3e%3c/svg%3e");
}
@media (max-width: 512px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste li {
    font-size: 15px;
  }
}
.fiche_massage .fiche-massage-formules .fiche-massage-detail .larg_title {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: normal;
}
@media (max-width: 1400px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail img {
    height: auto;
    min-height: 445px;
  }
}
.fiche_massage .fiche-massage-formules .reserveaufemme.fiche-pr {
  border-radius: 100px 0px 0px 100px;
  background: #DA5E5E;
  top: 30px;
  bottom: initial;
  right: 0;
  padding: 11px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .larg_title {
    font-size: 27px !important;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div {
    justify-content: center;
    margin-bottom: 17px;
    width: 100%;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price div .reserver-btn {
    width: 100%;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail {
    background-color: #fff;
    margin: auto;
    padding-top: 2px;
    transform: unset;
    width: calc(100% - 31px);
  }
}
.fiche_massage::before {
  content: "";
  width: 489px;
  height: 841px;
  position: absolute;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='489' height='841' fill='none' viewBox='0 0 489 841'%3e%3cg clip-path='url(%23a)' opacity='.4'%3e%3cpath fill='url(%23b)' d='M629.096 659.307c-6.425 25.68-17.137 42.467-30.913 55.956-13.811 13.252-31.227 23.7-49.564 33.456-18.267 9.615-37.056 18.355-51.463 24.518-14.384 6.196-24.256 9.722-24.256 9.722 1.128-13.486 9.819-29.906 23.366-46.357 13.616-16.361 32.143-32.675 51.924-45.006 19.686-12.479 40.073-20.911 55.373-25.434 15.348-4.527 25.392-6.002 25.533-6.859v.004Z'/%3e%3cpath fill='url(%23c)' d='M583.13 651.084c-10.169 9.894-17.72 17.847-25.337 25.017-7.527 6.727-15.134 12.82-23.441 17.387-16.458 9.866-35.837 16.564-55.435 23.365-19.461 6.731-38.723 13.907-53.331 21.268-7.116 3.761-13.388 7.152-17.424 10.022-4.175 2.708-6.731 4.368-6.731 4.368-.837-15.175 9.11-35.929 25.903-52.898 16.776-17.044 39.646-30.865 62.59-39.679 22.97-8.903 46.303-12.465 63.788-12.241 17.559.052 28.922 4.178 29.42 3.394l-.002-.003Z'/%3e%3cpath fill='url(%23d)' d='M577.309 648.101c-6.294-.371-12.544-1.996-18.599-4.749-5.379-2.993-10.857-7.014-15.278-11.958-8.576-9.9-14.637-23.117-16.727-36.739-4.955-27.697 2.709-56.395 14.22-79.591 11.518-23.434 26.86-42.13 39.055-54.815 12.239-12.689 21.252-19.63 21.252-19.63 4.266 29.179-15.843 78.804-25.126 123.975-4.808 22.461-6.753 43.639-5.056 58.89 1.032 7.464 1.959 13.917 3.611 17.939 1.392 4.188 2.298 6.66 2.648 6.674v.004Z'/%3e%3cpath fill='url(%23e)' d='M543.041 625.146c-11.376 7.832-20.415 13.876-29.408 18.929-8.847 4.758-17.566 8.37-26.572 10.654-17.932 4.937-37.592 5.387-57.41 6.401-19.716.772-39.664 1.985-55.292 4.542-3.834.657-7.467 1.285-10.756 1.851-3.126.74-5.927 1.406-8.278 1.961a8776.442 8776.442 0 0 0-7.468 1.745c3.538-13.899 17.89-30.122 38.046-41.399 20.038-11.619 45.228-18.071 68.868-19.874 23.69-2.011 46.03 1.111 61.996 5.577 16.045 4.351 25.636 10.226 26.272 9.611l.002.002Z'/%3e%3cpath fill='url(%23f)' d='M488.747 588.152c-20.351-19.91-24.126-51.67-17.765-80.542 6.159-29.391 21.73-57.197 38.953-80.761 17.301-23.586 36.523-43.073 51.292-56.771 14.77-13.691 25.138-21.6 25.138-21.6-.216 33.837-31.01 91.166-57.08 141.82-12.919 25.341-24.652 49.194-31.474 67.25-7.041 18.029-9.486 30.07-9.064 30.608v-.004Z'/%3e%3cpath fill='url(%23g)' d='M500.679 592.669c-13.889 4.907-24.846 8.826-35.651 12.393-10.571 3.189-20.936 5.662-31.686 6.977-21.418 2.878-45.125 2.131-68.811 1.242-18.117-.947-43.5-2.269-64.481-3.366l-29.665-1.286c9.046-12.447 28.139-24.277 51.925-32.267 23.732-8.151 52.085-12.38 79.083-11.982 26.953.088 52.588 5.39 70.549 12.809 18.112 7.177 27.921 16.033 28.741 15.48h-.004Z'/%3e%3cpath fill='url(%23h)' d='M432.239 505.747c-8.797-10.655-13.332-25.225-13.173-39.882-.247-14.961 3.912-29.82 10.1-44.161 12.79-28.493 35.348-53.124 58.886-72.125 23.597-19.086 48.458-32.614 67.169-41.026 18.797-8.393 31.312-11.846 31.312-11.846-12.673 30.832-58.821 75.977-96.188 120.065-18.624 21.892-34.848 43.295-44.742 60.034-2.657 4.154-4.662 8.022-6.357 11.485-1.775 3.456-3.372 6.493-4.208 9.036-1.958 5.086-3.039 8.126-2.796 8.418l-.003.002Z'/%3e%3cpath fill='url(%23i)' d='M465.123 546.185c-29.702 1.774-52.142 2.295-76.804-2.772-24.248-4.789-50.006-13.522-74.978-22.729-24.852-9.271-48.611-19.04-66.713-26.012-18.003-7.023-30.646-11.283-30.646-11.283 29.747-18.456 97.102-15.322 152.896 3.809 28.006 9.259 53.168 22.382 69.995 35.148 16.963 12.696 25.253 24.188 26.25 23.839Z'/%3e%3cpath fill='url(%23j)' d='M398.81 441.673c-3.807-5.911-6.724-12.37-8.817-19.264-1.89-6.817-2.624-13.921-2.786-21.36.374-14.503 4.157-29.849 11.049-43.823 13.545-28.562 36.936-51.625 59.449-70.139 22.689-18.48 45.028-33.807 61.583-46.202 8.294-6.12 15.172-11.304 19.864-15.051l7.601-5.733c-1.161 17.681-12.224 42.058-29.207 65.756-16.853 23.839-38.825 46.846-58.043 68.194-19.3 21.296-35.829 41.756-45.976 58.465-4.851 8.386-9.012 15.398-11.201 20.621-2.412 5.153-3.728 8.208-3.514 8.538l-.002-.002Z'/%3e%3cpath fill='url(%23k)' d='M383.544 408.332c-54.006 6.45-87.888-25.945-122.365-54.843-16.978-14.611-34.296-28.847-48.882-38.239-7.136-5.225-13.515-8.523-17.98-11.342l-7.091-4.339c13.76-6.568 37.367-7.827 62.057-.557 24.771 6.955 49.731 21.556 69.886 38.084 20.317 16.492 36.214 34.659 46.937 48.503 10.807 13.932 16.709 22.981 17.44 22.735l-.002-.002Z'/%3e%3cpath fill='url(%23l)' d='M365.413 363.688c-12.235-25.351-8.498-54.293 3.983-79.669 12.382-25.647 33.236-48.136 55.082-65.885 21.872-17.819 44.832-30.969 62.188-39.568 17.347-8.63 29.127-12.835 29.127-12.835-8.824 31.179-50.742 75.745-86.552 116.979-17.983 20.516-34.587 40.047-46.013 55.074-11.526 14.967-18.085 25.237-17.815 25.904Z'/%3e%3cpath fill='url(%23m)' d='M356.772 331.474c-26.143 1.583-45.801-5.893-61.657-16.033-15.983-10.062-28.667-23.302-43.155-36.011-14.153-12.872-30.143-25.241-43.179-33.988-6.458-4.583-12.054-7.987-15.988-10.546l-6.215-4.1c11.929-6.881 32.11-9.206 54.767-4.011 11.334 2.29 22.965 7.09 34.138 12.794 10.976 6.152 21.526 13.374 30.39 21.636 18.054 16.295 30.087 34.646 38.048 47.989 7.883 13.473 12.042 22.336 12.851 22.274v-.004Z'/%3e%3cpath fill='url(%23n)' d='M413.235 470.724c-12.655 4.712-25.622 5.696-37.816 3.987-12.284-1.669-23.419-5.561-32.913-8.681l-29.311-10.363a1005.216 1005.216 0 0 1-33.053-12.68c-22.426-9.152-44.062-19.323-59.725-27.717-15.714-8.181-25.609-14.511-25.609-14.511 13.588-6.607 34.703-8.764 59.005-7.38 24.237 1.43 51.928 6.144 78.514 16.339 13.235 5.141 26.072 12.305 36.11 20.155 10.124 7.809 17.508 15.434 23.708 21.487 12.29 12.237 20.381 19.553 21.092 19.366l-.002-.002Z'/%3e%3cpath fill='url(%23o)' d='M652.781 674.88c-25.895-1.198-49.441-9.03-72.044-19.239-22.407-10.497-43.257-24.054-62.111-39.855-18.9-15.759-35.989-33.557-51.286-52.697-7.768-9.493-14.858-19.481-21.639-29.62-6.97-10.024-13.81-20.13-19.918-30.71-25.329-41.705-46.213-86.136-61.588-132.411-15.117-46.327-26.175-94.125-28.741-143.074a2.04 2.04 0 0 1 1.928-2.142 2.035 2.035 0 0 1 2.138 1.897l.008.154c3.082 48.09 14.623 95.647 30.136 141.299 15.774 45.682 36.963 89.416 62.485 130.347 6.155 10.385 13.037 20.291 20.038 30.114 6.836 9.948 13.892 19.699 21.583 28.926 15.168 18.626 32.026 35.854 50.548 51.014 18.474 15.199 38.788 28.12 60.436 38.021 21.51 9.627 45.15 16.875 67.893 17.701l.568.021a5.121 5.121 0 0 1 4.934 5.309 5.13 5.13 0 0 1-5.315 4.937l-.051-.003-.002.011Z'/%3e%3cpath fill='url(%23p)' d='M344.399 286.35c-21.715-25.807-29.085-51.884-30.776-76.083-1.874-24.267 2.074-47.573 4.087-72.335 2.44-24.54 2.945-50.593 1.975-70.802-.22-10.207-1.001-18.613-1.377-24.648-.332-5.943-.533-9.58-.533-9.58 16.275 7.032 34.176 26.104 46.204 53.525 6.337 13.48 10.308 29.199 12.99 45.141 2.067 16.081 2.706 32.547.973 48.07-2.983 31.21-12.709 57.778-20.388 76.276-7.874 18.521-13.843 29.647-13.157 30.433l.002.003Z'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='b' x1='481.079' x2='621.37' y1='791.181' y2='651.545' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='c' x1='414.506' x2='556.493' y1='765.647' y2='624.323' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='d' x1='646.749' x2='522.279' y1='486.349' y2='610.239' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='e' x1='382.63' x2='503.719' y1='706.164' y2='585.64' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='f' x1='621.032' x2='452.153' y1='383.304' y2='551.395' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='g' x1='323.484' x2='447.151' y1='661.981' y2='538.89' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='h' x1='588.605' x2='406.58' y1='298.793' y2='479.968' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='i' x1='293.675' x2='387.43' y1='561.446' y2='468.128' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='j' x1='559.358' x2='374.258' y1='232.769' y2='417.005' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='k' x1='263.263' x2='311.834' y1='375.967' y2='327.623' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='l' x1='517.769' x2='343.249' y1='167.716' y2='341.421' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='m' x1='254.099' x2='298.981' y1='298.629' y2='253.957' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='n' x1='266.649' x2='341.392' y1='472.938' y2='398.543' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='o' x1='290.546' x2='539.414' y1='597.626' y2='418.708' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3clinearGradient id='p' x1='389.974' x2='282.826' y1='81.115' y2='224.075' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23CFEFCC'/%3e%3cstop offset='.27' stop-color='%23C4E7BD'/%3e%3cstop offset='.5' stop-color='%23B9DEAD'/%3e%3cstop offset='1' stop-color='%2350987D'/%3e%3c/linearGradient%3e%3cclipPath id='a'%3e%3cpath fill='%23fff' d='M0 349.198 350.835-.001l488.878 491.17-350.835 349.198z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  z-index: -2;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .fiche_massage {
    padding-top: 50px;
  }
  .fiche_massage::before {
    display: none;
  }
  .fiche_massage .fiche-massage-formules {
    flex-direction: column;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-image img {
    max-width: 100%;
    max-height: 267px;
  }
}
@media (max-width: 768px) and (max-width: 414px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-image img {
    max-height: 267px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .fiche_massage .fiche-massage-formules .fiche-massage-detail {
    width: 100% !important;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-title .dis {
    margin-bottom: 20px;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price {
    padding: 20px 0px 0 0;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .button .cadeau-btn svg {
    padding: 12px;
  }
  .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste {
    padding-top: 20px;
  }
}
.fiche_massage .services-section {
  margin-top: 41px;
  padding: 19px 0;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 44px;
}
.fiche_massage .services-section .services-section-header {
  margin-bottom: 30px;
}
.fiche_massage .services-section .services-container .section-header {
  max-width: max-content;
}
.fiche_massage .services-section .services-container .section-header .section-title {
  font-family: "Roboto";
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  padding-inline: 12px;
}
@media (max-width: 768px) {
  .fiche_massage .services-section .services-container .section-header {
    margin-bottom: 36px;
  }
  .fiche_massage .services-section .services-container .section-header .section-title {
    font-size: 22px;
    margin-bottom: 17px;
  }
}
.fiche_massage .services-section .service-card-details p {
  display: flex;
  align-items: center;
  gap: 2px;
}
.fiche_massage .fiche-massage-featured-poste {
  margin-inline: auto;
  max-width: 1438px;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 16px;
  text-align: justify;
  padding-top: 52px;
}
.fiche_massage .fiche-massage-featured-poste h1,
.fiche_massage .fiche-massage-featured-poste h2,
.fiche_massage .fiche-massage-featured-poste h3,
.fiche_massage .fiche-massage-featured-poste h4,
.fiche_massage .fiche-massage-featured-poste h5,
.fiche_massage .fiche-massage-featured-poste h6,
.fiche_massage .fiche-massage-featured-poste span {
  color: #18AC97;
  font-family: "Macondo";
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 9px;
}
.fiche_massage .fiche-massage-featured-poste h2 {
  font-size: 30px;
}
.fiche_massage .fiche-massage-featured-poste h3 {
  font-size: 25px;
}
.fiche_massage .fiche-massage-featured-poste h4,
.fiche_massage .fiche-massage-featured-poste h5,
.fiche_massage .fiche-massage-featured-poste h6 {
  font-size: 20px;
}
.fiche_massage .fiche-massage-featured-poste p,
.fiche_massage .fiche-massage-featured-poste ul {
  margin-bottom: 23px;
  color: #707070;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 132%;
  /* 26.4px */
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 36px;
    margin-bottom: 14px;
    text-align: left;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 26px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 22px;
  }
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6 {
    font-size: 18px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 28px;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 24px;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 22px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 20px;
  }
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6 {
    font-size: 16px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-bottom: 12px;
    text-align: left;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 20px;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 18px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 16px;
  }
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6 {
    font-size: 14px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 12px;
    text-align: justify;
  }
}
@media (max-width: 414px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 18px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 15px;
  }
}
.fiche_massage {
  /* Responsive adjustments for the featured post block */
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-top: 36px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: left;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 26px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 22px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-top: 28px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 24px;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 22px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 20px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .fiche_massage .fiche-massage-featured-poste {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px;
  }
  .fiche_massage .fiche-massage-featured-poste h1,
  .fiche_massage .fiche-massage-featured-poste h2,
  .fiche_massage .fiche-massage-featured-poste h3,
  .fiche_massage .fiche-massage-featured-poste h4,
  .fiche_massage .fiche-massage-featured-poste h5,
  .fiche_massage .fiche-massage-featured-poste h6,
  .fiche_massage .fiche-massage-featured-poste span {
    font-size: 20px;
    text-align: left;
    text-align: justify;
  }
  .fiche_massage .fiche-massage-featured-poste h2 {
    font-size: 18px;
  }
  .fiche_massage .fiche-massage-featured-poste h3 {
    font-size: 16px;
  }
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 12px;
  }
}

.page-reservation .img-local {
  margin: auto;
  max-width: 1458px;
  padding-top: 60px;
  width: calc(100% - 30px);
}

.page-reservation .img-local .slider {
  justify-content: space-between;
  width: 100%;
}

.page-reservation .reservation-title, .page-panier .reservation-title {
  color: #18AC97;
  text-align: center;
  font-family: "Macondo Swash Caps";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 38px;
}
@media (max-width: 991px) {
  .page-reservation .reservation-title, .page-panier .reservation-title {
    font-size: 50px;
  }
}

.page-reservation .img-local .slider .image-container {
  display: flex;
  justify-content: center;
  width: calc(100% - 12px);
}

.page-reservation .img-local .slider img {
  object-fit: contain;
  width: 100%;
}

.page-reservation .img-local .adresse-local {
  margin-top: 23px;
  padding-left: 10px;
  width: calc(100% - 20px);
}

.page-reservation .img-local .adresse-local p {
  color: #000;
  font-family: Macondo;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 7px;
}

.page-reservation .img-local .adresse-local svg {
  margin-right: 10;
  vertical-align: -2px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table svg {
  vertical-align: sub;
  margin-right: 4px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type .group {
  min-width: 100px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner :last-child {
  border-bottom: 1px solid rgba(231, 231, 231, 0);
}

.page-reservation .liste-reserve .selectionner .table-selectionner > div:first-child {
  padding-top: 11px;
}

.page-reservation .select-time {
  cursor: pointer;
}

.page-reservation .type-reserve {
  display: flex;
  margin: auto;
  max-width: 1428px;
  width: calc(100% - 44px);
  padding-top: 78px;
}

.page-reservation .type-reserve .name-reserve {
  max-width: 278px;
  padding-top: 12px;
  width: 100%;
}
.page-reservation .type-reserve .name-reserve p {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}

.page-reservation .type-reserve .name-reserve svg {
  vertical-align: middle;
  margin-left: 12px;
  vertical-align: -3px;
}

.page-reservation .type-reserve .select-reserve {
  max-width: 1165px;
  width: 100%;
}
.page-reservation .type-reserve .select-reserve .table {
  display: flex;
  justify-content: space-between;
  border-radius: 300px;
  background: #EFF7EE;
  margin-bottom: 10px;
  padding-left: 37px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 56px;
  align-items: center;
}
.page-reservation .type-reserve .select-reserve .table div p {
  color: #18AC97;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.page-reservation .type-reserve .select-reserve .table div .page-reservation .type-reserve .select-reserve .table div span {
  font-family: Macondo;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-reservation .type-reserve .select-reserve .table.empty-panier {
  color: #20454D;
}

.page-reservation .type-reserve .select-reserve .table div span svg {
  vertical-align: sub;
}

.page-reservation .type-reserve .select-reserve .table .title-type {
  max-width: 428px;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-reservation .type-reserve .select-reserve .table .title-type P {
  line-height: 19px;
  text-align: left;
  width: 100%;
  max-width: 355px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  padding-inline: 10px;
}
.page-reservation .type-reserve .select-reserve .table .title-type P .reserveaufemme {
  border-radius: 100px;
}
.page-reservation .type-reserve .select-reserve .table .title-type .time-massage {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #20454D;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}

.page-reservation .type-reserve .select-reserve .table .prix-type {
  font-family: Macondo;
  align-items: center;
  color: #18AC97;
  display: flex;
  max-width: 188px;
  width: 100%;
}

.page-reservation .type-reserve .select-reserve .table p {
  text-align: center;
  width: max-content;
  width: 118px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type {
  max-width: 134px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
  background: #fff;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 118px;
  padding: 4px 5px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus_departure,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus_departure,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .quantity {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 28px;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .quantity {
  font-family: Macondo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus_departure svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus_departure svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus svg {
  stroke: #000;
  stroke-width: 1;
  margin: 4px;
  transition: 0.5s;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus:hover svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_minus_departure:hover svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus:hover svg,
.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner .bt_plus_departure:hover svg {
  stroke: #18AC97;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve {
  align-items: center;
  display: flex;
  padding-right: 9px;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve button {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #000;
  cursor: pointer;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  padding: 7px 23px;
  text-transform: uppercase;
  border-radius: 100px;
}

#selectreserve .reserve-button.removeElement {
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #18AC97;
}
@media (max-width: 992px) {
  #selectreserve .reserve-button.removeElement {
    margin: auto 0 auto auto;
  }
}

#selectreserve .prix-type p {
  margin-bottom: 0;
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve .reserve-button,
.page-reservation .type-reserve .select-reserve .table .btn-reserve button:hover {
  background-color: #a2ca6e;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 1300px) {
  .page-reservation .type-reserve .select-reserve .table .prix-type,
  .page-reservation .type-reserve .select-reserve .table .qnt-type,
  .page-reservation .type-reserve .select-reserve .table .title-type {
    max-width: unset;
    width: unset;
    gap: 10px;
  }
  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    min-width: 155px;
  }
}
.page-reservation .type-reserve .select-reserve .group .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill='%23000' d='M7.996 9.176a.348.348 0 0 1-.247-.102L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-position-y: center;
  background-position-y: 9px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  color: #90CA6B;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 3px;
  max-width: 64px;
  padding: 0;
  position: absolute;
  width: 100%;
}

/*  */
.page-reservation .type-reserve .select-reserve .time-massage {
  display: flex;
  padding-top: 4px;
}

.page-reservation .type-reserve .time-massage svg {
  margin-right: 4;
}

@media screen and (max-width: 992px) {
  .page-reservation .type-reserve {
    flex-wrap: wrap;
    padding-top: 0;
    width: calc(100% - 31px);
  }
  .page-reservation .type-reserve .name-reserve {
    padding-bottom: 14px;
    padding-top: 31px;
  }
  .page-reservation .type-reserve .select-reserve .table {
    flex-wrap: wrap;
    padding-top: 13px;
    padding-right: 37px;
  }
  .page-reservation .type-reserve .select-reserve .table .title-type {
    width: 47%;
  }
  .page-reservation .type-reserve .select-reserve .table .title-type p {
    font-size: 14px;
  }
  .page-reservation .type-reserve .select-reserve .table .prix-type {
    font-size: 18px;
    width: 25%;
  }
  .page-reservation .type-reserve .select-reserve .table .qnt-type {
    display: flex;
    margin-top: 12px;
    order: 3;
    width: 100%;
  }
  .page-reservation .type-reserve .select-reserve .table .qnt-type p {
    margin-right: 12px;
    max-width: max-content;
  }
  .page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
    width: 100%;
  }
  .page-reservation .type-reserve .select-reserve .table .btn-reserve {
    width: 25%;
  }
  .page-reservation .type-reserve .select-reserve .table .btn-reserve button {
    padding: 5px 8px;
  }
}
@media screen and (max-width: 768px) {
  .page-reservation .type-reserve .select-reserve .table .title-type {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-reservation .type-reserve .select-reserve .table {
    padding-right: 0;
    padding-left: 0;
  }
  .page-reservation .type-reserve .select-reserve .table {
    border-bottom: 1px solid #EFF7EE;
    border-radius: 20px;
    padding: 12px;
  }
  .page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
    background-color: #fff;
  }
  .page-reservation .type-reserve .select-reserve .table .btn-reserve button {
    font-size: 14px;
  }
}
@media (max-width: 512px) {
  .page-reservation .type-reserve .select-reserve .table .btn-reserve button {
    font-size: 12px;
  }
}
.page-reservation .liste-reserve {
  display: flex;
  margin: auto;
  max-width: 1428px;
  padding-top: 78px;
  gap: 20px;
}
.page-reservation .liste-reserve .select-reserve {
  max-width: 1165px;
  width: 100%;
  margin: auto 0 auto auto;
}
.page-reservation .liste-reserve .title-reserve {
  max-width: 278px;
  width: 100%;
}
.page-reservation .liste-reserve .title-reserve p,
.page-reservation .liste-reserve .title-reserve .txt-recherche {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 100;
  line-height: normal;
}
.page-reservation .liste-reserve .title-reserve .txt-recherche {
  font-weight: 500;
}
.page-reservation .liste-reserve .title-reserve .listCatigory {
  max-width: 1030px;
  width: 100%;
}

@keyframes scrollHandRightToLeft {
  0% {
    right: 0px;
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    right: 200px;
    opacity: 1;
  }
}
.page-reservation .liste-reserve .category-reserve {
  max-width: 1030px;
  margin: auto 0 auto auto;
  position: relative;
}
.page-reservation .liste-reserve .category-reserve::before {
  content: "";
  display: block;
  width: 150px;
  height: 156px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  right: 105px;
  top: 79px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='150' height='156' fill='none' viewBox='0 0 150 156'%3e%3cpath fill='%2390CA6B' d='M146.377 81.905a39.11 39.11 0 0 0-8.351-12.332l-29.297-29.298a12.907 12.907 0 0 0-21.8 6.68 12.83 12.83 0 0 0-18.243 9.124 12.738 12.738 0 0 0-18.011 8.28L22.029 35.713a13.216 13.216 0 0 0-18.25 0 12.907 12.907 0 0 0 0 18.25L67.53 117.72a.81.81 0 0 1 .187.936.797.797 0 0 1-.794.529H52.385a22.699 22.699 0 0 0-20.405 12.609 9.567 9.567 0 0 0 2.713 11.859 9.565 9.565 0 0 0 3.966 1.803l37.493 7.499a106.129 106.129 0 0 0 17.76 2.058h1.084a43.644 43.644 0 0 0 30.608-12.984l11.383-11.364a44.065 44.065 0 0 0 9.39-48.76Zm-13.952 44.186-11.384 11.39a36.771 36.771 0 0 1-26.948 11.08 98.608 98.608 0 0 1-16.676-1.936l-37.493-7.499a3.122 3.122 0 0 1-2.181-1.688 3.115 3.115 0 0 1 .012-2.758 16.27 16.27 0 0 1 14.63-9.035h14.54a7.305 7.305 0 0 0 6.747-4.516 7.313 7.313 0 0 0-1.585-7.964L8.328 49.406a6.453 6.453 0 0 1 0-9.125 6.602 6.602 0 0 1 9.125 0l36.494 36.487 4.556 4.556a3.226 3.226 0 0 0 4.562-4.562l-4.569-4.576a6.453 6.453 0 0 1 9.132-9.112l6.847 6.84a3.226 3.226 0 0 0 4.562-4.562l-2.285-2.278a6.454 6.454 0 1 1 9.126-9.131l6.846 6.847a3.228 3.228 0 1 0 4.563-4.563l-2.285-2.284a6.453 6.453 0 0 1 9.138-9.105l29.298 29.304a32.624 32.624 0 0 1 6.976 10.325 37.628 37.628 0 0 1-7.989 41.624Z'/%3e%3cpath fill='%2390CA6B' d='m42.956 31.892 25.478 4.169c.173.026.348.038.523.039a3.226 3.226 0 0 0 .516-6.415l-18.295-2.988a62.52 62.52 0 0 1 42.204-8.963 63.398 63.398 0 0 1 37.565 19.476 3.227 3.227 0 0 0 5.588-2.087 3.232 3.232 0 0 0-.864-2.314 69.885 69.885 0 0 0-41.392-21.464 68.798 68.798 0 0 0-46.283 9.757l2.84-17.353A3.23 3.23 0 0 0 44.46 2.71l-4.169 25.472a3.226 3.226 0 0 0 2.665 3.71Z'/%3e%3c/svg%3e ");
  animation: scrollHandRightToLeft 2.5s ease-in-out infinite;
}
@media (max-width: 992px) {
  .page-reservation .liste-reserve .category-reserve::before {
    display: none;
  }
}
.page-reservation .liste-reserve .category-reserve.hide-scroll-hand::before {
  display: none;
}

.page-reservation .liste-reserve .category-reserve .item-Soins,
.page-reservation .liste-reserve .category-reserve .item-formules,
.page-reservation .liste-reserve .category-reserve .item-massages,
.page-reservation .liste-reserve .category-reserve .item-tout {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  height: 124px;
  justify-content: center;
  margin-right: 11px;
  position: relative;
  transition: 0.3s;
  width: 170px;
  height: 170px;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input,
.page-reservation .liste-reserve .category-reserve .item-formules input,
.page-reservation .liste-reserve .category-reserve .item-massages input,
.page-reservation .liste-reserve .category-reserve .item-tout input {
  display: block;
  position: absolute;
  right: 6px;
  top: 5px;
  z-index: -1;
}

.page-reservation .reserve-button.selected .unchecked-btn {
  display: none;
}

.page-reservation .reserve-button .checked-btn {
  display: none;
}

.page-reservation .reserve-button.selected .checked-btn {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
}
.page-reservation .reserve-button.selected .checked-btn::before {
  content: "";
  width: 18px;
  height: 13px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none' viewBox='0 0 18 13'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3e%3c/svg%3e ");
}
@media (max-width: 512px) {
  .page-reservation .reserve-button.selected .checked-btn::before {
    display: none;
  }
}

.page-reservation .liste-reserve .category-reserve .item-Soins svg,
.page-reservation .liste-reserve .category-reserve .item-formules svg,
.page-reservation .liste-reserve .category-reserve .item-massages svg,
.page-reservation .liste-reserve .category-reserve .item-tout svg {
  fill: #D4D4D4;
  left: 50%;
  position: relative;
  transform: translate(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .page-reservation .liste-reserve .category-reserve .item-Soins svg,
  .page-reservation .liste-reserve .category-reserve .item-formules svg,
  .page-reservation .liste-reserve .category-reserve .item-massages svg,
  .page-reservation .liste-reserve .category-reserve .item-tout svg {
    left: 42%;
  }
}

.page-reservation .liste-reserve .category-reserve .item-Soins p,
.page-reservation .liste-reserve .category-reserve .item-formules p,
.page-reservation .liste-reserve .category-reserve .item-massages p,
.page-reservation .liste-reserve .category-reserve .item-tout p {
  color: #D4D4D4;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  z-index: 3;
  text-align: center;
  position: relative;
}

.page-reservation .liste-reserve .category-reserve .item-Soins:last-child,
.page-reservation .liste-reserve .category-reserve .item-formules:last-child,
.page-reservation .liste-reserve .category-reserve .item-massages:last-child,
.page-reservation .liste-reserve .category-reserve .item-tout:last-child {
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .category-reserve .item-Soins p,
  .page-reservation .liste-reserve .category-reserve .item-formules p,
  .page-reservation .liste-reserve .category-reserve .item-massages p,
  .page-reservation .liste-reserve .category-reserve .item-tout p {
    font-size: 14px;
  }
}
.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 93px;
  width: 100%;
  z-index: 1;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input:checked ~ .checkmark,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked ~ p,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked ~ svg,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked ~ .checkmark,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked ~ p,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked ~ svg,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked ~ .checkmark,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked ~ p,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked ~ svg,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked ~ .checkmark,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked ~ p,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked ~ svg {
  fill: #fff;
  background-color: #18AC97;
  color: #fff;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:before {
  content: "";
  display: none;
  position: absolute;
}

.page-reservation .liste-reserve .category-reserve .item-Soins input:checked ~ .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-Soins input:checked ~ .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked ~ .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules input:checked ~ .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked ~ .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages input:checked ~ .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked ~ .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout input:checked ~ .checkmark:before {
  display: none;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:after,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:after {
  border: solid #18AC97;
  border-width: 0 2px 2px 0;
  height: 10px;
  right: 13px;
  top: 9px;
  transform: rotate(45deg);
  width: 5px;
  display: none;
}

.page-reservation .liste-reserve .category-reserve .item-Soins .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-formules .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-massages .checkmark:before,
.page-reservation .liste-reserve .category-reserve .item-tout .checkmark:before {
  background-color: #fff;
  border-radius: 30px;
  height: 20px;
  right: 7px;
  top: 7px;
  width: 20px;
}

.page-reservation .liste-reserve .category-reserve .item-tout svg {
  margin-top: 20px;
}

.page-reservation .liste-reserve .category-reserve .item-massages svg {
  margin-top: 13px;
  max-height: 70px;
}

.page-reservation .liste-reserve .category-reserve .tns-controls {
  position: absolute;
  width: calc(100% + 1.5rem);
  margin-left: -1rem;
  display: flex;
  justify-content: space-between;
  top: 30%;
  outline: none;
  height: 0;
}

.page-reservation .liste-reserve .category-reserve .tns-controls button {
  background: transparent;
  border: 0;
}

.page-reservation .liste-reserve .category-reserve .tns-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .category-reserve {
    padding: 14px 0;
    position: relative;
  }
  .page-reservation .liste-reserve .category-reserve #tns2 > .tns-item {
    margin-right: 22px;
  }
  .page-reservation .liste-reserve .category-reserve .item-Soins svg,
  .page-reservation .liste-reserve .category-reserve .item-formules svg,
  .page-reservation .liste-reserve .category-reserve .item-massages svg,
  .page-reservation .liste-reserve .category-reserve .item-tout svg {
    height: 35px;
    vertical-align: middle;
    width: 36px;
  }
  .page-reservation .liste-reserve .category-reserve .item-Soins p,
  .page-reservation .liste-reserve .category-reserve .item-formules p,
  .page-reservation .liste-reserve .category-reserve .item-massages p,
  .page-reservation .liste-reserve .category-reserve .item-tout p {
    line-height: 25px;
  }
  .page-reservation .liste-reserve .category-reserve .item-tout svg {
    height: 20px;
    margin-top: 14px;
    width: 20px;
  }
  .page-reservation .liste-reserve .category-reserve .item-massages svg {
    margin-top: 0;
  }
}
.page-reservation .liste-reserve .selectionner {
  display: flex;
  margin: 27px auto auto;
  padding-bottom: 48px;
}

.page-reservation .liste-reserve .selectionner .list-selectionner {
  padding-top: 23px;
  width: 100%;
}
.page-reservation .liste-reserve .selectionner .list-selectionner #contentAll {
  justify-content: space-between;
  gap: 10px;
}
.page-reservation .liste-reserve .selectionner .list-selectionner #contentAll .firstlst {
  max-width: 323px;
  width: 100%;
}
.page-reservation .liste-reserve .selectionner .list-selectionner #contentAll .secondlst {
  max-width: 761px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-reservation .img-local {
    padding-top: 21px;
  }
  .page-reservation .img-local .slider .image-container img {
    height: auto;
    object-fit: cover !important;
  }
  .page-reservation .img-local .adresse-local {
    position: relative;
  }
  .page-reservation .img-local .adresse-local p {
    padding-left: 22px;
  }
  .page-reservation .img-local .adresse-local p svg {
    left: 0;
    position: absolute;
  }
  .page-reservation .img-local .tns-controls {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul {
    width: 100%;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1500px) {
  .page-reservation .liste-reserve {
    flex-wrap: wrap;
    width: calc(100% - 31px);
  }
  .page-reservation .liste-reserve .title-reserve {
    margin-bottom: 14px;
    margin-top: 27px;
  }
}
@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve {
    padding-top: 0;
  }
  .page-reservation .liste-reserve .selectionner {
    background-color: #f8f8f8;
    flex-wrap: wrap;
    margin-bottom: 31;
    outline: 16px solid #f8f8f8;
    padding-bottom: 10;
  }
  .page-reservation .liste-reserve .selectionner .list-selectionner {
    max-width: 100%;
    padding-top: 0;
  }
  .page-reservation .liste-reserve .selectionner .table-selectionner {
    padding-left: 0;
  }
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li {
    margin-bottom: 0;
    padding: 13px 0;
  }
  .page-reservation .liste-reserve .selectionner .table {
    padding-bottom: 15px !important;
  }
  .page-reservation .liste-reserve .selectionner .table .title-type {
    width: 50% !important;
  }
  .page-reservation .liste-reserve .selectionner .table .title-type p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .page-reservation .liste-reserve .selectionner .table .prix-type {
    display: unset !important;
    font-size: 18px !important;
  }
  .page-reservation .liste-reserve .selectionner .table .btn-reserve {
    display: unset !important;
  }
  .page-reservation .liste-reserve .selectionner .table .btn-reserve button {
    padding: 5px 10px !important;
    min-width: initial !important;
  }
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
    padding: 0px 0px;
    outline: 12px solid #fff;
  }
  .page-reservation .choisis-horaire .btn-horaire {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .page-reservation .choisis-horaire .text-choisis {
    text-align: center;
    width: 100% !important;
  }
  .page-reservation .choisis-horaire .btn-horaire a {
    font-size: 16px !important;
    margin: auto;
    min-width: 233px;
    text-transform: uppercase;
  }
  .page-reservation .choisis-horaire {
    gap: 8px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
  }
  .page-reservation .choisis-horaire .btn-horaire {
    width: 100% !important;
  }
}
@media (max-width: 512px) {
  .page-reservation .liste-reserve .selectionner .table .btn-reserve button {
    font-size: 12px !important;
  }
}
.page-reservation .choisis-horaire {
  align-items: center;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  margin: auto auto 69px;
  max-width: 1165px;
  min-height: 90px;
  padding: 0 23px;
  position: relative;
  width: calc(100% - 56px);
}

.page-reservation .choisis-horaire .btn-horaire a {
  color: #fff;
  font-size: 20px;
  padding: 14px 41px;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #90CA6B;
}

.page-reservation .choisis-horaire {
  margin: 0;
  position: fixed;
  bottom: 0;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  border-radius: 300px;
  background: #EFF7EE;
  border: 1px solid #E3E3E3;
}
@media (max-width: 768px) {
  .page-reservation .choisis-horaire {
    padding-top: 12px;
  }
}

.page-reservation .choisis-horaire p {
  color: #18AC97;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
@media (max-width: 992px) {
  .page-reservation .choisis-horaire p {
    font-size: 18px;
    line-height: normal;
  }
}

.page-reservation .choisis-horaire p {
  text-transform: lowercase;
}

.page-reservation .choisis-horaire p .cartTotal {
  color: #18AC97;
  font-weight: 600;
}

.page-reservation .choisis-horaire .text-choisis {
  width: 50%;
}

.page-reservation .choisis-horaire .btn-horaire {
  display: flex;
  justify-content: right;
  width: 50%;
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner):before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='20' fill='none' viewBox='0 0 22 20'%3e%3cpath fill='%2318AC97' d='M0 9h18.375L10.5 1.125 11.49 0l9.75 9.75-9.75 9.75-.99-1.125 7.875-7.875H0V9Z'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  position: absolute;
  right: 14px;
  width: 22px;
  top: 22px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .time-massage {
  display: flex;
  padding-top: 4px;
  align-items: center;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .qnt-type {
  display: none;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .group .form-control {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000;
  cursor: pointer;
  display: block;
  margin-left: 3px;
  padding: 0;
  width: 100%;
  color: #90CA6B;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 768px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner .group .form-control {
    font-size: 14px;
  }
}

.page-reservation .liste-reserve .selectionner .table-selectionner .group {
  position: relative;
}

@media screen and (min-width: 512px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner .group {
    max-width: 100%;
    color: #90CA6B;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  .page-reservation .liste-reserve .selectionner .table-selectionner .parti-bottom {
    max-width: 93%;
  }
}
.page-reservation .liste-reserve .selectionner .table-selectionner .group::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-24%);
  width: 16px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none' viewBox='0 0 10 7'%3e%3cpath fill='%2320454D' d='m.171 1.16 4.095 4.78a.703.703 0 0 0 1.068 0l4.095-4.78A.703.703 0 0 0 8.895 0H.704c-.6 0-.925.705-.533 1.16Z'/%3e%3c/svg%3e ");
  background-position: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner {
    grid-column: 2;
    grid-row: 1/5;
  }
}
.page-reservation .liste-reserve .selectionner .table-selectionner .table {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  padding-top: 23px;
  flex-direction: column;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top {
  display: flex;
  justify-content: space-between;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-bottom {
  width: max-content;
}
.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-bottom .time-massage .grou {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top select {
  max-width: 93%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top .reserveaufemme.step1-res {
  margin-top: 7px;
  padding-top: 6px;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top .reserveaufemme.step1-res {
    padding-top: 3px;
    font-size: 9px;
  }
}

/* .page-reservation .liste-reserve .selectionner .table-selectionner .table:not(:last-child){
  border-bottom: 1px solid #e7e7e7;
} */
.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type {
  width: 58%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type p {
  font-size: 16px;
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .prix-type {
  align-items: center;
  color: #18AC97;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-inline: 10px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve {
  align-items: center;
  display: flex;
  padding-right: 9px;
}
@media (max-width: 768px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve {
    padding-right: 0;
  }
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button {
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #90CA6B;
  color: #fff;
  cursor: pointer;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 6px 23px;
  text-transform: uppercase;
  min-width: 147px;
}

.page-reservation .reserve-button.selected {
  padding: 6px 17px !important;
}

@media screen and (min-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner) {
    grid-column: 1;
  }
}
.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
  border-radius: 300px;
  background: #EFF7EE;
  border-color: transparent;
}

@media screen and (max-width: 992px) {
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
    background-color: #fff;
  }
  .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 17 17'%3E%3Cg clip-path='url(%23a)' fill='%2318AC97'%3E%3Cpath d='m16.364 4.176-7.869 7.869-7.868-7.87a.37.37 0 0 0-.523.523l8.13 8.13a.37.37 0 0 0 .523 0l8.13-8.13a.37.37 0 1 0-.522-.522h-.001Z'/%3E%3Cpath d='M8.495 12.937a.37.37 0 0 1-.261-.108L.104 4.7a.37.37 0 0 1 .522-.523l7.87 7.869 7.868-7.87a.37.37 0 1 1 .522.523l-8.13 8.13a.37.37 0 0 1-.26.11Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h17v17H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    width: 22px;
    top: 5px;
  }
}
.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner) {
  cursor: pointer;
  margin-bottom: 18px;
  padding: 20px 17px;
  position: relative;
  color: #18AC97;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  border-radius: 300px;
  border: 1px solid #E2E2E2;
}

.page-reservation .tab {
  cursor: pointer;
  /* padding: 8px 16px; */
}

.page-reservation .tab-content {
  display: none;
}

.page-reservation .active-tab-content {
  display: block;
}

@media screen and (max-width: 375px) {
  .page-reservation .type-reserve .select-reserve .table div p {
    font-size: 18px;
  }
}
.page-panier {
  margin: 0px auto 92px;
  max-width: 1234px;
  width: 100%;
  min-height: 100vh;
}
.page-panier .mon-panier {
  background: linear-gradient(180deg, #F2F9F8 0%, #FFF 100%);
  display: flex;
  margin-bottom: 92px;
  padding-top: 40px;
  margin-top: 33px;
  border-radius: 20px;
}

.page-panier .hide-trans-div {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .page-panier {
    margin-bottom: 39px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .page-panier .mon-panier {
    flex-wrap: wrap;
    padding-top: 14px;
  }
}
.page-panier .mon-panier .calendrier {
  padding-left: 15px;
  width: 30%;
}

.page-panier .mon-panier .calendrier #monthSelect,
.page-panier .mon-panier .calendrier #yearSelect {
  background-color: initial;
  border: none;
  color: #000;
  cursor: pointer;
  font-family: Macondo;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
}

.page-panier .mon-panier .calendrier .month-select-container {
  display: inline-block;
  position: relative;
}

.page-panier .mon-panier .calendrier #yearSelect {
  margin-left: 0;
}

.page-panier .mon-panier .calendrier #monthSelect,
.page-panier .mon-panier .calendrier #yearSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  padding: 0;
  text-align: center;
}

.page-panier .mon-panier .calendrier #monthSelect option,
.page-panier .mon-panier .calendrier #yearSelect option {
  cursor: pointer;
  font-family: sans-serif !important;
  font-size: 14px;
}

.page-panier .mon-panier .calendrier .fc-center {
  padding-top: 7px;
}

.page-panier .mon-panier .calendrier .fc-toolbar {
  margin-bottom: 2px;
}

.page-panier .mon-panier .calendrier .fc-next-button:hover,
.page-panier .mon-panier .calendrier .fc-prev-button:hover {
  background-color: #EFF7EE;
  border-radius: 5px;
}

.page-panier .mon-panier .calendrier .month-select-container:after {
  color: #999;
  content: "";
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.page-panier .mon-panier .calendrier #calendar .fc-day-grid,
.page-panier .mon-panier .calendrier #calendar2 .fc-day-grid {
  display: none;
}

/* .page-panier .mon-panier .calendrier .fc-axis.fc-time.fc-widget-content {
  background-color: #fff !important;
} */
.page-panier .mon-panier .calendrier .fc-widget-content:not(.fc-axis):not(.fc-time) {
  border-right: none;
  display: flex;
  justify-content: end;
  padding-right: 3px;
}

.page-panier .mon-panier .calendrier tr.fc-minor {
  display: none;
}

.page-panier .mon-panier .calendrier .fc-icon.fc-icon-right-single-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m3.93.599 7.407 7.405L3.93 15.41a.348.348 0 0 0 .492.492l7.652-7.652a.348.348 0 0 0 0-.492L4.422.106a.348.348 0 1 0-.492.492Z'/%3E%3Cpath d='M12.176 8.004a.35.35 0 0 1-.101.247l-7.652 7.651a.348.348 0 0 1-.492-.491l7.406-7.407L3.93.6a.348.348 0 1 1 .492-.492l7.652 7.652a.348.348 0 0 1 .102.245Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='rotate(-90 8 8)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
}

.page-panier .mon-panier .calendrier .fc-icon.fc-icon-left-single-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='M13.029 16.423 5.663 8.978l7.446-7.366a.348.348 0 0 0-.489-.494l-7.693 7.61a.348.348 0 0 0-.003.492l7.61 7.693a.348.348 0 0 0 .503-.48l-.008-.009Z'/%3E%3Cpath d='M4.823 8.973c0-.092.038-.18.103-.246l7.694-7.61a.348.348 0 0 1 .489.495L5.663 8.977l7.366 7.446a.348.348 0 1 1-.495.49l-7.61-7.694a.348.348 0 0 1-.1-.246Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z' transform='rotate(90.312 8.003 8.997)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 50%;
  content: "";
  display: block;
  height: 18px;
  width: 20px;
}

.page-panier .mon-panier .calendrier .fc-widget-content.active {
  background-color: #f8f8f8 !important;
  color: #18AC97 !important;
  font-weight: 600 !important;
}

.page-panier .mon-panier .calendrier .fc-widget-content {
  cursor: pointer;
}

.page-panier .mon-panier .calendrier .fc-scroller {
  height: 227px !important;
}

.page-panier .mon-panier .calendrier .fc-next-button,
.page-panier .mon-panier .calendrier .fc-prev-button {
  background: none;
  background-color: rgba(255, 0, 0, 0);
  border: none;
  box-shadow: none;
}

.page-panier .mon-panier .calendrier .fc-right {
  position: absolute;
  right: 0;
}

.page-panier .mon-panier .calendrier .fc-toolbar {
  padding-top: 16px;
  position: relative;
}

.page-panier .mon-panier .calendrier .fc-center {
  color: #18AC97;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  text-transform: capitalize;
}

.page-panier .mon-panier .calendrier .fc-day-header {
  display: flex;
  margin-bottom: 18px;
}

.page-panier .mon-panier .calendrier .current-day-circle {
  background-color: #18AC97;
  border-radius: 100px;
  color: #fff !important;
  left: 7px;
  margin: 0 !important;
  padding: 6px 2px;
  position: relative;
  width: 30px;
}

.page-panier .mon-panier .calendrier .fc-day-header > div {
  color: #b5b5b5;
  width: 54px;
}

.page-panier .mon-panier .calendrier .fc-day-header > div p {
  color: #b5b5b5;
  cursor: pointer;
  font-family: Macondo;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 16px;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr {
  color: #707070;
  padding: 1px 12px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 18px);
  border-bottom: 1px solid #ddd;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr td {
  border: none;
  padding: 6px;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr .fc-widget-content {
  border-left: none;
}

.page-panier .mon-panier .calendrier .fc-slats table tbody tr .fc-time {
  border-right: none;
}

.page-panier .mon-panier .calendrier th.fc-axis {
  display: none;
}

.page-panier .mon-panier .calendrier div.fc-widget-header {
  margin-right: 0 !important;
}

.page-panier .mon-panier .calendrier .fc-head-container,
.page-panier .mon-panier .calendrier .fc-widget-header {
  border: none;
}

.page-panier .mon-panier .calendrier th.fc-axis {
  border: noz;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier {
    height: auto;
    margin: auto;
    padding: 0;
    width: calc(100% - 24px);
  }
}
.page-panier .mon-panier .calendrier .head-calendrier {
  max-width: 269px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier .head-calendrier {
    max-width: 100%;
  }
}
.page-panier .mon-panier .calendrier .head-calendrier p {
  color: #707070;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 14px;
}

.page-panier .mon-panier .calendrier .body-calendrier {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
  height: 389px;
  max-width: 348px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .calendrier .body-calendrier {
    height: auto;
    max-width: 100%;
  }
}
.page-panier .mon-panier .list-commande {
  padding-bottom: 51px;
  padding-left: 16px;
  padding-right: 53px;
  width: 67%;
}
.page-panier .mon-panier .list-commande .reserveaufemme {
  border-radius: 20px;
}

.page-panier .mon-panier .list-commande .title-commande p {
  color: #18AC97;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.page-panier .mon-panier .list-commande .list-select .table {
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  justify-content: space-between;
  padding-bottom: 27px;
  padding-top: 23px;
}

.page-panier .mon-panier .list-commande .list-select .table div p {
  color: #707070;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 4px;
}

.page-panier .mon-panier .list-commande .list-select .table div span {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  color: #707070;
  font-weight: 400;
  line-height: 23px;
}
.page-panier .mon-panier .list-commande .list-select .table div span label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-panier .mon-panier .list-commande .list-select .table.transport div span {
  display: flex;
  align-items: center;
  gap: 29px;
}

.page-panier .mon-panier .list-commande .list-select .table div span svg {
  vertical-align: sub;
}

.page-panier .mon-panier .list-commande .list-select .table .title-type {
  max-width: 364px;
  width: 100%;
}
.page-panier .mon-panier .list-commande .list-select .table .title-type span svg {
  vertical-align: -4px;
}

.page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type {
  max-width: initial;
  display: flex;
  position: relative !important;
}

.page-panier .mon-panier .list-commande .list-select .table.navette_aeroport {
  flex-direction: column;
  margin-top: 14px;
}

.page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .svg_navette::before {
  content: "";
  width: 39px;
  height: 51px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='39' height='51' fill='none' viewBox='0 0 39 51'%3e%3cpath fill='%2318AC97' d='M19.5.946C8.742.946.02 9.67.02 20.428c0 2.778.581 5.395 1.615 7.786.032.097.097.194.13.29.096.227.225.485.355.711.064.097.096.194.161.323.13.259.29.55.452.808.033.032.033.065.065.13a19.184 19.184 0 0 0 2.908 3.715L17.24 48.988a2.824 2.824 0 0 0 4.458 0l11.534-14.765c1.13-1.13 2.1-2.39 2.94-3.748A19.282 19.282 0 0 0 38.95 20.46C38.982 9.67 30.26.946 19.5.946Zm0 35.636c-8.917 0-16.154-7.237-16.154-16.154S10.583 4.274 19.5 4.274s16.154 7.237 16.154 16.154S28.417 36.582 19.5 36.582Z'/%3e%3cpath fill='%2318AC97' d='M28.934 11.672c-.032 0-.032-.032 0 0-.162-.743-.517-1.066-1.228-1.098-.904-.065-1.712.323-2.52.71-1.324.614-2.229 1.745-3.263 2.714-.937.905-.937.937-2.23.808-.516-.032-1.033-.097-1.55-.13.162-.645.162-1.194-.452-1.518-.452-.258-1.13-.096-1.648.356-.258.226-.484.517-.775.743-.162.13-.388.226-.55.194-1.55-.097-3.101-.194-4.684-.291-.13 0-.323-.032-.388.065-.452.452-.904.904-1.389 1.421a1511.82 1511.82 0 0 0 8.723 3.23c-.064.098-.097.13-.097.162a80617.4 80617.4 0 0 0-4.135 4.136.966.966 0 0 1-.614.226c-.678.032-1.325 0-2.003 0-.13 0-.323 0-.388.065-.55.517-1.066 1.066-1.648 1.647.227.065.388.13.517.162 1.325.323 2.682.646 4.007.97.323.064.484.225.581.548.29 1.228.614 2.456.905 3.683.064.259.161.55.226.808l.065.258.129-.161c.484-.55.969-1.066 1.454-1.615.097-.097.097-.291.097-.42 0-.679 0-1.357.032-2.036 0-.194.097-.452.258-.614 1.26-1.292 2.553-2.552 3.845-3.844.097-.097.226-.194.388-.356a958.05 958.05 0 0 1 3.23 8.756c.453-.453.873-.808 1.26-1.228.13-.13.227-.388.194-.55-.064-1.55-.194-3.1-.258-4.62 0-.225.097-.451.226-.645.258-.356.614-.646.904-1.002.324-.42.388-1.098.097-1.486-.323-.452-.775-.517-1.292-.388h-.226a27.816 27.816 0 0 0-.13-1.712c-.064-.452-.032-.872.13-1.228l.937-1.001c.194-.194.355-.388.55-.582.613-.71 1.227-1.389 1.744-2.132.484-.71.775-1.518.904-2.358v-.097c.097-.259.065-.485.065-.55Z'/%3e%3c/svg%3e");
}

@media (max-width: 430px) {
  .page-panier .mon-panier .list-commande .list-select .table .calendar-reservation .qnt-type .quantity_inner {
    gap: 1px;
  }
  .navette_departure .passenger-selector {
    max-width: 172px;
  }
  .navette_departure .selection {
    width: 100% !important;
  }
}
.page-panier .mon-panier .list-commande .list-select .transport .title-type input {
  cursor: pointer;
  border-radius: 100px;
  padding: 11px;
  background: #EFF7EE;
  border: none;
  color: #707070;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute input[type=radio] {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute label {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinpute input[type=radio]:checked + label {
  background-color: #000;
  border: 3px solid #fff;
  height: 9px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 9px;
}

.page-panier .mon-panier .list-commande .list-select .transport .qnt-type {
  max-width: 200px !important;
}

.page-panier .mon-panier .list-commande .list-select .transport .select-place {
  max-width: 212px;
  padding-top: 17px;
  width: 100%;
}
.page-panier .mon-panier .list-commande .list-select .transport .select-place .group {
  background-color: #EFF7EE;
  border-radius: 38px;
  padding: 10px 4px;
}

.page-panier .mon-panier .list-commande .list-select .transport .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill='%23000' d='M7.996 9.176a.348.348 0 0 1-.247-.102L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9d9d9;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: Macondo;
  font-size: 16px !important;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .transport .form-control {
    max-width: 207px;
  }
}
.page-panier .mon-panier .list-commande .list-select .table.viewmode #hidetranspo,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #lesinputs,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #navette-texte,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #navette-texteb {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .table.viewmode #hotelres,
.page-panier .mon-panier .list-commande .list-select .table.viewmode #prixtypeTran,
.page-panier .mon-panier .list-commande .list-select .table.viewmode .update-hotel {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .autre-service div {
    padding-top: 0px !important;
  }
}
.page-panier .mon-panier .list-commande .autre-service div {
  cursor: pointer;
  display: flex;
  max-width: max-content;
  padding-top: 21px;
}

.page-panier .mon-panier .list-commande .autre-service svg {
  cursor: pointer;
  margin-right: 1px;
  vertical-align: -4px;
}

.btn-autre-service.button--ujarak {
  background-color: #18AC97;
  border-radius: 100px;
  color: #fff;
  padding: 9px 15px;
  position: relative;
  z-index: 1;
}

.page-panier .mon-panier .list-commande .autre-service a {
  color: #ffffff;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page-panier .mon-panier .list-commande .disponibilite {
  float: right;
  max-width: max-content;
  padding-top: 18px;
}

.page-panier .mon-panier .list-commande .disponibilite a {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
}

.page-panier .mon-panier .list-commande .disponibilite .price-Total span {
  color: #18AC97;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .disponibilite {
    display: flex;
    float: unset;
    margin: 17px auto auto;
    padding-top: 21px;
  }
}
.page-panier .mon-panier .list-commande .disponibilite p {
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  padding-bottom: 12px;
  color: #707070;
}

.page-panier .mon-panier .list-commande .disponibilite a {
  background-color: #18AC97;
  color: #fff;
  padding: 13px 41px;
  border-radius: 100px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .list-commande {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
    width: calc(100% - 31px);
  }
  .page-panier .mon-panier .list-commande .title-commande {
    display: none;
  }
  .page-panier {
    margin-bottom: 0 !important;
  }
  .page-panier .mon-panier {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table .title-type P {
    font-size: 14px;
    font-weight: 400;
  }
}
.page-panier .mon-panier .list-commande .list-select .table .user-icon {
  display: block;
  width: 33px;
}

.page-panier .mon-panier .list-commande .list-select .table .update-hotel {
  cursor: pointer;
}

.page-panier .mon-panier .list-commande .list-select .table .hotel-res {
  color: #707070;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}

.page-panier .mon-panier .list-commande .list-select .table .prix-type {
  max-width: 194px;
  width: 100%;
  display: flex;
  align-items: center;
}

.page-panier .mon-panier .list-commande .list-select .table .prix-type p {
  color: #18AC97;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type {
  align-items: center;
  display: flex;
  max-width: 189px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-panier .mon-panier .list-commande .list-select .table .qnt-type {
    display: flex;
    margin-top: 12px;
  }
  .page-panier .mon-panier .list-commande .list-select .transport #prixtypeTran p {
    padding: 0;
    transform: translatey(15px);
  }
  #transportmode {
    border-bottom: none !important;
  }
  .page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .aeroport-texte {
    padding-right: 69px;
  }
  .page-panier .alert.error {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
  }
  .page-panier .mon-panier .calendrier .fc-day-header > div .day:hover {
    background-color: #18AC97;
    border-radius: 100px;
    color: #fff !important;
    left: 7px;
    margin: 0 !important;
    padding: 6px 2px;
    position: relative;
    width: 30px;
  }
}
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner {
  background: #fff;
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 38px;
  justify-content: center;
  max-width: 118px;
  border: 1px solid #E2E2E2;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus_departure,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus_departure,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .quantity {
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  width: 28px;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .quantity {
  font-family: Macondo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus_departure svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus_departure svg {
  stroke: #000;
  stroke-width: 1;
  margin: 4px;
  transition: 0.5s;
}

.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus:hover svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_minus_departure:hover svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus:hover svg,
.page-panier .mon-panier .list-commande .list-select .table .qnt-type .quantity_inner .bt_plus_departure:hover svg {
  stroke: #18AC97;
}

.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-right: 9px;
  color: #18AC97;
  /* smooth transform & color transitions */
  transition: transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1), color 0.18s ease;
  will-change: transform;
  /* target inline svg inside the button */
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close svg {
  display: block;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.18s ease;
  transform-origin: 50% 50%;
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  /* hover/keyboard focus state: subtle pop + tilt */
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close:hover, .page-panier .mon-panier .list-commande .list-select .table .btn-close:focus {
  transform: scale(1.08) rotate(6deg);
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close:hover svg, .page-panier .mon-panier .list-commande .list-select .table .btn-close:focus svg {
  transform: rotate(12deg) translateY(-2px);
  opacity: 0.98;
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  /* active/click: quick press animation */
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close:active {
  transform: scale(0.96) rotate(-4deg);
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close:active svg {
  transform: rotate(-6deg) translateY(0);
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  /* optional attention animation class you can toggle via JS: .animate */
}
.page-panier .mon-panier .list-commande .list-select .table .btn-close.animate {
  animation: btn-close-pulse 1.6s ease-in-out infinite;
}

/* keyframes for the optional pulse/attention animation */
@keyframes btn-close-pulse {
  0% {
    transform: scale(1) rotate(0);
  }
  40% {
    transform: scale(1.06) rotate(4deg);
  }
  70% {
    transform: scale(1.03) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table .btn-close {
    position: absolute;
    right: 0;
    top: 27px;
  }
  .page-panier .mon-panier .list-commande .list-select .table .btn-close svg {
    color: #bababa;
  }
}
@media screen and (max-width: 1300px) {
  .page-panier .mon-panier .list-commande .list-select .table .prix-type,
  .page-panier .mon-panier .list-commande .list-select .table .qnt-type,
  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    max-width: unset;
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .table {
    flex-wrap: wrap;
    position: relative;
  }
  .page-panier .mon-panier .list-commande .list-select .table .title-type {
    width: 100%;
  }
}
.page-panier .mon-panier .list-commande .list-select .transport #hotelres,
.page-panier .mon-panier .list-commande .list-select .transport .btn-close,
.page-panier .mon-panier .list-commande .list-select .transport .prix-type,
.page-panier .mon-panier .list-commande .list-select .transport .update-hotel {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport #prixtypeTran p {
  padding-left: 38px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .page-panier .mon-panier .list-commande .list-select .transport {
    padding-right: 5px;
  }
  .page-panier .mon-panier .list-commande .list-select .transport .title-type P {
    font-size: 16px;
  }
  #navette-qnt {
    display: flex;
  }
}
.page-panier .mon-panier .list-commande .list-select .transport .title-type .navette-texte,
.page-panier .mon-panier .list-commande .list-select .transport .title-type .aeroport-texte {
  color: #707070;
  display: block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
  max-width: 262px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs input[type=radio],
.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport input[type=radio] {
  display: none;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs label,
.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport label {
  cursor: pointer;
  margin-right: 17px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs label:before,
.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport label:before {
  background-color: #fff;
  border: 1px solid #18AC97;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin-bottom: -1px;
  margin-right: 2px;
  width: 13px;
}

.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs input[type=radio]:checked + label:before,
.page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport input[type=radio]:checked + label:before {
  background-color: #18AC97;
  border: 3px solid #fff;
  content: "";
  height: 9px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 9px;
}

.page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .info {
  padding-left: 13px;
}

.page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .aeroport-texte {
  max-width: initial;
  margin-bottom: 26px;
}

.page-panier .mon-panier .list-commande .list-select .table .title-type P {
  display: flex;
  line-height: 19px;
  text-align: left;
  width: 100%;
}

.page-panier .alert.error {
  margin-bottom: 12px;
  color: #f32e0b;
}

.page-confirmation {
  display: flex;
  margin: auto;
  max-width: 1429px;
  padding-top: 117px;
  width: calc(100% - 30px);
  justify-content: space-between;
  gap: 10px;
}

.page-confirmation .paiement-securise {
  margin-top: -50px;
  max-width: 718px;
  width: calc(100% - 37px);
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise {
    margin-top: 0;
  }
}
@media (max-width: 414px) {
  .page-confirmation .paiement-securise {
    background-color: #fff;
    margin: 0 auto auto;
    width: 100%;
  }
  .navette_departure_result .details {
    padding-right: 0px;
  }
  .navette_departure_result {
    padding-left: 5px;
  }
  .head-paiement-securise {
    display: block ruby;
  }
  .head-paiement-securise p {
    padding-top: 0px !important;
  }
  .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p,
  .page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation p {
    font-size: 16px !important;
  }
  .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-hotel {
    font-size: 16px !important;
  }
  .page-confirmation .paiement-reservation .table-select-reservation .table-res {
    padding-inline: 28px !important;
  }
  .page-confirmation .paiement-reservation .table-select-reservation {
    padding-bottom: 0px !important;
  }
}
.page-confirmation .paiement-securise .head-paiement-securise svg {
  vertical-align: -3px;
}

.page-confirmation .paiement-securise .nav-link {
  font-size: 14px;
}

.page-confirmation .paiement-securise .head-paiement-securise p {
  color: #18AC97;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 1156px) {
  .page-confirmation .paiement-securise .head-paiement-securise p {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise .head-paiement-securise p {
    padding-top: 22px;
  }
}
.page-confirmation .paiement-securise .-informations {
  padding-left: 12px;
  padding-right: 13px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-informations {
    padding: 0 18px;
  }
}
.page-confirmation .paiement-securise .-informations,
.page-confirmation .paiement-securise .code-promo {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
}

.page-confirmation .paiement-securise .-informations .form,
.page-confirmation .paiement-securise .code-promo .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 640px;
  padding-bottom: 10px;
  padding-top: 21px;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form .group {
  flex: 1;
}
.page-confirmation .paiement-securise .-informations .form .group input {
  box-sizing: border-box;
  width: 100%;
}
.page-confirmation .paiement-securise .-informations .form .group-informations {
  padding-top: 9px;
  max-width: 640px;
  width: 100%;
}
.page-confirmation .paiement-securise .-informations .form .group-informations .group.email input,
.page-confirmation .paiement-securise .-informations .form .group-informations .group.email textarea,
.page-confirmation .paiement-securise .-informations .form .group-informations .group.numerodechambre input,
.page-confirmation .paiement-securise .-informations .form .group-informations .group.numerodechambre textarea,
.page-confirmation .paiement-securise .-informations .form .group-informations .group.notes input,
.page-confirmation .paiement-securise .-informations .form .group-informations .group.notes textarea {
  width: 100%;
  box-sizing: border-box;
  padding-inline: 18px;
}
.page-confirmation .paiement-securise .-informations .form .group-informations .group.tel input {
  width: 100%;
}

.paiement-securise select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: initial;
  border: none;
  color: #707070;
  cursor: pointer;
  display: block;
  font-family: roboto;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 5px 13px 19px;
  width: 100%;
  border-radius: 100px;
  background: #E9F5E0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.87105 5.56817L6.96616 10.3471C7.03217 10.4241 7.11405 10.4859 7.20619 10.5282C7.29833 10.5706 7.39854 10.5925 7.49995 10.5925C7.60136 10.5925 7.70158 10.5706 7.79371 10.5282C7.88585 10.4859 7.96773 10.4241 8.03374 10.3471L12.1289 5.56817C12.5197 5.11201 12.1957 4.40742 11.5951 4.40742H3.40366C2.80308 4.40742 2.47905 5.11201 2.87105 5.56817Z' fill='%2320454D'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 15px 15px;
  min-width: 146px;
}
.paiement-securise select::-ms-expand {
  display: none;
}

.page-confirmation .paiement-securise .-informations .form {
  gap: 13px;
  position: relative;
}
.page-confirmation .paiement-securise .-informations .form .deleteMore {
  position: absolute;
  right: 0;
  top: 39px;
}
@media (max-width: 522px) {
  .page-confirmation .paiement-securise .-informations .form {
    flex-direction: column;
  }
}

.page-confirmation .paiement-securise .-informations.thank-page .title-informations {
  padding-left: 0px;
  padding-bottom: 20px;
}
.page-confirmation .paiement-securise .-informations.thank-page P {
  color: #707070 !important;
}
.page-confirmation .paiement-securise .-informations.thank-page label {
  color: #707070 !important;
  font-weight: 600 !important;
  display: contents;
}

.page-confirmation .paiement-securise .-informations .form .group,
.page-confirmation .paiement-securise .code-promo .form .group {
  margin-bottom: 33px;
  position: relative;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form .form-control,
.page-confirmation .paiement-securise .code-promo .form .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3Cg clip-path='url(%23a)' fill='%23000'%3E%3Cpath d='m15.401 3.93-7.405 7.406L.59 3.93a.348.348 0 0 0-.492.492l7.652 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d9d9d9;
  color: #707070;
  cursor: pointer;
  display: block;
  font-family: Macondo;
  font-size: 16px !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form input,
.page-confirmation .paiement-securise .code-promo .form input {
  border: none;
  display: block;
  font-size: 16px;
  padding: 13px 10px 13px 20px;
  resize: none;
  border-radius: 100px;
  background: #E9F5E0;
  box-sizing: border-box;
  color: #707070 !important;
}
.page-confirmation .paiement-securise .-informations .form input::placeholder,
.page-confirmation .paiement-securise .code-promo .form input::placeholder {
  color: #707070 !important;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-right: 16px;
}

.page-confirmation .paiement-securise .code-promo .form input {
  max-width: 605px;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form input:focus,
.page-confirmation .paiement-securise .code-promo .form input:focus {
  outline: none;
}

.page-confirmation .paiement-securise .-informations .form button,
.page-confirmation .paiement-securise .code-promo .form button {
  cursor: pointer;
}

.page-confirmation .paiement-securise .-informations .form label,
.page-confirmation .paiement-securise .code-promo .form label {
  color: #000;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  left: 3px;
  pointer-events: none;
  position: absolute;
  text-transform: capitalize;
  top: 2px;
  transition: all 0.2s ease;
}

.page-confirmation .paiement-securise .-informations .form label {
  top: -18px;
}

/* .page-confirmation .paiement-securise .-informations .form :valid ~ label, */
.page-confirmation .paiement-securise .-informations .form input:focus ~ label,
.page-confirmation .paiement-securise .-informations .form select:focus ~ label,
.page-confirmation .paiement-securise .-informations .form input:valid ~ label,
.page-confirmation .paiement-securise .-informations .form select:valid ~ label,
.page-confirmation .paiement-securise .-informations .form textarea:focus ~ label,
.page-confirmation .paiement-securise .code-promo .form :valid ~ label,
.page-confirmation .paiement-securise .code-promo .form input:focus ~ label,
.page-confirmation .paiement-securise .code-promo .form input:valid ~ label,
.page-confirmation .paiement-securise .code-promo .form textarea:focus ~ label {
  color: #18AC97;
  font-size: 14px;
  top: -20px;
  font-family: "roboto";
}

/*  */
.page-confirmation .paiement-securise .-informations .form .group.civilite,
.page-confirmation .paiement-securise .-informations .form .group.nom,
.page-confirmation .paiement-securise .-informations .form .group.prenom {
  margin-bottom: 0;
}

/*  */
.page-confirmation .paiement-securise .-informations .form .add-delet {
  display: flex;
  justify-content: end;
  width: 100%;
  color: #18AC97;
}

.deleteMore {
  cursor: pointer;
  color: #18AC97;
}

.page-confirmation .paiement-securise .-informations .form .add-delet a {
  background-color: #18AC97;
  color: #fff;
  padding: 9px 20px;
  position: relative;
  font-family: "roboto";
  text-transform: uppercase;
  z-index: 1;
  border-radius: 100px;
}

.page-confirmation .paiement-securise .-informations .form textarea {
  display: block;
  font-size: 16px;
  resize: none;
  width: 100%;
  border: transparent;
  border-radius: 100px;
  background: #E9F5E0;
  padding: 14px 12px;
  font-family: "roboto";
}

.page-confirmation .paiement-securise .-informations .form .bar,
.page-confirmation .paiement-securise .code-promo .form .bar {
  display: block;
  position: relative;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .form .bar:after,
.page-confirmation .paiement-securise .-informations .form .bar:before,
.page-confirmation .paiement-securise .code-promo .form .bar:after,
.page-confirmation .paiement-securise .code-promo .form .bar:before {
  background-color: #18AC97;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0;
}

.page-confirmation .paiement-securise .-informations .form .bar:before,
.page-confirmation .paiement-securise .code-promo .form .bar:before {
  left: 50%;
}

.page-confirmation .paiement-securise .-informations .form .bar:after,
.page-confirmation .paiement-securise .code-promo .form .bar:after {
  right: 50%;
}

.page-confirmation .paiement-securise .-informations .form input:focus ~ .bar:after,
.page-confirmation .paiement-securise .-informations .form input:focus ~ .bar:before,
.page-confirmation .paiement-securise .-informations .form textarea:focus ~ .bar:after,
.page-confirmation .paiement-securise .-informations .form textarea:focus ~ .bar:before,
.page-confirmation .paiement-securise .code-promo .form input:focus ~ .bar:after,
.page-confirmation .paiement-securise .code-promo .form input:focus ~ .bar:before,
.page-confirmation .paiement-securise .code-promo .form textarea:focus ~ .bar:after,
.page-confirmation .paiement-securise .code-promo .form textarea:focus ~ .bar:before {
  width: 50%;
}

.page-confirmation .paiement-securise .-informations .form .highlight,
.page-confirmation .paiement-securise .code-promo .form .highlight {
  height: 60%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 25%;
  width: 100px;
}

.page-confirmation .paiement-securise .-informations .form input:focus ~ .highlight,
.page-confirmation .paiement-securise .code-promo .form input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.page-confirmation .paiement-securise .-informations .title-informations,
.page-confirmation .paiement-securise .code-promo .title-informations {
  color: #18AC97;
  font-family: "roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  margin: 10px auto auto;
  width: 100%;
}

.page-confirmation .paiement-securise .-informations .title-informations {
  padding-left: 9px;
}

.page-confirmation .paiement-securise .-informations .champ-requis,
.page-confirmation .paiement-securise .code-promo .champ-requis {
  color: #18AC97;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 21px auto auto;
  text-align: right;
  width: 100%;
}

.page-confirmation .paiement-securise .-Paiement {
  border: 1px solid #E2E2E2;
  margin-bottom: 25px;
  margin-top: 26px;
  border-radius: 20px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- {
  padding-bottom: 20px;
  padding-inline: 33px;
  padding-top: 35px;
}

@media (max-width: 776px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- {
    margin: 0;
    padding-top: 14px;
  }
}
.page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 776px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
    flex-wrap: wrap;
  }
}
.page-confirmation .paiement-securise .-Paiement .head-card- :nth-child(2) p {
  color: #707070;
  font-family: "roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
  color: #18AC97;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  width: max-content;
}
@media (max-width: 492px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
    width: 100%;
  }
}
.page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite {
  color: #18AC97;
  display: flex;
  font-family: "roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite {
    margin-bottom: 6px;
  }
}
.page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite svg {
  padding-right: 6px;
  width: max-content;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- {
    margin: 0;
    padding-top: 11px;
  }
  .page-confirmation .paiement-securise .-Paiement .head-card- :first-child {
    flex-wrap: wrap;
  }
}
.page-confirmation .paiement-securise .-Paiement .form-paiement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline: 32px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child {
  width: 100%;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  margin: auto;
  padding-bottom: 24px;
  padding-top: 25px;
  width: 100%;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte {
    padding-bottom: 19px;
  }
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer {
    padding-right: 9px;
  }
}
.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input {
  cursor: pointer;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type=radio] {
  display: none;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer label {
  background-color: #fff;
  border: 1px solid #18AC97;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  width: 19px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type=radio]:checked + label {
  background-color: #18AC97;
  border: 3px solid #fff;
  height: 15px;
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  width: 15px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer {
  padding-left: 10px;
  width: 50%;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer {
    padding: 0;
    width: max-content;
  }
}
.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer .strong {
  font-size: 20px;
  color: #90CA6B;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer p {
  color: #50987D;
  font-family: "roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment {
  width: 50%;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment ul {
  display: flex;
  justify-content: right;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment ul svg {
  margin-right: 8px;
  vertical-align: -7px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte.sur-place {
  border-bottom: none;
  padding-bottom: 39px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte.sur-place {
    padding-bottom: 19px;
  }
  .page-confirmation .paiement-securise .chek-email-validation .chek-email-body {
    padding-inline: 27px;
  }
}
.page-confirmation .paiement-securise .code-promo,
.page-confirmation .paiement-securise .politiques {
  border: none;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
}

.page-confirmation .paiement-securise .code-promo .item_show,
.page-confirmation .paiement-securise .politiques .item_show {
  cursor: pointer;
  min-height: 70px;
  position: relative;
}

.page-confirmation .paiement-securise .code-promo .item_show .title,
.page-confirmation .paiement-securise .politiques .item_show .title {
  align-items: center;
  display: flex;
  padding: 30px 20px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .code-promo .item_show .title,
  .page-confirmation .paiement-securise .politiques .item_show .title {
    padding: 24px 29px 24px 12px;
  }
}
.page-confirmation .paiement-securise .code-promo .item_show .title P,
.page-confirmation .paiement-securise .politiques .item_show .title P {
  color: #18AC97;
  font-family: "roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.page-confirmation .paiement-securise .code-promo .item_show .title .svg_close,
.page-confirmation .paiement-securise .politiques .item_show .title .svg_close {
  position: absolute;
  right: 33px;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .page-confirmation .paiement-securise .code-promo .item_show .title .svg_close,
  .page-confirmation .paiement-securise .politiques .item_show .title .svg_close {
    right: 15px;
  }
}

.page-confirmation .paiement-securise .code-promo .item_show .form .group,
.page-confirmation .paiement-securise .politiques .item_show .form .group {
  margin-bottom: 0;
}

.page-confirmation .paiement-securise .code-promo .item_show .content {
  padding: 8px 3px 24px;
}

.page-confirmation .paiement-securise .politiques .item_show .content {
  padding: 0px 21px 24px;
  color: #707070;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
}

.page-confirmation .paiement-securise .code-promo .item_show .content .text-module_,
.page-confirmation .paiement-securise .politiques .item_show .content .text-module_ {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: 8px;
}

.page-confirmation .paiement-securise .code-promo .item_show .content button,
.page-confirmation .paiement-securise .politiques .item_show .content button {
  background: #18AC97;
  border: none;
  color: #fff;
  display: block;
  font-family: "roboto";
  border-radius: 100px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
  padding: 10px 44px;
  width: max-content;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .code-promo .item_show .content,
  .page-confirmation .paiement-securise .politiques .item_show .content {
    padding: 24px 12px;
  }
}
.page-confirmation .paiement-securise #errorIcon {
  display: none;
  margin-top: 5px;
}

.page-confirmation .paiement-securise .input-error #errorIcon {
  display: inline;
}

.page-confirmation .paiement-securise .chek-email-validation {
  border: 1px solid #E2E2E2;
  border-radius: 20px;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body {
  display: flex;
  margin: auto;
  padding: 30px 15px;
  padding-inline: 37px;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email input[type=checkbox] {
  display: none;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email label {
  background-color: #fff;
  border: 1px solid #18AC97;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email input[type=checkbox]:checked + label {
  background-color: #18AC97;
  border: 1px solid #18AC97;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email {
    padding-left: 6px;
  }
  .page-confirmation .paiement-securise .code-promo .item_show .title p {
    padding-right: 12px;
  }
}
@media (max-width: 492px) {
  .page-confirmation .paiement-securise .code-promo .item_show .title p,
  .page-confirmation .paiement-securise .politiques .item_show .title P {
    font-size: 16px !important;
    padding-right: 32px;
  }
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer .strong {
    font-size: 14px;
  }
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment {
    padding-right: 14px;
  }
}
.page-confirmation .paiement-securise .chek-email-validation .chek-email-body input {
  cursor: pointer;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-securise .chek-email-validation .chek-email-body input {
    padding-left: 5px;
  }
}
.page-confirmation .paiement-securise .chek-email-validation .content-chek-email {
  padding-left: 12px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .chek-email-validation .content-chek-email {
    padding: 0 15px 0 9px;
  }
}
.page-confirmation .paiement-securise .chek-email-validation .content-chek-email a {
  text-decoration: underline;
  color: #707070;
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email p {
  color: #707070;
  font-family: roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .acceptez-conditions {
    margin-bottom: 42px;
  }
}
.page-confirmation .paiement-securise .acceptez-conditions P {
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-top: 15px;
}

.page-confirmation .paiement-securise .acceptez-conditions P a {
  color: #707070;
  font-weight: 600;
  text-decoration: underline;
}

.page-confirmation .paiement-securise .btn-reglermaintenant {
  padding-bottom: 100px;
  padding-top: 20px;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
  font-size: 20px;
  text-align: center;
  color: #707070;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix span {
  color: #18AC97;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
    display: none;
  }
}
.page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
  background: #18AC97;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: roboto;
  font-size: 20px;
  font-weight: 400;
  padding: 15px 65px;
  position: relative;
  width: max-content;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 100px;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .button--ujarak::before {
  background: #90CA6B;
}

@media only screen and (max-width: 1200px) and (min-width: 993px) {
  header nav .nav_logo {
    padding-right: 13px;
  }
  .menu li {
    margin: 0 clamp(5px, 0.5vw, 19px);
    padding-top: 7px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 993px) {
  @supports (-webkit-touch-callout: none) {
    .menu li {
      margin-left: 20px;
    }
  }
}
@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant {
    background-color: #f8f8f8;
    outline-color: #f8f8f8;
    outline-style: solid;
    outline-width: 14px;
    padding-bottom: 17px;
    padding-top: 15px;
  }
  .page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
    margin: 13px auto auto;
    padding: 7px 56px;
  }
}
.page-confirmation .paiement-reservation {
  max-width: 649px;
  width: 100%;
  position: sticky;
  height: max-content;
  top: 20px;
}

.page-confirmation .paiement-reservation .item-child {
  background: #fff;
  margin: auto;
  max-width: 680px;
}

.page-confirmation .paiement-reservation .title-reservation {
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.page-confirmation .paiement-reservation .title-reservation p {
  color: #18AC97;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.page-confirmation .paiement-reservation .date-reservation-reservation {
  font-family: Roboto;
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-reservation .date-reservation-reservation .time {
    padding: 0;
  }
}
.page-confirmation .paiement-reservation .date-reservation-reservation .time p {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.page-confirmation .paiement-reservation .date-reservation-reservation .date p {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.page-confirmation .paiement-reservation .choise-date-reservation a {
  color: #707070;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.page-confirmation .paiement-reservation .choise-date-reservation a:hover {
  color: #18AC97;
}

.page-confirmation .paiement-reservation .table-select-reservation {
  padding-top: 26px;
  padding-bottom: 44px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res {
  display: flex;
  background: #F6F6F6;
  border-radius: 50px;
  margin-bottom: 10px;
  padding-inline: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation {
  width: 70%;
}
.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-icon {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

/* .page-confirmation
  .paiement-reservation
  .table-select-reservation
  .table-res
  .name-reservation .clock-icon{
    padding-left: 41px;
} */
.page-confirmation .paiement-reservation .table-select-reservation .table-res .svg-reservation svg {
  width: 38px;
  height: 31px;
  vertical-align: -7px !important;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p {
  padding-bottom: 5px;
  color: #707070;
  font-family: "Roboto";
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .clock-icon {
  font-size: 16px;
  color: #50987D;
}
.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .clock-icon .clock-svg {
  vertical-align: -5px !important;
}
.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-hotel, .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .numero-chambre {
  font-size: 20px;
}
.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-hotel svg, .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .numero-chambre svg {
  vertical-align: -2px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p:first-child {
  padding-bottom: 9px;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation svg {
  vertical-align: sub;
  color: #18AC97;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation {
  text-align: right;
  width: 30%;
  display: flex;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation p {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: auto 0 auto auto;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .table-select-reservation .table-res:nth-last-child(2) {
    border: none;
  }
  .page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-icon {
    margin-bottom: 8px;
  }
}
.page-confirmation .paiement-reservation .table-select-reservation .total-prix {
  border-radius: 300px;
  background: #18AC97;
  height: 81px;
}
.page-confirmation .paiement-reservation .table-select-reservation .total-prix p {
  color: #fff !important;
  padding-bottom: 0 !important;
}
.page-confirmation .paiement-reservation .table-select-reservation .total-prix .name-reservation {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-weight: 500;
  font-size: 22px;
}
.page-confirmation .paiement-reservation .table-select-reservation .total-prix .name-reservation p {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .table-select-reservation .total-prix {
    display: none;
  }
}
.page-confirmation .page-loading {
  background-color: rgba(25, 25, 25, 0.5019607843);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300 !important;
}

.page-confirmation .page-loading .inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-confirmation .page-loading .content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-confirmation .page-loading .spinner {
  animation: spin 1s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.0509803922);
  border-radius: 100%;
  border-top-color: #fff;
  display: inline-block;
  height: 75px;
  width: 75px;
}

.page-confirmation .error {
  color: #ce1f1f;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.page-confirmation .error svg {
  vertical-align: -4px;
}

.page-confirmation .error:not(.active) {
  display: none;
}

.page-confirmation .promo {
  /* border-bottom: 1px solid; */
  color: #18AC97;
  display: flex;
  justify-content: space-between;
  margin: auto;
  /* padding-bottom: 20px; */
  padding-top: 20px;
  width: calc(100% - 82px);
}

.page-confirmation .no-valid {
  color: #000 !important;
  font-size: 16px !important;
  top: 2px !important;
}

.page-confirmation form input:focus ~ .no-valid {
  color: #18AC97 !important;
  font-size: 14px !important;
  top: -20px !important;
}

/* Reservation detail specific styles */
.reservation-detail.page-confirmation .paiement-reservation {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  top: unset;
  margin-bottom: 105px;
  margin-top: 104px;
}

.reservation-detail.page-confirmation .table-select-reservation .table-res {
  padding-bottom: 12px;
}

.reservation-detail.page-confirmation .date-reservation-reservation .time {
  padding-right: 15px;
  text-align: right;
}

.reservation-detail.page-confirmation .date-reservation-reservation {
  padding-top: 65px;
}

.reservation-detail.page-confirmation .paiement-reservation .item-child {
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.reservation-detail.page-confirmation .navette_departure_result .details {
  justify-content: left;
  gap: 14px;
}

.reservation-detail.page-confirmation .navette_departure_result .details .flight-card {
  padding: 0;
  gap: 12px;
}

.reservation-detail.page-confirmation .btn-reservation {
  display: flex;
  justify-content: center;
}

.reservation-detail.page-confirmation .btn-reservation a {
  color: #FFF;
  font-family: "Macondo";
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  max-width: 267px;
  width: 100%;
  background: #18AC97;
  border: none;
  padding: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.reservation-detail.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p:first-child {
  padding-bottom: 5px;
}

.reservation-detail.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation .name-icon {
  flex-direction: column;
  align-items: baseline;
}

.reservation-detail.page-confirmation .femme-offer {
  background: #EF4F4E;
  color: #fff;
  font-family: "Macondo";
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  padding-bottom: 0 !important;
  padding: 4px;
  margin-bottom: 11px;
}

.reservation-detail.page-confirmation .btn-reservation a:hover {
  background: #18AC97;
}

@media (max-width: 620px) {
  .reservation-detail.page-confirmation .navette_departure_result .details {
    flex-wrap: wrap;
  }
  .reservation-detail.page-confirmation .navette_departure_result .details .flight-card {
    flex-wrap: wrap;
  }
}
.intro- {
  font-family: Roboto;
  font-size: 20px;
  margin: auto;
  max-width: 1150px;
  padding-bottom: 37px;
  padding-top: 37px;
  text-align: center;
  width: calc(100% - 40px);
  color: #707070;
  font-weight: 300;
}

@media (max-width: 992px) {
  .intro- {
    font-size: 18px;
    padding-bottom: 13px;
    padding-top: 14px;
  }
}
.cheque-cadeaux .map-info-located,
.page-contact .map-info-located {
  display: flex;
  margin: auto;
  max-width: 1950px;
  width: 100%;
}

.cheque-cadeaux .map-info-located .map,
.page-contact .map-info-located .map {
  background-color: #EFF7EE;
  height: 602px;
  max-width: 960px;
  width: 100%;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .map,
  .page-contact .map-info-located .map {
    max-height: 368px;
    order: 2;
  }
}
.cheque-cadeaux .map-info-located .info-located,
.page-contact .map-info-located .info-located {
  height: auto;
  margin-top: 61px;
  width: 100%;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .info-located,
  .page-contact .map-info-located .info-located {
    margin-top: 0;
  }
}
.cheque-cadeaux .map-info-located .info-located ul,
.page-contact .map-info-located .info-located ul {
  background-color: #EFF7EE;
  outline-color: #EFF7EE;
  outline-style: solid;
  outline-width: 24px;
  padding-bottom: 19px;
  padding-left: 67px;
  padding-top: 35px;
  text-align: left;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .info-located ul,
  .page-contact .map-info-located .info-located ul {
    outline: none;
  }
}
.cheque-cadeaux .map-info-located .info-located ul li,
.page-contact .map-info-located .info-located ul li {
  color: #18AC97;
  padding-bottom: 39px;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .info-located ul li,
  .page-contact .map-info-located .info-located ul li {
    padding-bottom: 24px;
  }
}
.cheque-cadeaux .map-info-located .info-located ul li svg,
.page-contact .map-info-located .info-located ul li svg {
  margin-right: 11px;
  vertical-align: bottom;
}

.cheque-cadeaux .map-info-located .info-located ul .adress,
.cheque-cadeaux .map-info-located .info-located ul .mail,
.cheque-cadeaux .map-info-located .info-located ul .tel,
.page-contact .map-info-located .info-located ul .adress,
.page-contact .map-info-located .info-located ul .mail,
.page-contact .map-info-located .info-located ul .tel {
  color: #707070;
  font-family: "roboto";
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .info-located ul .adress,
  .cheque-cadeaux .map-info-located .info-located ul .mail,
  .cheque-cadeaux .map-info-located .info-located ul .tel,
  .page-contact .map-info-located .info-located ul .adress,
  .page-contact .map-info-located .info-located ul .mail,
  .page-contact .map-info-located .info-located ul .tel {
    font-size: 16px;
    line-height: 23px;
  }
}
.cheque-cadeaux .map-info-located .info-located ul .mail:hover,
.cheque-cadeaux .map-info-located .info-located ul .tel:hover,
.page-contact .map-info-located .info-located ul .mail:hover,
.page-contact .map-info-located .info-located ul .tel:hover {
  border-bottom: 1px solid;
}

.cheque-cadeaux .map-info-located .info-located ul .adress,
.page-contact .map-info-located .info-located ul .adress {
  display: flex;
  max-width: 568px;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located .info-located ul,
  .page-contact .map-info-located .info-located ul {
    padding-bottom: 0;
    padding-left: 24px;
    padding-top: 22px;
  }
  .cheque-cadeaux .map-info-located .info-located ul .tel,
  .page-contact .map-info-located .info-located ul .tel {
    font-size: 20px;
  }
}
.cheque-cadeaux .map-info-located .info-located .title-located,
.page-contact .map-info-located .info-located .title-located {
  color: #18AC97;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
}

.form-contact .alert-success {
  max-width: max-content;
  margin: auto;
  border: 2px solid #4dae42;
  padding: 16px 210px;
  display: block;
  margin-bottom: 20px;
  color: #4dae42;
}

@media (max-width: 992px) {
  .cheque-cadeaux .map-info-located,
  .page-contact .map-info-located {
    flex-wrap: wrap;
  }
  .cheque-cadeaux .map-info-located .title-located,
  .page-contact .map-info-located .title-located {
    font-size: 24px;
    line-height: 32px;
  }
  .form-contact .alert-success {
    padding: 12px 17px;
  }
}
.cheque-cadeaux .form-contact,
.cheque-cadeaux .text-select-cadeaux,
.page-contact .form-contact,
.page-contact .text-select-cadeaux {
  margin-top: 101px;
}

.cheque-cadeaux .form-contact p,
.cheque-cadeaux .text-select-cadeaux p,
.page-contact .form-contact p,
.page-contact .text-select-cadeaux p {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  color: #18AC97;
  text-align: center;
}

.cheque-cadeaux .form-contact form,
.cheque-cadeaux .text-select-cadeaux form,
.page-contact .form-contact form,
.page-contact .text-select-cadeaux form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 26px auto 59px;
  max-width: 702px;
  padding: 37px 78px;
  width: 100%;
}

@media (max-width: 992px) {
  .cheque-cadeaux .form-contact form,
  .cheque-cadeaux .text-select-cadeaux form,
  .page-contact .form-contact form,
  .page-contact .text-select-cadeaux form {
    margin-bottom: 12px !important;
    padding: 0;
  }
}
.cheque-cadeaux .form-contact form .group,
.cheque-cadeaux .text-select-cadeaux form .group,
.page-contact .form-contact form .group,
.page-contact .text-select-cadeaux form .group {
  margin-bottom: 38px;
  max-width: 318px;
  position: relative;
  width: 50%;
}

@media (max-width: 992px) {
  .cheque-cadeaux .form-contact form .group,
  .cheque-cadeaux .text-select-cadeaux form .group,
  .page-contact .form-contact form .group,
  .page-contact .text-select-cadeaux form .group {
    max-width: 100%;
    width: 100%;
  }
}
.cheque-cadeaux .form-contact form .form-control,
.cheque-cadeaux .text-select-cadeaux form .form-control,
.page-contact .form-contact form .form-control,
.page-contact .text-select-cadeaux form .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: initial;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.87105 5.56817L6.96616 10.3471C7.03217 10.4241 7.11405 10.4859 7.20619 10.5282C7.29833 10.5706 7.39854 10.5925 7.49995 10.5925C7.60136 10.5925 7.70158 10.5706 7.79371 10.5282C7.88585 10.4859 7.96773 10.4241 8.03374 10.3471L12.1289 5.56817C12.5197 5.11201 12.1957 4.40742 11.5951 4.40742H3.40366C2.80308 4.40742 2.47905 5.11201 2.87105 5.56817Z' fill='%2320454D'/%3e%3c/svg%3e") !important;
  background-position: 100%;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  color: #707070;
  cursor: pointer;
  display: block;
  font-family: "roboto";
  font-size: 16px !important;
  padding: 13px 23px;
  font-weight: 400;
  line-height: normal;
  max-width: 318px;
  border: none;
  width: 100%;
  border-radius: 100px;
  background: #E9F5E0;
  box-sizing: border-box;
}

.cheque-cadeaux .form-contact form input,
.cheque-cadeaux .form-contact form textarea,
.cheque-cadeaux .text-select-cadeaux form input,
.cheque-cadeaux .text-select-cadeaux form textarea,
.page-contact .form-contact form input,
.page-contact .form-contact form textarea,
.page-contact .text-select-cadeaux form input,
.page-contact .text-select-cadeaux form textarea {
  border: none;
  display: block;
  font-size: 16px;
  padding: 13px 23px;
  resize: none;
  width: 100%;
  background-color: #E9F5E0;
  border-radius: 100px;
  box-sizing: border-box;
}
.cheque-cadeaux .form-contact form input::placeholder,
.cheque-cadeaux .form-contact form textarea::placeholder,
.cheque-cadeaux .text-select-cadeaux form input::placeholder,
.cheque-cadeaux .text-select-cadeaux form textarea::placeholder,
.page-contact .form-contact form input::placeholder,
.page-contact .form-contact form textarea::placeholder,
.page-contact .text-select-cadeaux form input::placeholder,
.page-contact .text-select-cadeaux form textarea::placeholder {
  color: #707070;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cheque-cadeaux .form-contact form textarea,
.cheque-cadeaux .text-select-cadeaux form textarea,
.page-contact .form-contact form textarea,
.page-contact .text-select-cadeaux form textarea {
  padding: 18px 22px 10px 23px;
  height: 200px;
  border-radius: 20px;
}

.cheque-cadeaux .text-select-cadeaux form textarea {
  padding: 15px 10px 10px 24px;
  min-height: 104px;
  font-family: "roboto";
  font-weight: 400;
}

.cheque-cadeaux .form-contact form .group.textarea,
.cheque-cadeaux .text-select-cadeaux form .group.textarea,
.page-contact .form-contact form .group.textarea,
.page-contact .text-select-cadeaux form .group.textarea {
  margin-bottom: 0;
  max-width: 702px;
  width: 100%;
}

.cheque-cadeaux .form-contact form .text-obliga,
.cheque-cadeaux .text-select-cadeaux form .text-obliga,
.page-contact .form-contact form .text-obliga,
.page-contact .text-select-cadeaux form .text-obliga {
  margin-top: 12px;
  width: 100%;
}

@media (max-width: 992px) {
  .cheque-cadeaux .form-contact form .text-obliga,
  .cheque-cadeaux .text-select-cadeaux form .text-obliga,
  .page-contact .form-contact form .text-obliga,
  .page-contact .text-select-cadeaux form .text-obliga {
    margin-top: 9px;
  }
}
.cheque-cadeaux .form-contact form .text-obliga p,
.cheque-cadeaux .text-select-cadeaux form .text-obliga p,
.page-contact .form-contact form .text-obliga p,
.page-contact .text-select-cadeaux form .text-obliga p {
  color: #a9a9a9;
  font-family: "roboto";
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: right;
}

.cheque-cadeaux .form-contact form input:focus,
.cheque-cadeaux .form-contact form textarea:focus,
.cheque-cadeaux .text-select-cadeaux form input:focus,
.cheque-cadeaux .text-select-cadeaux form textarea:focus,
.page-contact .form-contact form input:focus,
.page-contact .form-contact form textarea:focus,
.page-contact .text-select-cadeaux form input:focus,
.page-contact .text-select-cadeaux form textarea:focus {
  outline: none;
}

.cheque-cadeaux .form-contact form label,
.cheque-cadeaux .text-select-cadeaux form label,
.page-contact .form-contact form label,
.page-contact .text-select-cadeaux form label {
  color: #707070;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  left: 16px;
  top: 16px;
  transition: all 0.2s ease;
}

.cheque-cadeaux .form-contact form :valid ~ label,
.cheque-cadeaux .form-contact form input:focus ~ label,
.cheque-cadeaux .form-contact form input:valid ~ label,
.cheque-cadeaux .form-contact form textarea:focus ~ label,
.cheque-cadeaux .text-select-cadeaux form :valid ~ label,
.cheque-cadeaux .text-select-cadeaux form input:focus ~ label,
.cheque-cadeaux .text-select-cadeaux form input:valid ~ label,
.cheque-cadeaux .text-select-cadeaux form textarea:focus ~ label,
.page-contact .form-contact form :valid ~ label,
.page-contact .form-contact form input:focus ~ label,
.page-contact .form-contact form input:valid ~ label,
.page-contact .form-contact form textarea:focus ~ label,
.page-contact .text-select-cadeaux form :valid ~ label,
.page-contact .text-select-cadeaux form input:focus ~ label,
.page-contact .text-select-cadeaux form input:valid ~ label,
.page-contact .text-select-cadeaux form textarea:focus ~ label {
  color: #18AC97;
  font-size: 14px;
  top: -20px;
}

.cheque-cadeaux .form-contact form .bar,
.cheque-cadeaux .text-select-cadeaux form .bar,
.page-contact .form-contact form .bar,
.page-contact .text-select-cadeaux form .bar {
  display: block;
  position: relative;
  width: 100%;
}

.cheque-cadeaux .form-contact form .bar:after,
.cheque-cadeaux .form-contact form .bar:before,
.cheque-cadeaux .text-select-cadeaux form .bar:after,
.cheque-cadeaux .text-select-cadeaux form .bar:before,
.page-contact .form-contact form .bar:after,
.page-contact .form-contact form .bar:before,
.page-contact .text-select-cadeaux form .bar:after,
.page-contact .text-select-cadeaux form .bar:before {
  background-color: #18AC97;
  bottom: 1px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 0;
}

.cheque-cadeaux .form-contact form .bar:before,
.cheque-cadeaux .text-select-cadeaux form .bar:before,
.page-contact .form-contact form .bar:before,
.page-contact .text-select-cadeaux form .bar:before {
  left: 50%;
}

.cheque-cadeaux .form-contact form .bar:after,
.cheque-cadeaux .text-select-cadeaux form .bar:after,
.page-contact .form-contact form .bar:after,
.page-contact .text-select-cadeaux form .bar:after {
  right: 50%;
}

.cheque-cadeaux .form-contact form input:focus ~ .bar:after,
.cheque-cadeaux .form-contact form input:focus ~ .bar:before,
.cheque-cadeaux .form-contact form textarea:focus ~ .bar:after,
.cheque-cadeaux .form-contact form textarea:focus ~ .bar:before,
.cheque-cadeaux .text-select-cadeaux form input:focus ~ .bar:after,
.cheque-cadeaux .text-select-cadeaux form input:focus ~ .bar:before,
.cheque-cadeaux .text-select-cadeaux form textarea:focus ~ .bar:after,
.cheque-cadeaux .text-select-cadeaux form textarea:focus ~ .bar:before,
.page-contact .form-contact form input:focus ~ .bar:after,
.page-contact .form-contact form input:focus ~ .bar:before,
.page-contact .form-contact form textarea:focus ~ .bar:after,
.page-contact .form-contact form textarea:focus ~ .bar:before,
.page-contact .text-select-cadeaux form input:focus ~ .bar:after,
.page-contact .text-select-cadeaux form input:focus ~ .bar:before,
.page-contact .text-select-cadeaux form textarea:focus ~ .bar:after,
.page-contact .text-select-cadeaux form textarea:focus ~ .bar:before {
  width: 50%;
}

.cheque-cadeaux .form-contact form .highlight,
.cheque-cadeaux .text-select-cadeaux form .highlight,
.page-contact .form-contact form .highlight,
.page-contact .text-select-cadeaux form .highlight {
  height: 60%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 25%;
  width: 100px;
}

.cheque-cadeaux .form-contact form input:focus ~ .highlight,
.cheque-cadeaux .text-select-cadeaux form input:focus ~ .highlight,
.page-contact .form-contact form input:focus ~ .highlight,
.page-contact .text-select-cadeaux form input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
}

.cheque-cadeaux .form-contact form .btn-contact-form,
.cheque-cadeaux .text-select-cadeaux form .btn-contact-form,
.page-contact .form-contact form .btn-contact-form,
.page-contact .text-select-cadeaux form .btn-contact-form {
  margin-top: 17px;
  text-align: center;
  width: 100%;
}

.cheque-cadeaux .form-contact form .btn-contact-form button,
.cheque-cadeaux .text-select-cadeaux form .btn-contact-form button,
.page-contact .form-contact form .btn-contact-form button,
.page-contact .text-select-cadeaux form .btn-contact-form button {
  background-color: #18AC97;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Roboto;
  font-size: 20px;
  height: auto;
  min-width: 175px;
  padding: 11px;
  text-transform: uppercase;
  position: relative;
  border-radius: 100px;
  z-index: 1;
}

@media (max-width: 992px) {
  .cheque-cadeaux .form-contact form .btn-contact-form button,
  .cheque-cadeaux .text-select-cadeaux form .btn-contact-form button,
  .page-contact .form-contact form .btn-contact-form button,
  .page-contact .text-select-cadeaux form .btn-contact-form button {
    min-width: 100%;
  }
  .cheque-cadeaux .form-contact,
  .cheque-cadeaux .text-select-cadeaux,
  .page-contact .form-contact,
  .page-contact .text-select-cadeaux {
    margin-top: 29px !important;
    margin-inline: auto;
    width: calc(100% - 30px);
  }
  .cheque-cadeaux .form-contact P,
  .cheque-cadeaux .text-select-cadeaux P,
  .page-contact .form-contact P,
  .page-contact .text-select-cadeaux P {
    font-size: 24px;
  }
  .cheque-cadeaux,
  .page-contact {
    margin-bottom: 50px;
  }
}
.cheque-cadeaux .intro- {
  font-family: Roboto;
  font-size: 20px;
  margin: auto;
  max-width: 1150px;
  padding-bottom: 37px;
  padding-top: 37px;
  text-align: center;
}

@media (max-width: 992px) {
  .cheque-cadeaux .intro- {
    font-size: 18px;
    margin: auto;
    padding-bottom: 13px;
    padding-top: 14px;
    width: calc(100% - 39px);
  }
}
@media (max-width: 768px) {
  .cheque-cadeaux .intro- {
    font-size: 15px;
  }
}
.cheque-cadeaux .select-cadeaux {
  display: flex;
  margin-top: 29px !important;
  margin: auto;
  max-width: 1274px;
  width: calc(100% - 38px);
}

.cheque-cadeaux .select-cadeaux .img-cadeaux {
  width: 46%;
}

.cheque-cadeaux .select-cadeaux .img-cadeaux img {
  margin-left: 13px;
  padding-top: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux {
  margin: 0;
  width: 54%;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form {
  margin-bottom: 99px;
  margin-top: unset;
  padding: unset;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group {
  max-width: 698px;
  width: 100%;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group .form-control {
  max-width: 698px;
  padding-bottom: 16px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .group .date-de-livraison {
  color: #a9a9a9;
  display: block;
  font-family: Macondo;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 6px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .btn-contact-form .prix-cadeaux {
  color: #18AC97;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- {
  background-color: #f9f7f7;
  margin-bottom: 39px;
  margin-top: 35px;
  padding: 12px;
  border-radius: 20px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- li,
.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- span {
  color: #a4a4a4;
  font-family: Macondo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- ul {
  padding: revert;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- ul li:before {
  content: "·";
  font-size: 26px;
  margin-right: 5px;
}

@media screen and (max-width: 992px) {
  .cheque-cadeaux .select-cadeaux {
    flex-wrap: wrap;
    margin: auto;
    margin-top: 0 !important;
    width: calc(100% - 45px);
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux {
    margin-top: 7px !important;
    width: 100%;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux .form,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .form {
    margin-bottom: 0;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux .form textarea,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .form textarea {
    padding: 60px 10px 10px 5px;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux .group,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group {
    margin-bottom: 38px;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux .group .date-de-livraison,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group .date-de-livraison {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  .cheque-cadeaux .select-cadeaux .img-cadeaux .group .livraison,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .group .livraison {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 992px) {
  .cheque-cadeaux .select-cadeaux .img-cadeaux .note-,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .note- {
    margin-bottom: 66px !important;
    margin-top: 26px !important;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux .note- ul,
  .cheque-cadeaux .select-cadeaux .text-select-cadeaux .note- ul {
    padding-left: 9px !important;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux {
    order: 2;
  }
  .cheque-cadeaux .select-cadeaux .img-cadeaux img {
    height: auto;
    width: 100%;
  }
}
/* css account  */
.mon_compte.container {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  margin-inline: auto;
  width: calc(100% - 2rem);
}

.mon_compte .card {
  width: 100%;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .mon_compte .card {
    padding-inline: 10px;
  }
}

.mon_compte .card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.mon_compte input::placeholder {
  color: #707070;
}

.mon_compte .card-title {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Roboto";
  letter-spacing: 0.025em;
  color: #18AC97;
}

.mon_compte .card-content {
  padding: 0 0.5rem;
}

.mon_compte .input-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.mon_compte .input-field:focus {
  border-color: #18AC97;
}

.mon_compte .password-group {
  position: relative;
}

.mon_compte .password-toggle {
  position: absolute;
  right: 0;
  bottom: 11px;
  background: none;
  border: none;
  cursor: pointer;
  color: #718096;
}

.mon_compte .button {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-weight: 300;
  border: none;
  border-radius: 0rem;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.2s;
}

.mon_compte .button-primary {
  background-color: #18AC97;
  color: white;
  font-family: "roboto";
  transition: all 0.2s ease-in-out;
  border-radius: 100px;
  font-weight: 500;
  text-transform: uppercase;
}

.mon_compte .button-primary:hover {
  background-color: #18AC97;
}

.mon_compte .button-outline {
  background-color: #F2F9F8;
  border: 1px solid #E3E3E3;
  color: #18AC97;
  font-family: "Roboto";
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  max-width: 386px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}

.mon_compte .button-outline:hover {
  background-color: #18AC97;
  color: #fff;
}

.mon_compte .forgot-password {
  margin-top: 1rem;
  text-align: center;
  font-family: "Roboto";
  font-size: 13px;
  text-decoration: underline;
}

.mon_compte .forgot-link {
  font-size: 0.75rem;
  color: #707070;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}

.mon_compte .forgot-link:hover {
  text-decoration: underline;
}

.mon_compte .hidden {
  display: none;
}

.mon_compte .register-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.mon_compte .bottom_card {
  display: flex;
}

.bottom_card button,
.bottom_card .forgot-password {
  flex: 1;
}

.bottom_card .forgot-password {
  text-align: right;
}

/* Responsive styles */
@media (min-width: 1255px) {
  .mon_compte.container {
    margin-top: 105px;
    flex-wrap: nowrap;
    padding: 2rem;
  }
  .mon_compte .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mon_compte .button {
    padding: 0.4rem;
  }
  .mon_compte .card-title {
    font-size: 1.5rem;
  }
}
.mon_compte.login_confirmation {
  margin: 0;
  height: 0;
  overflow: hidden;
  padding: 10px 0 25px 0;
  transition: 0.3s;
}

.mon_compte.login_confirmation .card {
  box-shadow: none;
}

.mon_compte.login_confirmation.active {
  height: max-content;
}

@media (min-width: 1255px) {
  .mon_compte.login_confirmation .card {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .mon_compte.login_confirmation .card {
    padding-inline: 0;
  }
}
html[dir=rtl] header nav .nav_logo {
  padding-right: 0px;
  padding-left: 35px;
}
@media (max-width: 768px) {
  html[dir=rtl] header nav .nav_logo {
    padding-left: 0;
  }
}
html[dir=rtl] header .lang-trigger {
  padding-right: 20px;
  padding-left: 0px;
}
html[dir=rtl] header .lang-trigger .icon_flag {
  margin-right: 0px;
  margin-left: 4px;
}
html[dir=rtl] header .lang-trigger svg {
  margin-right: 4px;
  margin-left: 0px;
}
html[dir=rtl] header .nav_reservation .mon-compte-link {
  padding-left: 0px;
  padding-right: 14px;
}
@media (max-width: 768px) {
  html[dir=rtl] header .nav_reservation .mon-compte-link {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  html[dir=rtl] header .nav_reservation .btn_resrvation {
    right: initial;
    left: 16px;
  }
}
html[dir=rtl] .services-section .services-container .bottom-action .btn-outline svg {
  transform: rotate(180deg);
}
html[dir=rtl] .slider_section3 .btn-voir-toute svg {
  transform: rotate(180deg);
}
@media (min-width: 993px) {
  html[dir=rtl] footer > nav ._contact {
    padding-left: 0px;
    padding-right: 23px;
  }
  html[dir=rtl] footer > nav ._contact::after {
    margin-right: -23px;
    margin-left: initial;
  }
}
html[dir=rtl] .page-reservation .type-reserve .select-reserve .table {
  padding-right: 37px;
}
html[dir=rtl] .page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner)::before {
  left: 14px;
  right: initial;
}
html[dir=rtl] .page-reservation .liste-reserve .selectionner .table-selectionner .group::before {
  left: 0;
  right: initial;
}
html[dir=rtl] .page-reservation .choisis-horaire .btn-horaire {
  justify-content: left;
}
html[dir=rtl] .page-reservation .type-reserve .select-reserve .table .title-type P {
  text-align: right;
}
html[dir=rtl] .page-reservation .type-reserve .select-reserve .table .btn-reserve {
  padding-right: 0px;
  padding-left: 9px;
}
html[dir=rtl] .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-price .form-group::after {
  left: 16px;
  right: initial;
}
html[dir=rtl] .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste li {
  padding-right: 21px;
  padding-left: 0;
}
html[dir=rtl] .fiche_massage .fiche-massage-formules .fiche-massage-detail .detail-select-liste li::before {
  right: 0;
}
html[dir=rtl] .fiche_massage::before {
  right: initial;
  left: 0;
  transform: rotateY(180deg);
}
html[dir=rtl] .page-panier .mon-panier .calendrier {
  padding-left: 2px;
  padding-right: 15px;
}
html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .table .btn-close {
  padding-right: 0px;
  padding-left: 9px;
}
html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport label {
  margin-right: 0px;
}
html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .transport .title-type .lesinputs_aeroport label {
  margin-right: 0px;
}
html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .info {
  padding-left: 0px;
  padding-right: 13px;
}
html[dir=rtl] .navette_departure .calendar-icon {
  right: initial;
  left: 14px;
}
html[dir=rtl] .navette_departure .select2-container .select2-selection {
  padding-right: 0;
  padding-left: 84px;
}
html[dir=rtl] .navette_aeroport .price {
  left: 0;
  right: initial;
}
@media screen and (max-width: 768px) {
  html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .table .btn-close {
    right: initial;
    left: 0;
  }
}
@media (max-width: 992px) {
  html[dir=rtl] .page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .aeroport-texte {
    padding-right: 0px;
    padding-left: 69px;
  }
  html[dir=rtl] #selectreserve .reserve-button.removeElement {
    margin: auto auto auto 0;
  }
}
@media screen and (max-width: 768px) {
  html[dir=rtl] .page-reservation .type-reserve .select-reserve .table {
    padding-inline: 12px !important;
  }
}
html[dir=rtl] .navlogin {
  float: left;
}
html[dir=rtl] .paiement-securise select {
  background-position: left 18px center;
}
html[dir=rtl] .page-confirmation .paiement-securise .code-promo .item_show .title .svg_close, html[dir=rtl] .page-confirmation .paiement-securise .politiques .item_show .title .svg_close {
  right: initial;
  left: 15px;
}
html[dir=rtl] .page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite svg {
  padding-left: 6px;
  padding-right: 0px;
}
html[dir=rtl] .page-confirmation .paiement-securise .chek-email-validation .content-chek-email {
  padding-right: 12px;
}
html[dir=rtl] .navette_departure_result {
  padding-right: 9px;
}
html[dir=rtl] .navette_departure_result .details {
  padding-left: 30px;
  padding-right: 0;
}
html[dir=rtl] .page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation p {
  margin: auto auto auto 0;
}
html[dir=rtl] .bottom_card .forgot-password {
  text-align: left;
}
html[dir=rtl] .page-Comment-acc .block-lieu .text-block .info-text, html[dir=rtl] .page-Comment-acc .block-reverse-lieu .text-block .info-text, html[dir=rtl] .page-lieu .block-lieu .text-block .info-text, html[dir=rtl] .page-lieu .block-reverse-lieu .text-block .info-text {
  position: relative;
  transform: translateX(-14px);
}
@media (max-width: 1276px) {
  html[dir=rtl] .page-Comment-acc .block-lieu .text-block .info-text, html[dir=rtl] .page-Comment-acc .block-reverse-lieu .text-block .info-text, html[dir=rtl] .page-lieu .block-lieu .text-block .info-text, html[dir=rtl] .page-lieu .block-reverse-lieu .text-block .info-text {
    transform: translateX(0px) !important;
  }
}
html[dir=rtl] .page-Comment-acc .block-reverse-lieu .info-text, html[dir=rtl] .page-lieu .block-reverse-lieu .info-text {
  transform: translateX(43px) !important;
}
@media (max-width: 1276px) {
  html[dir=rtl] .page-Comment-acc .block-reverse-lieu .info-text, html[dir=rtl] .page-lieu .block-reverse-lieu .info-text {
    transform: translateX(0px) !important;
  }
}
html[dir=rtl] .page-Comment-acc .block-reverse-lieu .title p, html[dir=rtl] .page-lieu .block-reverse-lieu .title p {
  padding-left: 0;
  padding-right: 0;
}
html[dir=rtl] .page-equipe .block1 .img-block, html[dir=rtl] .page-equipe .block5 .img-block {
  margin: auto auto auto 0;
}
html[dir=rtl] .page-equipe .block2 .text-block, html[dir=rtl] .page-equipe .block4 .text-block {
  right: initial;
  left: 0;
}
html[dir=rtl] .page-equipe .block3 .img-block-revers {
  margin: auto auto auto 0;
}
html[dir=rtl] .page-equipe .block .text-block {
  padding-left: 20px;
  padding-right: 35px;
}
html[dir=rtl] .page-equipe .block5 .text-block .title {
  padding-right: 0;
}
html[dir=rtl] .page-cvg .intro-pageStatic ul {
  padding-right: 21px;
}
html[dir=rtl] .page-cvg .intro-pageStatic ul li::before {
  right: -12px;
  top: 7px;
}
html[dir=rtl] .page-contact .map-info-located .info-located ul {
  padding-right: 67px;
  text-align: right;
}
html[dir=rtl] .page-contact .form-contact form .form-control {
  background-position: left 20px center !important;
}
html[dir=rtl] .page-contact .form-contact form input {
  text-align: right;
}
html[dir=rtl] .mon_compte .password-toggle, html[dir=rtl] .inscription_compte .toggle-password {
  left: 7px;
  right: initial;
}
html[dir=rtl] .inscription_compte .select-container::after {
  right: initial;
  left: 12px;
}
html[dir=rtl] .iti--allow-dropdown input.iti__tel-input, html[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], html[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: 12px !important;
  padding-right: 48px !important;
  text-align: right !important;
}
html[dir=rtl] .iti .iti__selected-dial-code {
  margin-right: 79px !important;
}
html[dir=rtl] .services-section .tns-controls button svg {
  transform: rotate(180deg);
}
html[dir=rtl] .page-reservation .liste-reserve .category-reserve .tns-controls button svg {
  transform: rotate(180deg);
}
html[dir=rtl] .page-reservation .liste-reserve .category-reserve .tns-controls {
  width: calc(100% + 0.5rem);
  margin-left: -2rem;
}

.larg_title {
  color: #18AC97;
  font-family: "Macondo";
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

@media only screen and (max-width: 768px) {
  .larg_title {
    font-size: 24px;
    line-height: 32px;
  }
}
.product_title,
.product_title .title {
  font-family: Roboto;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {
  .product_title,
  .product_title .title {
    font-size: 20px;
  }
}
.slider-container::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.slider-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.slider-container::-webkit-scrollbar-thumb,
.slider-container::-webkit-scrollbar-thumb:hover {
  background-color: #f58e18;
}

.slider-container {
  scrollbar-color: #18AC97 #e0e0e0;
  scrollbar-width: thin;
}

.slider-container::-moz-scrollbar {
  height: 1px;
  width: 2px;
}

.slider-container::-moz-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  height: 1px;
}

.slider-container::-moz-scrollbar-thumb:hover {
  background-color: #f58e18;
}

@media (max-width: 992px) {
  [crop-text] {
    display: none;
  }
  b.crop-text {
    cursor: pointer;
    font-weight: 100;
  }
}
@media (min-width: 993px) {
  b.crop-text,
  div.shortText {
    display: none;
  }
}
.intro-pageStatic h1 {
  color: #18AC97;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.intro-pageStatic h1,
.intro-pageStatic h2 {
  font-family: Roboto;
  font-weight: 400;
}

.intro-pageStatic h2 {
  color: #18AC97;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.intro-pageStatic h3,
.intro-pageStatic h4,
.intro-pageStatic h5,
.intro-pageStatic h6 {
  color: #000;
  font-family: Macondo;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 16px;
  margin-top: 12px;
}

.intro-pageStatic ul li {
  position: relative;
  list-style-type: none;
  color: #707070;
  margin-bottom: 2px;
}

.intro-pageStatic ul li:before {
  content: "";
  position: absolute;
  border-radius: 10px 10px 10px 10px;
  top: 4px;
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #18AC97;
}

.button1 {
  position: relative;
  z-index: 1;
}

.button--ujarak {
  transition: border-color 0.4s, color 0.4s;
}
.button--ujarak:hover {
  border-color: #E3E3E3;
  color: #18AC97;
}

.button--ujarak:before {
  background: #90CA6B;
  content: "";
  height: 100%;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  transform: scaleX(0.7);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  width: 100%;
  z-index: -1;
  border-radius: 100px;
  border: 1px solid #90CA6B;
}

.ujarak_acc:before {
  border-radius: 40px !important;
}

.button--ujarak.button--inverted:before {
  background: #18AC97;
}

.button--ujarak,
.button--ujarak:before {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--ujarak:hover {
  border-color: #18AC97;
  color: #fff;
}

.button--ujarak.button--inverted:hover {
  border-color: #fff;
  color: #18AC97;
}

.button--ujarak:hover:before {
  opacity: 1;
  transform: translateZ(0);
}

header {
  background: linear-gradient(180deg, #D9F3C9 19.71%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  width: 100%;
  z-index: 22;
  top: 0;
}

.icon-watss {
  position: fixed;
  bottom: 92px;
  left: 16px;
}

.btn-whatsapp-pulse {
  color: white;
  position: fixed;
  bottom: 92px;
  left: 16px;
  /* font-size: 40px; */
  display: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 9;
}

.btn-whatsapp-pulse.show-it {
  display: flex;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
header nav {
  color: #18AC97;
  display: flex;
  font-family: "Macondo";
  justify-content: space-between;
  margin: auto;
  width: calc(100% - 26px);
  max-width: 1700px;
  /* max-width: 1440px; */
  padding: 18px 0;
  margin-bottom: 100px;
}
header nav a {
  font-size: clamp(14px, 1.2vw, 22px);
}
@media (max-width: 1664px) {
  header nav .nav_logo img {
    max-width: 300px;
  }
}
@media (max-width: 1570px) {
  header nav .nav_logo img {
    max-width: 250px;
  }
}
@media (max-width: 1120px) {
  header nav .nav_logo img {
    max-width: 156px;
  }
}
@media (max-width: 1029px) {
  header nav .nav_logo img {
    max-width: 113px;
  }
}
@media (max-width: 992px) {
  header nav .nav_logo img {
    max-width: 300px;
  }
}

.drpdown-mobile {
  display: none;
}

.drpdown-desktop {
  display: block;
}

.lang-iso-code {
  display: flex;
  text-transform: capitalize;
}

@media (max-width: 1440px) {
  nav menu {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  header nav {
    width: calc(100% - 17px);
    margin: auto;
    max-width: 100%;
    border-bottom: none;
  }
  .drpdown-mobile {
    display: block;
  }
  .drpdown-desktop {
    display: none;
  }
}
header nav .nav_menu {
  align-items: center;
  display: flex;
}

@media (max-width: 1294px) {
  header nav .nav_logo img {
    padding-right: 0;
    max-width: 245px;
  }
}
@media (max-width: 512px) {
  header nav .nav_logo img {
    max-width: 188px;
  }
}

header nav .nav_logo svg {
  max-width: 333px;
  width: 100%;
}

/* header nav .nav_logo svg{
  filter: drop-shadow(6px -5px 5px rgba(219, 219, 219, 0.4));
} */
@media (min-width: 992px) {
  .close_icon {
    display: none;
  }
}
#menu-toggle {
  display: none;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0 clamp(15px, 1vw, 19px);
  padding-top: 7px;
  padding-bottom: 4px;
}

.menu li svg {
  cursor: pointer;
  margin-left: 4px;
}

.menu a {
  fill: #18AC97;
  color: #18AC97;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}
.menu a:hover {
  color: #90CA6B !important;
}

.menu li:hover a,
.menu li:hover svg {
  fill: #18AC97;
  color: #18AC97;
  transition: 0.4s;
}

.sub_menu ul li:hover a {
  color: #90CA6B !important;
  transition: 0.4s;
}

.menu-toggle-label {
  cursor: pointer;
  display: none;
}

.sub_menu::before {
  cursor: pointer;
}

@media (max-width: 992px) {
  .menu li {
    /* margin: 0 7px; */
    cursor: pointer;
    margin: 22px 0px;
  }
  .sub_menu::before {
    top: 12px;
  }
  .menu li svg {
    position: absolute;
    right: 19px;
    top: 27px;
  }
}
.nav_reservation {
  align-items: center;
  display: flex;
}

.nav_reservation .mon-compte-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px;
  transition: all 0.4s ease-in-out;
}
.nav_reservation .mon-compte-link svg {
  color: #0b8a90;
}
.nav_reservation .mon-compte-link:hover svg {
  color: #18AC97;
}

.nav_reservation .mon-compte-link a {
  margin-top: 7px;
}

.agenda_ {
  display: none;
}

.nav_reservation li {
  list-style: none;
  padding-top: 7px;
}

.nav_reservation li .btn_ {
  border: 1px solid #18AC97;
  color: #fff;
  padding: 10px 17px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
  border-radius: 50px;
}

.nav_reservation li .btn_ svg {
  margin-right: 4px;
  vertical-align: middle;
}

.sub_menu {
  position: relative;
}

.sub_menu:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath fill='%2318AC97' d='M7.996 9.176a.348.348 0 0 1-.247-.101L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  width: 24px;
  top: 10px;
}
@media (max-width: 992px) {
  .sub_menu:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath fill='%23FFFFFF' d='M7.996 9.176a.348.348 0 0 1-.247-.101L.098 1.423A.348.348 0 0 1 .589.93l7.407 7.405L15.4.93a.348.348 0 1 1 .492.492L8.241 9.074a.348.348 0 0 1-.245.102Z'/%3E%3C/svg%3E");
  }
}

.sub_menu:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%2390CA6B'%3E%3Cpath d='m15.402 3.93-7.406 7.406L.59 3.93a.348.348 0 0 0-.491.492l7.651 7.652a.348.348 0 0 0 .492 0l7.652-7.652a.348.348 0 1 0-.492-.492Z'/%3E%3Cpath d='M7.996 12.176a.348.348 0 0 1-.247-.101L.098 4.423a.348.348 0 0 1 .491-.492l7.407 7.405L15.4 3.93a.348.348 0 1 1 .492.492L8.24 12.074a.348.348 0 0 1-.245.102Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.sub_menu ul {
  animation: growDown 500ms ease-in-out forwards;
  transform-origin: top center;
  background: #fff;
  display: none;
  min-width: 159px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  z-index: 2;
  border-radius: 20px;
  /* margin-top: 5px; */
}

@keyframes growDown {
  0% {
    transform: rotateX(-90deg);
  }
  /* 70% {
      transform: rotateX(20deg) 
  } */
  100% {
    transform: rotateX(0deg);
  }
}
.sub_menu ul li {
  margin: 0;
  padding: 8px 0;
  width: 100%;
}

.sub_menu a {
  margin-right: 26px;
}

.sub_menu ul li a {
  color: #18AC97;
  line-height: 120%;
  padding: 10px 15px;
}

.sub_menu:hover ul,
.menu_level_1:hover {
  display: block !important;
}

@media (max-width: 992px) {
  .sub_menu ul {
    background: transparent;
  }
  .sub_menu ul.active {
    display: block;
  }
  .sub_menu ul {
    position: relative;
  }
}
.lang-trigger {
  cursor: pointer;
  padding-left: 20px;
  padding-top: 9px;
  position: relative;
}

.lang-trigger ul {
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1019607843);
  color: #000;
  display: none;
  margin: -0.2rem 0;
  max-height: 245px;
  opacity: 1;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  right: -1px;
  top: calc(100% + 0.3rem);
  transition: max-height 0.3s ease;
  width: 47px;
  z-index: 82;
  border-radius: 5px;
}

.lang-trigger ul li a {
  color: #707070 !important;
  display: flex;
  font-size: 18px;
  text-transform: capitalize;
}

.lang-trigger ul li a img {
  margin-right: 2px;
  margin-top: 2px;
}

.lang-trigger .icon_flag {
  margin-right: 4px;
}

.fc-axis.fc-widget-content {
  border: 0;
}

.fc-divider.fc-widget-header {
  background: #fff !important;
}

.lang-trigger .icon_flag svg {
  padding-bottom: 2px;
}

@media (max-width: 992px) {
  .lang-trigger .icon_flag svg {
    height: 21px;
    width: 21px;
  }
  .lang-trigger svg {
    margin-top: 10px !important;
  }
  .lang-trigger {
    padding-left: 15px;
  }
  .sub_menu ul li a {
    padding: 0px 15px;
    font-size: 18px;
    color: #fff !important;
  }
}
.lang-trigger svg {
  vertical-align: bottom;
  margin-left: 4px;
  margin-top: 6px;
}

.lang-trigger ul li a:hover {
  color: #18AC97;
}

.lang-trigger:focus ul,
.lang-trigger:hover ul {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  max-height: 245px;
  opacity: 1;
  z-index: 10;
}

.lang-trigger:focus ul a,
.lang-trigger:hover ul a {
  color: #000;
}

.nav_reservation .btn_resrvation .button--ujarak:before {
  border: 1px solid transparent;
  width: 97%;
  top: -1px;
  border-radius: 50px;
}

@media (max-width: 1464px) {
  .nav_reservation .btn_resrvation .btn_ {
    display: none;
  }
  .nav_reservation .btn_resrvation .agenda_ {
    display: block;
  }
}
@media (max-width: 992px) {
  .nav_logo {
    padding-right: 0 !important;
    text-align: center;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}
@media (max-width: 992px) {
  .nav_reservation {
    width: 100%;
    flex: 1;
  }
  .nav_reservation .mon-compte-link {
    position: absolute;
    right: 58px;
  }
  .nav_reservation .btn_resrvation {
    position: absolute;
    right: 16px;
  }
  .nav_reservation .lang-trigger {
    left: -999px;
    top: 26px;
    transition: left 0.5s;
  }
  .nav_reservation .active_lang {
    display: block;
    font-size: 20px;
    left: 0;
    position: fixed;
    z-index: 22;
    color: #fff;
  }
  .nav_reservation .active_lang img {
    transform: translateY(2px);
  }
}
@media (max-width: 992px) {
  .toggle {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 53px;
  }
  .toggle span {
    background: #18AC97;
    border-radius: 4px;
    height: 1.8px;
    position: absolute;
    transition: 0.5s;
    width: 24px;
  }
  .toggle span:nth-child(2) {
    left: 15px;
    transform: translateY(-10px);
    width: 19px;
  }
  .toggle span:nth-child(3) {
    left: 15px;
    transform: translateY(10px);
    width: 15px;
  }
  .toggle.active span:first-child {
    transform: translateX(60px);
  }
  .toggle.active span:nth-child(2) {
    transform: translateX(0) rotate(45deg);
    transition-delay: 0.2s;
    width: 40px;
  }
  .toggle.active span:nth-child(3) {
    transform: translateX(0) rotate(-45deg);
    transition-delay: 0.4s;
    width: 40px;
  }
  .menu_active {
    left: 0 !important;
  }
  nav {
    justify-content: left;
    padding: 18px 0;
  }
  .sub_menu a {
    margin-right: 0px;
  }
  .menu {
    color: #fff;
    display: block;
    /* height: 100%; */
    width: 96%;
    padding-top: 76px;
    overflow-y: auto;
  }
  .menu .close_icon {
    cursor: pointer;
    padding-right: 26px;
    position: absolute;
    right: 0;
    top: 33px;
  }
  .menu a {
    display: block;
    font-size: 20px;
    color: #fff;
    /* padding: 15px 0px; */
  }
  .menu-toggle-label {
    align-items: center;
    display: flex;
    font-size: 0px;
    width: max-content;
    flex: 1;
  }
  .nav_menu {
    left: -112vw;
    height: 100%;
    padding: 1rem 0.8rem;
    position: fixed;
    top: 0;
    transition: left 0.6s ease;
    width: 100vw;
    z-index: 10;
    background-color: #18AC97;
    align-items: inherit !important;
  }
  .navigation {
    height: fit-content;
    position: absolute;
    right: 40px;
    top: 35px;
    cursor: pointer;
  }
}
.grid-wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0;
}

.grid {
  list-style: none;
  margin: auto;
  min-height: 500px;
  padding: 0;
}

.js .grid.loaded {
  background: none;
}

.grid li {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  width: 314px;
}

@media screen and (max-width: 992px) {
  .grid li {
    width: 360px;
  }
}
.js .grid li {
  display: none;
  float: left;
}

.js .grid.loaded li {
  display: block;
}

.grid li img,
.grid li > a {
  border: none;
  display: block;
  outline: none;
}

.grid li > a {
  margin: 7px;
  overflow: hidden;
  position: relative;
}

.grid .curtain {
  background: #96cdc8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.grid.swipe-right .curtain {
  transform: translate3d(-100%, 0, 0);
}

.grid.swipe-down .curtain {
  transform: translate3d(0, -100%, 0);
}

.grid.swipe-rotate .curtain {
  height: 200%;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 200%;
}

.grid .curtain:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grid.swipe-right .curtain:after,
.grid.swipe-rotate .curtain:after {
  left: -100%;
}

.grid.swipe-down .curtain:after {
  top: -100%;
}

.grid li a {
  align-items: center;
  display: flex;
  position: relative;
}

.grid li > a:after,
.grid li > a:before {
  border-color: #fff;
  content: "";
  height: calc(100% - 15px);
  position: absolute;
  right: 13px;
  transition: 0.7s;
  width: calc(100% - 29px);
}

.grid li > a:after {
  border-bottom: 1px solid;
  border-top: 1px solid;
  transform: scaleX(0);
}

.grid li > a:before {
  border-left: 1px solid;
  border-right: 1px solid;
  transform: scaleY(0);
}

.grid li.shown:hover > a:after {
  border-color: #fff;
  transform: scaleX(0.9);
}

.grid li.shown:hover > a:before {
  border-color: #fff;
  transform: scaleY(0.9);
}

.grid.swipe-right li.animate .curtain {
  animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}

@keyframes swipeRight {
  50%, 60% {
    transform: translate(0);
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.grid.swipe-down li.animate .curtain {
  animation: swipeDown 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}

@keyframes swipeDown {
  50%, 60% {
    transform: translate(0);
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
.grid.swipe-rotate li.animate .curtain {
  animation: swipeRotate 1.5s ease forwards;
}

@keyframes swipeRotate {
  50%, 60% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-90deg);
  }
}
.grid li.animate .curtain:after {
  animation: fadeOut 1.5s ease forwards;
  animation-delay: inherit;
}

@keyframes fadeOut {
  50%, 60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.js .grid li h3,
.js .grid li img {
  visibility: hidden;
}

.grid li.animate h3,
.grid li.animate img {
  animation: showMe 1.5s step-end forwards;
}

@keyframes showMe {
  0% {
    visibility: hidden;
  }
  60%, to {
    visibility: visible;
  }
}
.grid li.shown h3,
.grid li.shown img {
  visibility: visible;
}

.select2-selection.select2-selection--single {
  border: 0 !important;
  border-bottom: 1px solid #D9D9D9 !important;
  background-color: transparent !important;
}

.btn-Decouvrir,
.reserver-btn {
  border: 1px solid #e3e3e3;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 500;
  min-width: 120px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  border-radius: 100px;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: "";
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-gallery,
.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  min-height: 1px;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-fadeOut,
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: 2333.33333%;
}

.tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: 1.42857%;
}

.miniature-icon-promo {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
}

.miniature-icon-promo-price {
  position: absolute;
  top: 25px;
  left: 16px;
  font-family: "roboto";
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
}

body {
  font-family: "Roboto" !important;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

body a {
  color: #707070;
  margin-bottom: 0;
  text-decoration: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body ul {
  margin: 0;
}

body ul {
  list-style: none;
  padding: 0;
}

body :focus {
  outline: none;
}

body [crop-text] {
  display: none;
}

body #readLess,
body [id^=readmore_] {
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 992px) {
  body [crop-text] {
    display: block !important;
  }
  body #readLess,
  body .shortText {
    display: none !important;
  }
}
.intro-area .image_intro img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100vw;
  max-height: 460px;
  min-height: 375px;
}

.intro-area .image_intro .item_slider {
  position: relative;
}

.intro-area .text_intro {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%);
  width: calc(100% - 12px);
}

.intro-area .text_intro .text .title {
  font-family: "Macondo Swash Caps";
  font-size: min(max(20px, 2.4vw), 45px);
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin: auto;
  padding-inline: 24px;
  width: max-content;
}

.intro-area .text_intro .text .subtitle {
  font-family: "roboto";
  font-size: min(max(36px, 2vw), 38px);
  font-weight: 400;
  line-height: 133%;
  text-align: center;
  font-style: normal;
  color: #18AC97;
  margin-bottom: 12px;
}

.intro-area .text_intro .text .btn_profite {
  max-width: max-content;
  margin-inline: auto;
  align-items: center;
  display: flex;
  background-color: #18AC97;
  color: #fff;
  gap: 5px;
  font-family: "Macondo";
  font-size: 16px;
  padding: 6px 11PX;
  margin-top: 20px;
  display: none;
}

.intro-area .text_intro .text .scroll {
  cursor: pointer;
  position: absolute;
  text-align: center;
  width: 100%;
}

.page-accueil {
  overflow: hidden;
}

.intro-area .tns-controls {
  display: none;
}

.intro-area {
  position: relative;
}

.intro-area .tns-nav {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 17px;
}

.intro-area button {
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  margin-right: 5px;
}

.intro-area .tns-nav-active {
  background-color: #18AC97;
}

@media (max-width: 992px) {
  .intro-area .text_intro .text .title {
    width: inherit;
  }
  .lang-trigger ul li a img {
    margin-right: 2px;
    margin-top: 5px;
  }
  .intro-area .text_intro .text .subtitle {
    font-size: min(max(32px, 2.8vw), 52px);
  }
  .intro-area .text_intro .text .title {
    padding: 7px;
  }
}
@media screen and (max-width: 414px) {
  .intro-area .text_intro {
    padding-top: 24px;
  }
  .intro-area .text_intro {
    top: 25% !important;
  }
  .intro-area .text_intro .text .subtitle {
    font-size: min(max(30px, 2.8vw), 52px);
  }
}
.section2_container .slider_section2 .text_slider .texte_ {
  padding: 36px 0;
  width: 55%;
}

.section2_container .slider_section2 .text_slider .texte_ .larg_title {
  color: #18AC97;
  font-family: Roboto;
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
}

.section2_container .slider_section2 .text_slider .texte_ .dis {
  margin-top: 9px;
  max-width: 808px;
  padding-right: 12px;
}

@media only screen and (max-width: 992px) {
  .section2_container .slider_section2 .text_slider .texte_ {
    padding: 9px 0 17px 2px;
    width: 100%;
  }
}
.border-hr {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  margin: auto !important;
  margin: 0;
  max-width: 1438px;
  width: 100%;
}

@media (max-width: 992px) {
  .border-hr {
    display: none;
  }
}
.block_etaps {
  background-color: #f9f7f7;
  padding-top: 41px;
}

@media only screen and (max-width: 768px) {
  .block_etaps {
    padding-top: 7px;
  }
}
.block_etaps .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
  width: calc(100% - 57px);
}

.block_etaps .items {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1294px;
  padding: 1px 11px 24px;
}
@media (min-width: 768px) {
  .block_etaps .items .flex-item {
    display: flex;
    justify-content: space-between;
    max-width: 1236px;
    width: 100%;
  }
}

.block_etaps .items .item {
  border-radius: 10px;
  max-width: 480px;
  text-align: center;
  width: 100%;
}

.block_etaps .items .item div {
  padding: 22px 0;
}

@media only screen and (max-width: 768px) {
  .block_etaps .items .item div {
    padding: 15px 0;
  }
}
.block_etaps .items .item div .title,
.block_etaps .items .item div p {
  color: #707070;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 124%;
  margin: auto;
  max-width: 254px;
  text-align: center;
}

.block_etaps .items .item div h6 {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
  margin: auto;
  max-width: 254px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6px;
}

.block_etaps .items .item div .title b,
.block_etaps .items .item div p b {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.block_etaps .items .tns-nav {
  text-align: center;
}

.block_etaps .items .tns-nav button {
  background-color: #d9d9d9;
  border: none;
  border-radius: 100px;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}

.block_etaps .items .tns-nav-active {
  background: #acacac !important;
}

header.sticky nav {
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
  body > header + .mobile-sticky {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body > header.sticky + .mobile-sticky {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(227, 191, 143, 0.5019607843));
    padding-top: 1rem;
    top: 0 !important;
    transition: top 0.3s, padding-top 0.3s;
  }
  body > header + .mobile-sticky {
    left: 50%;
    position: fixed;
    text-align: center;
    top: -150px;
    transform: translateX(-50%);
    transition: padding-top 0.3s ease;
    width: 100%;
    z-index: 21;
  }
  body > header + .mobile-sticky .btn:first-child {
    background-color: #18AC97;
    color: #fff;
    margin-inline-end: 10px;
  }
  body > header + .mobile-sticky .btn {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .mobile-sticky .btn svg {
    fill: currentColor;
    margin-left: 0;
    margin-right: 8px;
    margin-top: -5px;
    vertical-align: middle;
  }
  .mobile-sticky .btn-primary {
    background-color: #18AC97;
    border-radius: 20px;
    color: #fff;
    font-family: Macondo;
    font-size: 14px;
    padding: 0.38rem 0.97rem;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
  }
  .mobile-sticky .btn {
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 1;
    outline: none;
    transition: opacity 0.3s ease;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s;
    white-space: nowrap;
  }
}
.gallery .grid li img {
  max-height: 400px;
}

.gallery .js .grid.loaded li {
  max-height: 400px;
}

@media (max-width: 992px) {
  #content1,
  #content2,
  #contentAll,
  #content3,
  #content4 {
    flex-wrap: wrap;
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 414px) {
  .gallery {
    margin: auto;
    width: max-content;
  }
  .gallery img {
    width: 100%;
  }
}
.page-cvg {
  margin: 94px auto 80px;
  max-width: 1440px;
  width: calc(100% - 30px);
}

.page-cvg .intro-pageStatic {
  margin-bottom: 44px;
}

.page-cvg .intro-pageStatic ul {
  list-style: decimal;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-left: 21px;
}

.page-cvg .intro-pageStatic ul ul {
  list-style: lower-alpha;
  padding-left: 21px;
}

.page-cvg .intro-pageStatic p {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

@media screen and (max-width: 992px) {
  .page-cvg {
    margin: 10px auto 80px;
  }
  .page-cvg .intro-pageStatic {
    margin-bottom: 20px;
  }
}
.-informations.thank-page .group p {
  margin-top: 15px;
  margin-left: 3px;
}

.-informations.thank-page .cloneDiv {
  padding-top: 0 !important;
}

.-informations.thank-page .group label {
  font-weight: 600 !important;
}

#btn-244 {
  display: none;
}

@media screen and (max-width: 992px) {
  #tabAll {
    display: none;
  }
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0px 0px 0px -3% !important;
}

.fc-highlight {
  opacity: -0.2 !important;
}

.real_price {
  font-weight: 500 !important;
  font-size: 14px;
  text-decoration: line-through;
  color: #838ca3;
}

.price_promo {
  font-weight: 500 !important;
  font-size: 14px;
}

.price-info > .real_price:only-child {
  text-decoration: none;
  color: #36456b;
}

/* Style for real_price when it has a price_promo sibling */
.price-info > .real_price + .price_promo {
  color: #0b8a90;
}

.fc-axis.fc-time.fc-widget-content {
  font-size: 14px;
  font-weight: 500;
}

.navette_departure {
  margin-top: 10px;
}

.navette_departure .title-type {
  position: relative;
}

.navette_aeroport .price {
  position: absolute;
  right: 0;
}

.navette_aeroport .price span {
  color: #18AC97;
  font-size: 24px !important;
}

.navette_departure .form-container {
  display: flex;
  gap: 10px;
  padding: 20px;
  border-radius: 30px;
  flex-direction: column;
}

.navette_departure .selection-aeroport {
  display: grid;
  gap: 19px 46px;
  grid-template-columns: repeat(3, 1fr);
}

.calendar-reservation {
  display: flex;
  gap: 12px;
}

.flatpickr-calendar.open {
  z-index: 99999999999 !important;
  border-radius: 20px !important;
}

@media (max-width: 430px) {
  .navette_departure .form-container {
    padding: 0px !important;
  }
  .calendar-reservation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .mdtimepicker .mdtp__wrapper {
    left: 50% !important;
  }
}
@media (max-width: 606px) {
  .navette_departure .selection-aeroport {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.navette_departure .input-select {
  display: flex;
  padding: 10px 20px;
  border: none;
  font-family: "Macondo";
  border-radius: 30px;
  background-color: #E9F5E0;
  font-size: 16px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  max-width: 298px;
  width: 100%;
}

.navette_departure .input-select .selection {
  width: 100%;
}

#clearBtn {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navette_departure .input-select {
    max-width: 190px;
  }
  .navette_departure .date-input,
  .navette_departure .aeroport-vol {
    max-width: 190px !important;
  }
}
@media (max-width: 564px) {
  .navette_departure .selection-aeroport {
    display: flex;
    flex-wrap: wrap;
  }
  .navette_departure .input-select {
    max-width: 100%;
  }
  .navette_departure .date-input {
    max-width: 100% !important;
  }
  .navette_departure .passenger-selector {
    order: 2;
    width: 32% !important;
  }
  .navette_departure .passenger-selector .icon {
    display: none;
  }
  .navette_departure .aeroport-vol {
    order: 3;
    width: 40% !important;
  }
}
.flight-card {
  padding-top: 12px;
}

.flight-header {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

.flight-section {
  margin-bottom: 10px;
  display: flex;
}

.flight-label {
  font-weight: 700;
  display: block;
  white-space: nowrap;
}

.flight-time {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.flight-time svg {
  margin-inline: 4px;
}

.flight-number {
  margin-top: 10px;
  font-size: 16px;
}

.flight-number svg {
  vertical-align: -5px;
}

@media (max-width: 440px) {
  .navette_departure .input-select {
    width: 100%;
  }
}
.navette_departure .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
  right: -5px;
}

.navette_departure .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  min-width: 83px;
}

.navette_departure .select2-container {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 100px;
}

.select2-dropdown {
  padding: 9px;
  border: 1px solid #fff;
  margin-top: 5px;
}

.select2-search--dropdown {
  padding: 4px 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #18AC97 !important;
}

.select2-results__option {
  color: #707070 !important;
}

.navette_departure .select2-container .select2-selection {
  padding-right: 84px;
}

.navette_departure .select2-selection {
  max-width: 233px;
}

.select2-selection.select2-selection--single {
  border-bottom: 0px solid #D9D9D9 !important;
}

.navette_departure .passenger-selector {
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 30px;
  gap: 10px;
  height: 46px;
}

.navette_departure .passenger-selector .icon {
  font-size: 16px;
}

.navette_departure .passenger-selector .btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0 5px;
}

.navette_departure #count {
  min-width: 20px;
  text-align: center;
}

.navette_departure .date-input {
  display: flex;
  align-items: center;
  background-color: #E9F5E0;
  border-radius: 30px;
  padding: 12px 20px;
  gap: 10px;
  font-family: "Macondo";
  cursor: pointer;
  position: relative;
  max-width: 298px;
  width: 100%;
  box-sizing: border-box;
}

.navette_departure .date-input input {
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #000;
  width: 100%;
}

.navette_departure .date-input input::placeholder {
  color: #707070;
  font-size: 16px;
  font-family: "Roboto";
}

.navette_departure .aeroport-vol {
  max-width: 134px;
  width: 100%;
  padding: 12px 11px;
  min-width: 176px;
}

.navette_departure .aeroport-vol::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-position-X: -3px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14 8.947L22 14V16L14 13.474V18.834L17 20.5V22L12.5 21L8 22V20.5L11 18.833V13.473L3 16V14L11 8.947V3.5C11 3.10218 11.158 2.72064 11.4393 2.43934C11.7206 2.15804 12.1022 2 12.5 2C12.8978 2 13.2794 2.15804 13.5607 2.43934C13.842 2.72064 14 3.10218 14 3.5V8.947Z' fill='%2318AC97'/%3e%3c/svg%3e");
}

/* Page conf */
.navette_departure_result {
  width: 100%;
  padding-left: 9px;
  padding-bottom: 21px;
  color: #707070;
}

.navette_departure_result .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.navette_departure_result .title {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.navette_departure_result .title i {
  color: #e85d04;
  margin-right: 8px;
}

.navette_departure_result .price {
  color: #18AC97;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.navette_departure_result .location {
  margin: 10px 0;
  line-height: 1.4;
}

.navette_departure_result .arrow {
  margin: 5px 0;
  color: #18AC97;
  font-size: 18px;
}

.navette_departure_result .details {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  padding-right: 30px;
}

.navette_departure_result .details div {
  display: flex;
  gap: 5px;
  align-items: center;
}

.navette_departure_result .details .fa-user-friends,
.navette_departure_result .details .fa-calendar-alt,
.navette_departure_result .details .fa-clock {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.navette_departure_result .details .fa-user-friends {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%2318AC97' d='M12 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8 7.5c0 2.485 0 4.5-8 4.5s-8-2.015-8-4.5S7.582 13 12 13s8 2.015 8 4.5Z'/%3e%3c/svg%3e ");
}

.navette_departure_result .details .fa-calendar-alt {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.559 5.70019C18.4553 3.97589 17.0155 2.625 15.2813 2.625H14.4371V1.96875C14.4371 1.6065 14.1431 1.3125 13.7808 1.3125C13.4186 1.3125 13.1246 1.6065 13.1246 1.96875V2.625H7.87456V1.96875C7.87456 1.6065 7.58056 1.3125 7.21831 1.3125C6.85606 1.3125 6.56206 1.6065 6.56206 1.96875V2.625H5.71779C3.98332 2.625 2.54351 3.97589 2.44015 5.70019C2.24557 8.94337 2.24918 12.2332 2.45098 15.478C2.55335 17.1258 3.8734 18.4459 5.52124 18.5483C7.1727 18.651 8.83596 18.7021 10.4992 18.7021C12.1622 18.7021 13.8258 18.651 15.4772 18.5483C17.1251 18.4459 18.4451 17.1258 18.5475 15.478C18.7496 12.2348 18.7532 8.94534 18.559 5.70019ZM17.2379 15.3966C17.1762 16.3853 16.3845 17.177 15.3962 17.2384C12.1471 17.4402 8.85204 17.4402 5.60295 17.2384C4.61431 17.1767 3.82254 16.3849 3.76118 15.3966C3.60598 12.9019 3.57415 10.3809 3.65717 7.875H17.3423C17.425 10.3819 17.3931 12.9029 17.2379 15.3966ZM7.21831 5.25C7.58056 5.25 7.87456 4.956 7.87456 4.59375V3.9375H13.1246V4.59375C13.1246 4.956 13.4186 5.25 13.7808 5.25C14.1431 5.25 14.4371 4.956 14.4371 4.59375V3.9375H15.2813C16.3225 3.9375 17.1867 4.74633 17.2488 5.77861C17.2642 6.03914 17.2707 6.30131 17.2835 6.5625H3.71557C3.7287 6.30131 3.73493 6.03914 3.75035 5.77861C3.81237 4.74633 4.67632 3.9375 5.71779 3.9375H6.56206V4.59375C6.56206 4.956 6.85606 5.25 7.21831 5.25Z' fill='%23EE7D00'/%3e%3cpath d='M7.21875 11.8125C7.76241 11.8125 8.20312 11.3718 8.20312 10.8281C8.20312 10.2845 7.76241 9.84375 7.21875 9.84375C6.67509 9.84375 6.23438 10.2845 6.23438 10.8281C6.23438 11.3718 6.67509 11.8125 7.21875 11.8125Z' fill='%23EE7D00'/%3e%3cpath d='M10.5 11.8125C11.0437 11.8125 11.4844 11.3718 11.4844 10.8281C11.4844 10.2845 11.0437 9.84375 10.5 9.84375C9.95634 9.84375 9.51562 10.2845 9.51562 10.8281C9.51562 11.3718 9.95634 11.8125 10.5 11.8125Z' fill='%23EE7D00'/%3e%3cpath d='M7.21875 15.0938C7.76241 15.0938 8.20312 14.653 8.20312 14.1094C8.20312 13.5657 7.76241 13.125 7.21875 13.125C6.67509 13.125 6.23438 13.5657 6.23438 14.1094C6.23438 14.653 6.67509 15.0938 7.21875 15.0938Z' fill='%23EE7D00'/%3e%3cpath d='M13.7812 11.8125C14.3249 11.8125 14.7656 11.3718 14.7656 10.8281C14.7656 10.2845 14.3249 9.84375 13.7812 9.84375C13.2376 9.84375 12.7969 10.2845 12.7969 10.8281C12.7969 11.3718 13.2376 11.8125 13.7812 11.8125Z' fill='%23EE7D00'/%3e%3cpath d='M13.7812 15.0938C14.3249 15.0938 14.7656 14.653 14.7656 14.1094C14.7656 13.5657 14.3249 13.125 13.7812 13.125C13.2376 13.125 12.7969 13.5657 12.7969 14.1094C12.7969 14.653 13.2376 15.0938 13.7812 15.0938Z' fill='%23EE7D00'/%3e%3cpath d='M10.5 15.0938C11.0437 15.0938 11.4844 14.653 11.4844 14.1094C11.4844 13.5657 11.0437 13.125 10.5 13.125C9.95634 13.125 9.51562 13.5657 9.51562 14.1094C9.51562 14.653 9.95634 15.0938 10.5 15.0938Z' fill='%23EE7D00'/%3e%3c/svg%3e");
}

.navette_departure_result .details .fa-clock {
  margin-top: 3px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_2473_3463)'%3e%3cpath d='M8.50065 14.875C9.33783 14.875 10.1668 14.7101 10.9403 14.3897C11.7137 14.0693 12.4165 13.5998 13.0085 13.0078C13.6004 12.4158 14.07 11.713 14.3904 10.9396C14.7108 10.1661 14.8757 9.33716 14.8757 8.49998C14.8757 7.6628 14.7108 6.83382 14.3904 6.06037C14.07 5.28692 13.6004 4.58415 13.0085 3.99217C12.4165 3.4002 11.7137 2.93062 10.9403 2.61025C10.1668 2.28987 9.33783 2.12498 8.50065 2.12498C6.8099 2.12498 5.18839 2.79663 3.99285 3.99217C2.7973 5.18772 2.12565 6.80922 2.12565 8.49998C2.12565 10.1907 2.7973 11.8122 3.99285 13.0078C5.18839 14.2033 6.8099 14.875 8.50065 14.875ZM16.2923 8.49998C16.2923 12.8031 12.8038 16.2916 8.50065 16.2916C4.19753 16.2916 0.708984 12.8031 0.708984 8.49998C0.708984 4.19685 4.19753 0.708313 8.50065 0.708313C12.8038 0.708313 16.2923 4.19685 16.2923 8.49998ZM10.6257 11.6266L7.79232 8.79323V3.89581H9.20898V8.20673L11.6272 10.625L10.6257 11.6266Z' fill='%23EE7D00'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_2473_3463'%3e%3crect width='17' height='17' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

.navette_departure_result_svg .fa-user-pin {
  display: block;
  width: 40px;
  height: 51px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='51' fill='none' viewBox='0 0 39 51'%3E%3Cpath fill='%2318AC97' d='M19.5.946C8.74.946.017 9.67.017 20.428c0 2.778.581 5.395 1.615 7.786.032.097.097.194.13.29.096.227.225.485.355.711.064.097.097.194.161.323.13.259.29.55.452.808.033.032.033.065.065.13a19.184 19.184 0 0 0 2.908 3.715l11.534 14.797a2.824 2.824 0 0 0 4.458 0L33.23 34.223a20.6 20.6 0 0 0 2.94-3.748 19.282 19.282 0 0 0 2.778-10.015C38.981 9.67 30.258.946 19.5.946Zm0 35.636c-8.918 0-16.155-7.237-16.155-16.154S10.582 4.274 19.5 4.274s16.154 7.237 16.154 16.154S28.417 36.582 19.5 36.582Z'/%3E%3Cpath fill='%2318AC97' d='M28.932 11.672c-.032-.032-.032 0 0 0-.161-.743-.517-1.066-1.227-1.098-.905-.065-1.713.323-2.52.71-1.325.614-2.23 1.745-3.264 2.714-.936.905-.936.937-2.229.808-.517-.032-1.034-.097-1.55-.13.161-.645.161-1.194-.453-1.518-.452-.258-1.13-.096-1.648.356-.258.226-.484.517-.775.743-.162.13-.388.226-.55.194-1.55-.097-3.1-.194-4.684-.291-.129 0-.323-.032-.387.065-.453.452-.905.904-1.39 1.421 2.94 1.099 5.816 2.165 8.723 3.23-.064.098-.097.13-.097.162l-4.135 4.136a.966.966 0 0 1-.614.226c-.678.032-1.324 0-2.003 0-.13 0-.323 0-.388.065-.549.517-1.066 1.066-1.647 1.647.226.065.387.13.517.162 1.324.323 2.681.646 4.006.97.323.064.484.225.581.548.291 1.228.614 2.456.905 3.683.065.259.162.55.226.808l.065.259.129-.162c.485-.55.97-1.066 1.454-1.615.097-.097.097-.291.097-.42 0-.679 0-1.357.032-2.036 0-.194.097-.452.258-.614 1.26-1.292 2.553-2.552 3.845-3.844.097-.097.226-.194.388-.356a958.06 958.06 0 0 1 3.23 8.756c.453-.453.873-.808 1.26-1.228.13-.13.227-.388.194-.55-.064-1.55-.193-3.1-.258-4.62 0-.225.097-.451.226-.645.259-.356.614-.646.905-1.002.323-.42.387-1.098.097-1.486-.323-.452-.776-.517-1.293-.388h-.226c-.032-.581-.064-1.163-.129-1.712-.065-.452-.032-.872.13-1.228l.936-1.001c.194-.194.355-.388.55-.582.613-.71 1.227-1.389 1.744-2.132.485-.71.775-1.518.905-2.358v-.097c.097-.259.064-.485.064-.55Z'/%3E%3C/svg%3E");
}

/* Hide year selector */
.flatpickr-current-month .numInputWrapper {
  display: none !important;
}

.flatpickr-day.selected {
  background-color: #18AC97 !important;
  border-color: #18AC97 !important;
  color: #fff !important;
}

.flatpickr-day {
  max-width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #000;
  font-family: "Macondo";
  font-size: 16px;
  font-weight: 500;
}

.flatpickr-calendar {
  border: 1px solid #DDD !important;
  border-radius: 0 !important;
  box-shadow: 0px;
}

.mdtp__time_holder {
  background-color: white !important;
}

.mdtp__time_holder {
  color: #18AC97 !important;
  font-weight: 600 !important;
  font-family: "Macondo" !important;
}

body[mdtimepicker-display=on] {
  overflow: initial !important;
}

.mdtimepicker {
  background-color: transparent !important;
  z-index: 99999999999 !important;
}

.mdtimepicker .mdtp__wrapper {
  left: initial;
  right: 0;
  background-color: #fff;
  border: 1px solid #DDD;
  box-shadow: none;
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
  background-color: #18AC97 !important;
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__digit.inner--digit.active span {
  background-color: #18AC97 !important;
  color: #fff;
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__digit.active span {
  background-color: #18AC97 !important;
  color: #fff;
}

.mdtimepicker .mdtp__time_holder .mdtp__time_m.active {
  background-color: #18AC97;
  padding: 11px 12px;
  font-weight: 600;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__clock_dot {
  background-color: #18AC97 !important;
}

.mdtp__digit.active::before {
  background-color: #18AC97 !important;
}

.mdtp__clock_holder .mdtp__clock {
  background-color: rgba(24, 172, 150, 0.368627451) !important;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__pm.active {
  background-color: #18AC97 !important;
}

.mdtimepicker .mdtp__clock .mdtp__digit span {
  color: #707070;
  font-weight: 500;
  font-family: "Macondo";
  font-size: 11px;
}

.mdtp__digit.active span {
  background-color: #18AC97 !important;
}

.mdtp__button {
  color: #18AC97 !important;
}

.mdtp__time_h.active {
  background-color: #18AC97 !important;
  padding: 11px 12px !important;
  font-weight: 600;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  right: 17px !important;
  left: initial !important;
}

.flatpickr-current-month span.cur-month {
  font-weight: 500 !important;
  color: #18AC97 !important;
}

.flatpickr-months .flatpickr-next-month:hover svg {
  color: #18AC97 !important;
}

.mdtp__button.cancel {
  display: none;
}

span.flatpickr-weekday {
  color: #18AC97 !important;
  font-family: "roboto" !important;
  font-size: 16px;
  font-weight: 500;
}

.flatpickr-day.today {
  border-color: #18AC97 !important;
  background-color: #18AC97 !important;
}

.flatpickr-day {
  color: #18AC97 !important;
  font-family: "roboto" !important;
  font-size: 13px !important;
  font-weight: 500;
}

.dayContainer {
  padding: 4px !important;
}

.flatpickr-day.today {
  color: #fff !important;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #BFBFBF !important;
}

.flatpickr-months .flatpickr-month {
  padding-bottom: 7px;
  color: #18AC97;
}

.navette_departure .calendar-icon {
  right: 14px;
  position: absolute;
}

.cloneDiv .group {
  flex: 1;
  margin-bottom: 0px !important;
}

.cloneDiv {
  gap: 0px 32px;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.page-404 {
  margin: auto;
  max-width: 740px;
  width: 100%;
}

.page-404 .svg {
  margin: auto;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .page-404 .svg svg {
    max-width: 359px;
    width: 100%;
  }
}
.page-404 .text-404 {
  text-align: center;
}

.page-404 .text-404 .title {
  color: #18AC97;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .page-404 .text-404 .title {
    font-size: 26px;
    line-height: 35px;
  }
}
.page-404 .text-404 .info {
  font-size: 14px;
  padding: 0 12px;
  color: #707070;
}

.page-404 .btn-404 {
  margin: auto auto 146px;
  max-width: max-content;
  width: 100%;
}

.page-404 .btn-404 a {
  background: #18AC97;
  color: #fff;
  display: block;
  font-family: Macondo;
  font-size: 20px;
  font-weight: 400;
  margin-top: 24px;
  padding: 7px 44px;
  border-radius: 100px;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .page-404 .btn-404 a {
    padding: 4px 20px;
  }
}
.page-404 .btn-404 a svg {
  vertical-align: -2px;
}

.page-valeurs,
.page-valeurs .intro {
  margin: auto;
  max-width: 1440px;
}

.page-valeurs .intro {
  width: 100%;
}
.page-valeurs .intro p {
  font-weight: 300;
}

.page-valeurs .intro .title-intro {
  color: #18AC97;
  display: block;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 7px;
  padding-top: 90px;
}
.page-valeurs .intro p {
  color: #707070;
}

@media screen and (max-width: 767px) {
  .page-valeurs .intro .title-intro {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1476px) {
  .page-valeurs .intro {
    width: calc(100% - 54px);
  }
}
.page-valeurs .content-page {
  margin: 68px auto auto;
  max-width: 1068px;
  width: calc(100% - 53px);
}
.page-valeurs .content-page p {
  color: #707070;
}

@media screen and (max-width: 767px) {
  .page-valeurs .content-page {
    margin-top: 35px;
  }
}
.page-valeurs .content-page .child {
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.0509803922);
  display: flex;
  margin-bottom: 68px;
  padding: 36px 36px;
  border-radius: 20px;
}

.page-valeurs .content-page .child .img {
  display: flex;
  justify-content: center;
  max-width: 245px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-valeurs .content-page .child .img {
    margin-bottom: 11px;
  }
}
.page-valeurs .content-page .child .text .title {
  color: #18AC97;
  display: block;
  font-family: "macondo";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.page-valeurs .content-page .child .espace-privatif {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .page-valeurs .content-page .child {
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 36px 19px;
  }
  .page-valeurs .content-page .child .text {
    text-align: center;
  }
  .page-valeurs .content-page .child .img {
    max-width: unset;
  }
}
.page-valeurs .content-page .text-bottom {
  margin: auto auto 90px;
  max-width: 915px;
  width: 100%;
}

.page-valeurs .content-page .text-bottom blockquote {
  margin: 0;
}

.page-valeurs .content-page .text-bottom blockquote p {
  color: #707070;
  font-family: Macondo;
  font-size: 24px;
  font-style: italic;
  line-height: 31px;
  text-align: center;
  font-weight: 300;
}

.page-valeurs .content-page .text-bottom blockquote .quote {
  color: #18AC97;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
}

.page-Comment-acc,
.page-equipe,
.page-lieu {
  margin: auto;
  max-width: 1440px;
  width: calc(100% - 20px);
}

.page-Comment-acc .content-page,
.page-equipe .content-page,
.page-lieu .content-page {
  margin: 96px auto auto;
  max-width: 1214px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .content-page,
  .page-equipe .content-page,
  .page-lieu .content-page {
    margin-top: 35px;
    width: calc(100% - 7px);
  }
}
.page-Comment-acc .intro,
.page-equipe .intro,
.page-lieu .intro {
  margin: auto;
  max-width: 1440px;
}

@media screen and (max-width: 1492px) {
  .page-Comment-acc .intro,
  .page-equipe .intro,
  .page-lieu .intro {
    width: calc(100% - 33px);
  }
}
.page-Comment-acc .intro .title-intro,
.page-equipe .intro .title-intro,
.page-lieu .intro .title-intro {
  color: #18AC97;
  display: block;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
  padding-top: 90px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .intro .title-intro,
  .page-equipe .intro .title-intro,
  .page-lieu .intro .title-intro {
    padding-top: 30px;
  }
}
.page-Comment-acc .intro .text-bold,
.page-equipe .intro .text-bold,
.page-lieu .intro .text-bold {
  font-weight: 600;
  margin-top: 22px;
}

.page-Comment-acc .intro p,
.page-equipe .intro p,
.page-lieu .intro p {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
}

.page-Comment-acc .intro p a,
.page-equipe .intro p a,
.page-lieu .intro p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #707070;
  font-weight: 600;
}

.page-Comment-acc .block,
.page-equipe .block,
.page-lieu .block {
  align-items: center;
  display: flex;
  margin-bottom: 69px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block,
  .page-equipe .block,
  .page-lieu .block {
    margin-bottom: 34px;
  }
}
.page-Comment-acc .block .text-block,
.page-equipe .block .text-block,
.page-lieu .block .text-block {
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.0509803922);
  max-width: 707px;
  padding-bottom: 39px;
  padding-left: 52px;
  padding-top: 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block .text-block,
  .page-equipe .block .text-block,
  .page-lieu .block .text-block {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.page-Comment-acc .block .text-block p,
.page-equipe .block .text-block p,
.page-lieu .block .text-block p {
  max-width: 603px;
  width: 100%;
  color: #707070;
}

.page-Comment-acc .block .text-block .title,
.page-equipe .block .text-block .title,
.page-lieu .block .text-block .title {
  color: #18AC97;
  display: block;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.page-Comment-acc .block .img-block,
.page-equipe .block .img-block,
.page-lieu .block .img-block {
  margin: 0 0 auto auto;
}

.page-Comment-acc .block .img-block img,
.page-equipe .block .img-block img,
.page-lieu .block .img-block img {
  height: auto;
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block,
  .page-equipe .block,
  .page-lieu .block {
    flex-wrap: wrap;
  }
  .page-Comment-acc .block .text-block,
  .page-equipe .block .text-block,
  .page-lieu .block .text-block {
    margin: auto;
    max-width: 617px;
    order: 2;
    padding: 11px;
    position: relative;
    transform: translateY(0) !important;
  }
  .page-Comment-acc .block .text-block .title,
  .page-equipe .block .text-block .title,
  .page-lieu .block .text-block .title {
    font-size: 25px;
  }
  .page-Comment-acc .block .img-block,
  .page-equipe .block .img-block,
  .page-lieu .block .img-block {
    margin: auto;
  }
  .page-Comment-acc .block .img-block-revers img,
  .page-equipe .block .img-block-revers img,
  .page-lieu .block .img-block-revers img {
    height: auto;
    width: 100%;
  }
}
.page-Comment-acc .block2,
.page-equipe .block2,
.page-lieu .block2 {
  align-items: start;
}

.page-equipe .block2 img, .block block3 img {
  border-radius: 20px;
}

.page-Comment-acc .block2 .text-block,
.page-equipe .block2 .text-block,
.page-lieu .block2 .text-block {
  max-width: 559px;
  padding-left: 28px;
  padding-right: 46px;
  right: 0;
  transform: translateY(-14px);
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block2 .text-block,
  .page-equipe .block2 .text-block,
  .page-lieu .block2 .text-block {
    max-width: 620px;
  }
  .page-Comment-acc .block2 .img-block-revers,
  .page-equipe .block2 .img-block-revers,
  .page-lieu .block2 .img-block-revers {
    margin: auto;
  }
}
.page-Comment-acc .block3,
.page-equipe .block3,
.page-lieu .block3 {
  align-items: start;
}

.page-Comment-acc .block3 .text-block,
.page-equipe .block3 .text-block,
.page-lieu .block3 .text-block {
  max-width: 618px;
  padding-left: 21px;
  padding-right: 21px;
  transform: translate(55px, -16px);
  z-index: 2;
}

.page-Comment-acc .block3 .img-block-revers,
.page-equipe .block3 .img-block-revers,
.page-lieu .block3 .img-block-revers {
  margin: 0 0 auto auto;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block3 .img-block-revers,
  .page-equipe .block3 .img-block-revers,
  .page-lieu .block3 .img-block-revers {
    margin: auto;
  }
}
.page-Comment-acc .block4 .img-block,
.page-equipe .block4 .img-block,
.page-lieu .block4 .img-block {
  margin: auto 0;
  transform: translateX(0);
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block4 .img-block,
  .page-equipe .block4 .img-block,
  .page-lieu .block4 .img-block {
    margin: auto;
  }
}
.page-Comment-acc .block4 .text-block,
.page-equipe .block4 .text-block,
.page-lieu .block4 .text-block {
  max-width: 599px;
  padding-left: 24px;
  padding-right: 24px;
  right: 0;
  transform: translateX(-3px);
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block4 .text-block,
  .page-equipe .block4 .text-block,
  .page-lieu .block4 .text-block {
    max-width: 621px;
  }
}
.page-Comment-acc .block5 .text-block,
.page-equipe .block5 .text-block,
.page-lieu .block5 .text-block {
  max-width: 623px;
  padding-left: 32px;
  padding-right: 33px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block5 .text-block,
  .page-equipe .block5 .text-block,
  .page-lieu .block5 .text-block {
    max-width: 621px;
  }
}
.page-Comment-acc .block5 .text-block .title,
.page-equipe .block5 .text-block .title,
.page-lieu .block5 .text-block .title {
  padding-right: 78px;
}

.page-Comment-acc .block5 .text-block b,
.page-equipe .block5 .text-block b,
.page-lieu .block5 .text-block b {
  font-size: 16px;
  font-weight: 600;
}

.page-Comment-acc .content-page,
.page-lieu .content-page {
  max-width: 1268px;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .content-page,
  .page-lieu .content-page {
    margin-top: 22px;
  }
}
.page-Comment-acc .content-page .title,
.page-lieu .content-page .title {
  color: #18AC97;
  font-family: "macondo";
  font-size: 32px;
  font-weight: 400;
}

@media screen and (max-width: 776px) {
  .page-Comment-acc .content-page .title,
  .page-lieu .content-page .title {
    font-size: 24px;
  }
}
.page-Comment-acc .block-lieu,
.page-Comment-acc .block-reverse-lieu,
.page-lieu .block-lieu,
.page-lieu .block-reverse-lieu {
  display: flex;
  margin-bottom: 70px;
}

.page-Comment-acc .block-lieu .img-block,
.page-Comment-acc .block-reverse-lieu .img-block,
.page-lieu .block-lieu .img-block,
.page-lieu .block-reverse-lieu .img-block {
  margin: 0 0 auto auto;
}
.page-Comment-acc .block-lieu .img-block img,
.page-Comment-acc .block-reverse-lieu .img-block img,
.page-lieu .block-lieu .img-block img,
.page-lieu .block-reverse-lieu .img-block img {
  border-radius: 20px;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-lieu .img-block,
  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    margin: 0;
    order: 2;
  }
  .page-Comment-acc .block-lieu .img-block img,
  .page-Comment-acc .block-reverse-lieu .img-block img,
  .page-lieu .block-lieu .img-block img,
  .page-lieu .block-reverse-lieu .img-block img {
    height: auto;
    width: 100%;
  }
  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    /* flex-wrap: wrap; */
    width: calc(100% - 26px);
    margin: auto;
    margin-bottom: 10px;
  }
  .page-Comment-acc .block-lieu .text-block,
  .page-Comment-acc .block-reverse-lieu .text-block,
  .page-lieu .block-lieu .text-block,
  .page-lieu .block-reverse-lieu .text-block {
    margin: 0;
  }
}
@media screen and (max-width: 776px) {
  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    margin-bottom: 0;
  }
}
.page-Comment-acc .block-lieu .text-block,
.page-Comment-acc .block-reverse-lieu .text-block,
.page-lieu .block-lieu .text-block,
.page-lieu .block-reverse-lieu .text-block {
  background: #fff;
  padding-top: 17px;
}

.page-Comment-acc .block-lieu .text-block .title,
.page-Comment-acc .block-reverse-lieu .text-block .title,
.page-lieu .block-lieu .text-block .title,
.page-lieu .block-reverse-lieu .text-block .title {
  margin-bottom: 10px;
}

.page-Comment-acc .block-lieu .text-block .info-text,
.page-Comment-acc .block-reverse-lieu .text-block .info-text,
.page-lieu .block-lieu .text-block .info-text,
.page-lieu .block-reverse-lieu .text-block .info-text {
  background: linear-gradient(180deg, #F2F9F8 0%, #FFF 100%);
  max-width: 602px;
  padding: 30px 21px 39px 24px;
  position: absolute;
  transform: translateX(129px);
  width: 100%;
  z-index: 2;
  color: #707070;
  font-weight: 300;
  line-height: 23px;
}
@media (min-width: 992px) {
  .page-Comment-acc .block-lieu .text-block .info-text,
  .page-Comment-acc .block-reverse-lieu .text-block .info-text,
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-lieu .text-block .info-text,
  .page-Comment-acc .block-reverse-lieu .text-block .info-text,
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    background-color: initial;
    box-shadow: none;
    padding-left: 0;
    position: relative;
    transform: translateX(0);
    width: calc(100% - 42px);
  }
  .page-lieu .block-lieu .img-block img,
  .block-reverse-lieu .img-block img {
    width: 572px !important;
  }
  .page-lieu .block-lieu .text-block,
  .block-reverse-lieu .text-block {
    padding-top: 0px;
    width: 50%;
  }
  .page-lieu .block-lieu .text-block .info-text {
    padding: 12px;
  }
  .page-lieu .intro .title-intro {
    padding-top: 43px;
  }
}
@media screen and (max-width: 992px) {
  .page-lieu .block-lieu .text-block,
  .block-reverse-lieu .text-block {
    width: 100%;
  }
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    max-width: 100%;
  }
  .page-lieu .block-lieu .img-block img,
  .block-reverse-lieu .img-block img {
    width: 100% !important;
  }
  .page-Comment-acc .block-lieu .text-block .info-text,
  .page-Comment-acc .block-reverse-lieu .text-block .info-text,
  .page-lieu .block-lieu .text-block .info-text,
  .page-lieu .block-reverse-lieu .text-block .info-text {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 12px;
    padding-top: 0;
    padding-inline: 0px;
    width: calc(100% - 2px);
  }
  .page-Comment-acc .block-lieu,
  .page-Comment-acc .block-reverse-lieu,
  .page-lieu .block-lieu,
  .page-lieu .block-reverse-lieu {
    flex-wrap: wrap;
  }
}
.page-Comment-acc .block-lieu .text-block .no-transform,
.page-Comment-acc .block-reverse-lieu .text-block .no-transform,
.page-lieu .block-lieu .text-block .no-transform,
.page-lieu .block-reverse-lieu .text-block .no-transform {
  transform: translateX(0) !important;
}

.page-Comment-acc .block-reverse-lieu .info-text,
.page-lieu .block-reverse-lieu .info-text {
  transform: translateX(-69px) !important;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-reverse-lieu .info-text,
  .page-lieu .block-reverse-lieu .info-text {
    margin: 0;
    transform: translateX(0) !important;
  }
}
.page-Comment-acc .block-reverse-lieu .title p,
.page-lieu .block-reverse-lieu .title p {
  margin-top: -23px;
  padding-top: 20px;
  padding-right: 60px;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-reverse-lieu .title p,
  .page-lieu .block-reverse-lieu .title p {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-Comment-acc .block-reverse-lieu .img-block,
.page-lieu .block-reverse-lieu .img-block {
  margin: 0 0 auto;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    margin: 0;
  }
}
.page-Comment-acc .block-reverse-lieu .text-block,
.page-lieu .block-reverse-lieu .text-block {
  padding-top: 8px;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-reverse-lieu .text-block,
  .page-lieu .block-reverse-lieu .text-block {
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 776px) {
  .page-Comment-acc .block-reverse-lieu .img-block,
  .page-lieu .block-reverse-lieu .img-block {
    order: 2;
  }
}
.page-Comment-acc .block-lieu.text-larg .text-block,
.page-lieu .block-lieu.text-larg .text-block {
  padding-top: 0;
}

@media screen and (max-width: 1248px) {
  .page-Comment-acc .block-lieu.text-larg .text-block .info-text,
  .page-lieu .block-lieu.text-larg .text-block .info-text {
    margin: 0;
  }
}
.page-Comment-acc .intro p {
  margin-bottom: 14px;
}

.page-Comment-acc .content-page {
  margin-top: 79px;
  max-width: 1440px;
}

@media screen and (max-width: 1270px) {
  .page-Comment-acc .content-page {
    margin-top: 2px;
    width: calc(100% - 36px);
  }
}
@media screen and (max-width: 512px) {
  .page-Comment-acc .content-page {
    width: calc(100% - 0px);
  }
}
.page-Comment-acc .block-lieu {
  margin: auto auto 76px;
  max-width: 1268px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-lieu {
    margin-bottom: 20px;
  }
}
.page-Comment-acc .block-lieu .text-block {
  padding-top: 19px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-lieu .text-block {
    padding-top: 0;
  }
}
.page-Comment-acc .block-lieu .text-block .info-text {
  max-width: 656px;
  z-index: 4;
}

.page-Comment-acc .block-lieu .text-block .info-text p {
  margin-bottom: 23px;
}

.page-Comment-acc .block-lieu .text-block .info-text p a {
  font-weight: 600;
  color: #707070;
}

.page-Comment-acc .block-lieu .map-block {
  margin: 0 0 auto auto;
  position: relative;
  z-index: 1;
}

.page-Comment-acc .block-lieu .map-block #map2 {
  max-width: 100%;
  height: 502px;
  width: 744px;
  background-color: #EFF7EE;
  border-radius: 20px;
}

.alert-danger {
  color: #f32e0b;
}

.page-Comment-acc .block-lieu .map-block #map .leaflet-routing-container {
  display: none;
}

@media screen and (max-width: 1270px) {
  .page-Comment-acc .block-lieu .map-block {
    margin: 0 auto;
    min-height: 502px;
    width: calc(100% + 4px);
  }
  .page-Comment-acc .block-lieu .map-block #map {
    height: 100%;
    width: 100%;
  }
}
.page-Comment-acc .block-reservation .intro-block-reservation {
  margin-bottom: 53px;
}

.page-Comment-acc .block-reservation .intro-block-reservation .title-intro {
  color: #18AC97;
  font-family: "macondo";
  font-size: 32px;
  margin-bottom: 12px;
}

@media screen and (max-width: 776px) {
  .page-Comment-acc .block-reservation .intro-block-reservation .title-intro {
    font-size: 24px;
  }
}
.page-Comment-acc .block-reservation .intro-block-reservation p {
  max-width: 1337px;
  font-weight: 300;
  color: #707070;
}

.page-Comment-acc .block-reservation .block-contact {
  display: flex;
  margin-bottom: 53px;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-reservation .block-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-Comment-acc .block-reservation .block-contact .box {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .page-Comment-acc .block-reservation .block-contact .box {
    flex: none;
    margin-bottom: 23px;
  }
}
.page-Comment-acc .block-reservation .block-contact .box .svg-box {
  min-height: 120px;
}

.page-Comment-acc .block-reservation .block-contact .box .text--box {
  margin: auto;
  max-width: 250px;
  color: #707070;
  font-weight: 300;
}

.page-Comment-acc .block-reservation .block-contact .box .text--box a {
  font-weight: 600;
  color: #707070;
}

.page-Comment-acc .block-reservation .block-contact .email-info a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer-resrvation {
  background: #000;
  padding-bottom: 0px;
}

.footer-resrvation .content-resrvation {
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 12px 0;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .footer-resrvation .content-resrvation {
    text-align: center;
  }
}
.footer-resrvation .content-resrvation div {
  width: 50%;
}

.footer-resrvation .content-resrvation div p {
  color: #fff;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 8px;
}

.footer-resrvation .content-resrvation div p span {
  text-transform: lowercase;
}

.footer-resrvation .content-resrvation .payment-footer {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #515151;
  padding-bottom: 9px;
}

.footer-resrvation .content-resrvation .payment-footer img {
  padding-right: 18px;
}

#tns2-ow {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .footer-resrvation div {
    width: calc(100% - 24px) !important;
  }
  .footer-resrvation .payment-footer {
    display: none !important;
  }
  header {
    position: absolute;
  }
}
#newsletter-notif {
  color: red;
}

.hidedelete {
  display: none;
}

.numerodechambre label {
  color: #000 !important;
  font-size: 16px !important;
}

.slider_section3 .price p,
.fiche-massage-detail .price p {
  display: flex;
  gap: 7px;
  align-items: first baseline;
}

.massages-type- .massages-type-dis-price {
  display: flex;
  gap: 7px;
  align-items: first baseline;
}

.massages-type-reverse .massages-type-dis-price {
  justify-content: end;
}

.original {
  order: 2;
  color: #848484;
  font-size: 16px !important;
  text-decoration-line: line-through;
  text-decoration-color: #848484;
}

#tidio-chat-iframe {
  bottom: 64px !important;
}

.show-itiframe {
  right: -992px !important;
  transition: transform 2s ease-in-out;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  bottom: 72px !important;
  left: 23px !important;
}

.cky-btn-revisit-wrapper {
  z-index: 999 !important;
}

.btn_resrvation .button--ujarak {
  animation: pulseBackground 2.4s infinite;
}

.btn_resrvation .agenda_ {
  fill: #18AC97;
}

@keyframes pulseBackground {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #18AC97;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes pulseBackgroundsvg {
  0% {
    fill: #fff;
  }
  50% {
    fill: #18AC97;
  }
  100% {
    fill: #fff;
  }
}
/*  */
.arcontactus-widget.right.arcontactus-message {
  left: 12px;
}

.arcontactus-widget.right.arcontactus-message {
  bottom: 60px;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
  width: 60px;
  height: 60px;
}

.arcontactus-widget {
  opacity: 0;
  transition: 0.2s opacity;
}

.arcontactus-widget * {
  box-sizing: border-box;
}

.arcontactus-widget.left.arcontactus-message {
  left: 20px;
  right: auto;
}

.arcontactus-widget.left .arcontactus-message-button {
  right: auto;
  left: 0;
}

.arcontactus-widget.left .arcontactus-prompt {
  left: 80px;
  right: auto;
  transform-origin: 0 50%;
}

.arcontactus-widget.left .arcontactus-prompt:before {
  border-right: 8px solid #FFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: auto;
  left: -15px;
}

.arcontactus-widget.left .messangers-block {
  right: auto;
  left: 0;
  -webkit-transform-origin: 10% 105%;
  -ms-transform-origin: 10% 105%;
  transform-origin: 10% 105%;
}

.arcontactus-widget.left .callback-countdown-block {
  left: 0;
  right: auto;
}

.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
  left: 25px;
  right: auto;
}

.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
  bottom: 70px;
}

.arcontactus-widget.md .arcontactus-prompt {
  bottom: 5px;
}

.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
  left: 21px;
}

.arcontactus-widget.md.left .arcontactus-prompt {
  left: 70px;
}

.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
  right: 21px;
}

.arcontactus-widget.md.right .arcontactus-prompt {
  right: 70px;
}

.arcontactus-widget.md .arcontactus-message-button .pulsation {
  width: 74px;
  height: 74px;
}

.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
  width: 50px;
  height: 50px;
}

.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
  bottom: 60px;
}

.arcontactus-widget.sm .arcontactus-prompt {
  bottom: 0;
}

.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
  left: 16px;
}

.arcontactus-widget.sm.left .arcontactus-prompt {
  left: 60px;
}

.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
  right: 16px;
}

.arcontactus-widget.sm.right .arcontactus-prompt {
  right: 60px;
}

.arcontactus-widget.sm .arcontactus-message-button .pulsation {
  width: 64px;
  height: 64px;
}

.arcontactus-widget.sm .arcontactus-message-button .icons {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.sm .arcontactus-message-button .static {
  margin-top: -16px;
}

.arcontactus-widget.sm .arcontactus-message-button .callback-state {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.arcontactus-widget.active {
  opacity: 1;
}

.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
  opacity: 0;
  transform: scale(0);
}

.arcontactus-widget.arcontactus-message {
  z-index: 10000;
  right: 20px;
  bottom: 20px;
  position: fixed !important;
  height: 70px;
  width: 70px;
}

.arcontactus-widget .arcontactus-message-button {
  width: 70px;
  position: absolute;
  height: 70px;
  right: 0;
  background-color: red;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  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;
  cursor: pointer;
}

.arcontactus-widget .arcontactus-message-button p {
  font-family: Roboto;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 8px;
  margin: 0;
}

.arcontactus-widget .arcontactus-message-button .pulsation {
  width: 84px;
  height: 84px;
  background-color: red;
  border-radius: 50px;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation: arcontactus-pulse 2s infinite;
  animation: arcontactus-pulse 2s infinite;
}

.arcontactus-widget .arcontactus-message-button .icons {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.arcontactus-widget .arcontactus-message-button .static {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
}

.arcontactus-widget .arcontactus-message-button .static img {
  display: inline;
}

.arcontactus-widget .arcontactus-message-button .static svg {
  width: 24px;
  height: 24px;
  color: #FFF;
}

.arcontactus-widget .arcontactus-message-button.no-text .static {
  margin-top: -12px;
}

.arcontactus-widget .pulsation:nth-of-type(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.arcontactus-widget .pulsation.stop {
  -webkit-animation: none;
  animation: none;
}

.arcontactus-widget .icons-line {
  top: 10px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  height: 24px;
  transition: 0.2s all;
}

.arcontactus-widget .icons,
.arcontactus-widget .static {
  transition: 0.2s all;
}

.arcontactus-widget .icons-line.stop {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.arcontactus-widget .icons-line span {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: red;
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
  width: 24px;
  height: 24px;
}

.arcontactus-widget .icons-line span i {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
  margin-right: 40px;
}

.arcontactus-widget .icons.hide .icons-line {
  transform: scale(0);
}

.arcontactus-widget .icons .icon:first-of-type {
  margin-left: 0;
}

.arcontactus-widget .arcontactus-close {
  color: #FFF;
}

.arcontactus-widget .arcontactus-close svg {
  -webkit-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  -webkit-transition: ease-in 0.12s all;
  -o-transition: ease-in 0.12s all;
  transition: ease-in 0.12s all;
  display: block;
}

.arcontactus-widget .arcontactus-close.show-messageners-block svg {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
  background: center no-repeat #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 235px;
  position: absolute;
  bottom: 80px;
  left: 0;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  -webkit-transform-origin: 80% 105%;
  -ms-transform-origin: 80% 105%;
  transform-origin: 80% 105%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-out 0.12s all;
  -o-transition: ease-out 0.12s all;
  transition: ease-out 0.12s all;
  z-index: 10000;
}

.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
  position: absolute;
  bottom: -7px;
  left: 25px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  border-left: 8px solid transparent;
  content: "";
}

.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt {
  color: #787878;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  width: auto;
  bottom: 10px;
  right: 80px;
  white-space: nowrap;
  padding: 18px 20px 14px;
}

.arcontactus-widget .arcontactus-prompt:before {
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #FFF;
  border-bottom: 8px solid transparent;
  bottom: 16px;
  right: -15px;
}

.arcontactus-widget .arcontactus-prompt.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  z-index: 100;
  height: 14px;
  width: 14px;
  padding: 2px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
  height: 10px;
  width: 10px;
  display: block;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
  border-radius: 10px;
  display: inline-block;
  left: 3px;
  padding: 0;
  position: relative;
  top: 4px;
  width: 50px;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
  position: relative;
  float: left;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 2px;
  -webkit-animation: arcontactus-updown 2s infinite;
  animation: arcontactus-updown 2s infinite;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
  animation-delay: 0.1s;
}

.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
  animation-delay: 0.2s;
}

.arcontactus-widget .messangers-block.sm .messanger {
  padding-left: 50px;
  min-height: 44px;
}

.arcontactus-widget .messangers-block.sm .messanger span {
  height: 32px;
  width: 32px;
  margin-top: -16px;
}

.arcontactus-widget .messangers-block.sm .messanger span svg {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.arcontactus-widget .messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}

.arcontactus-widget .messanger:hover {
  background-color: #EEE;
}

.arcontactus-widget .messanger:before {
  background-repeat: no-repeat;
  background-position: center;
}

.arcontactus-widget .messanger.facebook span {
  background: #0084ff;
}

.arcontactus-widget .messanger.viber span {
  background: #7c529d;
}

.arcontactus-widget .messanger.telegram span {
  background: #2ca5e0;
}

.arcontactus-widget .messanger.skype span {
  background: #31c4ed;
}

.arcontactus-widget .messanger.email span {
  background: #ff8400;
}

.arcontactus-widget .messanger.contact span {
  background: #7eb105;
}

.arcontactus-widget .messanger.call-back span {
  background: #54cd81;
}

.arcontactus-widget .messanger span {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.arcontactus-widget .messanger span i {
  font-size: 24px;
  line-height: 24px;
}

.arcontactus-widget .messanger p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.arcontactus-prompt {
  display: none;
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 468px) {
  .arcontactus-widget.opened.arcontactus-message,
  .arcontactus-widget.opened.left.arcontactus-message {
    width: auto;
    right: 20px;
    left: 20px;
  }
}
@keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0, 0);
  }
  25%, 35% {
    transform: translate(0, -10px);
  }
}
@-webkit-keyframes arcontactus-updown {
  0%, 100%, 43% {
    transform: translate(0 0);
  }
  25%, 35% {
    transform: translate(-10px 0);
  }
}
@keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes arcontactus-show-stat {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes arcontactus-show-icons {
  0%, 100%, 20%, 85% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.numerochambre {
  display: none;
}

.numerochambre input {
  padding: 5px;
  width: 60%;
}

.iti {
  width: 100%;
}

.namereservation {
  width: 100% !important;
}

.title-gratuit {
  display: flex;
  justify-content: space-between;
}

.title-gratuit span {
  color: #18AC97;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.hotelText {
  color: red;
  font-style: italic;
  float: right;
  font-size: 13px;
}

.reserveaufemme {
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  background-color: #DA5E5E;
  padding-inline: 12px;
  padding: 3px 6px;
  color: #fff;
  font-family: "Roboto";
  line-height: 17.34px;
  font-weight: 400;
}

@media (max-width: 368px) {
  .reserveaufemme {
    font-size: 11px;
  }
}
.chekbox-payer {
  padding-inline-end: 4px;
}

.reserveaufemme.step1-res {
  position: relative;
  max-width: 139px;
  text-align: center;
  margin-top: 2px;
  border-radius: 20px;
}

.reserveaufemme.associefemme {
  bottom: 6px;
}

.ss-main:focus {
  box-shadow: none !important;
}

.ss-content .ss-list .ss-option:hover {
  background-color: #18AC97 !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: #18AC97 !important;
}

.input-field {
  width: 100%;
  color: #707070 !important;
  padding: 0.9rem 0 !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  border: none !important;
  background-color: #E9F5E0 !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  font-family: "roboto" !important;
  font-size: 16px;
  border-radius: 100px;
  padding-inline: 23px !important;
  box-sizing: border-box;
}
.input-field::placeholder {
  color: #707070 !important;
  font-family: "roboto" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

/* Mon inscption   */
.inscription_compte {
  padding-top: 105px;
  margin-bottom: 105px;
}

.inscription_compte .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
}

.inscription_compte .title {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  padding-top: 32px;
  padding-bottom: 12px;
}

.inscription_compte .form-container {
  width: 100%;
  max-width: 1116px;
  background: white;
  text-align: center;
  padding: 2rem 5rem;
  border-radius: 0.375rem;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.inscription_compte .form-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 2rem;
  color: #18AC97;
}

.inscription_compte.mes_informations .form-title {
  text-align: left;
  font-family: "Roboto";
  font-size: 24px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
}

.inscription_compte.mes_informations .form-container {
  padding-bottom: 40px;
}

.inscription_compte.mes_informations hr {
  color: #E6E6E6;
  opacity: 0.2;
}

.inscription_compte .form-group {
  margin-bottom: 3.313rem;
  width: 100%;
}
@media (max-width: 768px) {
  .inscription_compte .form-group {
    margin-bottom: 2.313rem;
  }
}

.inscription_compte .form-row {
  display: flex;
  flex-direction: column;
  gap: 17.25rem;
  margin-bottom: 1.25rem;
}

.inscription_compte input::placeholder {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #374151;
  font-family: "Macondo";
}

.form-labelciv {
  display: flex;
  gap: 12px;
}
.form-labelciv label {
  color: #90CA6B;
}

.form-labelciv label {
  font-size: 1rem;
  font-family: "roboto";
  display: block;
  color: #707070;
}

.inscription_compte .form-label.required::after {
  content: "*";
  color: #8B0000;
  margin-left: 0.25rem;
}

.inscription_compte .form-input,
.inscription_compte .form-select,
.inscription_compte .phone-input {
  width: 100%;
  padding: 0.9rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.125rem;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inscription_compte .phone-input::placeholder {
  font-size: 16px;
}

.inscription_compte .form-input:focus,
.inscription_compte .form-select:focus,
.inscription_compte .phone-input:focus {
  border-color: #9ca3af;
  outline: none;
  box-shadow: 0 0 0 1px #d1d5db;
}

.inscription_compte .radio-group {
  display: flex;
  gap: 1rem;
}

.inscription_compte .radio-label {
  display: flex;
  align-items: center;
  font-size: 0, 55rem;
  font-family: "roboto";
}

.inscription_compte .radio-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.inscription_compte .radio-label input[type=radio] {
  /* modern, simple styling using accent-color for the checked dot */
  -webkit-appearance: radio;
  appearance: radio;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  accent-color: #18AC97;
  cursor: pointer;
  border: none;
  background: transparent;
}
.inscription_compte .radio-label input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(24, 172, 151, 0.12);
  border-radius: 50%;
}
.inscription_compte .radio-label {
  /* optional: make label text align nicely */
}
.inscription_compte .radio-label span, .inscription_compte .radio-label > *:not(input) {
  line-height: 1;
  color: #707070;
  font-family: "roboto";
}

.inscription_compte .phone-input-container {
  display: flex;
  flex-direction: column;
}
.inscription_compte .phone-input-container .phone-input {
  border-radius: 100px;
}

.inscription_compte .phone-input-container .iti {
  width: 100% !important;
}

.inscription_compte .country-code {
  display: flex;
  font-family: "Macondo";
  align-items: center;
  padding: 0 0.5rem;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1rem;
}

.inscription_compte .flag {
  margin-right: 0.25rem;
}

.inscription_compte .phone-input {
  border: none;
  flex: 1;
  border-bottom: 1px solid #D9D9D9;
}

.inscription_compte .phone-input {
  padding-left: 49px !important;
}

.inscription_compte .phone-input:focus {
  box-shadow: none;
}

.inscription_compte .select-container {
  position: relative;
}
.inscription_compte .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background-color: transparent;
}
.inscription_compte .select-container::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.40237 8.53786L10.6815 15.8655C10.7828 15.9836 10.9083 16.0783 11.0496 16.1433C11.1909 16.2083 11.3445 16.2419 11.5 16.2419C11.6555 16.2419 11.8092 16.2083 11.9505 16.1433C12.0917 16.0783 12.2173 15.9836 12.3185 15.8655L18.5977 8.53786C19.1969 7.83843 18.7001 6.75806 17.7792 6.75806H5.21905C4.29815 6.75806 3.80131 7.83843 4.40237 8.53786Z' fill='%2320454D'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.inscription_compte .select-container .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background-color: transparent;
}

.inscription_compte .form-select {
  border: none;
  font-size: 1rem;
  appearance: none;
  padding-right: 2rem;
  border-bottom: 1px solid #D9D9D9;
}

.inscription_compte .select-arrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #4b5563;
}

.inscription_compte .password-input-container {
  position: relative;
}

.inscription_compte .toggle-password {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #6b7280;
}

.inscription_compte .hidden {
  display: none;
}

.inscription_compte .submit-button {
  width: 100%;
  padding: 0.7rem 1rem;
  margin-top: 2rem;
  min-width: 182px;
  background-color: #18AC97;
  color: white;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
  max-width: max-content;
  transition: background-color 0.15s ease-in-out;
  border-radius: 100px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .inscription_compte .submit-button {
    margin-top: 0;
  }
}

.inscription_compte .submit-button:hover {
  background-color: #90CA6B;
}

.inscription_compte .required-notice {
  text-align: right;
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 1rem;
}

/* Responsive styles */
@media (min-width: 768px) {
  .inscription_compte .form-row {
    flex-direction: row;
  }
  .inscription_compte .form-row .form-group {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .inscription_compte .form-row {
    gap: 0;
    margin-bottom: 0;
  }
  .inscription_compte .form-container {
    padding: 1rem;
  }
}
/* Responsive styles */
.menu_compte {
  width: 1116px;
  max-width: 95VW;
  background-color: white;
  margin: auto;
  margin-top: 105px;
}

.menu_compte .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #18AC97;
  margin-bottom: 18px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu_compte .menu-item {
    min-height: 58px;
  }
}

.menu_compte .menu-item:hover {
  background: #EFF7EE;
  cursor: pointer;
}

.menu_compte .menu-item span {
  text-decoration: none;
  color: #18AC97;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu_compte .logout {
  background: #EFF7EE;
  color: #b30000;
}

.menu_compte .logout i {
  color: #d11a2a;
}

/* table mes reservations */
.container_cpt_reservations {
  max-width: 1320px;
  margin: 107px auto;
  padding: 0 20px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

.container_cpt_reservations h1 {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 41px 0 22px 0;
  border-bottom: 1px solid #eaeaea;
}

.container_cpt_reservations .reservations-table {
  background-color: #fff;
  overflow: auto;
  width: 100%;
}

.container_cpt_reservations .table-cell.prix {
  color: #18AC97;
  font-size: 24px;
}

.container_cpt_reservations .table-header {
  display: flex;
  border-bottom: 1px solid #eaeaea;
  font-weight: 500;
  font-size: 16px;
  color: #666;
}

.container_cpt_reservations ._mes_points .table-header {
  background-color: #F6F6F6 !important;
}

.container_cpt_reservations .title_reservations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 41px 0 17px 0;
  margin-bottom: 27px;
}

.container_cpt_reservations .title_reservations h1 {
  padding: 0;
  border: none;
}

.container_cpt_reservations .title_reservations a {
  color: #FFF;
  font-family: Macondo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  background-color: #18AC97;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.container_cpt_reservations .title_reservations a:hover {
  background-color: #18AC97;
}

.container_cpt_reservations._mes_points .table-header .table-cell:last-of-type {
  max-width: 48px;
}

.container_cpt_reservations .table-header .table-cell:last-of-type {
  max-width: 39px;
}

.container_cpt_reservations.abonnement .table-header .table-cell:last-of-type {
  max-width: unset;
}

.container_cpt_reservations .table-row .table-cell:last-of-type {
  max-width: fit-content;
}

.container_cpt_reservations.abonnement .table-row .table-cell:last-of-type {
  max-width: unset;
}

.container_cpt_reservations .table-row {
  display: flex;
  border-bottom: 1px solid #eaeaea;
}

.container_cpt_reservations .table-row:last-child {
  border-bottom: none;
}

.container_cpt_reservations .table-cell {
  padding: 16px 15px;
  flex: 1;
  font-size: 16px;
  color: #707070;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: "roboto";
}

.container_cpt_reservations .table-cell:not(:first-child) {
  justify-content: center;
}

.container_cpt_reservations .table-header .table-cell {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

/* Status styles */
.container_cpt_reservations .status {
  padding: 6px 12px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 110PX;
  position: relative;
  width: 100px;
  gap: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_cpt_reservations .confirmed,
.container_cpt_reservations .approuve {
  color: #fff;
  background-color: #6ABD83;
}

.container_cpt_reservations .status::before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.container_cpt_reservations .status.mespoint::before {
  display: none;
}

.container_cpt_reservations .confirmed::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.55018 15.15L18.0252 6.675C18.2252 6.475 18.4585 6.375 18.7252 6.375C18.9918 6.375 19.2252 6.475 19.4252 6.675C19.6252 6.875 19.7252 7.11267 19.7252 7.388C19.7252 7.66333 19.6252 7.90067 19.4252 8.1L10.2502 17.3C10.0502 17.5 9.81685 17.6 9.55018 17.6C9.28351 17.6 9.05018 17.5 8.85018 17.3L4.55018 13C4.35018 12.8 4.25418 12.5627 4.26218 12.288C4.27018 12.0133 4.37451 11.7757 4.57518 11.575C4.77585 11.3743 5.01351 11.2743 5.28818 11.275C5.56285 11.2757 5.80018 11.3757 6.00018 11.575L9.55018 15.15Z' fill='white'/%3e%3c/svg%3e");
}

.container_cpt_reservations .cancelled,
.container_cpt_reservations .deduit {
  color: #fff;
  background-color: #E57474;
}

.container_cpt_reservations .cancelled::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 10.943L5.807 4.75L4.75 5.807L10.943 12L4.75 18.193L5.807 19.25L12 13.057L18.193 19.25L19.25 18.193L13.057 12L19.25 5.807L18.193 4.75L12 10.943Z' fill='white'/%3e%3c/svg%3e");
}

.container_cpt_reservations .pending::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.5644 6.39844H11.437C11.3339 6.39844 11.2495 6.48282 11.2495 6.58594V13.0383C11.2495 13.0992 11.2777 13.1555 11.3269 13.1906L15.2011 16.0195C15.2855 16.0805 15.4027 16.0641 15.4636 15.9797L16.1339 15.0656C16.1972 14.9789 16.1785 14.8617 16.0941 14.8031L12.7519 12.3867V6.58594C12.7519 6.48282 12.6675 6.39844 12.5644 6.39844ZM17.716 8.16094L21.391 9.0586C21.5081 9.08672 21.623 8.99766 21.623 8.87813L21.6417 5.09297C21.6417 4.93594 21.4613 4.84688 21.3394 4.94532L17.6456 7.83047C17.6177 7.85207 17.5965 7.8811 17.5843 7.91424C17.5722 7.94738 17.5696 7.98327 17.577 8.0178C17.5843 8.05232 17.6013 8.08407 17.6258 8.10939C17.6504 8.13471 17.6817 8.15258 17.716 8.16094ZM21.6464 15.218L20.3175 14.7609C20.2712 14.7451 20.2205 14.7479 20.1762 14.769C20.132 14.79 20.0977 14.8275 20.0808 14.8734C20.0363 14.993 19.9894 15.1102 19.9402 15.2273C19.523 16.2141 18.9253 17.1023 18.1613 17.8641C17.4057 18.622 16.5102 19.2261 15.5245 19.643C14.5034 20.0747 13.4058 20.2963 12.2972 20.2945C11.1769 20.2945 10.0917 20.0766 9.06986 19.643C8.08417 19.2261 7.18872 18.622 6.43314 17.8641C5.67142 17.1023 5.07376 16.2141 4.65423 15.2273C4.22487 14.2057 4.0049 13.1082 4.00736 12C4.00736 10.8797 4.22533 9.79219 4.65892 8.77032C5.07611 7.7836 5.67376 6.89532 6.43783 6.1336C7.1934 5.37567 8.08886 4.77154 9.07454 4.35469C10.0917 3.9211 11.1792 3.70313 12.2995 3.70313C13.4199 3.70313 14.505 3.9211 15.5269 4.35469C16.5126 4.77154 17.408 5.37567 18.1636 6.1336C18.4027 6.375 18.6277 6.62578 18.8339 6.89063L20.2355 5.79375C18.391 3.43594 15.5199 1.91953 12.2949 1.92188C6.67923 1.92422 2.16986 6.48516 2.22611 12.1031C2.28236 17.6227 6.77064 22.0781 12.2995 22.0781C16.6472 22.0781 20.3503 19.3219 21.7613 15.4617C21.7964 15.3633 21.7449 15.2531 21.6464 15.218Z' fill='white'/%3e%3c/svg%3e");
}

.container_cpt_reservations .pending {
  color: #fff;
  background-color: #18AC97;
}

.container_cpt_reservations .cancelled,
.container_cpt_reservations .en_attente {
  color: #fff;
  background-color: #FFC107;
}

.container_cpt_reservations .view-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.container_cpt_reservations .view-btn.lien {
  color: #18AC97;
  opacity: 1;
  text-decoration: underline;
}

.container_cpt_reservations .view-btn:hover {
  opacity: 1;
}

/* Responsive styles */
@media (max-width: 900px) {
  .container_cpt_reservations .table-header,
  .container_cpt_reservations .table-row {
    flex-wrap: nowrap;
  }
  .container_cpt_reservations .table-cell {
    min-width: 200px;
  }
  .table-container {
    width: 100%;
    overflow-x: auto;
  }
  .reservations-table {
    min-width: 900px;
    /* or more depending on your content */
    display: table;
    border-collapse: collapse;
  }
  .table-header,
  .table-row {
    display: table-row;
  }
  .table-cell {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .container_cpt_reservations .table-cell {
    flex-basis: 100%;
  }
  /* .container_cpt_reservations{
   padding: 0;
  } */
  .container_cpt_reservations h1 {
    font-size: 18px;
    padding-left: 12px;
  }
}
.hidden-element {
  display: none;
}

.forgot-password-form {
  animation: flapIn 0.6s ease forwards;
}
.forgot-password-form h3 {
  color: #18AC97;
  margin-bottom: 12px;
}

.header-reservation {
  display: flex;
  justify-content: space-between;
  padding: 25px 21px 18px;
  border-bottom: 1px solid #E6E6E6;
}

.header-reservation .retour {
  cursor: pointer;
}

.header-reservation P {
  color: #000;
  font-family: "Macondo";
  font-size: 24px;
  font-weight: 400;
}

@keyframes flapIn {
  0% {
    transform: rotateX(-90deg);
    opacity: 0;
    transform-origin: top;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.cadeuxabonnement {
  max-width: 1440px;
  width: calc(100% - 49px);
  margin-inline: auto;
  margin-top: 47px;
}

.cadeuxabonnement .text-3xl {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.cadeuxabonnement .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 82px;
  gap: 15px;
}

.cadeuxabonnement .subscription-card {
  cursor: pointer;
  max-width: 424px;
  width: 100%;
}

.cadeuxabonnement .subscription-card .card-image-container img {
  width: 100%;
  height: auto;
}

.cadeuxabonnement .grid-container .card-price {
  color: #90CA6B;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.cadeuxabonnement .grid-container .card-button {
  color: #161616;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border-radius: 100px;
  border: 1px solid #E3E3E3;
  background: #18AC97;
  color: #fff;
  cursor: pointer;
}

.cadeuxabonnement .grid-container .card-content {
  margin-top: 9px;
  margin-bottom: 12px;
}

.cadeuxabonnement .grid-container .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cadeuxabonnement .grid-container .card-title {
  color: #18AC97;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 900px) {
  .cadeuxabonnement .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cadeuxabonnement .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.reservation-detail {
  padding-top: 0px;
}

.alert-success {
  color: #4dae42;
}

.d-none {
  display: none;
}

.reservations-empty {
  border: 1px solid rgb(238, 211, 215);
  background-color: rgb(242, 222, 222);
  color: rgb(185, 74, 72);
}

.reservations-empty p {
  padding: 22px;
  text-align: center;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: 93px !important;
}

.iti__globe {
  background-color: #FFF;
  border: none;
}

.nav_login {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  margin-top: 17px;
}

.nav_login a,
.nav_login {
  color: #18AC97;
  cursor: pointer;
}

.navlogin {
  float: right;
}

.error-phone {
  border-color: #ff0000 !important;
}

.error-message-phone {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.error-message-phone.visible {
  display: block;
}

.create-account-checkbox {
  margin: 15px 0;
}

.create-account-checkbox .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.create-account-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.create-account-checkbox input {
  width: unset !important;
}

.margin-email {
  margin-bottom: 15px !important;
}

.create-account-checkbox label {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  position: relative !important;
  top: 0 !important;
  transform: none;
}

.-informations.thank-page {
  margin-bottom: 28px;
}

.-informations.thank-page .title-form {
  font-family: "roboto";
  line-height: 23px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  max-width: 545px;
  margin-top: 26px;
  margin-bottom: 25px;
}

@media screen and (max-width: 992px) {
  .page-confirmation {
    flex-wrap: wrap;
    margin-bottom: 17px;
    padding-top: 26px;
  }
  .page-confirmation .paiement-securise {
    margin: auto;
    order: 2;
  }
  .page-confirmation .paiement-reservation {
    margin: auto;
    position: relative !important;
    top: 0 !important;
  }
  .navette_aeroport .form-container {
    flex-wrap: wrap;
  }
  .navette_departure .select2-container {
    height: 46px;
  }
  .navette_departure .qnt-type {
    margin-top: 0px !important;
  }
  .navette_departure .select2-container .select2-selection {
    padding-right: 0px;
    width: 100%;
    max-width: 414px;
  }
}
