@charset "UTF-8";
/* dm-serif-display-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: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-serif-display-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/dm-serif-display-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dm-serif-display-v17-latin-regular.woff2") format("woff2"), url("../fonts/dm-serif-display-v17-latin-regular.woff") format("woff"), url("../fonts/dm-serif-display-v17-latin-regular.ttf") format("truetype"), url("../fonts/dm-serif-display-v17-latin-regular.svg#DMSerifDisplay") format("svg");
  /* Legacy iOS */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v23-latin-300.woff2") format("woff2"), url("../fonts/poppins-v23-latin-300.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v23-latin-regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-italic - 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: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin-italic.woff2") format("woff2"), url("../fonts/poppins-v23-latin-italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin-500.woff2") format("woff2"), url("../fonts/poppins-v23-latin-500.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-500italic - 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: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin-500italic.woff2") format("woff2"), url("../fonts/poppins-v23-latin-500italic.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v23-latin-600.woff2") format("woff2"), url("../fonts/poppins-v23-latin-600.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v23-latin-700.woff2") format("woff2"), url("../fonts/poppins-v23-latin-700.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*!
 * 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;
  }
}
.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;
}

.btn {
  cursor: pointer;
  display: inline-block;
  transition: 0.1s;
  font-size: 14px;
  border-radius: 100px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 500;
  min-width: 120px;
  font-family: var(--font-body);
  padding: 9px 0;
  border: 1px solid transparent;
}
.btn.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn.btn-primary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--color-white);
}
.btn.btn-primary.reverse {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: var(--color-white);
}
.btn.btn-primary.reverse:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn.btn-secondary {
  background-color: var(--color-accent);
  color: var(--color-primary);
}
.btn.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary) !important;
}

.btn-whatsapp-pulse {
  color: white;
  position: fixed;
  bottom: 92px;
  left: 16px;
  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;
  }
}
.icon-watss {
  position: fixed;
  bottom: 92px;
  left: 16px;
}

header.sticky nav {
  margin-bottom: 0px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 22;
}
header.sticky {
  background: linear-gradient(180deg, #FFF2EC 20%, rgba(255, 242, 236, 0) 100%);
}
@media (max-width: 992px) {
  header {
    position: absolute;
    top: 0;
  }
}

header nav {
  display: flex;
  font-family: var(--font-heading);
  font-size: min(max(14px, 1vw), 16px);
  justify-content: left;
  margin: auto;
  width: 100%;
  max-width: max-content;
  align-items: flex-start;
  padding: 18px 0;
}
header nav .nav_menu {
  align-items: center;
  display: flex;
}
header nav .nav_logo {
  padding-right: min(max(13px, 1.6vw), 35px);
}
header nav .nav_logo svg {
  width: min(max(160px, 15vw), 242px);
  height: auto;
}
header nav .main_nav {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
header nav .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
header nav .menu li {
  margin: 0 min(max(5px, 1vw), 19px);
}
header nav .menu li svg {
  cursor: pointer;
  margin-left: 4px;
  vertical-align: middle;
}
header nav .menu a {
  font-size: min(max(16px, 1.2vw), 22px);
  fill: var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
}
@media (min-width: 992px) {
  header nav .menu-toggle-label,
  header nav .navigation,
  header nav .close_icon {
    display: none;
  }
}
@media (max-width: 992px) {
  header nav {
    width: calc(100% - 17px);
    margin: auto;
    max-width: 100%;
    border-bottom: none;
  }
  header nav .main_nav {
    flex: 1;
    z-index: 11;
  }
}
@media (max-width: 992px) {
  header nav {
    justify-content: left;
    padding: 18px 0;
  }
  header nav .nav_logo {
    padding-right: 0 !important;
    text-align: center;
    flex: 1;
  }
  header nav .menu_active {
    left: 0 !important;
  }
  header nav .menu {
    color: var(--color-white);
    display: block;
    width: 96%;
    padding-top: 76px;
    overflow-y: auto;
  }
  header nav .menu .close_icon {
    cursor: pointer;
    padding-right: 26px;
    position: absolute;
    right: 0;
    top: 33px;
  }
  header nav .menu a {
    padding: 0px 15px !important;
    font-size: 18px;
    color: #fff !important;
    display: block;
  }
  header nav .menu > li {
    cursor: pointer;
    margin: 22px 0px;
  }
  header nav .menu > li svg {
    position: absolute;
    right: 19px;
    top: 27px;
  }
  header nav .menu-toggle-label {
    align-items: center;
    display: flex;
    font-size: 16px;
    flex: 1;
  }
  header nav .nav_menu {
    left: -112vw;
    padding: 1rem 0.8rem;
    position: fixed;
    top: 0;
    transition: left 0.6s ease;
    width: 100vw;
    z-index: 10;
    background-color: var(--color-primary);
    height: 100%;
    display: block;
  }
  header nav .navigation {
    height: fit-content;
    position: absolute;
    right: 40px;
    top: 35px;
    cursor: pointer;
    z-index: 11;
  }
  header nav .toggle {
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 32px;
  }
  header nav .toggle span {
    background: var(--color-primary);
    border-radius: 4px;
    height: 1.8px;
    position: absolute;
    transition: 0.5s;
    width: 24px;
    left: 0;
  }
  header nav .toggle span:nth-child(2) {
    transform: translateY(-10px);
    width: 19px;
  }
  header nav .toggle span:nth-child(3) {
    transform: translateY(10px);
    width: 15px;
  }
}

.nav_reservation {
  align-items: center;
  display: flex;
}
.nav_reservation .mon-compte-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 14px;
}
.nav_reservation .btn-secondary {
  text-transform: capitalize;
  font-size: min(max(16px, 1.2vw), 20px);
  padding: 10px 16px;
  position: relative;
  text-decoration: none;
  animation: pulseBackground 1.4s infinite;
  font-family: var(--font-heading);
}
.nav_reservation .btn-secondary svg {
  margin-right: 4px;
  vertical-align: middle;
}
.nav_reservation .agenda_ {
  display: none;
  animation: pulseBackgroundsvg 1.4s infinite;
  fill: var(--color-white);
}
@media (max-width: 1070px) {
  .nav_reservation .btn-secondary {
    display: none;
  }
  .nav_reservation .agenda_ {
    display: block;
  }
}
@media (max-width: 992px) {
  .nav_reservation {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .nav_reservation .btn_resrvation {
    margin-left: 15px;
  }
}

.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='11' height='7' fill='none' viewBox='0 0 11 7'%3e%3cpath fill='%2320454D' d='m.871 1.568 4.095 4.78a.703.703 0 0 0 1.068 0l4.095-4.78a.703.703 0 0 0-.534-1.16H1.404c-.6 0-.925.704-.533 1.16Z'%3e%3c/path%3e%3c/svg%3e");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  cursor: pointer;
  width: 24px;
}
.sub_menu ul {
  animation: growDown 500ms ease-in-out forwards;
  transform-origin: top center;
  background: var(--color-white);
  display: none;
  min-width: 159px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: max-content;
  border-radius: 5px;
}
.sub_menu ul li {
  margin: 0;
  padding: 8px 0;
  width: 100%;
}
.sub_menu ul li:hover a {
  color: #D29E89 !important;
  transition: 0.4s;
}
.sub_menu a {
  margin-right: 26px;
}
.sub_menu ul li a {
  line-height: 120%;
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .sub_menu::before {
    top: 3px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(144deg) brightness(117%) contrast(111%);
  }
  .sub_menu a {
    margin-right: 0px;
  }
  .sub_menu ul.active {
    display: block;
  }
  .sub_menu ul {
    position: relative;
    padding-left: 10px;
    background: transparent;
  }
}

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

.lang-iso-code {
  display: flex;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  font-size: min(max(16px, 1.2vw), 20px);
  align-items: center;
  padding: 9px 15px;
  border-radius: 100px;
}

.lang-trigger {
  cursor: pointer;
  padding-left: min(max(10px, 1vw), 20px);
  position: relative;
}
.lang-trigger ul {
  background-color: var(--color-white);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1019607843);
  display: none;
  margin: -0.2rem 0;
  max-height: 245px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: calc(100% + 0.3rem);
  transition: max-height 0.3s ease;
  z-index: 82;
  padding: 5px 9px 0;
  border-radius: 5px;
  white-space: nowrap;
}
.lang-trigger ul li a {
  color: var(--color-primary);
  display: flex;
  align-items: center;
  padding: 3px 5px;
}
.lang-trigger ul li a:hover {
  color: var(--color-accent);
}
.lang-trigger ul li a img {
  margin-right: 6px;
}
.lang-trigger svg {
  margin-left: 10px;
}
.lang-trigger .icon_flag {
  margin-right: 4px;
}
.lang-trigger .icon_flag svg {
  padding-bottom: 2px;
}
@media (max-width: 992px) {
  .lang-trigger {
    padding-left: 15px;
    left: -999px;
    top: 26px;
    transition: left 0.5s;
    position: absolute;
  }
  .lang-trigger .icon_flag svg {
    height: 21px;
    width: 21px;
  }
  .lang-trigger ul {
    top: calc(100% + 9px);
    right: unset;
    width: 100%;
    left: 21px;
  }
  .lang-trigger.active_lang {
    display: block;
    font-size: 20px;
    left: 0;
    position: fixed;
    z-index: 22;
  }
}

@media (min-width: 993px) {
  .mobile-sticky {
    display: none;
  }
}
@media (max-width: 992px) {
  body > header.sticky + .mobile-sticky {
    background: linear-gradient(180deg, #FFF2EC 30%, rgba(255, 242, 236, 0) 100%);
    padding: 15px 0 20px;
    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: var(--color-primary);
    color: var(--color-white);
    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: var(--color-primary);
    border-radius: 20px;
    color: var(--color-white);
    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;
  }
}
@keyframes pulseBackground {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: var(--color-secondary);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes pulseBackgroundsvg {
  0% {
    fill: var(--color-accent);
  }
  50% {
    fill: var(--color-primary);
  }
  100% {
    fill: var(--color-accent);
  }
}
@keyframes growDown {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
footer {
  color: var(--color-primary);
}
footer .secondary_title {
  font-family: var(--font-heading);
  font-size: 20px;
  margin: 8px 0 4px;
}
footer .capitalize {
  text-transform: capitalize;
}
footer .title_mobile {
  display: none;
}
footer .card_paiement {
  margin-top: 12px;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  max-width: 1107px;
  padding-top: 8px;
}
footer nav a {
  color: #20454D !important;
  position: relative;
}
footer nav a:after {
  background-color: currentColor;
  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 .text- {
  font-size: 14px;
  margin-bottom: 15px;
}
footer nav ._contact svg {
  vertical-align: middle;
  margin-right: 6px;
}
footer nav ._contact .itineraire {
  padding-bottom: 24px;
}
footer nav ._contact .itineraire a {
  color: #20454D !important;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (min-width: 866px) {
  footer nav ._contact {
    padding-left: 23px;
    position: relative;
  }
  footer nav ._contact:after {
    border-left: 1px solid #C57758;
    content: "";
    height: calc(100% - 5px);
    top: 5px;
    margin-left: -23px;
    position: absolute;
  }
}

footer .footer-navigation {
  background-color: var(--color-accent);
  padding: 0 40px;
}
footer .footer-navigation ._col {
  max-width: 318px;
}
footer .footer-navigation ._col:first-child {
  text-transform: uppercase;
  padding-top: 11px;
}
footer .footer-navigation ._col:first-child li {
  margin-bottom: 6px;
}

footer .footer-social-media {
  text-align: center;
  padding: 23px 15px 30px;
  font-size: 32px;
  font-family: var(--font-heading);
}
footer .footer-social-media .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 0;
  max-width: 360px;
}
footer .footer-social-media .items .icon:not(:last-child) {
  margin-right: 35px;
}

footer .footer-copyright {
  font-size: 12px;
  color: var(--color-primary);
  text-align: center;
  padding: 13px 15px 41px;
}

@media (max-width: 865px) {
  footer nav {
    flex-direction: column;
    padding: 0 0 15px;
  }
  footer .footer-navigation ._col {
    max-width: 100%;
  }
  footer .title_mobile {
    display: block;
  }
  footer .secondary_title {
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
  }
  footer .secondary_title: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='%2320454D' 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: "";
    height: 17px;
    right: 0;
    position: absolute;
    top: calc(50% - 8.5px);
    width: 17px;
  }
  footer .secondary_title:not(.active) + .links {
    display: none;
  }
  footer .footer-copyright {
    padding-bottom: 15px;
  }
  footer .footer-social-media .items {
    justify-content: center;
  }
  footer .footer-social-media .items svg {
    width: auto;
    max-height: 40px;
  }
}
@media (max-width: 500px) {
  footer .footer-navigation {
    padding: 0 20px;
  }
}
.breadcrumb {
  position: relative;
  overflow: hidden;
}
.breadcrumb::after {
  content: "";
  width: 100%;
  height: 298px;
  pointer-events: none;
  background: linear-gradient(180deg, #FFF2EC 19.71%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  position: absolute;
}
.breadcrumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.breadcrumb ul {
  display: flex;
  justify-content: center;
  text-align: left;
}
.breadcrumb ul span {
  margin: 0 8px;
}
.breadcrumb a {
  color: var(--color-primary);
}
.breadcrumb .text_breadcrumb {
  color: var(--color-primary);
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  top: calc(50% - 119px);
  font-size: 14px;
  width: calc(100% - 12px);
  z-index: 2;
}
.breadcrumb .title_breadcrumb {
  font-family: var(--font-heading);
}
.breadcrumb .title_breadcrumb > * {
  font-size: 48px;
  font-weight: 400;
}
.breadcrumb .intro-area-vector {
  margin-top: -157px;
  margin-bottom: -66px;
}
.breadcrumb + * {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .breadcrumb .title_breadcrumb > * {
    font-size: 24px;
  }
  .breadcrumb .text_breadcrumb {
    top: calc(50% - 70px);
    font-size: 13px;
  }
  .breadcrumb img {
    height: 340px;
  }
  .breadcrumb ul span {
    margin: 0 5px;
  }
  .breadcrumb .intro-area-vector {
    min-width: 1480px;
  }
  .breadcrumb .intro-area-vector {
    margin-top: -140px;
    margin-bottom: -36px;
  }
}

.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: var(--color-white);
  border: none;
}

.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: var(--color-white);
  border-bottom: 1px solid #ccc;
  color: var(--color-black);
  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: var(--color-white);
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  height: 36px;
  width: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  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: var(--color-white);
  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-default-icon-path {
  background-image: url(images/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background: var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  border: 1px solid #666;
}

.leaflet-tooltip {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  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: var(--color-white);
  bottom: 0;
  margin-bottom: -12px;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: var(--color-white);
  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: var(--color-white);
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: var(--color-white);
  left: 0;
  margin-left: -12px;
}

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

.intro-area {
  position: relative;
  max-width: 3220px;
  margin: 0 auto;
  overflow: hidden;
}

.intro-area .image_intro img {
  height: 100%;
  max-height: 700px;
  max-width: 100%;
  min-height: 487px;
  object-fit: cover;
  width: 100vw;
}

.intro-area .image_intro .item_slider::after {
  content: "";
  width: 100%;
  height: 298px;
  pointer-events: none;
  background: linear-gradient(180deg, #FFF2EC 19.71%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  position: absolute;
}

.intro-area .text_intro {
  color: var(--color-white);
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% - 84px);
  transform: translateX(-50%);
  width: calc(100% - 12px);
  z-index: 2;
}

.intro-area .text_intro .text .title {
  font-family: var(--font-heading);
  font-size: min(max(20px, 2.8vw), 36px);
  margin: 19px auto 0;
  border-radius: 100px;
  background: var(--color-primary);
  width: max-content;
  padding: 3px 23px;
  max-width: 80vw;
}

.intro-area .text_intro .text .subtitle {
  font-size: min(max(32px, 2.8vw), 48px);
}

.intro-area .text_intro .text .btn_profite {
  max-width: max-content;
  margin-inline: auto;
  align-items: center;
  display: flex;
  background-color: var(--color-primary);
  color: var(--color-white);
  gap: 5px;
  font-size: 16px;
  padding: 6px 11PX;
  margin-top: 20px;
}

.intro-area .tns-controls {
  display: none;
}

.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 var(--color-white);
  margin-right: 5px;
}

.intro-area .tns-nav-active {
  background-color: var(--color-primary);
}

.intro-area-vector {
  position: relative;
  min-width: 1920px;
  width: 100%;
  height: auto;
  z-index: 1;
  margin-top: -131px;
  margin-bottom: -88px;
}
@media (min-width: 1980px) {
  .intro-area-vector {
    margin-top: -200px;
  }
}
@media (min-width: 2945px) {
  .intro-area-vector {
    margin-top: -230px;
  }
}
@media (min-width: 992px) {
  .intro-area-vector {
    min-width: 1490px;
  }
}

@media (max-width: 992px) {
  .intro-area .text_intro {
    top: calc(50% - 20px) !important;
    transform: translate(-50%, -50%);
  }
  .intro-area .text_intro .text .subtitle {
    line-height: 1;
  }
}
@media screen and (max-width: 414px) {
  .intro-area .text_intro {
    padding-top: 24px;
  }
}
@media screen and (max-width: 375px) {
  .intro-area .text_intro {
    top: 25%;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.page_massages .massages-intro {
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  width: 930px;
  max-width: calc(100% - 40px);
}

.page_massages .massages-type {
  display: flex;
  margin: auto;
  align-items: center;
  max-width: 1138px;
  padding: 57px 0 68px;
  width: calc(100% - 33px);
}
.page_massages .massages-type .btn-Decouvrir {
  min-width: 139px;
  padding: 10px 5px;
  font-weight: 600;
}
.page_massages .massages-type .massages-type-image {
  position: relative;
}
.page_massages .massages-type .massages-type-text {
  padding: 0 29px;
}
.page_massages .massages-type .massages-type-text .massages-title-type {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 30px;
}
.page_massages .massages-type .massages-type-text .massages-type-horaire {
  color: var(--color-primary);
  margin-top: 3px;
}
.page_massages .massages-type .massages-type-text .massages-type-horaire svg {
  vertical-align: -5px;
  margin-right: 2px;
}
.page_massages .massages-type .massages-type-text .massages-type-dis {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin: 8px 0 17px;
  color: var(--color-text);
}
.page_massages .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-top: 4px;
}
.page_massages .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price sup {
  font-size: 12px;
}
.page_massages .massages-type .massages-type-text .massages-type-dis .massages-type-dis-price .apartir {
  font-size: 10px;
}
.page_massages .massages-type .miniature-icon-promo {
  left: 18px;
  top: -5px;
}
.page_massages .massages-type-reverse {
  background: var(--color-background);
  padding: 53px 0;
}
.page_massages .massages-type-reverse .miniature-icon-promo {
  left: unset;
  right: 18px;
}
.page_massages .massages-type-reverse .massages-type {
  padding: 0;
}
.page_massages .massages-type-reverse .massages-type .massages-type-image {
  order: 2;
}
.page_massages .massages-type-reverse .massages-type .massages-type-text {
  text-align: right;
}
@media (max-width: 992px) {
  .page_massages .massages-type-reverse {
    padding: 24px 0;
  }
  .page_massages .massages-type-reverse .massages-type-image {
    order: unset !important;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .page_massages .massages-type {
    flex-direction: column;
  }
  .page_massages .massages-type .massages-type-image {
    max-width: 100%;
  }
  .page_massages .massages-type .massages-intro .massages-intro p {
    font-size: 18px;
    line-height: 24px;
  }
  .page_massages .massages-type .massages-type-text {
    padding: 0;
    max-width: 453px;
    margin: 10px auto 0;
    text-align: center !important;
  }
}

.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 .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: var(--color-black);
  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;
}

@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;
  }
}
.page-reservation .select-time {
  cursor: pointer;
}

.page-reservation .type-reserve {
  display: flex;
  margin: auto;
  max-width: 1460px;
  justify-content: space-between;
  width: calc(100% - 30px);
  padding-top: 68px;
}

.page-reservation .page-title {
  color: var(--color-primary);
  font-size: min(max(26px, 2.3vw), 42px);
  font-weight: 400;
  text-align: center;
  font-family: var(--font-heading);
  margin-top: 40px;
}

.page-reservation .type-reserve .name-reserve p {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.1;
  margin-top: 20px;
  color: var(--color-primary);
  font-size: min(max(20px, 1.7vw), 32px);
}

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

.page-reservation .type-reserve .select-reserve {
  width: 100%;
  max-width: 1165px;
  font-size: min(max(15px, 1.1vw), 20px);
}

.page-reservation .type-reserve .select-reserve .table {
  background-color: var(--color-background);
  border-radius: 300px;
  row-gap: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20% 15% auto;
  column-gap: 15px;
  align-items: center;
  padding: 22px 19px 22px 35px;
  color: var(--color-primary);
}

.page-reservation .type-reserve .select-reserve .table div span {
  font-size: min(max(14px, 0.9vw), 16px);
  font-weight: 400;
  line-height: 23px;
  white-space: nowrap;
  margin-left: 19px;
}

.page-reservation .type-reserve .select-reserve .table div span svg {
  vertical-align: sub;
}
@media (max-width: 500px) {
  .page-reservation .type-reserve .select-reserve .table div span svg {
    height: 16px;
    width: auto;
  }
}

.page-reservation .type-reserve .select-reserve .table .title-type {
  display: flex;
  align-items: center;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type {
  align-items: center;
  display: flex;
}

.page-reservation .type-reserve .select-reserve .table .qnt-type .quantity_inner {
  background: var(--color-white);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-left: 14px;
  width: 114px;
}

.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-size: min(max(13px, 0.7vw), 14px);
  font-weight: 400;
  line-height: 20px;
  height: 38px;
  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: #bfbfbf;
  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: var(--color-primary);
}

.page-reservation .type-reserve .select-reserve .table .btn-reserve button {
  font-weight: 400;
  line-height: 23px;
  border: none;
  font-size: min(max(13px, 0.7vw), 14px);
  padding: 7px 29px;
  border-radius: 25px;
  background-color: #7DD17C;
  color: var(--color-white);
  cursor: pointer;
  text-transform: uppercase;
}

#selectreserve .prix-type p {
  color: var(--color-accent);
  font-size: min(max(18px, 1.2vw), 24px);
}

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

@media screen and (max-width: 375px) {
  .page-reservation .type-reserve .select-reserve .table div p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .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;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--color-black);
  cursor: pointer;
  display: block;
  font-size: min(max(14px, 0.9vw), 16px);
  font-style: normal;
  font-weight: 400;
  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;
}

.page-reservation .liste-reserve {
  display: flex;
  margin: auto;
  padding-top: 62px;
  width: 1460px;
  max-width: calc(100% - 30px);
  justify-content: space-between;
}

.page-reservation .liste-reserve .select-reserve {
  max-width: 1165px;
  width: 100%;
}

.page-reservation .liste-reserve .title-reserve {
  font-size: min(max(14px, 0.9vw), 16px);
  color: var(--color-primary);
  font-family: var(--font-heading);
  line-height: 1;
  margin-top: 54px;
}

.page-reservation .liste-reserve .title-reserve .txt-recherche {
  font-family: var(--font-heading);
  font-size: min(max(20px, 1.7vw), 32px);
  margin-top: 15px;
}

.page-reservation .liste-reserve .listCatigory {
  max-width: 1030px;
  width: 100%;
}

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

.page-reservation .liste-reserve .selectionner {
  display: flex;
  margin: 27px auto auto;
  padding-bottom: 48px;
}

.page-reservation .liste-reserve .selectionner .list-selectionner {
  padding-top: 30px;
  width: 100%;
}

.firstlst {
  flex: 1;
  max-width: 323px;
  margin-right: 25px;
}

.secondlst {
  flex: 1;
  max-width: 785px;
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner) {
  cursor: pointer;
  margin-bottom: 18px;
  padding: 20px 54px 20px 32px;
  font-size: min(max(18px, 1.2vw), 24px);
  font-family: var(--font-heading);
  color: var(--color-primary);
  border-radius: 300px;
  position: relative;
}

.page-reservation .liste-reserve .selectionner .list-selectionner ul li:not(.table-selectionner).active {
  background-color: var(--color-background);
}

.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='%23D29E89' d='M0 9.5h18.375L10.5 1.625 11.49.5l9.75 9.75L11.49 20l-.99-1.125L18.375 11H0V9.5Z'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 100%;
  right: 31px;
  width: 22px;
  top: 0;
  background-position: center;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .time-massage {
  display: flex;
}

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

.page-reservation .liste-reserve .selectionner .table-selectionner .group .form-control {
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--color-primary);
  cursor: pointer;
  display: block;
  font-size: min(max(14px, 0.9vw), 16px);
  font-weight: 400;
  margin-left: 3px;
  padding: 0;
  background-color: transparent;
}

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

@media (max-width: 992px) {
  .page-reservation .type-reserve {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .page-reservation .liste-reserve {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .page-reservation .liste-reserve .title-reserve {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .page-reservation .type-reserve .name-reserve {
    padding-bottom: 14px;
    padding-top: 31px;
  }
  .page-reservation .type-reserve .select-reserve .table {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .page-reservation .type-reserve .select-reserve .table .title-type {
    justify-content: space-between;
  }
  .page-reservation .type-reserve .select-reserve .table .title-type p {
    line-height: 27px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-reservation .type-reserve .select-reserve .table .prix-type {
    text-align: center;
  }
  .page-reservation .type-reserve .select-reserve .table .qnt-type {
    order: 3;
  }
  .page-reservation .type-reserve .select-reserve .table .btn-reserve {
    order: 4;
  }
  .page-reservation .type-reserve .select-reserve .table .btn-reserve button {
    padding: 5px 8px;
  }
}
@media screen and (min-width: 512px) {
  .page-reservation .liste-reserve .selectionner .table-selectionner .group {
    max-width: 100%;
  }
  .page-reservation .liste-reserve .selectionner .table-selectionner .parti-bottom {
    max-width: 93%;
  }
}
.page-reservation .liste-reserve .selectionner .table-selectionner .table {
  color: var(--color-primary);
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 30px;
  padding-top: 9px;
  margin-bottom: 32px;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top {
  display: flex;
  align-items: center;
  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-top select {
  max-width: 93%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .parti-top .reserveaufemme.step1-res {
  margin-top: 7px;
}

/* .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 {
  margin-bottom: 8px;
  width: 58%;
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .title-type p {
  font-weight: 400;
  line-height: 23px;
  font-size: min(max(14px, 1.2vw), 22px);
}

.page-reservation .liste-reserve .selectionner .table-selectionner .table .prix-type {
  align-items: center;
  display: flex;
  margin-inline: 10px;
  color: var(--color-accent);
  font-size: min(max(18px, 1.2vw), 24px);
}

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

.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button {
  background-color: var(--color-white);
  cursor: pointer;
  font-weight: 500;
  line-height: 23px;
  color: var(--color-white);
  font-size: min(max(12px, 0.7vw), 14px);
  padding: 7px 25px;
  border: none;
  background-color: var(--color-primary);
  border-radius: 100px;
  text-transform: uppercase;
  width: 147px;
  max-width: 100%;
}
.page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button.selected {
  background: #7DD17C !important;
  color: #fff !important;
}

.gallery_block .image-caption .title-gallery span {
  font-weight: 500;
}

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

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

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

.page-reservation .choisis-horaire {
  align-items: center;
  background-color: var(--color-background);
  display: flex;
  justify-content: space-between;
  max-width: 1165px;
  min-height: 81px;
  padding: 0 12px 0 32px;
  width: calc(100% - 56px);
  position: sticky;
  bottom: 15px;
  margin: 0 auto 20px;
  z-index: 12;
  border-radius: 300px;
  flex-wrap: wrap;
  box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.15);
}

.page-reservation .choisis-horaire p {
  color: var(--color-primary);
  font-size: min(max(18px, 1.2vw), 24px);
  font-style: normal;
  font-family: var(--font-heading);
  font-weight: 400;
}

.page-reservation .choisis-horaire .btn-horaire {
  display: flex;
  margin: 5px 0;
  justify-content: right;
}

#btn-244 {
  display: none;
}

.page-reservation .choisis-horaire .btn-horaire a {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-size: min(max(16px, 1.1vw), 20px);
  padding: 11px 41px;
  position: relative;
  z-index: 1;
}

.page-reservation .tab {
  cursor: pointer;
}
.page-reservation .tab input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  width: 0;
  height: 0;
}
.page-reservation .tab input:checked + label {
  color: var(--color-white);
}
.page-reservation .tab input:checked + label .icon-bg path {
  fill: var(--color-accent);
}
.page-reservation .tab input:checked + label .category-info path {
  fill: white;
}
.page-reservation .tab label {
  padding: 0 5px;
  position: relative;
  color: var(--color-primary);
  display: block;
  cursor: pointer;
}
.page-reservation .tab .category-info {
  position: absolute;
  top: calc(50% - 4px);
  font-size: min(max(14px, 0.9vw), 16px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  left: -6px;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.page-reservation .tab .category-info svg {
  margin-bottom: 15px;
  max-width: 40%;
  height: auto;
}
.page-reservation .tab .category-info path {
  fill: var(--color-primary);
}
.page-reservation .tab .icon-bg {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

.page-reservation .category-reserve {
  position: relative;
  margin-right: -10px;
}
.page-reservation .category-reserve .tns-controls {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
.page-reservation .category-reserve .tns-controls button {
  pointer-events: all;
  background: transparent;
  border: none;
}

@media (max-width: 800px) {
  .page-reservation .tab-content {
    flex-direction: column;
  }
  .firstlst {
    max-width: 100%;
    margin: 0;
  }
  .page-reservation .liste-reserve .selectionner .list-selectionner {
    padding-top: 0;
  }
  .page-reservation .liste-reserve .selectionner .table-selectionner .table .btn-reserve button {
    padding: 3px 11px;
    width: auto;
  }
  .page-reservation .liste-reserve .selectionner .table-selectionner .table {
    padding-bottom: 20px;
    margin-bottom: 12px;
  }
  .page-reservation .liste-reserve .title-reserve .txt-recherche {
    margin-top: 6px;
  }
  .page-reservation .type-reserve .select-reserve .table div span {
    margin-left: 10px;
  }
  .page-reservation .choisis-horaire {
    padding: 9px 12px 10px 32px;
    column-gap: 10px;
    justify-content: center;
  }
}
.fiche_massage .fiche-massage-image {
  width: 100%;
  max-width: 721px;
}
.fiche_massage .fiche-massage-image:before {
  padding-top: 65.6033287101%;
}
.fiche_massage .fiche-massage-left {
  flex: 1;
  position: relative;
}
.fiche_massage .fiche-massage-formules {
  display: flex;
  margin: auto;
  max-width: 1459px;
  margin-top: -7px;
  width: 100%;
}
@media (min-width: 993px) {
  .fiche_massage .fiche-massage-image.curvy-shape.mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-formules {
    display: block;
    margin-top: -40px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .fiche_massage .fiche-massage-left {
    display: none;
  }
}

.fiche_massage .fiche-massage-detail {
  max-width: 701px;
  flex: 1;
}
.fiche_massage .fiche-massage-detail .detail-title .larg_title {
  font-size: 36px;
  margin: 30px 0 4px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail .detail-title .larg_title {
    font-size: 27px;
    margin: 0 0 10px;
  }
}
.fiche_massage .fiche-massage-detail .detail-select-option {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.fiche_massage .fiche-massage-detail .detail-select-option .detail-select {
  width: 100%;
  max-width: 308px;
  position: relative;
}
.fiche_massage .fiche-massage-detail .detail-select-option select {
  background-color: var(--color-background);
  border-radius: 100px;
  text-align: center;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  border: none;
  padding: 43px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #FFF5F1 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none' viewBox='0 0 11 7'%3e%3cpath fill='%2320454D' d='m.871 1.568 4.095 4.78a.703.703 0 0 0 1.068 0l4.095-4.78a.703.703 0 0 0-.534-1.16H1.404c-.6 0-.925.704-.533 1.16Z'/%3e%3c/svg%3e ") no-repeat;
  background-position: right 25px bottom 20px;
  cursor: pointer;
  text-align-last: center;
}
.fiche_massage .fiche-massage-detail .detail-select-option option {
  text-align: left;
  text-align-last: left;
}
.fiche_massage .fiche-massage-detail .detail-select-option option:hover, .fiche_massage .fiche-massage-detail .detail-select-option option:checked, .fiche_massage .fiche-massage-detail .detail-select-option option:active, .fiche_massage .fiche-massage-detail .detail-select-option option:focus {
  background: var(--color-primary);
  color: var(--color-white);
}
.fiche_massage .fiche-massage-detail .detail-select-option label {
  color: var(--color-accent);
  font-size: 18px;
  text-align: center;
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 8px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail .detail-select-option {
    flex-direction: column;
  }
  .fiche_massage .fiche-massage-detail .detail-select-option .detail-select {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.fiche_massage .fiche-massage-detail .detail-select-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 37px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 24px;
}
.fiche_massage .fiche-massage-detail .detail-select-price .price {
  display: flex;
  color: var(--color-accent);
  align-items: center;
}
.fiche_massage .fiche-massage-detail .detail-select-price .price b {
  font-size: 32px;
}
.fiche_massage .fiche-massage-detail .detail-select-price .price sup {
  margin-left: 2px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.fiche_massage .fiche-massage-detail .reserveaufemme {
  margin-bottom: 5px;
}
.fiche_massage .fiche-massage-detail .reserver-btn {
  font-size: 24px;
  width: 190px;
  line-height: 1.6;
  margin-right: 5px;
}
.fiche_massage .fiche-massage-detail .reserveaufemme {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail .detail-select-price div {
    justify-content: center;
    margin-bottom: 17px;
    width: 100%;
  }
  .fiche_massage .fiche-massage-detail .detail-select-price div .reserver-btn {
    width: 100%;
  }
}
.fiche_massage .fiche-massage-detail .detail-select-price .button {
  text-align: end;
  display: flex;
  justify-content: end;
  gap: 3px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail {
    background-color: var(--color-white);
    margin: auto;
    padding-top: 2px;
    transform: unset;
    width: calc(100% - 31px);
  }
  .fiche_massage .fiche-massage-detail .detail-select-price {
    flex-wrap: wrap;
    padding: 0 18px;
  }
}
.fiche_massage .fiche-massage-detail .detail-select-liste p {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
}
.fiche_massage .fiche-massage-detail .detail-select-liste ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.fiche_massage .fiche-massage-detail .detail-select-liste ul li:before {
  content: "";
  margin-right: 6px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='15' fill='none' viewBox='0 0 19 15'%3e%3cpath fill='%23D29E89' d='M6.135 14.358a2.03 2.03 0 0 1-1.438-.596L.351 9.417a1.198 1.198 0 0 1 1.694-1.694l4.09 4.09L16.955.993a1.198 1.198 0 0 1 1.694 1.694L7.572 13.762a2.03 2.03 0 0 1-1.437.596Z'/%3e%3c/svg%3e ");
  width: 19px;
  height: 15px;
  display: inline-block;
  vertical-align: -1px;
}
.fiche_massage .fiche-massage-detail .detail-select-icons {
  padding-top: 12px;
}
.fiche_massage .fiche-massage-detail .detail-select-icons div {
  display: flex;
  margin-bottom: 20px;
}
.fiche_massage .fiche-massage-detail .detail-select-icons div svg {
  margin: 0 7px;
}
.fiche_massage .fiche-massage-detail .detail-select-icons div span {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail .detail-select-icons {
    padding: 14px 18px 0;
  }
}
.fiche_massage .fiche-massage-detail > div {
  padding: 0 26px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-detail > div {
    padding: 0;
  }
  .fiche_massage .fiche-massage-detail > div .detail-title {
    margin-bottom: 12px;
  }
}

.fiche_massage .fiche-massage-slider .larg_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 92px 0 34px;
  font-family: var(--font-body);
  text-align: center;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-slider .larg_title {
    padding: 40px 0 18px;
  }
}

.fiche_massage .fiche-massage-slider .slider_section3 {
  background-color: var(--color-white);
  margin: auto;
  padding-bottom: 0;
}
.fiche_massage .fiche-massage-slider .slider_section3 .image-container .with-bg {
  position: relative;
}
.fiche_massage .fiche-massage-slider .slider_section3 .image-container .with-bg:after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  display: none;
  height: 100%;
  left: 0;
  max-height: 289px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.fiche_massage .fiche-massage-slider .slider_section3 .image-container .zoom-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M28.983 20h-6v-6a1 1 0 0 0-2 0v6h-6a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z'/%3E%3Cpath d='M51.704 51.273 36.845 35.82c3.79-3.801 6.138-9.041 6.138-14.82 0-11.58-9.42-21-21-21s-21 9.42-21 21 9.42 21 21 21c5.083 0 9.748-1.817 13.384-4.832l14.895 15.491a.998.998 0 0 0 1.414.028 1 1 0 0 0 .028-1.414ZM2.983 21c0-10.477 8.523-19 19-19s19 8.523 19 19-8.523 19-19 19-19-8.523-19-19Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h52.966v52.966H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  display: none;
  height: 40px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 3s ease;
  width: 40px;
  z-index: 2;
}
.fiche_massage .fiche-massage-slider .slider_section3 .image-container .with-bg:hover .zoom-icon,
.fiche_massage .fiche-massage-slider .slider_section3 .image-container .with-bg:hover:after {
  cursor: pointer;
  display: block;
  opacity: 1;
}
.fiche_massage .fiche-massage-slider .slider_section3 .info {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
}
.fiche_massage .fiche-massage-slider .slider_section3 .reserveaufemme {
  margin: -6px 0 0;
}
.fiche_massage .fiche-massage-slider .slider_section3 .info .product_title {
  color: var(--color-primary);
  margin: 0;
  line-height: 32px;
  padding-right: 5px;
  flex: 1;
}
.fiche_massage .fiche-massage-slider .slider_section3 .product_prix {
  color: var(--color-accent);
  font-size: 10px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
}
.fiche_massage .fiche-massage-slider .slider_section3 .product_prix span {
  font-size: 24px;
}
.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide {
  align-items: center;
  color: var(--color-black);
  display: flex;
  font-size: 14px;
  justify-items: center;
  width: 50%;
}
.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide span {
  color: var(--color-black);
  font-size: 16px;
  line-height: 23px;
}
.fiche_massage .fiche-massage-slider .slider_section3 .horaire_slide svg {
  vertical-align: sub;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-slider .slider_section3 {
    padding-bottom: 7px;
  }
  .fiche_massage .fiche-massage-slider .slider_section3 .tns-controls {
    top: 28%;
  }
}
.fiche_massage .fiche-massage-slider .slider_section3 .slider-wrapper {
  max-width: 1515px;
  padding: 8px 0 79px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-slider .slider_section3 .slider-wrapper {
    padding: 0 0 29px;
  }
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav {
  display: none;
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav button {
  border: none;
  width: 200px;
}

.fiche_massage .fiche-massage-slider .slider_section3 .tns-nav .tns-nav-active {
  background: #20454D !important;
}

.fiche_massage .fiche-massage-featured-poste {
  max-width: 1438px;
  padding-left: 17px;
  padding-right: 17px;
  text-align: justify;
  margin: 60px auto 16px;
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste {
    margin-top: 0 !important;
  }
}
.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: var(--color-accent);
  font-size: 28px;
  font-family: var(--font-heading);
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
}
@media (max-width: 992px) {
  .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: 23px;
    line-height: 1.2;
  }
}

.fiche_massage .fiche-massage-featured-poste p,
.fiche_massage .fiche-massage-featured-poste ul {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste p,
  .fiche_massage .fiche-massage-featured-poste ul {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .fiche_massage .fiche-massage-featured-poste p {
    text-align: justify;
  }
}
@-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);
  }
}
.page_blog_content {
  width: 100%;
  max-width: 1445px;
  margin: 58px auto;
  padding: 0 40px;
  line-height: normal;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .page_blog_content {
    padding: 0 15px;
    margin-top: 0;
  }
}
.page_blog_content .blog-title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  margin-bottom: 9px;
  font-size: min(max(30px, 2.5vw), 40px);
  font-weight: 400;
}
.page_blog_content .blog-date {
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.page_blog_content .blog-content {
  font-weight: 400;
  font-size: min(max(16px, 1.2vw), 20px);
  margin-top: 20px;
  line-height: 132%;
}
.page_blog_content .curvy-shape {
  width: 775px;
  margin: 0 auto;
}
.page_blog_content .curvy-shape:before {
  padding-top: 69.4193548387%;
}
.page_blog_content .figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52%;
  column-gap: 15px;
  align-items: flex-start;
  row-gap: 20px;
}
@media (min-width: 1150px) {
  .page_blog_content .figure {
    align-items: center;
  }
}
@media (max-width: 1084px) {
  .page_blog_content .figure {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (min-width: 1085px) {
  .page_blog_content .figcaption {
    max-width: 643px;
    order: -1;
  }
}
.page_blog_content p {
  margin-bottom: 26px;
}
.page_blog_content ul {
  list-style: disc;
  padding-left: 31px;
  margin-bottom: 12px;
}
.page_blog_content li {
  margin-bottom: 25px;
}
.page_blog_content h2,
.page_blog_content h3,
.page_blog_content h4,
.page_blog_content h5,
.page_blog_content h6 {
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: min(max(25px, 1.7vw), 32px);
  font-weight: 400;
  margin-bottom: 15px;
}

.page_blog_list {
  display: grid;
  grid-template-columns: repeat(var(--grid-items, 3), minmax(0, 390px));
  max-width: 1460px;
  margin: 58px auto;
  column-gap: 15px;
  justify-content: space-around;
  row-gap: 88px;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 992px) {
  .page_blog_list {
    --grid-items: 2;
  }
}
@media (max-width: 500px) {
  .page_blog_list {
    --grid-items: 1;
    margin-top: 0;
  }
}

.article-item {
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .article-item {
    padding: 0 10px;
  }
}
.article-item .curvy-shape {
  margin: 0 auto;
}

.article-title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: min(max(18px, 1.2vw), 24px);
  line-height: 1.1;
  font-weight: 400;
  margin: 10px auto 8px;
  max-width: 390px;
}

.article-date {
  color: var(--color-accent);
  font-size: min(max(13px, 1.2vw), 14px);
  font-weight: 500;
  text-transform: uppercase;
}

.article-description {
  color: #707070;
  font-size: min(max(14px, 1.2vw), 16px);
  margin: 4px auto 18px;
  max-width: 352px;
}

.article-link {
  position: static;
  color: #fff !important;
  padding: 3px 27px;
  min-width: unset;
}
.article-link::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Loading spinner styles */
#loading-indicator .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  color: var(--color-primary);
}

#loading-indicator .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.larg_title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

@media (max-width: 768px) {
  .larg_title {
    font-size: 24px;
    line-height: 32px;
  }
}
.product_title,
.product_title .title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: var(--color-primary);
  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 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-container::-webkit-scrollbar {
  display: none;
}

.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: var(--color-primary);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.intro-pageStatic h1,
.intro-pageStatic h2 {
  font-family: var(--font-heading);
  font-weight: 400;
}

.intro-pageStatic h2 {
  color: var(--color-primary);
  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: var(--color-black);
  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;
}

.intro-pageStatic ul li:before {
  content: "";
  position: absolute;
  border-radius: 10px 10px 10px 10px;
  top: 7px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-primary);
}

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

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

.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 {
  background: url(../../images/loading.gif) no-repeat 50% 100px;
}

.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: var(--color-black);
  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: var(--color-white);
  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: var(--color-white);
  transform: scaleX(0.9);
}

.grid li.shown:hover > a:before {
  border-color: var(--color-white);
  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;
}

.newsletter-block-left .newsletter-input {
  background-color: var(--color-white);
  background-image: url(/assets/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: var(--color-black);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  max-width: 111px;
  min-width: 111px;
  width: 100%;
}

.section2_container {
  background-color: var(--color-background);
  padding-bottom: 34px;
}

.slider_section2 .text_slider {
  display: flex;
  align-items: center;
  gap: 200px;
}

@media (max-width: 1314px) {
  .slider_section2 .text_slider {
    gap: 105px;
  }
}
.miniature-icon-promo {
  position: absolute;
  left: 49px;
  top: 37px;
  z-index: 1;
}

.miniature-icon-promo-price {
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--color-white);
}

@media (max-width: 1210px) {
  .slider_section2 .text_slider {
    flex-direction: column;
    align-items: inherit;
    gap: 1px;
    margin-bottom: 18px;
  }
}
.section2_container .slider_section2 {
  max-width: calc(100dvw - 20px);
  box-sizing: border-box;
  margin-left: auto;
  width: calc(100% - (100% - 1680px) / 2);
  position: relative;
}
@media (max-width: 992px) {
  .section2_container .slider_section2 {
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    width: 100%;
    max-width: unset;
  }
}

.section2_container .slider_section2 .slider-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.section2_container .slider_section2 .slider-wrapper {
  display: flex;
  width: max-content;
}

@media (max-width: 992px) {
  .section2_container .slider_section2 .slider-wrapper {
    width: 100%;
  }
}
.section2_container .slider_section2 .slider-item {
  cursor: pointer;
  flex-shrink: 0;
  padding-bottom: 51px;
  position: relative;
  margin-right: 28px;
  width: 453px;
}
@media (max-width: 1530px) and (min-width: 960px) {
  .section2_container .slider_section2 .slider-item {
    max-width: 30vw;
  }
}

@media (max-width: 455px) {
  .section2_container .slider_section2 .slider-item {
    margin-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.curvy-shape {
  -webkit-mask: url("/front/images/mask-shape.svg") center/contain no-repeat;
  mask: url("/front/images/mask-shape.svg") center/contain no-repeat;
  position: relative;
  width: 453px;
  max-width: 100%;
}
.curvy-shape:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.5629139073%;
}
.curvy-shape > img,
.curvy-shape > video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 455px) {
  .section2_container .slider_section2 .slider-item .with-bg {
    margin-right: 4px;
  }
}
.section2_container .slider_section2 .slider-item .zoom-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='53' fill='none'%3E%3Cg clip-path='url(%23a)' fill='%23fff'%3E%3Cpath d='M28.983 20h-6v-6a1 1 0 0 0-2 0v6h-6a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z'/%3E%3Cpath d='M51.704 51.273 36.845 35.82c3.79-3.801 6.138-9.041 6.138-14.82 0-11.58-9.42-21-21-21s-21 9.42-21 21 9.42 21 21 21c5.083 0 9.748-1.817 13.384-4.832l14.895 15.491a.998.998 0 0 0 1.414.028 1 1 0 0 0 .028-1.414ZM2.983 21c0-10.477 8.523-19 19-19s19 8.523 19 19-8.523 19-19 19-19-8.523-19-19Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h52.966v52.966H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
  display: none;
  height: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  z-index: 2;
}

.section2_container .slider_section2 .slider-item .with-bg:hover .zoom-icon {
  cursor: pointer;
  display: block;
  opacity: 1;
}
.section2_container .slider_section2 .slider-item .with-bg:hover:hover img {
  filter: brightness(60%);
}

.section2_container .slider_section2 .slider-item .info,
.section2_container .slider_section2 .slider-item .temps {
  display: flex;
  padding: 15px 0 5px;
  justify-content: space-between;
}

.section2_container .product_prix {
  color: var(--color-accent);
  font-size: 10px;
  line-height: 32px;
  text-align: right;
  text-transform: uppercase;
  width: max-content;
}
.section2_container .product_prix span {
  font-size: 24px;
}
@media (max-width: 992px) {
  .section2_container .product_prix {
    line-height: 1;
  }
}

.section2_container .product_title {
  color: var(--color-primary);
  width: 64%;
}

.section2_container .slider_section2 .slider-item .info .horaire_slide,
.section2_container .slider_section2 .slider-item .temps .horaire_slide {
  align-items: center;
  display: flex;
  justify-items: center;
  width: 50%;
  color: var(--color-primary);
}

.section2_container .slider_section2 .slider-item .info .horaire_slide svg,
.section2_container .slider_section2 .slider-item .temps .horaire_slide svg {
  vertical-align: middle;
}

.section2_container .slider_section2 .slider-item .info .reserver,
.section2_container .slider_section2 .slider-item .temps .reserver {
  text-align: end;
  width: 50%;
}

.section2_container .slider_section2 .slider-item .temps {
  padding: 0 0 2px;
}

@media (max-width: 992px) {
  .section2_container {
    padding-bottom: 0;
  }
  .section2_container .slider-content {
    position: relative;
  }
}
.slider_actions {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1680px;
}
.slider_actions .slider_btn {
  display: flex;
  position: absolute;
  right: 54px;
  z-index: 2;
}
.slider_actions .slider_btn a {
  margin-left: 10px;
  cursor: pointer;
}
.slider_actions .btn-voir-toute {
  border-radius: 100px;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  padding: 13px 35px;
  align-items: center;
}
.slider_actions .btn-voir-toute svg {
  margin-right: 8px;
}
@media (max-width: 992px) {
  .slider_actions {
    position: static;
  }
  .slider_actions .slider_btn {
    top: 50%;
    width: calc(100% + 20px);
    justify-content: space-between;
    right: -10px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .slider_actions .slider_btn a {
    margin-left: 0;
    pointer-events: all;
  }
  .slider_actions .btn-voir-toute {
    margin-top: 20px;
    font-size: 16px;
  }
}

.page-accueil {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.container.acc_section_1 {
  margin: auto;
  max-width: 1704px;
  padding: 0;
  width: calc(100% - 31px);
}

.container.acc_section_1 .block_content {
  grid-template-columns: minmax(0, 1fr) min(714px, 50%);
  column-gap: min(max(10px, 3vw), 58px);
  display: grid;
  align-items: center;
  padding-bottom: 38px;
}

.container.acc_section_1 .block_content .text_discr .litle_title {
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: -7px;
  line-height: 29px;
  text-transform: uppercase;
}

.container.acc_section_1 .block_content .text_discr .larg_title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.container.acc_section_1 .block_content .text_discr .dis {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 11px;
  text-align: justify;
}

.container.acc_section_1 .block_content .video {
  order: -1;
}
.container.acc_section_1 .block_content .video .curvy-shape {
  width: 927px;
}
.container.acc_section_1 .block_content .video .curvy-shape:before {
  padding-top: 65.2642934196%;
}

.container.acc_section_1 .block_content .video .video_pres .img_bg {
  transition: 0.3s;
  z-index: 2;
}
.container.acc_section_1 .block_content .video .video_pres .img_bg.active {
  top: 100%;
}

.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 {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .container.acc_section_1 .block_content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 15px;
  }
  .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 .block_content .text_discr .litle_title {
    font-size: 16px;
  }
  .container.acc_section_1 .block_content .text_discr .larg_title {
    font-size: 25px;
    line-height: 1.3;
  }
  .container.acc_section_1 .block_content .video {
    order: 2;
    width: 530px;
    margin: 0 auto;
    max-width: 100%;
  }
}
.section2_container .slider_section2 .text_slider .texte_ {
  padding: 31px 0 16px;
  width: 1175px;
  max-width: 100%;
  font-size: 16px;
}

.section2_container .slider_section2 .text_slider .texte_ .larg_title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 53px;
  font-size: min(max(37px, 2.5vw), 42px);
  margin-bottom: 4px;
}

.slider_section3 {
  margin-top: 57px;
  position: relative;
}
.slider_section3 .larg_title {
  font-size: min(max(35px, 2.5vw), 40px);
  line-height: 42px;
  padding-bottom: 9px;
  padding-top: 12px;
}
.slider_section3 .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
}
.slider_section3 .slider-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 28px 0 43px;
  position: relative;
}
.slider_section3 .image-container {
  margin: auto;
  max-width: 424px;
  position: relative;
  width: calc(100% - 31px);
}
.slider_section3 .image-container img {
  max-height: 289px;
  object-fit: cover;
  width: 100%;
}
.slider_section3 .image-container .product_title {
  margin-top: 19px;
  margin-bottom: 4px;
}
.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: var(--color-text);
  font-weight: 400;
  line-height: 132%;
  min-height: 41px;
  padding-bottom: 5px;
}
.slider_section3 .image-container .image-caption .info-image {
  display: flex;
  margin-top: 0;
}
.slider_section3 .image-container .image-caption .info-image .price {
  color: var(--color-accent);
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
}
.slider_section3 .image-container .image-caption .info-image .price span {
  font-size: 24px;
  font-weight: 400;
}
.slider_section3 .image-container .image-caption .info-image .reserver {
  text-align: right;
  width: 50%;
}
.slider_section3 .tns-controls {
  display: flex;
  justify-content: space-between;
  outline: none;
  position: absolute;
  top: 28%;
  margin-left: -20px;
  width: calc(100% + 40px);
  pointer-events: none;
}
.slider_section3 .tns-controls button {
  background: none;
  border: none;
  pointer-events: all;
  padding: 20px;
}
.slider_section3 .tns-controls button:first-child {
  padding-left: 5px;
}
.slider_section3 .tns-controls button:last-child {
  padding-right: 10px;
}
.slider_section3 .tns-controls button:disabled {
  opacity: 0.5;
}
.slider_section3 .slider_actions {
  margin: 0 auto;
}
.slider_section3 .slider_actions .btn-voir-toute {
  background-color: #FCF3F0;
}
@media (max-width: 1480px) {
  .slider_section3 .tns-controls {
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}
@media (max-width: 992px) {
  .slider_section3 {
    margin-top: 30px;
  }
  .slider_section3 .slider-wrapper {
    padding: 12px 0 0px;
  }
  .slider_section3 .image-container .image-caption .info-image {
    margin-bottom: 14px;
  }
  .slider_section3 .tns-controls {
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}

.reserver-btn {
  font-weight: 600;
}

.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;
  }
}
.gallery_block {
  display: flex;
  /* flex-wrap: wrap; */
  margin: auto;
  max-width: 1440px;
  padding: 43px 2px 57px;
}
@media (max-width: 992px) {
  .gallery_block .image-caption .title-gallery {
    font-size: 24px !important;
  }
}

@media (max-width: 1400px) {
  .gallery_block {
    max-width: 1148px;
  }
  .gallery_block .image-container {
    max-width: max-content !important;
  }
  .gallery_block .image-container .images {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .gallery_block {
    padding: 27px 2px 17px;
    flex-wrap: wrap;
  }
}
.gallery_block .image-container {
  max-width: 794px;
  width: 100%;
}

.gallery_block .image-container .images {
  display: flex;
  flex-wrap: wrap;
  margin: auto 0 auto auto;
  max-width: 675px;
}

@media (max-width: 1334px) {
  .gallery_block .image-container .images {
    margin: 0;
    padding-left: 34px;
  }
}
@media (max-width: 1334px) and (max-width: 435px) {
  .gallery_block .image-container .images {
    padding: 0 12px;
  }
}
.gallery_block .image-container .images img {
  padding: 1px;
}

@media (max-width: 700px) {
  .gallery_block .image-container .images img {
    height: 110px;
    width: 120px;
  }
}
.gallery_block .image-caption {
  padding-left: 37px;
}

@media (max-width: 435px) {
  .gallery_block .image-caption {
    padding: 0 12px;
  }
}
.gallery_block .image-caption .title-gallery {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 300;
  line-height: 46px;
  line-height: 117.5%;
  max-width: 500px;
  text-transform: uppercase;
}

.gallery_block .image-caption .dis {
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 1332px) {
  .gallery_block .image-caption .title-gallery {
    padding-bottom: 11px;
    padding-top: 12px;
  }
}
.gallery_block .image-caption .dis {
  margin-top: 8px;
  max-width: 491px;
  padding-bottom: 12px;
  width: 100%;
}

@media (max-width: 992px) {
  .gallery_block .image-caption .dis {
    display: none;
  }
}
.gallery_block .image-caption a {
  background: var(--color-primary);
  color: var(--color-white);
  display: block;
  font-size: 20px;
  padding: 7px 44px;
  position: absolute;
  text-transform: uppercase;
  width: max-content;
}

@media (max-width: 992px) {
  .gallery_block .image-caption a {
    max-width: 100%;
    position: relative;
    text-align: center;
    width: unset;
  }
}
.satisfy-block .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
}

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

@media (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:not(:last-child) {
  margin-right: 35px;
}

@media (max-width: 768px) {
  .satisfy-block .items .item {
    margin-right: 11px !important;
  }
}
.satisfy-block .items .item div {
  padding: 22px 0;
}

@media (max-width: 768px) {
  .satisfy-block .items .item div {
    height: 125px;
    width: 114px;
  }
}
.satisfy-block .items .item div p {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}

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

.block_etaps {
  background-color: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  padding: 41px 0 27px;
  margin-top: 61px;
}
.block_etaps .larg_title {
  font-size: 36px;
  color: var(--color-white);
  margin-bottom: 35px;
}
.block_etaps .title_ {
  margin: auto;
  max-width: 1440px;
  text-align: center;
  width: calc(100% - 57px);
}
.block_etaps .items {
  margin: 0 auto;
  max-width: 1490px;
}
.block_etaps .items .item {
  max-width: 254px;
  margin: 0 auto;
  text-align: center;
}
.block_etaps .items .item div .title,
.block_etaps .items .item div p {
  font-size: 14px;
  font-weight: 300;
  line-height: 124%;
  margin: auto;
  max-width: 254px;
}
.block_etaps .items .item div h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 124%;
  margin: 10px auto 2px;
  max-width: 254px;
  text-transform: uppercase;
}
.block_etaps .items .item div .title b,
.block_etaps .items .item div p b {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}
.block_etaps .items .tns-nav {
  margin-top: 10px;
  text-align: center;
}
.block_etaps .items .tns-nav button {
  background-color: var(--color-white);
  border: none;
  border-radius: 100px;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}
.block_etaps .items .tns-nav-active {
  background: #d29e89 !important;
}

.download_fiche {
  background-color: var(--color-primary);
  padding-top: 34px;
}

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

@media (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 (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: var(--color-white);
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
}

.download_fiche .carte-soine a {
  color: #f5a422;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  max-width: 292px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.download_fiche .carte-soine a:hover {
  color: var(--color-white);
  transition: 0.4s;
}

.gallery .grid li img {
  max-height: 400px;
}

.gallery .js .grid.loaded li {
  max-height: 400px;
}

.intro- {
  font-size: 20px;
  margin: auto;
  max-width: 1150px;
  padding-bottom: 37px;
  padding-top: 37px;
  text-align: center;
  width: calc(100% - 40px);
}

@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 {
  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: var(--color-background);
  outline-color: var(--color-background);
  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: var(--color-primary);
  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: var(--color-primary);
  font-size: 20px;
  font-weight: 400;
  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: 368px;
}

@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 {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  text-transform: uppercase;
}

.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) {
  .page-contact .map-info-located {
    flex-wrap: wrap;
  }
  .page-contact .map-info-located .title-located {
    font-size: 24px;
    line-height: 32px;
  }
  .form-contact .alert-success {
    padding: 12px 17px;
  }
}
.page-contact .form-contact {
  margin: 100px auto 0;
  background: var(--color-background);
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
}

.page-contact .form-contact p,
.page-contact .text-select-cadeaux p {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary);
}

.page-contact .form-contact form,
.page-contact .text-select-cadeaux form {
  display: flex;
  flex-wrap: wrap;
  margin: 26px auto 0;
  max-width: 702px;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .page-contact .form-contact form,
  .page-contact .text-select-cadeaux form {
    margin-bottom: 12px !important;
    padding: 0;
    flex-direction: column;
  }
}
.page-contact .form-contact form .group,
.page-contact .text-select-cadeaux form .group {
  margin-bottom: 46px;
  width: 100%;
  position: relative;
}
.page-contact .form-contact form .group:not(.textarea),
.page-contact .text-select-cadeaux form .group:not(.textarea) {
  max-width: 318px;
  width: 50%;
}

@media (max-width: 992px) {
  .page-contact .form-contact form .group,
  .page-contact .text-select-cadeaux form .group {
    width: 100% !important;
    max-width: unset !important;
  }
}
.page-contact .form-contact form .text-obliga {
  color: #a9a9a9;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  width: 100%;
  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 .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: var(--color-primary);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  font-size: 20px;
  height: auto;
  min-width: 175px;
  padding: 12px 7px;
  position: relative;
  text-transform: uppercase;
  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: auto;
    width: calc(100% - 69px);
  }
  .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: var(--font-heading);
  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);
  }
}
.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-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: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- {
  background-color: var(--color-background);
  margin-bottom: 39px;
  margin-top: 35px;
  padding: 12px;
}

.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- li,
.cheque-cadeaux .select-cadeaux .text-select-cadeaux form .note- span {
  color: #a4a4a4;
  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% - 75px);
  }
  .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%;
  }
}
@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;
  padding-left: 15px;
}

.page-cvg .intro-pageStatic ul ul {
  list-style: lower-alpha;
  padding-left: 15px;
}

.page-cvg .intro-pageStatic p {
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 992px) {
  .page-cvg {
    margin: 10px auto 80px;
  }
  .page-cvg .intro-pageStatic {
    margin-bottom: 20px;
  }
}
.breadcrumb-logo {
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 24px 10px 13px;
  display: flex;
}
.breadcrumb-logo a {
  margin: auto;
}
@media (max-width: 992px) {
  .breadcrumb-logo svg {
    max-width: 160px;
    height: auto;
  }
}

.page-panier {
  margin: 45px auto 92px;
  padding: 15px;
  box-sizing: border-box;
  max-width: 1234px;
  width: 100%;
  min-height: 100vh;
}

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

@media screen and (max-width: 992px) {
  .page-panier {
    margin-bottom: 39px;
    margin-top: 0;
  }
}
.page-panier .mon-panier {
  display: flex;
  margin-bottom: 92px;
  background-color: var(--color-background);
  padding: 30px 20px;
  border-radius: 20px;
  color: var(--color-primary);
}

@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: var(--color-black);
  cursor: pointer;
  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: rgba(181, 181, 181, 0.1803921569);
}

.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-widget-content:not(.fc-axis):not(.fc-time) {
  border-right: none;
  display: flex;
  justify-content: end;
  padding-right: 3px;
  border-color: transparent;
}

.page-panier .mon-panier .calendrier .fc-head {
  border-bottom: 1px solid #ddd;
}

.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: #000 !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: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

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

.page-panier .mon-panier .calendrier .current-day-circle {
  background-color: var(--color-primary);
  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-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: #36456b;
  padding: 1px 12px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 18px);
  border-bottom: 1px solid #ddd;
}

.fc-time-grid .fc-event {
  /* inset: unset !important; */
}

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

.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 {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 14px;
}

.page-panier .mon-panier .calendrier .body-calendrier {
  background-color: var(--color-white);
  border-radius: 15px;
  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;
  width: 67%;
}

.page-panier .mon-panier .list-commande .title-commande p {
  font-family: var(--font-heading);
  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 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.page-panier .mon-panier .list-commande .list-select .table div span {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.page-panier .mon-panier .list-commande .list-select .table div span svg {
  vertical-align: -5px;
  margin-right: 3px;
}

.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.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='url(%23a)' 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='url(%23b)' 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%3cdefs%3e%3clinearGradient id='a' x1='4.912' x2='34.087' y1='7.467' y2='36.642' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F9A825'/%3e%3cstop offset='1' stop-color='%23D50000'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='12.04' x2='27.712' y1='11.785' y2='27.458' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F9A825'/%3e%3cstop offset='1' stop-color='%23D50000'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}

.navette_departure {
  margin-top: 10px;
}

.navette_departure .title-type {
  position: relative;
}

.navette_aeroport .price {
  position: absolute;
  right: 0;
}

.navette_aeroport .price span {
  color: var(--color-primary);
  font-size: 24px !important;
  text-transform: uppercase;
}

.navette_departure .form-container {
  display: flex;
  gap: 10px;
  background: #f8f8f8;
  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;
}

@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: 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;
  }
}
@media (max-width: 606px) {
  .navette_departure .selection-aeroport {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.navette_departure .input-select {
  display: flex;
  padding: 0px 20px;
  border: none;
  border-radius: 30px;
  background-color: white;
  font-size: 16px;
  color: var(--color-black);
  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;
}

.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: 12px;
  right: -5px;
}

.navette_departure .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-black);
  min-width: 83px;
}

.navette_departure .select2-container {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100px;
}

.select2-dropdown {
  padding: 5px;
  border: none !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #D9D9D9 !important;
}

.select2-search--dropdown {
  padding: 4px 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #20454D !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;
  background-color: white;
  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: white;
  border-radius: 30px;
  padding: 12px 20px;
  gap: 10px;
  cursor: pointer;
  position: relative;
  max-width: 298px;
  width: 100%;
}

.navette_departure .date-input input {
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: var(--color-black);
  width: 100%;
}

.navette_departure .date-input input::placeholder {
  color: var(--color-black);
  font-size: 16px;
}

.navette_departure .aeroport-vol {
  max-width: 134px;
  width: 100%;
  padding: 12px 11px;
}

.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='%23EE7D00'/%3e%3c/svg%3e");
}

/* Page conf */
.navette_departure_result {
  width: 100%;
  padding-left: 9px;
  padding-bottom: 21px;
}

.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;
  text-transform: uppercase;
}

.navette_departure_result .title i {
  color: #e85d04;
  margin-right: 8px;
}

.navette_departure_result .price {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.navette_departure_result .location {
  margin: 10px 0;
  line-height: 1.4;
}

.navette_departure_result .arrow {
  margin: 5px 0;
  color: var(--color-primary);
  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;
}

.navette_departure_result .details .fa-user-friends,
.navette_departure_result .details .fa-calendar-alt,
.navette_departure_result .details .fa-clock {
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}

.navette_departure_result .details .fa-user-friends {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.9285 18.2187C18.6457 16.0089 16.5923 14.3503 14.1621 13.5609C15.3269 12.8682 16.2322 11.8123 16.7387 10.5552C17.2452 9.29816 17.325 7.90958 16.9658 6.60278C16.6066 5.29599 15.8283 4.14326 14.7505 3.3217C13.6726 2.50014 12.3548 2.05518 10.9996 2.05518C9.64431 2.05518 8.32654 2.50014 7.24868 3.3217C6.17083 4.14326 5.39253 5.29599 5.03334 6.60278C4.67415 7.90958 4.75395 9.29816 5.26046 10.5552C5.76698 11.8123 6.67221 12.8682 7.83707 13.5609C5.40684 14.3503 3.35349 16.0089 2.07067 18.2187C2.01686 18.2968 1.97978 18.3851 1.96176 18.4782C1.94373 18.5713 1.94516 18.6671 1.96593 18.7596C1.98671 18.8521 2.0264 18.9393 2.0825 19.0157C2.1386 19.0922 2.2099 19.1562 2.29192 19.2037C2.37394 19.2512 2.46491 19.2813 2.55911 19.292C2.65331 19.3027 2.7487 19.2938 2.8393 19.2659C2.9299 19.238 3.01374 19.1916 3.08555 19.1297C3.15737 19.0678 3.2156 18.9917 3.2566 18.9062C4.0424 17.5484 5.17145 16.4211 6.53049 15.6374C7.88952 14.8537 9.43076 14.4411 10.9996 14.4411C12.5684 14.4411 14.1096 14.8537 15.4687 15.6374C16.8277 16.4211 17.9567 17.5484 18.7425 18.9062C18.7835 18.9917 18.8418 19.0678 18.9136 19.1297C18.9854 19.1916 19.0692 19.238 19.1598 19.2659C19.2504 19.2938 19.3458 19.3027 19.44 19.292C19.5342 19.2813 19.6252 19.2512 19.7072 19.2037C19.7892 19.1562 19.8605 19.0922 19.9166 19.0157C19.9727 18.9393 20.0124 18.8521 20.0332 18.7596C20.054 18.6671 20.0554 18.5713 20.0374 18.4782C20.0194 18.3851 19.9823 18.2968 19.9285 18.2187ZM6.18707 8.24999C6.18707 7.29816 6.46932 6.36772 6.99812 5.5763C7.52693 4.78489 8.27854 4.16806 9.15791 3.80381C10.0373 3.43957 11.0049 3.34426 11.9384 3.52996C12.872 3.71565 13.7295 4.17399 14.4025 4.84703C15.0756 5.52007 15.5339 6.37758 15.7196 7.31111C15.9053 8.24465 15.81 9.21228 15.4457 10.0917C15.0815 10.971 14.4647 11.7226 13.6733 12.2514C12.8818 12.7802 11.9514 13.0625 10.9996 13.0625C9.72322 13.0625 8.49914 12.5555 7.59662 11.6529C6.6941 10.7504 6.18707 9.52634 6.18707 8.24999Z' fill='%23EE7D00'/%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='url(%23a)' 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='url(%23b)' 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%3cdefs%3e%3clinearGradient id='a' x1='4.911' x2='34.086' y1='7.467' y2='36.642' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F9A825'/%3e%3cstop offset='1' stop-color='%23D50000'/%3e%3c/linearGradient%3e%3clinearGradient id='b' x1='12.038' x2='27.71' y1='11.785' y2='27.458' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F9A825'/%3e%3cstop offset='1' stop-color='%23D50000'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}

/* Hide year selector */
.flatpickr-current-month .numInputWrapper {
  display: none !important;
}

.flatpickr-day.selected {
  background-color: #20454D !important;
  border-color: #20454D !important;
}

.flatpickr-day {
  max-width: 31px !important;
  height: 31px !important;
  line-height: 31px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: var(--color-black);
  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: #20454D !important;
  font-weight: 600 !important;
  font-family: var(--font-body) !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: var(--color-white);
  border: 1px solid #DDD;
  box-shadow: none;
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
  background-color: #20454D !important;
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__digit.inner--digit.active span {
  background-color: #20454D !important;
  color: var(--color-white);
}

.mdtimepicker .mdtp__wrapper[data-theme=blue] .mdtp__digit.active span {
  background-color: #20454D !important;
  color: var(--color-white);
}

.mdtimepicker .mdtp__time_holder .mdtp__time_m.active {
  background-color: var(--color-primary);
  padding: 11px 12px;
  font-weight: 600;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__clock_dot {
  background-color: #20454D !important;
}

.mdtp__digit.active::before {
  background-color: #20454D !important;
}

.mdtp__clock_holder .mdtp__clock {
  background-color: #FBF1F1 !important;
}

.mdtimepicker .mdtp__clock .mdtp__digit span {
  color: var(--color-primary);
  font-weight: 500;
  font-size: 11px;
}

.mdtp__digit.active span {
  background-color: #20454D !important;
}

.mdtp__button {
  color: #20454D !important;
}

.mdtp__time_h.active {
  background-color: #20454D !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;
}

.flatpickr-months .flatpickr-next-month:hover svg {
  color: #20454D !important;
}

.mdtp__button.cancel {
  display: none;
}

span.flatpickr-weekday {
  color: #20454D !important;
  font-size: 16px;
  font-weight: 500;
}

.flatpickr-day.today {
  border-color: #20454D !important;
  background-color: #20454D !important;
}

.flatpickr-day {
  color: #20454D !important;
  font-family: var(--font-body) !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;
}

.navette_departure .calendar-icon {
  right: 14px;
  position: absolute;
}

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

@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: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
}

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

.page-panier .mon-panier .list-commande .list-select .table .prix-type p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  padding-top: 9px;
  text-align: center;
  text-transform: uppercase;
}

.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 .qnt-type .quantity_inner {
  background: var(--color-white);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  height: 30px;
  justify-content: center;
  max-width: 118px;
}

.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-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: #bfbfbf;
  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: var(--color-primary);
}

.page-panier .mon-panier .list-commande .list-select .table .btn-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-right: 9px;
}

@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;
    font-weight: 500;
  }
  #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: var(--color-black);
  display: block;
  font-size: min(max(14px, 0.9vw), 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: var(--color-white);
  border: 1px solid #d7d7d7;
  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: var(--color-black);
  border: 3px solid var(--color-white);
  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 .transport .title-type input {
  cursor: pointer;
}

.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: var(--color-white);
  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: var(--color-black);
  border: 3px solid var(--color-white);
  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 .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: var(--color-black);
  cursor: pointer;
  display: block;
  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: var(--color-black);
  color: var(--color-white);
  padding: 9px 15px;
  position: relative;
  z-index: 1;
}

.page-panier .mon-panier .list-commande .autre-service a {
  padding: 6px 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;
  font-weight: 600;
  font-size: 20px;
}

.page-panier .mon-panier .list-commande .disponibilite .price-Total span {
  color: var(--color-primary);
}

@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-size: 20px;
  font-weight: 400;
  line-height: 29px;
  padding-bottom: 12px;
}

.page-panier .mon-panier .list-commande .disponibilite a {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 9px 41px;
}

@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;
  }
}
.page-confirmation {
  color: var(--color-primary);
  display: grid;
  margin: auto;
  max-width: 1429px;
  grid-template-columns: minmax(0, 1fr) 45%;
  column-gap: 20px;
  box-sizing: border-box;
  width: 100%;
  padding: 117px 15px 100px;
}

.-informations.thank-page {
  margin-bottom: 28px;
}

.page-confirmation .paiement-securise {
  margin-top: -50px;
}

@media screen and (max-width: 992px) {
  .page-confirmation {
    grid-template-columns: minmax(0, 1fr);
    padding: 15px;
  }
  .page-confirmation .paiement-securise {
    margin: 40px auto 0;
    order: 2;
  }
  .page-confirmation .paiement-reservation {
    position: relative !important;
    margin: 0 auto;
  }
  .navette_aeroport .form-container {
    flex-wrap: wrap;
  }
  .navette_departure .select2-container {
    height: 46px;
  }
  .navette_departure .qnt-type {
    margin-top: 0px !important;
  }
  .page-panier .mon-panier .list-commande .list-select .table.navette_aeroport .title-type .aeroport-texte {
    padding-right: 69px;
  }
  .navette_departure .select2-container .select2-selection {
    padding-right: 0px;
    width: 100%;
    max-width: 414px;
  }
}
@media (max-width: 414px) {
  .navette_departure_result .details {
    padding-right: 0px;
  }
  .navette_departure_result {
    padding-left: 5px;
  }
}
.page-confirmation .paiement-securise .head-paiement-securise svg {
  vertical-align: -2px;
  margin-right: 2px;
}
@media (max-width: 1300px) {
  .page-confirmation .paiement-securise .head-paiement-securise svg {
    width: 15px;
    height: auto;
  }
}

.page-confirmation .paiement-securise .head-paiement-securise p {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 32px;
  font-size: min(max(17px, 1.7vw), 32px);
  margin-bottom: 22px;
}

.page-confirmation .paiement-securise .-informations {
  padding: 24px 27px 20px;
}

.page-confirmation .paiement-securise .-informations,
.page-confirmation .paiement-securise .code-promo,
.page-confirmation .politiques,
.page-confirmation .paiement-securise .-Paiement,
.page-confirmation .paiement-securise .chek-email-validation {
  background: var(--color-background);
  border-radius: 20px;
}

.page-confirmation .paiement-securise .-informations .form,
.page-confirmation .paiement-securise .code-promo .form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  justify-content: center;
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .page-confirmation .paiement-securise .-informations .form,
  .page-confirmation .paiement-securise .code-promo .form {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise .-informations .form .group {
    margin-bottom: 27px !important;
  }
}

select.input-field,
.page-contact .form-contact select,
.paiement-securise select {
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none' viewBox='0 0 11 7'%3e%3cpath fill='%2320454D' d='m.872 1.568 4.095 4.78a.703.703 0 0 0 1.067 0l4.095-4.78a.703.703 0 0 0-.533-1.16H1.404c-.6 0-.924.704-.532 1.16Z'/%3e%3c/svg%3e ") center right 18px no-repeat;
  border: none;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  padding: 13px 16px;
  border-radius: 100px;
}

.cloneDiv .group {
  flex: 1;
  margin-bottom: 0px !important;
}

.page-confirmation .paiement-securise .-informations .form .group,
.page-confirmation .paiement-securise .code-promo .form .group {
  margin-bottom: 28px;
  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: var(--color-black);
  cursor: pointer;
  display: block;
  font-size: 16px !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 318px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 100%;
}

.input-field,
.page-contact .form-contact form input,
.page-confirmation .paiement-securise .-informations .form input,
.page-confirmation .paiement-securise .code-promo .form input {
  border: none;
  display: block;
  font-size: 16px;
  resize: none;
  width: 100%;
  padding: 10px 16px;
  box-sizing: border-box;
  border-radius: 100px;
  background-color: var(--color-white);
  font-family: var(--font-body);
}
.input-field::placeholder,
.page-contact .form-contact form input::placeholder,
.page-confirmation .paiement-securise .-informations .form input::placeholder,
.page-confirmation .paiement-securise .code-promo .form input::placeholder {
  color: var(--color-primary);
  opacity: 0.4;
}

.page-contact .form-contact form textarea {
  width: 100%;
  height: 130px;
  background-color: var(--color-white);
  border: none;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  box-sizing: border-box;
  font-family: var(--font-body);
}

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

.form-group label,
.input-group label,
.page-contact .form-contact label,
.page-confirmation .paiement-securise .-informations .form label,
.page-confirmation .paiement-securise .code-promo .form label {
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  text-transform: capitalize;
  transition: all 0.2s ease;
  top: 10px;
  left: 16px;
  font-size: 16px;
  color: var(--color-primary);
}

.input-field:focus ~ label, .input-field:not(:placeholder-shown) ~ label,
.page-contact .form-contact input:focus ~ label,
.page-contact .form-contact input:not(:placeholder-shown) ~ label,
.page-contact .form-contact textarea:focus ~ label,
.page-contact .form-contact textarea:not(:placeholder-shown) ~ label,
.page-confirmation .paiement-securise .-informations .form input:focus ~ label,
.page-confirmation .paiement-securise .-informations .form input:not(:placeholder-shown) ~ label,
.page-confirmation .paiement-securise .-informations .form textarea:focus ~ label,
.page-confirmation .paiement-securise .-informations .form textarea:not(:placeholder-shown) ~ label,
.page-confirmation .paiement-securise .code-promo .form input:focus ~ label,
.page-confirmation .paiement-securise .code-promo .form input:not(:placeholder-shown) ~ label {
  top: -22px;
  left: 0;
  font-size: 12px !important;
}
.input-field:not(#phone)::placeholder,
.page-contact .form-contact input:not(#phone)::placeholder,
.page-contact .form-contact textarea:not(#phone)::placeholder,
.page-confirmation .paiement-securise .-informations .form input:not(#phone)::placeholder,
.page-confirmation .paiement-securise .-informations .form textarea:not(#phone)::placeholder,
.page-confirmation .paiement-securise .code-promo .form input:not(#phone)::placeholder {
  color: var(--color-white);
}

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

/*  */
.page-confirmation .paiement-securise .-informations .form .add-delet {
  display: flex;
  justify-content: end;
  margin: 26px 0 32px;
  width: 100%;
  color: var(--color-primary);
}

.deleteMore {
  cursor: pointer;
  margin-top: -10px;
  align-self: flex-start;
}
@media (min-width: 515px) {
  .deleteMore {
    align-self: center;
    margin-top: 0;
  }
  .deleteMore span {
    display: none;
  }
}

.page-confirmation .paiement-securise .-informations .form.cloneDiv {
  margin-top: 46px;
}
@media (max-width: 514px) {
  .page-confirmation .paiement-securise .-informations .form.cloneDiv {
    margin-top: 15px;
  }
}

.page-confirmation .paiement-securise .-informations .form .add-delet a {
  position: relative;
  padding: 7px;
  font-size: 16px;
  min-width: 110px;
  z-index: 1;
}

.page-confirmation .paiement-securise .-informations .form textarea {
  border: none;
  display: block;
  font-size: 16px;
  resize: none;
  border-radius: 100px;
  padding: 13px 16px;
  box-sizing: border-box;
  width: 100%;
}

.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: var(--color-primary);
  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 {
  font-weight: 400;
  width: 100%;
  margin-bottom: 9px;
  font-size: 24px;
  font-family: var(--font-heading);
}
.page-confirmation .paiement-securise .-informations .title-informations.extra-info,
.page-confirmation .paiement-securise .code-promo .title-informations.extra-info {
  margin-bottom: 21px;
}

.page-confirmation .paiement-securise .-informations .champ-requis,
.page-confirmation .paiement-securise .code-promo .champ-requis {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 21px auto auto;
  max-width: 548px;
  text-align: right;
  width: 100%;
}

.page-confirmation .paiement-securise .-Paiement {
  margin-bottom: 25px;
  margin-top: 26px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- {
  padding: 29px 29px 6px;
}

.page-confirmation .iti .iti__selected-dial-code {
  margin-left: 0;
}
.page-confirmation .iti__selected-country-primary {
  padding-left: 15px;
}
.page-confirmation .iti--allow-dropdown input.iti__tel-input,
.page-confirmation .iti--allow-dropdown input.iti__tel-input[type=text],
.page-confirmation .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-left: 103px !important;
}

.page-confirmation .paiement-securise .-Paiement .head-card- > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: var(--color-accent);
  font-size: 14px;
  font-style: normal;
  margin-top: 5px;
  font-weight: 400;
  line-height: 20px;
}

.page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
  font-size: 24px;
  font-family: var(--font-heading);
  flex: 1;
}

@media screen and (max-width: 500px) {
  .page-confirmation .paiement-securise .-Paiement .head-card- .title-paiements {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-confirmation .paiement-securise .-Paiement .head-card- .paiements-securite {
  color: #4F682E;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

@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 {
  vertical-align: -2px;
  margin-right: 3px;
}

@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 {
  padding: 0 29px;
}

.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: 34px;
  width: 100%;
}

@media (max-width: 992px) {
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte {
    flex-wrap: wrap;
  }
  .page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .carte-payment {
    width: 100%;
    margin-top: 10px;
    padding-left: 28px;
  }
}
.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer {
  position: relative;
  cursor: pointer;
}
.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer label {
  background-color: var(--color-white);
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  width: 19px;
  box-sizing: border-box;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .chekbox-payer input[type=radio]:checked + label {
  border: 3px solid var(--color-white);
  outline: 1px solid #d7d7d7;
  outline-color: #d7d7d7;
  outline-style: solid;
  outline-width: 1px;
  background-color: var(--color-primary);
}

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

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer .strong {
  color: var(--color-primary);
  margin-bottom: 10px;
  font-size: 20px;
}

.page-confirmation .paiement-securise .-Paiement .form-paiement .secnd-child .payer-par-carte .title-payer p {
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.page-confirmation .paiement-securise .code-promo .item_show,
.page-confirmation .paiement-securise .politiques .item_show {
  cursor: pointer;
  margin: 0 0 26px;
  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: 29px 60px 29px 27px;
  font-family: var(--font-heading);
  font-size: min(max(18px, 1.2vw), 24px);
}
@media screen and (max-width: 600px) {
  .page-confirmation .paiement-securise .code-promo .item_show .title,
  .page-confirmation .paiement-securise .politiques .item_show .title {
    padding: 15px 60px 15px 27px;
  }
}

.page-confirmation .paiement-securise .code-promo .item_show .title .svg_close,
.page-confirmation .paiement-securise .politiques .item_show .title .svg_close {
  position: absolute;
  right: 40px;
  transition: transform 0.5s ease-in-out;
}

.page-confirmation .paiement-securise .code-promo .item_show .title .svg_close.rotate,
.page-confirmation .paiement-securise .politiques .item_show .title .svg_close.rotate {
  transform: rotate(-90deg);
}

.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,
.page-confirmation .paiement-securise .politiques .item_show .content {
  padding: 0 27px 30px;
  font-size: 14px;
}

.page-confirmation .paiement-securise .-Paiement .checkout-coupon {
  padding: 10px 20px;
  margin-top: 20px;
}

.page-confirmation .paiement-securise .code-promo .item_show .content .text-module_,
.page-confirmation .paiement-securise .politiques .item_show .content .text-module_ {
  margin-bottom: 4px;
  margin-top: 8px;
  font-weight: 500;
  font-size: min(max(16px, 1.2vw), 18px);
}

.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 .chek-email-body {
  padding: 30px 26px;
  display: flex;
  box-sizing: border-box;
}

.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: var(--color-white);
  border: 1px solid var(--color-accent);
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 18px;
  box-sizing: border-box;
}

.page-confirmation .paiement-securise .chek-email-validation .chek-email-body .input-email input[type=checkbox]:checked + label {
  background-color: var(--color-primary);
  border: 3px solid var(--color-background);
  outline: 1px solid var(--color-accent);
}

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

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email p {
  color: var(--color-text);
  font-size: 14px;
  line-height: 20px;
}

.page-confirmation .paiement-securise .chek-email-validation .content-chek-email :first-child {
  margin-bottom: 23px;
}

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

.page-confirmation .paiement-securise .acceptez-conditions P a {
  font-weight: 600;
  color: var(--color-primary);
  text-decoration: underline;
}

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

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant .total-prix {
    display: none;
  }
}

.page-confirmation .paiement-securise .btn-reglermaintenant .total-prix span {
  color: var(--color-primary);
}

.page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
  background: var(--color-primary);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-left: auto;
  padding: 12px 57px;
  font-family: var(--font-body);
  position: relative;
  width: max-content;
  z-index: 1;
}

.page-confirmation .paiement-securise .btn-reglermaintenant .button--ujarak::before {
  background: var(--color-primary);
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-securise .btn-reglermaintenant {
    padding-bottom: 17px;
    padding-top: 15px;
    background-color: var(--color-background);
    border-radius: 20px;
  }
  .page-confirmation .paiement-securise .btn-reglermaintenant .btn- {
    margin: 13px auto auto;
    padding: 7px 56px;
  }
}
.page-confirmation .paiement-reservation {
  position: sticky;
  height: max-content;
  top: 20px;
  margin-left: auto;
  width: 100%;
  margin-top: 10px;
}

.page-confirmation .paiement-reservation .item-child {
  background: var(--color-background);
  border-radius: 20px;
}

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

.page-confirmation .paiement-reservation .title-reservation p {
  font-family: var(--font-heading);
  font-size: min(max(25px, 1.7vw), 32px);
  font-weight: 400;
  line-height: 43px;
}

.page-confirmation .paiement-reservation .date-reservation-reservation {
  display: flex;
  margin: auto;
  padding-top: 39px;
  padding-right: 30px;
}

@media screen and (max-width: 992px) {
  .page-confirmation .paiement-reservation .date-reservation-reservation {
    width: 80%;
  }
}
.page-confirmation .paiement-reservation .date-reservation-reservation .time {
  text-align: center;
  width: 50%;
}

@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 {
    padding-left: 25px;
  }
}
.page-confirmation .paiement-reservation .date-reservation-reservation .time p {
  font-size: 32px;
  font-family: var(--font-heading);
  text-align: right;
  padding-right: 22px;
}

.page-confirmation .paiement-reservation .date-reservation-reservation .date {
  border-left: 1px solid #d9d9d9;
  padding-left: 17px;
  width: 50%;
}

.page-confirmation .paiement-reservation .choise-date-reservation a {
  padding: 5px 15px;
  margin: 15px auto 0;
  display: table;
}

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

.page-confirmation .paiement-reservation .table-select-reservation .table-res {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 17px;
  margin-bottom: 10px;
  width: calc(100% - 82px);
}

@media screen and (max-width: 414px) {
  .page-confirmation .paiement-reservation .table-select-reservation .table-res {
    width: calc(100% - 42px);
  }
}
.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;
  gap: 4px;
  align-items: center;
  margin-bottom: 10px;
  font-size: min(max(16px, 1.2vw), 20px);
  line-height: 1.2;
}

.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 {
  font-weight: 400;
  padding-bottom: 9px;
  font-size: 16px;
}
.page-confirmation .paiement-reservation .table-select-reservation .table-res .name-reservation p svg {
  vertical-align: -4px;
}

.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 .prix-reservation {
  text-align: right;
  width: 30%;
}

.page-confirmation .paiement-reservation .table-select-reservation .table-res .prix-reservation p {
  font-size: min(max(16px, 1.2vw), 24px);
  color: var(--color-accent);
  font-weight: 500;
}

@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-bottom: none;
}

.page-confirmation .paiement-reservation .table-select-reservation .total-prix .name-reservation p {
  font-size: min(max(18px, 1.2vw), 22px);
  font-weight: 500;
}

.page-confirmation .paiement-reservation .table-select-reservation .total-prix .prix-reservation p {
  color: var(--color-primary);
  font-weight: 600;
}

.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: var(--color-white);
  display: inline-block;
  height: 75px;
  width: 75px;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.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 {
  color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  margin: auto;
  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: #20454D !important;
  font-size: 14px !important;
  top: -20px !important;
}

.page-404 {
  margin: auto;
  max-width: 740px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-404 .svg {
  margin: auto;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .page-404 .svg svg {
    width: 100%;
    max-width: 80vw;
    height: auto;
  }
}
.page-404 .text-404 {
  text-align: center;
}

.page-404 .text-404 .title {
  color: var(--color-primary);
  font-family: var(--font-heading);
  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;
}

.page-404 .btn-404 {
  margin: auto auto 146px;
  max-width: max-content;
  width: 100%;
}

.page-404 .btn-404 a {
  font-size: 20px;
  margin-top: 24px;
  padding: 7px 24px;
}

@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 .title-intro {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 7px;
}

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

@media screen and (max-width: 767px) {
  .page-valeurs .content-page {
    margin-top: 35px;
  }
}
.page-valeurs .content-page .child {
  background: var(--color-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.0509803922);
  display: flex;
  margin-bottom: 68px;
  padding: 36px;
}

.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: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  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;
  }
  .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: var(--color-black);
  font-size: 24px;
  font-style: italic;
  line-height: 31px;
  text-align: center;
}

.page-valeurs .content-page .text-bottom blockquote .quote {
  color: #f5a422;
  font-family: var(--font-heading);
  font-size: 64px;
  font-style: normal;
}

.page-Comment-acc,
.page-equipe,
.page-lieu {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.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 {
  text-align: center;
  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: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
}

.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 {
  font-size: 18px;
  font-weight: 400;
}

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

.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: var(--color-white);
  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%;
}

.page-Comment-acc .block .text-block .title,
.page-equipe .block .text-block .title,
.page-lieu .block .text-block .title {
  color: var(--color-primary);
  display: block;
  font-family: var(--font-heading);
  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%;
}

@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-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: var(--color-primary);
  font-family: var(--font-heading);
  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;
}

@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: var(--color-white);
  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: var(--color-white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.0509803922);
  max-width: 602px;
  padding: 30px 21px 39px 24px;
  position: absolute;
  transform: translateX(129px);
  width: 100%;
  z-index: 2;
}

@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-left: 29px;
  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);
  }
}
.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: currentColor;
  text-decoration: underline;
}

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

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

.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: var(--color-primary);
  font-family: var(--font-heading);
  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;
}

.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-panier .alert.error {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
  }
}
.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;
}

.page-Comment-acc .block-reservation .block-contact .box .text--box a {
  font-weight: 600;
}

.page-Comment-acc .block-reservation .block-contact .email-info a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer-resrvation {
  background: var(--color-accent);
}
.footer-resrvation .footer-content {
  display: flex;
  margin: auto;
  max-width: 1440px;
  padding: 36px 0;
  align-items: center;
  width: calc(100% - 24px);
  justify-content: space-between;
  font-size: 12px;
}
.footer-resrvation .footer-payment {
  font-size: min(max(16px, 1.2vw), 20px);
  font-family: var(--font-heading);
  display: flex;
  align-items: center;
}
.footer-resrvation .footer-payment img {
  margin-left: 16px;
}
@media (max-width: 800px) {
  .footer-resrvation .footer-content {
    padding: 15px 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .footer-resrvation .footer-payment {
    flex-wrap: wrap;
    column-gap: 15px;
    justify-content: center;
  }
  .footer-resrvation .footer-payment img {
    margin: 7px 0 5px;
    max-width: 50vw;
  }
}

#tns2-ow {
  width: 100%;
}

#newsletter-notif {
  color: red;
}

.hidedelete {
  display: none;
}

.numerodechambre label {
  font-size: 16px !important;
}


.slider_section3 .price p,
.fiche-massage-detail .price p {
  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;
}

@media screen and (min-width: 992px) {
  .page-panier .mon-panier .calendrier .fc-day-header > div .day:hover {
    background-color: var(--color-primary);
    border-radius: 100px;
    color: #fff !important;
    left: 7px;
    margin: 0 !important;
    padding: 6px 2px;
    position: relative;
    width: 30px;
  }
}
.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 var(--color-white);
  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: var(--font-heading);
  color: var(--color-white);
  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: var(--color-white);
  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 var(--color-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 235px;
  position: absolute;
  bottom: 80px;
  right: 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;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--color-white);
  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 var(--color-white);
  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: var(--color-white);
  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-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: 13px 14px;
  border: none;
  border-radius: 100px;
  margin-top: 6px;
  font-size: 16px;
  width: 60%;
}
.numerochambre input::placeholder {
  color: var(--color-primary);
  opacity: 1;
}

.iti {
  width: 100%;
}

.namereservation {
  width: 100% !important;
}

.title-gratuit {
  display: flex;
  justify-content: space-between;
}

.title-gratuit span {
  color: var(--color-primary);
}

.hotelText {
  color: red;
  font-style: italic;
  font-size: 13px;
}

.reserveaufemme {
  font-size: 13px;
  color: #ED2939;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 12px;
}

.reserveaufemme.fiche-pr {
  font-size: 11px;
}

.reserveaufemme.step1-res.step2-res {
  margin-left: 43px;
}

/* css account  */
.mon_compte.container {
  display: flex;
  /* flex-direction: column; */
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
  margin-inline: auto;
  width: calc(100% - 2rem);
}

.mon_compte .card {
  background: var(--color-background);
  border-radius: 20px;
  width: 100%;
  color: var(--color-primary);
  padding: 1.5rem;
}

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

.mon_compte input::placeholder {
  color: var(--color-black);
}

.mon_compte .card-title {
  font-size: 28px;
  font-family: var(--font-heading);
}

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

.form-group,
.input-group {
  margin-bottom: 30px;
  position: relative;
}

.ss-main:focus {
  box-shadow: none !important;
}

.ss-content .ss-list .ss-option:hover {
  background-color: #20454D !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  background-color: #20454D !important;
}

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

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

.mon_compte .btn {
  font-size: min(max(16px, 1.2vw), 20px);
  padding: 9px 22px;
}

.mon_compte .btn-secondary {
  width: 100%;
  max-width: 350px;
  text-transform: unset;
}

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

.mon_compte .forgot-link {
  font-size: 0.75rem;
  color: var(--color-black);
  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 .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 inscption   */
.inscription_compte {
  padding-top: 45px;
  margin-bottom: 105px;
}

.inscription_compte .container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

.inscription_compte .title {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.inscription_compte .form-container {
  width: 100%;
  max-width: 1116px;
  box-sizing: border-box;
  padding: 2rem 5rem;
  background: var(--color-background);
  border-radius: 20px;
  color: var(--color-primary);
}

.inscription_compte .form-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--font-heading);
  margin-bottom: 2rem;
}

.inscription_compte.mes_informations .form-title {
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font-heading);
  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-row {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}

.inscription_compte input::placeholder {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #374151;
  text-transform: uppercase;
}

.form-labelciv {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.form-labelciv label {
  font-size: 1rem;
  display: block;
}

.inscription_compte .radio-group {
  display: flex;
  gap: 1rem;
}

.inscription_compte .radio-label {
  display: flex;
  align-items: center;
  font-size: 0, 55rem;
}

.inscription_compte .radio-label input {
  margin-right: 0.25rem;
}

.inscription_compte .phone-input-container .iti {
  width: 100% !important;
}

.inscription_compte .country-code {
  display: flex;
  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;
  border-radius: 100px;
}

.iti--allow-dropdown .iti__country-container {
  left: 2px !important;
}

.inscription_compte .phone-input:focus {
  box-shadow: none;
}

.inscription_compte .select-container {
  position: relative;
}

.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 {
  font-size: 20px;
  padding: 5px 25px;
  margin: 0 auto;
  display: block;
}

.inscription_compte .required-notice {
  text-align: right;
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .inscription_compte .form-row {
    gap: 0;
  }
  .inscription_compte .form-container {
    padding: 1rem;
  }
}
/* Responsive styles */
.menu_compte {
  width: 1116px;
  max-width: 95VW;
  background-color: white;
  margin: auto;
}

.menu_compte .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px;
  background: var(--color-white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  margin-bottom: 18px;
  text-decoration: none;
  padding: 21px 30px;
  border-radius: 100px;
}

.menu_compte .menu-item:hover {
  background: #FFF4F4;
  color: #b30000;
  cursor: pointer;
}

.menu_compte .menu-item span {
  text-decoration: none;
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.menu_compte .logout {
  background: #FFF4F4;
  color: #b30000;
}

.menu_compte .logout i {
  color: #d11a2a;
}

/* table mes reservations */
.container_cpt_reservations {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  background: var(--color-white);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

.container_cpt_reservations h1 {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 41px 0 22px 0;
  border-bottom: 1px solid #eaeaea;
}

.container_cpt_reservations .reservations-table {
  background-color: var(--color-white);
  overflow: auto;
  width: 100%;
}

.container_cpt_reservations .table-cell.prix {
  color: var(--color-primary);
  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: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  background-color: var(--color-primary);
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.container_cpt_reservations .title_reservations a:hover {
  background-color: var(--color-primary);
}

.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: var(--color-black);
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.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: var(--color-white);
  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: var(--color-white);
  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: var(--color-white);
  background-color: var(--color-primary);
}

.container_cpt_reservations .cancelled,
.container_cpt_reservations .en_attente {
  color: var(--color-white);
  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: var(--color-primary);
  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;
}

/* 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: var(--color-white);
  font-size: 20px;
  color: var(--color-white);
  font-weight: 400;
  max-width: 267px;
  width: 100%;
  background: var(--color-primary);
  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: var(--color-white);
  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: var(--color-primary);
}

@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;
  }
}
.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: var(--color-black);
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

@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: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  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: var(--color-black);
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}

.cadeuxabonnement .grid-container .card-button {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  color: var(--color-black);
  text-transform: uppercase;
  background-color: #E3E3E3;
  /* padding: 5px 26px; */
  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: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.nav_login {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  margin-top: 17px;
}

.nav_login a,
.nav_login {
  color: var(--color-accent);
  font-size: min(max(12px, 0.7vw), 14px);
}

.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;
  }
}
@media (min-width: 414px) {
  .navlogin {
    margin: 7px 0;
    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;
}

/* Loading spinner styles */
#loading-indicator .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  color: var(--color-primary);
}

#loading-indicator .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
:root {
  /* Color Palette */
  --color-primary: #20454D;
  --color-secondary: #FEE2D5;
  --color-accent: #D29E89;
  --color-text: #5d5d5d;
  --color-background: #FFF5F1;
  --color-white: #FFFFFF;
  --color-black: #000000;
  /* Font Families */
  --font-heading: "DM Serif Display", serif;
  --font-body: "Poppins", sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

body a {
  color: var(--color-black);
  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;
  }
}

/*# sourceMappingURL=main.css.map */
