@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body:not(.fl-builder-edit) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
a {
  display: inline-block;
  transition: all 0.5s;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg_base {
  background-color: #334B3D;
}
.bg_base h1, .bg_base h2, .bg_base h3, .bg_base h4, .bg_base h5, .bg_base h6, .bg_base p, .bg_base .titre-mise-en-avant, .bg_base .titre-mise-en-avant > strong, .bg_base .contenu ul li, .bg_base.bloc_contenu ul li, .bg_base .toggle-more {
  color: #FFFFFF;
}
.bg_base .titres_plus_texte p a {
  text-decoration: underline;
  color: white !important;
}
.bg_base .titres_plus_texte p a:hover {
  color: #B2D06C !important;
}
.bg_blanc {
  background-color: white;
}
.bg_gris {
  background-color: #E6EDEA;
}
.bg_grisclair {
  background-color: #F3F5F4;
}
.bg_orange {
  background-color: #E2A219;
}
.bg_vertclair {
  background-color: #B2D06C;
}
.bg_vertclair h1, .bg_vertclair h2, .bg_vertclair h3, .bg_vertclair h4, .bg_vertclair h5, .bg_vertclair h6, .bg_vertclair p, .bg_vertclair .titre-mise-en-avant, .bg_vertclair .titre-mise-en-avant > strong, .bg_vertclair .contenu ul li, .bg_vertclair.bloc_contenu ul li {
  color: #FFFFFF;
}
.bg_vertmedium {
  background-color: #5D7A69;
}
.bg_vertmedium h1, .bg_vertmedium h2, .bg_vertmedium h3, .bg_vertmedium h4, .bg_vertmedium h5, .bg_vertmedium h6, .bg_vertmedium p, .bg_vertmedium .titre-mise-en-avant, .bg_vertmedium .titre-mise-en-avant > strong, .bg_vertmedium .contenu ul li, .bg_vertmedium.bloc_contenu ul li {
  color: #FFFFFF;
}
.bg_vertmedium .titre-mise-en-avant > em {
  color: #B2D06C;
}
.bg_vertfonce {
  background-color: #293E32;
}
.bg_vertfonce h1, .bg_vertfonce h2, .bg_vertfonce h3, .bg_vertfonce h4, .bg_vertfonce h5, .bg_vertfonce h6, .bg_vertfonce p, .bg_vertfonce .titre-mise-en-avant, .bg_vertfonce .titre-mise-en-avant > strong, .bg_vertfonce .contenu ul li, .bg_vertfonce.bloc_contenu ul li {
  color: #FFFFFF;
}
.bg_vertfonce .titre-mise-en-avant > em {
  color: #B2D06C;
}
.btn_vert_clair {
  background-color: #B2D06C;
  color: #FFFFFF;
  border-radius: 50%;
}
.btn_orange {
  background-color: #E2A219;
  color: #FFFFFF;
  border-radius: 50%;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
/* remplacement tardif de la police */
body {
  font-family: "Poppins", sans-serif;
}
p {
  color: #5D7A69;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 185%;
  letter-spacing: 0.26px;
  margin-bottom: 15px;
}
p a {
  color: #334B3D;
  text-decoration: underline;
}
p a:hover {
  color: #E2A219;
}
.contenu ul, .bloc_sur_image ul, .fullimage_bloctexte ul, .colonnes_moitie_et_moitie_small ul {
  margin-bottom: 15px;
}
.contenu ul li, .bloc_sur_image ul li, .fullimage_bloctexte ul li, .colonnes_moitie_et_moitie_small ul li {
  color: #5D7A69;
  font-size: 13px;
  font-style: normal;
  line-height: 185%;
  font-weight: 300;
  letter-spacing: 0.26px;
  list-style: outside disc;
  padding-left: 10px;
  margin-left: 20px;
}
.contenu ul li strong, .bloc_sur_image ul li strong, .fullimage_bloctexte ul li strong, .colonnes_moitie_et_moitie_small ul li strong {
  font-weight: 500;
}
.fullimage_bloctexte ul li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #5D7A69;
  font-family: "raleway";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.titre-mise-en-avant {
  color: #5D7A69;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  font-family: "ivymode";
  margin-bottom: 17px;
}
.titre-mise-en-avant strong, .titre-mise-en-avant b {
  font-weight: 400 !important;
}
.titre-mise-en-avant i, .titre-mise-en-avant em {
  color: #E2A219;
  font-weight: 400;
  font-style: normal;
}
#breadcrumbs {
  text-transform: uppercase;
  font-family: "raleway";
  font-size: 11px;
  text-align: left;
}
#breadcrumbs a {
  text-decoration: none;
  color: #334B3D;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs strong {
  font-weight: 700;
}
.cta {
  color: #5D7A69;
  text-align: center;
  font-family: "raleway";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 32px;
  display: inline-flex;
  border-radius: 16px;
  border: 1px solid #5D7A69;
  padding: 0 17px;
  align-items: center;
  transition: all ease 0.5s;
}
.cta:hover {
  background-color: #334B3D;
  border: 1px solid #334B3D;
  color: white;
}
.cta.bleu {
  color: white;
  background: #334B3D;
  border: 0;
}
.cta.bleu:hover {
  background-color: white;
  border: 1px solid #334B3D;
  color: #334B3D;
}
.cta.vertmedium {
  color: white;
  background: #5D7A69;
  border: 0;
}
.cta.vertmedium:hover {
  background-color: white;
  border: 1px solid #5D7A69;
  color: #5D7A69;
}
.cta.rouge {
  color: white;
  background: #E2A219;
  border: 0;
}
.cta.rouge:hover {
  background-color: white;
  border: 1px solid #E2A219;
  color: #E2A219;
}
.cta.blanc {
  color: white;
  border: 1px solid #FFF;
  background: transparent;
}
.cta.blanc:hover {
  background-color: white;
  border: 1px solid #334B3D;
  color: #334B3D;
}
.cta.blancbis {
  background-color: white;
  border: 1px solid #334B3D;
  color: #334B3D;
}
.cta.blancbis:hover {
  color: white;
  border: 1px solid #FFF;
  background: transparent;
}
.wpcf7 p {
  margin-bottom: 15px;
}
.wpcf7-text, .wpcf7-textarea {
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #EEE;
  background: #F6F6F6;
  color: #314F56;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.wpcf7-text.wpcf7-not-valid, .wpcf7-textarea.wpcf7-not-valid {
  background-color: #ffd3d3;
}
.wpcf7-textarea {
  resize: none;
  height: 150px;
  padding: 15px 20px;
}
.wpcf7-submit {
  height: 54px;
  padding: 0 25px;
  border-radius: 27px;
  border: 1px solid #FFF;
  background: #334B3D;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  cursor: pointer;
}
.wpcf7-submit:hover {
  background-color: #E2A219;
}
.contactez_nous h1, .contactez_nous h2, .contactez_nous h3, .contactez_nous h4, .contactez_nous h5, .contactez_nous h6, .infos_camping h1, .infos_camping h2, .infos_camping h3, .infos_camping h4, .infos_camping h5, .infos_camping h6, .documents h1, .documents h2, .documents h3, .documents h4, .documents h5, .documents h6, .comment_venir h1, .comment_venir h2, .comment_venir h3, .comment_venir h4, .comment_venir h5, .comment_venir h6 {
  color: #334B3D;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
  font-family: "ivymode";
  margin-bottom: 17px;
  text-transform: none;
}
.contactez_nous h1 strong, .contactez_nous h1 b, .contactez_nous h2 strong, .contactez_nous h2 b, .contactez_nous h3 strong, .contactez_nous h3 b, .contactez_nous h4 strong, .contactez_nous h4 b, .contactez_nous h5 strong, .contactez_nous h5 b, .contactez_nous h6 strong, .contactez_nous h6 b, .infos_camping h1 strong, .infos_camping h1 b, .infos_camping h2 strong, .infos_camping h2 b, .infos_camping h3 strong, .infos_camping h3 b, .infos_camping h4 strong, .infos_camping h4 b, .infos_camping h5 strong, .infos_camping h5 b, .infos_camping h6 strong, .infos_camping h6 b, .documents h1 strong, .documents h1 b, .documents h2 strong, .documents h2 b, .documents h3 strong, .documents h3 b, .documents h4 strong, .documents h4 b, .documents h5 strong, .documents h5 b, .documents h6 strong, .documents h6 b, .comment_venir h1 strong, .comment_venir h1 b, .comment_venir h2 strong, .comment_venir h2 b, .comment_venir h3 strong, .comment_venir h3 b, .comment_venir h4 strong, .comment_venir h4 b, .comment_venir h5 strong, .comment_venir h5 b, .comment_venir h6 strong, .comment_venir h6 b {
  font-weight: 400 !important;
}
.contactez_nous h1 i, .contactez_nous h1 em, .contactez_nous h2 i, .contactez_nous h2 em, .contactez_nous h3 i, .contactez_nous h3 em, .contactez_nous h4 i, .contactez_nous h4 em, .contactez_nous h5 i, .contactez_nous h5 em, .contactez_nous h6 i, .contactez_nous h6 em, .infos_camping h1 i, .infos_camping h1 em, .infos_camping h2 i, .infos_camping h2 em, .infos_camping h3 i, .infos_camping h3 em, .infos_camping h4 i, .infos_camping h4 em, .infos_camping h5 i, .infos_camping h5 em, .infos_camping h6 i, .infos_camping h6 em, .documents h1 i, .documents h1 em, .documents h2 i, .documents h2 em, .documents h3 i, .documents h3 em, .documents h4 i, .documents h4 em, .documents h5 i, .documents h5 em, .documents h6 i, .documents h6 em, .comment_venir h1 i, .comment_venir h1 em, .comment_venir h2 i, .comment_venir h2 em, .comment_venir h3 i, .comment_venir h3 em, .comment_venir h4 i, .comment_venir h4 em, .comment_venir h5 i, .comment_venir h5 em, .comment_venir h6 i, .comment_venir h6 em {
  color: #B2D06C;
  font-weight: 400;
  font-style: normal;
}
.toggle-more {
  font-family: "raleway";
  font-size: 13px;
  color: #334B3D;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
.toggle-more:hover {
  color: #E2A219;
}
section.noPaddingTop {
  padding-top: 0;
}
.marge_me {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .marge_me {
    padding-bottom: 130px;
  }
  .contenu ul li, .bloc_sur_image ul li, .fullimage_bloctexte ul li, .colonnes_moitie_et_moitie_small ul li {
    font-size: 15px;
    line-height: 168%;
    letter-spacing: 0.48px;
  }
  .contenu ul li a, .bloc_sur_image ul li a, .fullimage_bloctexte ul li a, .colonnes_moitie_et_moitie_small ul li a {
    color: #334B3D;
    text-decoration: underline;
  }
  p {
    font-size: 16px;
    line-height: 168%;
    letter-spacing: 0.48px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
  }
  .titre-mise-en-avant {
    font-size: 45px;
  }
  .titre-mise-en-avant strong, .titre-mise-en-avant b, .titre-mise-en-avant i, .titre-mise-en-avant em {
    font-size: 45px;
  }
  .cta {
    font-size: 14px;
    letter-spacing: 1.4px;
    height: 52px;
    border-radius: 26px;
    padding: 0 25px;
  }
  .contactez_nous h1, .contactez_nous h2, .contactez_nous h3, .contactez_nous h4, .contactez_nous h5, .contactez_nous h6, .infos_camping h1, .infos_camping h2, .infos_camping h3, .infos_camping h4, .infos_camping h5, .infos_camping h6, .documents h1, .documents h2, .documents h3, .documents h4, .documents h5, .documents h6, .comment_venir h1, .comment_venir h2, .comment_venir h3, .comment_venir h4, .comment_venir h5, .comment_venir h6 {
    font-size: 45px;
  }
  .contactez_nous h1 strong, .contactez_nous h1 b, .contactez_nous h1 i, .contactez_nous h1 em, .contactez_nous h2 strong, .contactez_nous h2 b, .contactez_nous h2 i, .contactez_nous h2 em, .contactez_nous h3 strong, .contactez_nous h3 b, .contactez_nous h3 i, .contactez_nous h3 em, .contactez_nous h4 strong, .contactez_nous h4 b, .contactez_nous h4 i, .contactez_nous h4 em, .contactez_nous h5 strong, .contactez_nous h5 b, .contactez_nous h5 i, .contactez_nous h5 em, .contactez_nous h6 strong, .contactez_nous h6 b, .contactez_nous h6 i, .contactez_nous h6 em, .infos_camping h1 strong, .infos_camping h1 b, .infos_camping h1 i, .infos_camping h1 em, .infos_camping h2 strong, .infos_camping h2 b, .infos_camping h2 i, .infos_camping h2 em, .infos_camping h3 strong, .infos_camping h3 b, .infos_camping h3 i, .infos_camping h3 em, .infos_camping h4 strong, .infos_camping h4 b, .infos_camping h4 i, .infos_camping h4 em, .infos_camping h5 strong, .infos_camping h5 b, .infos_camping h5 i, .infos_camping h5 em, .infos_camping h6 strong, .infos_camping h6 b, .infos_camping h6 i, .infos_camping h6 em, .documents h1 strong, .documents h1 b, .documents h1 i, .documents h1 em, .documents h2 strong, .documents h2 b, .documents h2 i, .documents h2 em, .documents h3 strong, .documents h3 b, .documents h3 i, .documents h3 em, .documents h4 strong, .documents h4 b, .documents h4 i, .documents h4 em, .documents h5 strong, .documents h5 b, .documents h5 i, .documents h5 em, .documents h6 strong, .documents h6 b, .documents h6 i, .documents h6 em, .comment_venir h1 strong, .comment_venir h1 b, .comment_venir h1 i, .comment_venir h1 em, .comment_venir h2 strong, .comment_venir h2 b, .comment_venir h2 i, .comment_venir h2 em, .comment_venir h3 strong, .comment_venir h3 b, .comment_venir h3 i, .comment_venir h3 em, .comment_venir h4 strong, .comment_venir h4 b, .comment_venir h4 i, .comment_venir h4 em, .comment_venir h5 strong, .comment_venir h5 b, .comment_venir h5 i, .comment_venir h5 em, .comment_venir h6 strong, .comment_venir h6 b, .comment_venir h6 i, .comment_venir h6 em {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .titre-mise-en-avant {
    font-size: 64px;
  }
  .titre-mise-en-avant strong, .titre-mise-en-avant b, .titre-mise-en-avant i, .titre-mise-en-avant em {
    font-size: 64px;
  }
  .contactez_nous h1, .contactez_nous h2, .contactez_nous h3, .contactez_nous h4, .contactez_nous h5, .contactez_nous h6, .infos_camping h1, .infos_camping h2, .infos_camping h3, .infos_camping h4, .infos_camping h5, .infos_camping h6, .documents h1, .documents h2, .documents h3, .documents h4, .documents h5, .documents h6, .comment_venir h1, .comment_venir h2, .comment_venir h3, .comment_venir h4, .comment_venir h5, .comment_venir h6 {
    font-size: 64px;
  }
  .contactez_nous h1 strong, .contactez_nous h1 b, .contactez_nous h1 i, .contactez_nous h1 em, .contactez_nous h2 strong, .contactez_nous h2 b, .contactez_nous h2 i, .contactez_nous h2 em, .contactez_nous h3 strong, .contactez_nous h3 b, .contactez_nous h3 i, .contactez_nous h3 em, .contactez_nous h4 strong, .contactez_nous h4 b, .contactez_nous h4 i, .contactez_nous h4 em, .contactez_nous h5 strong, .contactez_nous h5 b, .contactez_nous h5 i, .contactez_nous h5 em, .contactez_nous h6 strong, .contactez_nous h6 b, .contactez_nous h6 i, .contactez_nous h6 em, .infos_camping h1 strong, .infos_camping h1 b, .infos_camping h1 i, .infos_camping h1 em, .infos_camping h2 strong, .infos_camping h2 b, .infos_camping h2 i, .infos_camping h2 em, .infos_camping h3 strong, .infos_camping h3 b, .infos_camping h3 i, .infos_camping h3 em, .infos_camping h4 strong, .infos_camping h4 b, .infos_camping h4 i, .infos_camping h4 em, .infos_camping h5 strong, .infos_camping h5 b, .infos_camping h5 i, .infos_camping h5 em, .infos_camping h6 strong, .infos_camping h6 b, .infos_camping h6 i, .infos_camping h6 em, .documents h1 strong, .documents h1 b, .documents h1 i, .documents h1 em, .documents h2 strong, .documents h2 b, .documents h2 i, .documents h2 em, .documents h3 strong, .documents h3 b, .documents h3 i, .documents h3 em, .documents h4 strong, .documents h4 b, .documents h4 i, .documents h4 em, .documents h5 strong, .documents h5 b, .documents h5 i, .documents h5 em, .documents h6 strong, .documents h6 b, .documents h6 i, .documents h6 em, .comment_venir h1 strong, .comment_venir h1 b, .comment_venir h1 i, .comment_venir h1 em, .comment_venir h2 strong, .comment_venir h2 b, .comment_venir h2 i, .comment_venir h2 em, .comment_venir h3 strong, .comment_venir h3 b, .comment_venir h3 i, .comment_venir h3 em, .comment_venir h4 strong, .comment_venir h4 b, .comment_venir h4 i, .comment_venir h4 em, .comment_venir h5 strong, .comment_venir h5 b, .comment_venir h5 i, .comment_venir h5 em, .comment_venir h6 strong, .comment_venir h6 b, .comment_venir h6 i, .comment_venir h6 em {
    font-size: 64px;
  }
}
/*!
 * Bootstrap Grid v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #E2A219;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1540px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.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.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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: 1024px) {
  .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.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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: 1600px) {
  .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.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
}
.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-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: 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-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-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 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;
}
.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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: 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-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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !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: 1024px) {
  .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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 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: 1600px) {
  .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-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: 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-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 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;
  }
}
#header #logo_header img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
#header .burger_menu {
  font-size: 31px;
}
#header .burger_menu .fa-xmark-large {
  display: none;
}
#header .burger_menu.open .fa-bars-sort {
  display: none;
}
#header .burger_menu.open .fa-xmark-large {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .mb {
    padding-bottom: 50px;
  }
}
#swipebox-overlay {
  z-index: 999999 !important;
}
/*section {
    overflow-x: hidden;
}
*/
/* Conteneur scrollable sur mobile uniquement */
@media screen and (max-width: 768px) {
  /* Scrollbar personnalisée */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table {
    min-width: 500px;
    /* pour éviter le rétrécissement */
  }
  .table-responsive::-webkit-scrollbar {
    height: 8px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #F3F5F4;
    border-radius: 10px;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background: #F3F5F4;
    border-radius: 10px;
  }
}
/* Style du tableau */
.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #334B3D;
  border: 1px solid #F3F5F4;
  background-color: #ffffff;
}
/* En-tête */
.table thead {
  background-color: #F3F5F4;
  font-weight: 700;
}
.table th {
  padding: 12px 16px;
  border: 1px solid #F3F5F4;
  text-align: left;
  font-weight: 700;
  color: #334B3D;
}
/* Contenu */
.table td {
  padding: 12px 16px;
  border: 1px solid #F3F5F4;
  font-weight: 500;
}
/* Lignes alternées (subtil) */
.table tbody tr:nth-child(even) {
  background-color: #F3F5F4;
}
.table tbody tr:hover {
  background-color: #E2A219;
  color: white;
}
body.noscroll {
  overflow: hidden;
  height: 100vh;
}
#header #top_header {
  background: #B2D06C;
  padding: 5px 0;
}
#header #top_header p {
  color: #334B3D;
  text-align: center;
  font-family: "raleway";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
}
#header #bottom_header {
  transition: all 0.25s ease;
  position: relative;
  padding: 8px 25px;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2.54px 7.619px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
#header #bottom_header #logo_header img {
  width: auto;
  height: 26px;
  display: block;
}
#header #bottom_header .bloc_droite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#header #bottom_header .bloc_droite a {
  color: #334B3D;
  font-size: 17px;
}
#header #bottom_header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
#header .wpml-ls-legacy-dropdown {
  width: auto !important;
}
#header #main-navigation {
  display: none;
}
#header .burger_menu .fa-xmark-large {
  display: none;
}
#header .petites_actions_mobile {
  display: flex;
  gap: 13px;
  margin-top: 27px;
}
#header .petites_actions_mobile a {
  height: 35px;
  width: 35px;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "raleway";
  color: white;
}
#header .petites_actions_mobile a:hover {
  background-color: #E2A219;
  color: white !important;
}
#header .petites_actions_mobile a.reserver {
  width: auto;
  padding: 0 22px;
  border-radius: 18px;
  gap: 18px;
}
@media (max-width: 1023px) {
  #header #main-navigation {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background-color: #5D7A69;
    z-index: 4;
    padding: 15px 15px 46px 15px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* iOS */
  }
  #header #main-navigation #primary-menu {
    display: flex;
    flex-direction: column;
  }
  #header #main-navigation #primary-menu > li {
    border-bottom: 1px solid #262626;
    position: relative;
  }
  #header #main-navigation #primary-menu > li a {
    color: white;
    font-family: "raleway";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 10px;
    display: flex;
    position: relative;
  }
  #header #main-navigation #primary-menu > li a:hover {
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li.current-menu-ancestor > a, #header #main-navigation #primary-menu > li.current_page_item > a {
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li > .sub-menu {
    display: none;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li {
    padding: 0 15px;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li.current_page_item > a {
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li > a {
    font-size: 14px;
    white-space: nowrap;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li > a:hover {
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li:last-child {
    border: 0;
  }
  #header #main-navigation #primary-menu > li.active > .sub-menu {
    display: block;
  }
  #header #main-navigation #primary-menu > li.menu-item-has-children > a {
    position: relative;
  }
  #header #main-navigation #primary-menu > li.menu-item-has-children span {
    color: white;
    font-style: normal;
    font-family: "Font Awesome 7 Pro";
    font-weight: 300;
    /* solid */
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
  }
  #header #main-navigation #primary-menu > li.menu-item-has-children span:after {
    content: "+";
  }
  #header #main-navigation #primary-menu > li.menu-item-has-children.active > a:after {
    content: "";
    /* chevron-down */
  }
  #header #main-navigation.open {
    display: block;
  }
}
@media (min-width: 1024px) {
  #header #top_header {
    padding: 11px 0;
  }
  #header #bottom_header {
    height: auto;
    padding: 0 15px;
    background: #FFF;
  }
  #header #bottom_header .bloc_droite {
    flex-direction: column;
    align-items: end;
  }
  #header .petites_actions {
    display: flex;
    gap: 13px;
  }
  #header .petites_actions a {
    height: 38px;
    width: 38px;
    border: 1px solid #334B3D;
    border-radius: 50%;
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "raleway";
  }
  #header .petites_actions a:hover {
    background-color: #334B3D;
    color: white !important;
  }
  #header .petites_actions a.user {
    font-size: 13px !important;
  }
  #header .petites_actions a.phone {
    font-size: 13px !important;
  }
  #header .petites_actions a.reserver {
    color: #E2A219 !important;
    border-color: #E2A219;
    width: auto;
    padding: 0 18px 0 22px;
    border-radius: 24px;
    font-size: 13px !important;
    gap: 10px;
    font-weight: 600;
  }
  #header .petites_actions a.reserver i {
    font-size: 13px;
  }
  #header .petites_actions a.reserver:hover {
    background-color: #E2A219;
    color: white !important;
  }
  #header #main-navigation {
    display: block;
  }
  #header #main-navigation #primary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: clamp(5px, 1vw, 20px);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #header #main-navigation #primary-menu > li {
    position: relative;
    flex: 0 1 auto;
    white-space: nowrap;
  }
  #header #main-navigation #primary-menu > li a {
    color: #334B3D;
    font-family: "raleway";
    font-size: clamp(10px, 0.85vw, 12px);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.36px;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  #header #main-navigation #primary-menu > li a:hover {
    color: #E2A219;
  }
  #header #main-navigation #primary-menu > li > a {
    line-height: 80px;
    display: inline-flex;
    align-items: center;
  }
  #header #main-navigation #primary-menu > li.current-menu-ancestor > a, #header #main-navigation #primary-menu > li.current_page_item > a {
    color: #5D7A69;
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    content: "";
    margin-left: 0.5em;
    font-size: 0.8em;
    display: inline-block;
    flex-shrink: 0;
  }
  #header #main-navigation #primary-menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #EF7048;
    border-top: 0;
    padding: 15px 30px;
    z-index: 999;
    background: #FFF;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li {
    padding: 8px 0;
    border-bottom: 1px solid #E6EDEA;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li.current_page_item > a {
    color: #5D7A69;
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li > a {
    font-size: 12px;
    white-space: nowrap;
    line-height: normal;
    display: block;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li > a:hover {
    color: #B2D06C;
    font-weight: 700;
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li:last-child {
    border: 0;
  }
  #header #main-navigation #primary-menu > li:hover > .sub-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  #header {
    /*#main-navigation{
            #primary-menu{
                > li{
                    a{
                        font-size: 14px;
                    }
                }
            }
        }*/
  }
  #header #main-navigation #primary-menu > li > .sub-menu > li > a {
    font-size: 16px;
  }
  #header #bottom_header .bloc_droite {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  #header .petites_actions a {
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  #header .petites_actions a.user {
    font-size: 22px !important;
  }
  #header .petites_actions a.phone {
    font-size: 20px !important;
  }
  #header .petites_actions a.reserver {
    font-size: 18px !important;
  }
  #header .petites_actions a.reserver i {
    font-size: 22px !important;
  }
  #header #bottom_header {
    padding: 0 43px;
  }
  #header #bottom_header #logo_header img {
    height: 59px;
  }
  #header #main-navigation #primary-menu {
    /*gap: 28px;*/
  }
  #header #main-navigation #primary-menu > li a {
    font-size: 18px;
  }
}
.fullimage_bloctexte {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-size: cover;
  background-position: center center;
}
.fullimage_bloctexte:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  content: " ";
  opacity: 0.3;
}
.fullimage_bloctexte .bloc_de_texte {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  text-align: center;
}
.fullimage_bloctexte .bloc_de_texte #breadcrumbs {
  text-align: center;
}
.fullimage_bloctexte .bloc_de_texte .titres_plus_texte p {
  text-align: center;
}
.fullimage_bloctexte .bloc_de_texte .titres_plus_texte p strong, .fullimage_bloctexte .bloc_de_texte .titres_plus_texte p b {
  font-weight: 700;
}
.fullimage_bloctexte .bloc_de_texte .titres_plus_texte p a {
  color: #334B3D;
  text-decoration: underline;
}
.fullimage_bloctexte .bloc_de_texte .titres_plus_texte p a:hover {
  color: #E2A219;
}
.fullimage_bloctexte .bloc_de_texte .toggle-more {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  color: #334B3D;
}
.fullimage_bloctexte .bloc_de_texte.bg_base #breadcrumbs a, .fullimage_bloctexte .bloc_de_texte.bg_base .toggle-more {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .fullimage_bloctexte {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  .fullimage_bloctexte .bloc_de_texte {
    border-radius: 20px;
  }
  .fullimage_bloctexte .bloc_de_texte .titres_plus_texte .titre-mise-en-avant {
    margin-bottom: 30px;
  }
  .fullimage_bloctexte .suite {
    display: block !important;
  }
  .fullimage_bloctexte .toggle-more {
    display: none;
  }
}
.fullimage_bloctexte_couleur {
  position: relative;
  padding-top: 230px;
}
.fullimage_bloctexte_couleur .bg_img {
  position: absolute;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 308px;
}
.fullimage_bloctexte_couleur .bloc_de_texte {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  text-align: center;
}
.fullimage_bloctexte_couleur .bloc_de_texte.bg_base .titre-mise-en-avant em, .fullimage_bloctexte_couleur .bloc_de_texte.bg_base .titre-mise-en-avant i {
  color: #B2D06C;
}
.fullimage_bloctexte_couleur .bloc_de_texte #breadcrumbs {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0;
}
.fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte {
  padding-top: 50px;
  padding-bottom: 30px;
}
.fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte p {
  text-align: center;
}
.fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte p strong, .fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte p b {
  font-weight: 700;
}
.fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte p a {
  color: #334B3D;
  text-decoration: underline;
}
.fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte p a:hover {
  color: #E2A219;
}
.fullimage_bloctexte_couleur .bloc_de_texte .toggle-more {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  text-transform: uppercase;
  color: #334B3D;
}
.fullimage_bloctexte_couleur .bloc_de_texte.bg_base #breadcrumbs a, .fullimage_bloctexte_couleur .bloc_de_texte.bg_base .toggle-more {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .fullimage_bloctexte_couleur {
    padding-top: 469px;
  }
  .fullimage_bloctexte_couleur .bg_img {
    height: 546px;
  }
  .fullimage_bloctexte_couleur .bloc_de_texte {
    border-radius: 20px;
  }
  .fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte {
    padding-top: 90px;
    padding-bottom: 85px;
  }
  .fullimage_bloctexte_couleur .bloc_de_texte .titres_plus_texte .titre-mise-en-avant {
    margin-bottom: 30px;
  }
  .fullimage_bloctexte_couleur .suite {
    display: block !important;
  }
  .fullimage_bloctexte_couleur .toggle-more {
    display: none;
  }
}
.colonnes_un_tier_et_deux_tiers {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.colonnes_un_tier_et_deux_tiers p {
  text-align: center;
}
.colonnes_un_tier_et_deux_tiers p strong, .colonnes_un_tier_et_deux_tiers p b {
  font-weight: 500;
}
.colonnes_un_tier_et_deux_tiers .texte_droit p {
  font-size: 15px;
  line-height: 175%;
  margin-bottom: 30px;
}
.colonnes_un_tier_et_deux_tiers .texte_droit p strong {
  font-weight: 500;
}
.colonnes_un_tier_et_deux_tiers .texte_droit p:last-of-type {
  margin-bottom: 23px;
}
.colonnes_un_tier_et_deux_tiers .btn_desktop {
  padding: 17px 17px 0;
}
@media (min-width: 1024px) {
  .colonnes_un_tier_et_deux_tiers {
    text-align: start;
    padding-top: 92px;
  }
  .colonnes_un_tier_et_deux_tiers p {
    text-align: start;
  }
  .colonnes_un_tier_et_deux_tiers h1, .colonnes_un_tier_et_deux_tiers h2, .colonnes_un_tier_et_deux_tiers h3, .colonnes_un_tier_et_deux_tiers h4, .colonnes_un_tier_et_deux_tiers h5, .colonnes_un_tier_et_deux_tiers h6 {
    margin-bottom: 36px;
  }
  .colonnes_un_tier_et_deux_tiers .titre-mise-en-avant {
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 32px;
  }
  .colonnes_un_tier_et_deux_tiers .texte_droit {
    padding-left: 74px;
  }
}
@media (min-width: 1200px) {
  .colonnes_un_tier_et_deux_tiers {
    padding-bottom: 110px;
  }
}
.colonnes_moitie_et_moitie {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.colonnes_moitie_et_moitie p {
  text-align: center;
}
.colonnes_moitie_et_moitie p strong, .colonnes_moitie_et_moitie p b {
  font-weight: 500;
}
.colonnes_moitie_et_moitie .tag {
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.756px;
  /* 126.827% */
  text-transform: uppercase;
  border-radius: 16px;
  background: #334B3D;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
}
.colonnes_moitie_et_moitie.bg_base .tag {
  background-color: white;
  color: #334B3D;
}
.colonnes_moitie_et_moitie .col-12 blockquote {
  border-radius: 20px;
  background-color: #E6EDEA;
  padding: 20px 30px 5px 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.colonnes_moitie_et_moitie .col-12 blockquote p {
  font-style: italic;
}
.colonnes_moitie_et_moitie .col-12 blockquote p:last-child {
  text-align: end;
}
.colonnes_moitie_et_moitie .col-12 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 15px;
}
.colonnes_moitie_et_moitie .col-12 picture {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.colonnes_moitie_et_moitie .col-12 picture:has(+ picture) img {
  margin-bottom: 20px;
}
.colonnes_moitie_et_moitie.bg_base .cta {
  color: white;
  border: 1px solid #FFF;
  background: transparent;
}
.colonnes_moitie_et_moitie #faq .question {
  transition: all 0.3s ease;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #5D7A69;
  margin-bottom: 20px;
  cursor: pointer;
}
.colonnes_moitie_et_moitie #faq .question > p {
  color: #334B3D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.colonnes_moitie_et_moitie #faq .question .reponse {
  display: none;
}
.colonnes_moitie_et_moitie #faq .question .reponse p {
  color: #334B3D;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 168.75% */
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.colonnes_moitie_et_moitie #faq .question .reponse p strong {
  font-weight: 500;
}
.colonnes_moitie_et_moitie #faq .question.open {
  background-color: transparent;
}
.colonnes_moitie_et_moitie #faq .question.open .reponse {
  display: block;
}
.colonnes_moitie_et_moitie .les_pictos {
  border-radius: 20px;
  border: 1px solid rgba(93, 122, 105, 0.5);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  background-color: white;
}
.colonnes_moitie_et_moitie .les_pictos .picto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
}
.colonnes_moitie_et_moitie .les_pictos .picto .img {
  height: 50px;
  max-width: 55px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.colonnes_moitie_et_moitie .les_pictos .picto .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}
.colonnes_moitie_et_moitie .les_pictos .picto span {
  color: #5D7A69;
}
@media (max-width: 1023px) {
  .colonnes_moitie_et_moitie .mb {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .colonnes_moitie_et_moitie {
    text-align: start;
    padding-top: 110px;
    padding-bottom: 60px;
  }
  .colonnes_moitie_et_moitie p {
    text-align: start;
  }
  .colonnes_moitie_et_moitie .col-lg-6:first-child {
    padding-right: 2.25rem;
  }
  .colonnes_moitie_et_moitie .col-lg-6:last-child {
    padding-left: 2.25rem;
  }
  .colonnes_moitie_et_moitie .col-12 blockquote {
    padding: 55px 71px 43px;
    margin-bottom: 50px;
    margin-top: 48px;
  }
  .colonnes_moitie_et_moitie .col-12 picture:has(+ picture) img {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .colonnes_moitie_et_moitie .les_pictos {
    padding: 80px 50px;
    gap: 30px 15px;
    border-radius: 50px;
  }
}
.colonnes_moitie_et_moitie_small {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.colonnes_moitie_et_moitie_small p {
  text-align: center;
}
.colonnes_moitie_et_moitie_small .bloc_arrondi {
  padding: 20px;
  border-radius: 15px;
}
.colonnes_moitie_et_moitie_small .col-12 blockquote {
  border-radius: 20px;
  background-color: #E6EDEA;
  padding: 20px 30px 5px 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.colonnes_moitie_et_moitie_small .col-12 blockquote p {
  font-style: italic;
}
.colonnes_moitie_et_moitie_small .col-12 blockquote p:last-child {
  text-align: end;
}
.colonnes_moitie_et_moitie_small .col-12 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.colonnes_moitie_et_moitie_small .col-12 h2 + p > picture > img {
  margin-top: 25px;
}
.colonnes_moitie_et_moitie_small .col-12 h2 + p + h2 {
  margin-top: 20px;
  margin-bottom: -15px;
}
.colonnes_moitie_et_moitie_small .col-12 picture {
  display: block;
  border-radius: 15px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.colonnes_moitie_et_moitie_small .col-12 picture:has(+ picture) img {
  margin-bottom: 20px;
}
.colonnes_moitie_et_moitie_small.bg_base .cta {
  color: white;
  border: 1px solid #FFF;
  background: transparent;
}
@media (min-width: 1024px) {
  .colonnes_moitie_et_moitie_small {
    text-align: start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .colonnes_moitie_et_moitie_small .bloc_arrondi {
    padding: 50px;
    border-radius: 20px;
  }
  .colonnes_moitie_et_moitie_small p {
    text-align: start;
  }
  .colonnes_moitie_et_moitie_small .col-lg-6:first-child {
    padding-right: 2.25rem;
  }
  .colonnes_moitie_et_moitie_small .col-lg-6:last-child {
    padding-left: 2.25rem;
  }
  .colonnes_moitie_et_moitie_small .col-12 blockquote {
    padding: 55px 71px 43px;
    margin-bottom: 50px;
    margin-top: 48px;
  }
  .colonnes_moitie_et_moitie_small .col-12 picture {
    height: 573px;
  }
  .colonnes_moitie_et_moitie_small .col-12 picture:has(+ picture) img {
    margin-bottom: 40px;
  }
  .colonnes_moitie_et_moitie_small .col-12 img {
    min-height: 573px;
  }
  .colonnes_moitie_et_moitie_small .col-12 h2 + p > picture > img {
    margin-top: 35px;
  }
  .colonnes_moitie_et_moitie_small .col-12 h2 + p + h2 {
    margin-top: 74px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .colonnes_moitie_et_moitie_small .bloc_arrondi {
    padding: 100px 120px;
  }
}
#footer {
  color: white;
}
#footer #secondary-navigation .menu > li {
  margin-bottom: 10px;
}
#footer #secondary-navigation .menu > li > a {
  color: white;
  font-size: 19px;
}
#footer #top_footer {
  background-color: #334B3D;
  padding: 40px 0;
}
#footer #top_footer .menu a {
  font-size: 15px !important;
  opacity: 0.8;
}
#footer #top_footer .menu a:hover {
  color: #E2A219;
}
#footer #top_footer .situation p {
  font-size: 15px;
  opacity: 0.8;
  color: white;
}
#footer #top_footer .situation p a {
  color: white;
}
#footer #top_footer .situation p a:hover {
  color: #E2A219;
}
#footer #top_footer .situation p strong {
  font-weight: 700;
}
#footer #top_footer .cestlacarte {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#footer #top_footer .logo_rs {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
#footer #top_footer #logo_footer {
  text-align: center;
}
#footer #top_footer #logo_footer img {
  height: 55px;
}
#footer #top_footer .les_rs {
  display: flex;
  gap: 15px;
  justify-content: center;
}
#footer #top_footer .les_rs a {
  display: inline-flex;
  color: white;
  width: 40px;
  height: 40px;
  background-color: #293E32;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#footer #top_footer .les_rs a:hover {
  background-color: white;
  color: #E2A219;
}
#footer #top_footer .soustitre {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-bottom: 1px solid #262626;
  display: flex;
  padding: 10px 0 10px 25px;
  margin-bottom: 15px;
  position: relative;
}
#footer #top_footer .soustitre:before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  /* solid */
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 15px;
  display: inline-block;
}
#footer #top_footer nav .menu {
  display: none;
}
#footer #bottom_footer {
  padding: 15px 0 80px;
  background-color: #334B3D;
}
#footer #bottom_footer .container {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#footer #bottom_footer .container .images_paiements {
  flex-direction: row;
  display: flex;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
#footer #bottom_footer .container a {
  color: white;
  text-decoration: underline;
}
#footer #bottom_footer .container a:hover {
  color: #E2A219;
}
#footer #bottom_footer p {
  color: white;
  font-size: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  #footer #top_footer {
    background-color: #334B3D;
  }
  #footer #top_footer #logo_footer img {
    height: 100px;
  }
  #footer #bottom_footer {
    background-color: #293E32;
  }
}
@media (min-width: 1024px) {
  #footer #top_footer .logo_rs {
    flex-direction: row-reverse;
    gap: 30px;
    align-items: center;
    justify-content: start;
  }
  #footer #top_footer .les_rs a {
    background-color: #293E32;
  }
  #footer #top_footer .menu_carte {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
  }
  #footer #top_footer .soustitre {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    border: 0;
  }
  #footer #top_footer .soustitre:before {
    content: "";
  }
  #footer #top_footer #secondary-navigation {
    display: flex;
    gap: 30px;
  }
  #footer #top_footer .menu {
    display: block !important;
  }
  #footer #top_footer .menu a {
    font-size: 19px !important;
  }
  #footer #top_footer .cestlacarte {
    width: 200px;
  }
  #footer #top_footer .situation p {
    font-size: 19px;
    line-height: 200%;
  }
  #footer #bottom_footer {
    padding: 60px 0 160px;
  }
  #footer #bottom_footer .container {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: relative;
  }
  #footer #bottom_footer .container:before {
    content: " ";
    position: absolute;
    top: -197px;
    right: 0;
    width: 139px;
    height: 150px;
    background: transparent url(../img/mascotte.svg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  #footer #top_footer {
    padding: 75px 0;
  }
  #footer #top_footer .logo_rs {
    gap: 110px;
    margin-bottom: 54px;
  }
  #footer #top_footer .cestlacarte {
    width: 369px;
    margin: 0;
    margin-top: -74px;
  }
  #footer #top_footer #secondary-navigation {
    width: 40%;
    gap: 0;
    justify-content: space-between;
  }
}
.bloc_sur_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.bloc_sur_image video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.bloc_sur_image .tag {
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.756px;
  /* 126.827% */
  text-transform: uppercase;
  border-radius: 16px;
  background: #334B3D;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
}
.bloc_sur_image p {
  text-align: center;
}
.bloc_sur_image p strong, .bloc_sur_image p b {
  font-weight: 500;
}
.bloc_sur_image p a {
  text-decoration: underline;
  color: inherit;
}
.bloc_sur_image p a:hover {
  font-weight: bold;
}
.bloc_sur_image .bloc_contenu {
  padding: 60px 20px 58px;
  border-radius: 15px;
  max-width: 745px;
}
.bloc_sur_image .bloc_contenu.bloc_centre {
  max-width: none;
}
.bloc_sur_image .bloc_contenu.bloc_gauche {
  margin-right: auto;
  margin-left: 0;
}
.bloc_sur_image .bloc_contenu.bloc_droite {
  margin-left: auto;
  margin-right: 0;
}
.bloc_sur_image .bloc_contenu.bg_blanc .titre-mise-en-avant em {
  color: #B2D06C;
}
.bloc_sur_image .bloc_contenu .cta {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .bloc_sur_image {
    padding: 163px 24px 148px;
    text-align: start;
  }
  .bloc_sur_image.video {
    /*padding: 0;
      padding-bottom: 90px;*/
  }
  .bloc_sur_image.video .container {
    padding: 100px !important;
    overflow: hidden;
  }
  .bloc_sur_image.video .cta.blanc {
    position: absolute;
    right: 43px;
    bottom: 43px;
  }
  .bloc_sur_image .container {
    position: relative;
  }
  .bloc_sur_image video {
    border-radius: 50px;
  }
  .bloc_sur_image p {
    text-align: start;
  }
  .bloc_sur_image .bloc_contenu {
    padding: 57px 72px 80px;
    border-radius: 50px;
  }
  .bloc_sur_image .bloc_contenu .cta {
    margin-top: 16px;
  }
}
.diaporama_3_colonnes {
  padding-top: 50px;
  padding-bottom: 50px;
}
.diaporama_3_colonnes .bloc_de_texte {
  text-align: center;
}
.diaporama_3_colonnes .bloc_de_texte .titre-mise-en-avant {
  line-height: 1;
  letter-spacing: -1px;
}
.diaporama_3_colonnes .bloc_de_texte p {
  text-align: center;
}
.diaporama_3_colonnes .bloc_de_texte .texte_gauche {
  margin-bottom: 6px;
}
.diaporama_3_colonnes .bloc_de_texte .texte_droit {
  margin-bottom: 12px;
}
.diaporama_3_colonnes .annonces .annonce {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 8px;
  margin-left: 8px;
}
.diaporama_3_colonnes .annonces .annonce picture {
  display: block;
  margin: 0;
  height: 237px;
}
.diaporama_3_colonnes .annonces .annonce img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce {
  padding: 21px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce p {
  font-family: "raleway";
  margin-bottom: 0;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce .cta {
  white-space: nowrap;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce.bg_base p, .diaporama_3_colonnes .annonces .annonce .texte_annonce.bg_vertmedium p {
  color: white;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce.bg_vertclair p {
  color: #334B3D;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce.bg_vertclair .cta {
  color: #334B3D;
  border-color: #334B3D;
}
.diaporama_3_colonnes .annonces .annonce .texte_annonce.bg_orange p {
  color: white;
}
@media (min-width: 768px) {
  .diaporama_3_colonnes .annonces .annonce .texte_annonce p {
    font-size: 24px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .diaporama_3_colonnes {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .diaporama_3_colonnes .slider_container {
    max-width: 992px;
    margin: 0 auto;
  }
  .diaporama_3_colonnes .bloc_de_texte {
    align-items: flex-end;
    text-align: start;
    margin-bottom: 66px;
  }
  .diaporama_3_colonnes .bloc_de_texte p {
    text-align: end;
  }
  .diaporama_3_colonnes .bloc_de_texte .titre-mise-en-avant {
    text-align: start;
  }
  .diaporama_3_colonnes .bloc_de_texte .texte_gauche {
    margin-bottom: 0;
  }
  .diaporama_3_colonnes .bloc_de_texte .texte_droit {
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .diaporama_3_colonnes .annonces .annonce picture {
    height: 367px;
  }
  .diaporama_3_colonnes .annonces .annonce .texte_annonce {
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .diaporama_3_colonnes .annonces .annonce .texte_annonce {
    padding: 20px;
  }
  .diaporama_3_colonnes .annonces .annonce .texte_annonce .cta {
    padding: 0 15px;
  }
  .diaporama_3_colonnes .annonces .annonce .texte_annonce p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .diaporama_3_colonnes .annonces .annonce {
    border-radius: 25px;
  }
  .diaporama_3_colonnes .slider_container {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .diaporama_3_colonnes .slider_container {
    max-width: 1540px;
  }
}
.tarifs_3_colonnes {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.tarifs_3_colonnes p {
  text-align: center;
  margin-bottom: 21px;
}
.tarifs_3_colonnes p.titre-mise-en-avant {
  font-weight: 600;
}
.tarifs_3_colonnes .row {
  align-items: center;
  margin-top: 25px;
}
.tarifs_3_colonnes .slick-slider .slick-dots {
  margin-top: 20px;
}
.tarifs_3_colonnes .slick-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.tarifs_3_colonnes .tarif_colonne {
  max-width: 483px;
}
.tarifs_3_colonnes .tarif_colonne.slick-current .tarif {
  background-color: #5D7A69;
}
.tarifs_3_colonnes .tarif_colonne .tarif {
  transition: all 0.3s ease;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #334B3D;
  max-width: 100%;
  border-radius: 20px;
  padding: 59px 30px;
  margin-top: 39px;
}
.tarifs_3_colonnes .tarif_colonne .tarif h1, .tarifs_3_colonnes .tarif_colonne .tarif h2, .tarifs_3_colonnes .tarif_colonne .tarif h3, .tarifs_3_colonnes .tarif_colonne .tarif h4, .tarifs_3_colonnes .tarif_colonne .tarif h5, .tarifs_3_colonnes .tarif_colonne .tarif h6, .tarifs_3_colonnes .tarif_colonne .tarif p {
  color: white;
}
.tarifs_3_colonnes .tarif_colonne .tarif .titre {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.72px;
}
.tarifs_3_colonnes .tarif_colonne .tarif .sous_titre {
  letter-spacing: 1px;
  font-size: 14px;
  margin-top: -5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .tarifs_3_colonnes {
    padding-top: 145px;
    padding-bottom: 100px;
  }
  .tarifs_3_colonnes .tarif_colonne.slick-current .tarif {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tarifs_3_colonnes {
    padding-top: 178px;
  }
  .tarifs_3_colonnes .container {
    max-width: 1558px;
  }
  .tarifs_3_colonnes .row {
    margin-top: 92px;
  }
  .tarifs_3_colonnes .tarif_colonne .tarif {
    padding: 59px 38px 140px;
  }
  .tarifs_3_colonnes .tarif_colonne .tarif .titre {
    margin-bottom: 32px;
  }
  .tarifs_3_colonnes .tarif_colonne .tarif .sous_titre {
    margin-top: -10px;
    margin-bottom: 52px;
  }
  .tarifs_3_colonnes .tarif_colonne.slick-current .tarif {
    padding: 60px 30px 170px;
    max-width: 526px;
  }
}
.image_carres {
  padding-top: 60px;
}
.image_carres .texte {
  margin-bottom: 30px;
}
.image_carres h1, .image_carres h2, .image_carres h3, .image_carres h4, .image_carres h5, .image_carres h6, .image_carres p {
  text-align: center;
}
.image_carres .slider_slides .slick-slide {
  margin: 0 7px;
}
.image_carres .slider_slides .slick-dots {
  margin-bottom: 30px;
}
.image_carres .image_carres_colonne .carres {
  border-radius: 20px;
  padding-bottom: 40px;
  margin-right: 8px;
  margin-left: 8px;
}
.image_carres .image_carres_colonne .carres h1, .image_carres .image_carres_colonne .carres h2, .image_carres .image_carres_colonne .carres h3, .image_carres .image_carres_colonne .carres h4, .image_carres .image_carres_colonne .carres h5, .image_carres .image_carres_colonne .carres h6 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 700;
}
.image_carres .image_carres_colonne .carres p {
  margin-bottom: 22px;
}
.image_carres .image_carres_colonne .carres picture {
  height: 265px;
  display: block;
}
.image_carres .image_carres_colonne .carres picture img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.image_carres .image_carres_colonne .carres .texte_img_carre {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image_carres .image_carres_colonne.voute picture {
  height: 265px;
}
.image_carres .image_carres_colonne.voute picture img {
  border-radius: 50% 50% 10px 10px;
}
.image_carres .image_carres_colonne.voute .carres .texte_img_carre {
  align-items: center;
}
.image_carres.bg_base .image_carres_colonne .carres {
  background-color: #334B3D;
}
.image_carres.bg_base .image_carres_colonne .carres h1, .image_carres.bg_base .image_carres_colonne .carres h2, .image_carres.bg_base .image_carres_colonne .carres h3, .image_carres.bg_base .image_carres_colonne .carres h4, .image_carres.bg_base .image_carres_colonne .carres h5, .image_carres.bg_base .image_carres_colonne .carres h6, .image_carres.bg_base .image_carres_colonne .carres p {
  color: #FFF;
}
@media (max-width: 1023px) {
  .image_carres .mb {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .image_carres .desactiver_le_slider_sur_mobile .image_carres_colonne.voute .carres {
    margin-right: 0;
    margin-left: 0;
  }
  .image_carres .desactiver_le_slider_sur_mobile .image_carres_colonne.voute .carres picture {
    height: 156px;
  }
}
@media (min-width: 768px) {
  .image_carres .image_carres_colonne .carres img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .image_carres {
    padding-top: 100px;
    padding-bottom: 57px;
  }
  .image_carres .texte {
    margin-bottom: 60px;
  }
  .image_carres .row > div {
    padding: 0 25px;
  }
  .image_carres .image_carres_colonne picture {
    height: 328px;
  }
  .image_carres .image_carres_colonne.col-md-4 {
    padding: 0 25px;
  }
  .image_carres .image_carres_colonne.col-lg-3 {
    padding: 0 12px;
  }
  .image_carres .image_carres_colonne .carres {
    padding: 0;
  }
  .image_carres .image_carres_colonne .carres h1, .image_carres .image_carres_colonne .carres h2, .image_carres .image_carres_colonne .carres h3, .image_carres .image_carres_colonne .carres h4, .image_carres .image_carres_colonne .carres h5, .image_carres .image_carres_colonne .carres h6 {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 18px;
    height: 44px;
  }
  .image_carres .image_carres_colonne .carres p {
    margin-bottom: 28px;
  }
  .image_carres .image_carres_colonne .carres .texte_img_carre {
    padding: 44px 18px;
  }
}
@media (min-width: 1200px) {
  .image_carres {
    padding-top: 117px;
  }
}
@media (min-width: 1600px) {
  .image_carres .image_carres_colonne.voute.col-md-4 picture {
    height: 387px;
  }
  .image_carres .image_carres_colonne.voute.col-lg-3 picture {
    height: 357px;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px - 24px);
  overflow: hidden;
  background-color: black;
}
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.8;
}
.hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 25px;
}
.hero .content .titre {
  color: white;
  white-space: nowrap;
  margin: 0;
}
.hero .content img {
  margin-top: 30px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero .content img {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: calc(100vh - 81px - 34px);
  }
  .hero .content .titre {
    font-size: 24px;
    margin-bottom: -14px;
  }
  .hero .content img {
    max-width: 790px;
  }
}
.slider_services.slick-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.slider_services.slick-slider .slick-arrow.slick-next {
  right: 25px;
}
.slider_services.slick-slider .slick-arrow.slick-prev {
  left: 25px;
}
.slider_services .slide_service {
  height: 499px;
  text-align: center;
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), var(--bg-image) lightgray -156.639px 0px / 223.774% 100% no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider_services .slide_service .slide_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 60px;
}
.slider_services .slide_service .titre {
  white-space: nowrap;
  margin-bottom: 25px;
  font-family: "raleway";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.slider_services .slide_service .titre, .slider_services .slide_service p {
  color: white;
}
.slider_services .slide_service p {
  line-height: 117%;
  margin-bottom: 28px;
}
.slider_services .slide_service .titre-mise-en-avant {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
}
.slider_services_nav {
  padding: 5px;
}
.slider_services_nav .slide_service {
  width: 92px;
  height: 92px;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), var(--bg-image) lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease 0.3s;
}
.slider_services_nav .slide_service.slick-center {
  background: var(--bg-image) center / cover no-repeat;
}
.slider_services_nav .slide_service.slick-center .titre {
  display: none;
}
.slider_services_nav .slide_service:hover:not(.slick-center) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%), var(--bg-image) lightgray 50% / cover no-repeat;
}
.slider_services_nav .slide_service .titre {
  text-align: center;
  color: white;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}
@media (min-width: 1024px) {
  .slider_services.slick-slider .slick-arrow.slick-next {
    right: 111px;
  }
  .slider_services.slick-slider .slick-arrow.slick-prev {
    left: 111px;
  }
  .slider_services .slide_service {
    height: 699px;
  }
  .slider_services .slide_service .titre {
    margin-bottom: 34px;
    font-size: 18px;
    letter-spacing: 3px;
  }
  .slider_services .slide_service p {
    margin-bottom: 50px;
  }
  .slider_services .slide_service .titre-mise-en-avant {
    font-size: 64px;
    margin-bottom: 36px;
  }
  .slider_services_nav {
    padding: 10px 0px;
  }
  .slider_services_nav .slide_service {
    width: 226px;
    height: 128px;
  }
  .slider_services_nav .slide_service .titre {
    font-size: 18px;
  }
}
.faq {
  padding: 55px 0;
}
.faq .texte {
  text-align: center;
}
.faq .textelibre {
  text-align: center;
  margin-top: 50px;
  color: #5D7A69;
}
.faq .textelibre p {
  color: #5D7A69;
}
.faq .questions_et_reponses_container {
  margin-top: 30px;
}
.faq .questions_et_reponses {
  border-radius: 10px;
  border: 1px solid rgba(77, 158, 141, 0.5);
  background: #F3F5F4;
  padding: 20px;
  transition: all ease 0.3s;
  margin-bottom: 13px;
}
.faq .questions_et_reponses:hover {
  background-color: white;
}
.faq .questions_et_reponses.open p.question > i, .faq .questions_et_reponses.open h3.question > i {
  display: none;
}
.faq .questions_et_reponses.open p.question > i.fa-circle-minus, .faq .questions_et_reponses.open h3.question > i.fa-circle-minus {
  display: block;
}
.faq .questions_et_reponses.open .reponse {
  display: block;
}
.faq .questions_et_reponses h3.question {
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0 !important;
}
.faq .questions_et_reponses h3.question strong {
  font-weight: 700;
}
.faq .questions_et_reponses h3.question > i {
  position: absolute;
  top: 0;
  right: 0;
  color: #E2A219;
}
.faq .questions_et_reponses h3.question > i.fa-circle-minus {
  display: none;
}
.faq .questions_et_reponses .reponse {
  display: none;
  margin-top: 33px;
}
.faq .questions_et_reponses .reponse p {
  color: #161616;
  font-size: 13px;
  font-weight: 300;
  line-height: 27px;
}
.faq .questions_et_reponses .reponse p strong {
  font-weight: 700;
}
.faq .questions_et_reponses .reponse ul li {
  color: #161616;
  font-size: 13px;
  font-weight: 300;
  list-style-type: disc;
  list-style-position: inside;
}
@media (min-width: 1024px) {
  .faq {
    padding: 90px 0 117px;
  }
  .faq .questions_et_reponses_container {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px 72px;
    align-items: flex-start;
  }
  .faq .questions_et_reponses {
    flex: 0 0 calc(50% - 36px);
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .faq .questions_et_reponses h3.question {
    font-size: 18px;
  }
  .faq .questions_et_reponses .reponse p, .faq .questions_et_reponses .reponse ul li {
    font-size: 16px;
  }
}
.meteo {
  padding: 55px 0;
}
.meteo .texte {
  text-align: center;
}
.meteo .bloc_meteo {
  border-radius: 43px;
  background: #fff;
  border: 1.066px solid rgba(93, 165, 175, 0.5);
  min-height: 144px;
  width: 100%;
  padding: 20px;
}
.meteo #weatherWidget .dayName {
  color: #2F4F56;
  font-size: 19px;
  font-family: Poppins;
  font-weight: 400;
}
.meteo #weatherWidget .forecast.noLabel .dayName .fullDayName {
  font-family: "Poppins", sans-serif;
}
@media (min-width: 1024px) {
  .meteo {
    padding: 90px 0 117px;
  }
}
.hebergements {
  padding: 55px 0;
}
.hebergements .filtres {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.hebergements .filtres ul {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.hebergements .filtres ul .is-active {
  background-color: white;
  border: 1px solid #334B3D;
  color: #334B3D;
}
.hebergements.bg_base .titre-mise-en-avant em, .hebergements.bg_base .titre-mise-en-avant i {
  color: #B2D06C;
}
.hebergements.versionfull .slide_hebergement article {
  margin-left: 22px;
}
.hebergements .liens {
  text-align: center;
  margin-top: 20px;
}
.hebergements .details_hebergement {
  display: flex;
  gap: 15px;
  color: #314F56;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 30px 0;
  flex-direction: column;
}
.hebergements .details_hebergement i {
  color: #E2A219;
  margin-right: 10px;
  font-size: 18px;
  display: inline-flex;
}
.hebergements .texte {
  text-align: center;
  margin-bottom: 40px;
}
.hebergements .cpt-card {
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.hebergements .cpt-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.hebergements .cpt-card__media img, .hebergements .cpt-card__media picture, .hebergements .cpt-card__media picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
.hebergements .cpt-card__media:hover img, .hebergements .cpt-card__media:hover picture, .hebergements .cpt-card__media:hover picture img {
  transform: scale(1.1);
}
.hebergements .cpt-card__img--placeholder {
  background: linear-gradient(135deg, #e8eef5, #d8e2ee);
}
.hebergements .cpt-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}
.hebergements .cpt-card__badge {
  pointer-events: none;
  background: #5D7A69;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hebergements .cpt-card__content {
  padding: 30px;
}
.hebergements .cpt-card__subtitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #293E32;
  font-family: "raleway";
}
.hebergements .cpt-card__title {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #293E32;
  font-family: "raleway";
}
.hebergements .cpt-card__title b {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #293E32;
}
.hebergements .cpt-card__title span {
  color: #B2D06C;
}
.hebergements .cpt-card__text {
  margin: 0 0 14px;
  color: #293E32;
  font-size: 14px;
  line-height: 1.5;
}
.hebergements .cpt-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #293E32;
  text-decoration: none;
}
.hebergements .cpt-card__link i {
  font-size: 14px;
  transform: translateY(1px);
  transition: all ease 0.3s;
}
.hebergements .cpt-card__link:hover {
  color: #E2A219;
}
.hebergements .cpt-card__link:hover i {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .hebergements.versionfull .cpt-card {
    width: 300px;
  }
  .hebergements .row > div {
    display: none;
  }
  .hebergements .row > div:nth-child(1), .hebergements .row > div:nth-child(2), .hebergements .row > div:nth-child(3), .hebergements .row > div:nth-child(4) {
    display: block;
  }
}
@media (min-width: 768px) {
  .hebergements .filtres {
    max-width: 720px;
  }
  .hebergements .details_hebergement {
    gap: 25px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .hebergements {
    padding: 125px 0 100px;
  }
  .hebergements .filtres {
    max-width: 992px;
    margin-bottom: 40px;
  }
  .hebergements .texte {
    margin-bottom: 80px;
  }
  .hebergements.versionfull .slide_hebergement {
    width: 500px;
  }
  .hebergements.versionfull .cpt-card__media {
    height: 405px;
  }
}
@media (min-width: 1200px) {
  .hebergements.versionfull .slide_hebergement {
    width: 685px;
  }
  .hebergements .filtres {
    max-width: 1280px;
  }
}
@media (min-width: 1600px) {
  .hebergements .filtres {
    max-width: 1540px;
  }
}
.slider_container {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9px;
  gap: 6px;
  margin: 0;
}
.slick-slider .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: normal;
  font-weight: 400;
  line-height: normal;
  color: transparent;
  cursor: pointer;
}
.slick-slider .slick-dots li button {
  background-color: #d9d9d9;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  text-indent: -99999px;
  cursor: pointer;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #E2A219;
}
.slick-slider .slick-dots li:hover button {
  background-color: silver;
}
.slick-slider .slick-dots:has(li:only-child) {
  display: none;
}
.slick-slider .slick-arrow {
  background-color: #E2A219;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  line-height: 58px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  font-size: 18px;
  transition: all ease 0.3s;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  /*@media (min-width: 1100px) {
                left: -10px;
            }*/
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
  /*@media (min-width: 1100px) {
                right: -10px;
            }*/
}
.slick-slider .slick-arrow.nobackground {
  background-color: transparent;
}
.slick-slider .slick-arrow:hover {
  background-color: #b48114;
}
.slider_container.slider_btn_vert_clair .slick-slider .slick-arrow {
  background-color: #B2D06C;
}
.slider_container.slider_btn_vert_clair .slick-slider .slick-dots li.slick-active button {
  background-color: #B2D06C;
}
.instagram-feed {
  display: none;
}
.instagram-feed .slick-slider {
  display: block !important;
  max-height: 369px;
  margin: 0 !important;
  padding: 0 !important;
}
.instagram-feed .sbi_item {
  height: 369px;
  width: 369px !important;
  margin: 0px 4px !important;
}
#sb_instagram #sbi_images .sbi_item {
  margin: 0px 4px !important;
}
#sb_instagram {
  margin: 0 !important;
  padding: 0 !important;
  height: 369px;
}
#sb_instagram .sbi_photo {
  height: 369px;
  width: 369px;
}
#sb_instagram .sbi_photo img {
  max-height: 369px;
  height: 369px;
  width: 369px;
}
#sb_instagram .sbi_photo #sbi_images {
  margin: 0;
  padding: 0;
}
#sb_instagram .sbi_photo #sbi_images .sbi_item {
  margin: 0px 4px !important;
}
#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
  display: block !important;
}
@media (min-width: 1024px) {
  .slider_container {
    overflow: visible;
  }
  .instagram-feed {
    display: block;
  }
  .slick-slider .slick-dots {
    height: 13px;
  }
  .slick-slider .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}
.bloc_resersation {
  position: fixed;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.bloc_resersation .bloc_resersation_details {
  height: 80px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #334B3D;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.bloc_resersation .bloc_resersation_details p {
  color: white;
  text-align: center;
}
.bloc_resersation form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.bloc_resersation form .sep {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-flex;
}
.bloc_resersation form .input_date, .bloc_resersation form > .les_voyageurs span {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  display: flex;
}
.bloc_resersation form > .les_voyageurs .input_number {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  background: none;
  width: 20px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 0 none;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.bloc_resersation form input[type=number]::-webkit-inner-spin-button, .bloc_resersation form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bloc_resersation form .more_less {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #293E32;
  border-radius: 25px;
  color: white;
  cursor: pointer;
}
.bloc_resersation form .more_less:hover {
  background-color: white;
  color: #E2A219;
}
.bloc_resersation form .input_date {
  width: 320px;
  padding-left: 60px !important;
}
.bloc_resersation form .input_date, .bloc_resersation form select {
  font-family: "raleway";
  border-radius: 28px;
  padding: 0 25px;
  background: #293E32;
  height: 56px;
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
}
.bloc_resersation form .les_dates {
  color: white;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bloc_resersation form .les_dates i.fa-calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
.bloc_resersation form .les_voyageurs {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc_resersation form .les_voyageurs span i {
  margin-right: 15px;
  transform: translateY(4px);
}
.bloc_resersation form .cta {
  text-transform: none;
  cursor: pointer;
}
.bloc_resersation form .nice-select {
  border: none;
  font-family: raleway;
  border-radius: 28px;
  padding: 0 50px;
  background: #293E32;
  height: 56px;
  display: inline-flex;
  align-items: center;
  color: white;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  border: 0;
  width: 220px;
}
.bloc_resersation form .nice-select:before {
  content: "" / "";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  left: 20px;
  position: absolute;
}
.bloc_resersation form .nice-select:after {
  border-color: #fff;
  right: 24px;
}
.bloc_resersation form .nice-select.open {
  border-radius: 0 0 28px 28px;
}
.bloc_resersation form .nice-select .list {
  border: 1px solid #293E32;
  background: #293E32;
  top: auto;
  border-radius: 28px 28px 0 0;
  bottom: 100%;
  width: 100%;
}
.bloc_resersation form .nice-select .option.focus, .bloc_resersation form .nice-select .option.selected.focus, .bloc_resersation form .nice-select .option:hover {
  background-color: #314F56;
}
@media (min-width: 1024px) {
  .bloc_resersation .bloc_resersation_details {
    height: 100px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .bloc_resersation form {
    gap: 30px;
  }
  .bloc_resersation form .cta i {
    margin-left: 15px;
  }
}
#formulaire_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  flex-direction: column;
  background-color: white;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-radius: 30px 30px 0 0;
  border: 1px solid #DCD9DB;
  padding: 50px 30px 30px 30px;
  display: none;
}
#formulaire_mobile.is-visible {
  display: flex;
}
#formulaire_mobile .fermer {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #334B3D;
}
#formulaire_mobile .cta {
  font-size: 14px;
  letter-spacing: 1.4px;
  height: 52px;
  border-radius: 26px;
  padding: 0 25px;
}
#formulaire_mobile span.label {
  color: #334B3D;
  text-align: center;
  font-size: 17.445px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 22.679px */
  display: flex;
}
#formulaire_mobile span.mini_label {
  color: #334B3D;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 17.55px */
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
#formulaire_mobile .sep {
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-flex;
}
#formulaire_mobile .input_date, #formulaire_mobile > .les_voyageurs span {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  display: flex;
}
#formulaire_mobile .les_voyageurs span {
  color: #334B3D;
}
#formulaire_mobile > .les_voyageurs .input_number {
  color: #334B3D;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  background: none;
  width: 20px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 0 none;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
#formulaire_mobile input[type=number]::-webkit-inner-spin-button, #formulaire_mobile input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#formulaire_mobile .more_less {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #FBFBFD;
  border-radius: 25px;
  color: #334B3D;
  cursor: pointer;
  border: 1px solid #DCD9DB;
}
#formulaire_mobile .input_date {
  width: 320px;
  padding-left: 60px !important;
}
#formulaire_mobile .input_date, #formulaire_mobile select {
  font-family: "raleway";
  border-radius: 28px;
  padding: 0 25px;
  background: #FBFBFD;
  height: 56px;
  display: inline-flex;
  align-items: center;
  color: #334B3D;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  border: 1px solid #DCD9DB;
}
#formulaire_mobile .les_dates {
  color: #334B3D;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#formulaire_mobile .les_dates i.fa-calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}
#formulaire_mobile .les_voyageurs {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#formulaire_mobile .les_voyageurs span i {
  margin-right: 15px;
  transform: translateY(4px);
}
#formulaire_mobile .cta {
  text-transform: none;
  cursor: pointer;
}
#formulaire_mobile .nice-select {
  border: none;
  font-family: raleway;
  border-radius: 28px;
  padding: 0 50px;
  background: #FBFBFD;
  height: 56px;
  display: inline-flex;
  align-items: center;
  color: #334B3D;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  border: 0;
  width: 220px;
  border: 1px solid #DCD9DB;
}
#formulaire_mobile .nice-select:before {
  content: "" / "";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  left: 20px;
  position: absolute;
  color: #334B3D;
}
#formulaire_mobile .nice-select:after {
  border-color: #334B3D;
  right: 24px;
}
#formulaire_mobile .nice-select.open {
  border-radius: 0 0 28px 28px;
}
#formulaire_mobile .nice-select .list {
  border: 1px solid #FBFBFD;
  background: #FBFBFD;
  top: auto;
  border-radius: 28px 28px 0 0;
  bottom: 100%;
  width: 100%;
  color: #334B3D;
}
#formulaire_mobile .nice-select .option.focus, #formulaire_mobile .nice-select .option.selected.focus, #formulaire_mobile .nice-select .option:hover {
  background-color: #FBFBFD;
  color: #334B3D;
  font-weight: bold;
}
.bloc_resersation_mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.bloc_resersation_mobile .cta.rouge {
  white-space: nowrap;
}
.bloc_resersation_mobile .bloc_resersation_details {
  background-color: white;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: center;
}
.bloc_resersation_mobile .bloc_resersation_details p {
  color: white;
  text-align: center;
}
@media (min-width: 1024px) {
  .bloc_resersation_mobile .bloc_resersation_details {
    height: 100px;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .bloc_resersation_mobile form {
    gap: 30px;
  }
  .bloc_resersation_mobile form .cta i {
    margin-left: 15px;
  }
}
.gallery.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.gallery.slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.gallery.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.bloc_reassurance {
  padding-top: 60px;
  padding-bottom: 30px;
}
.bloc_reassurance .texte {
  margin-bottom: 30px;
}
.bloc_reassurance h1, .bloc_reassurance h2, .bloc_reassurance h3, .bloc_reassurance h4, .bloc_reassurance h5, .bloc_reassurance h6, .bloc_reassurance p {
  text-align: center;
}
.bloc_reassurance .slider_slides .slick-slide {
  margin: 0 7px;
}
.bloc_reassurance .slider_slides .slick-dots {
  margin-bottom: 30px;
}
.bloc_reassurance .image_carres_colonne {
  text-align: center;
}
.bloc_reassurance .image_carres_colonne.bloc_en_avant {
  border-radius: 80px 80px 10px 10px;
  background: #334B3D;
  padding-top: 40px;
}
.bloc_reassurance .image_carres_colonne.bloc_en_avant .carres p {
  color: white;
}
.bloc_reassurance .image_carres_colonne.bloc_en_avant .carres .titre-mise-en-avant {
  font-size: 24px;
}
.bloc_reassurance .image_carres_colonne .carres {
  border-radius: 20px;
  padding-bottom: 40px;
}
.bloc_reassurance .image_carres_colonne .carres h1, .bloc_reassurance .image_carres_colonne .carres h2, .bloc_reassurance .image_carres_colonne .carres h3, .bloc_reassurance .image_carres_colonne .carres h4, .bloc_reassurance .image_carres_colonne .carres h5, .bloc_reassurance .image_carres_colonne .carres h6 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
}
.bloc_reassurance .image_carres_colonne .carres p {
  margin-bottom: 22px;
}
.bloc_reassurance .image_carres_colonne .carres p strong, .bloc_reassurance .image_carres_colonne .carres p b {
  font-weight: 500;
}
.bloc_reassurance .image_carres_colonne .carres picture {
  height: 265px;
  display: block;
}
.bloc_reassurance .image_carres_colonne .carres picture img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.bloc_reassurance .image_carres_colonne .carres .texte_img_carre {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloc_reassurance .image_carres_colonne.voute picture {
  height: 265px;
}
.bloc_reassurance .image_carres_colonne.voute picture img {
  border-radius: 50% 50% 10px 10px;
}
.bloc_reassurance .image_carres_colonne.voute .carres .texte_img_carre {
  align-items: center;
}
.bloc_reassurance.bg_base .image_carres_colonne .carres {
  background-color: #334B3D;
}
.bloc_reassurance.bg_base .image_carres_colonne .carres h1, .bloc_reassurance.bg_base .image_carres_colonne .carres h2, .bloc_reassurance.bg_base .image_carres_colonne .carres h3, .bloc_reassurance.bg_base .image_carres_colonne .carres h4, .bloc_reassurance.bg_base .image_carres_colonne .carres h5, .bloc_reassurance.bg_base .image_carres_colonne .carres h6, .bloc_reassurance.bg_base .image_carres_colonne .carres p {
  color: #FFF;
}
@media (max-width: 1023px) {
  .bloc_reassurance .mb {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .bloc_reassurance .image_carres_colonne .carres img {
    max-width: 100%;
    height: auto;
  }
  .bloc_reassurance .image_carres_colonne .carres p:has(+ .suite) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .bloc_reassurance {
    padding-top: 100px;
    padding-bottom: 57px;
  }
  .bloc_reassurance .texte {
    margin-bottom: 60px;
  }
  .bloc_reassurance .row > div {
    padding: 0 25px;
  }
  .bloc_reassurance .image_carres_colonne.bloc_en_avant {
    border-radius: 200px 200px 20px 20px;
    margin-top: -27px;
  }
  .bloc_reassurance .image_carres_colonne.bloc_en_avant .carres .texte_img_carre {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .bloc_reassurance .image_carres_colonne.bloc_en_avant .carres .titre-mise-en-avant {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .bloc_reassurance .image_carres_colonne.bloc_en_avant .carres .titre-mise-en-avant strong, .bloc_reassurance .image_carres_colonne.bloc_en_avant .carres .titre-mise-en-avant b {
    font-size: 48px;
  }
  .bloc_reassurance .image_carres_colonne picture {
    height: 328px;
  }
  .bloc_reassurance .image_carres_colonne.col-md-4 {
    padding: 0 25px;
  }
  .bloc_reassurance .image_carres_colonne.col-lg-3 {
    padding: 0 12px;
  }
  .bloc_reassurance .image_carres_colonne.voute.col-md-4 picture {
    height: 387px;
  }
  .bloc_reassurance .image_carres_colonne.voute.col-lg-3 picture {
    height: 357px;
  }
  .bloc_reassurance .image_carres_colonne .carres {
    padding: 0 0 120px 0;
    height: 100%;
    position: relative;
  }
  .bloc_reassurance .image_carres_colonne .carres .cta {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bloc_reassurance .image_carres_colonne .carres h1, .bloc_reassurance .image_carres_colonne .carres h2, .bloc_reassurance .image_carres_colonne .carres h3, .bloc_reassurance .image_carres_colonne .carres h4, .bloc_reassurance .image_carres_colonne .carres h5, .bloc_reassurance .image_carres_colonne .carres h6 {
    margin-bottom: 28px;
    font-size: 18px;
  }
  .bloc_reassurance .image_carres_colonne .carres p {
    margin-bottom: 0;
  }
  .bloc_reassurance .image_carres_colonne .carres .texte_img_carre {
    padding: 22px 18px 0 18px;
  }
}
@media (min-width: 1200px) {
  .bloc_reassurance {
    padding-top: 117px;
  }
  .bloc_reassurance .image_carres_colonne .carres .cta {
    white-space: nowrap;
  }
}
.diaporama_infini {
  padding: 30px 0;
  max-width: 100%;
  overflow-x: hidden;
}
.diaporama_infini.nopadding {
  padding-top: 0 !important;
}
.diaporama_infini .texte {
  margin-bottom: 30px;
}
.diaporama_infini h1, .diaporama_infini h2, .diaporama_infini h3, .diaporama_infini h4, .diaporama_infini h5, .diaporama_infini h6, .diaporama_infini p {
  text-align: center;
}
.diaporama_infini .slider_diaporama_infini {
  margin: 0 5px;
}
.diaporama_infini .slider_diaporama_infini .slick-slide img {
  border-radius: 11px;
  margin: 0 5px;
  max-height: 284px;
  width: auto;
}
@media (min-width: 1024px) {
  .diaporama_infini {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .diaporama_infini .texte {
    margin-bottom: 60px;
  }
  .diaporama_infini .slider_diaporama_infini {
    margin: 0 10px;
  }
  .diaporama_infini .slider_diaporama_infini .slick-slide img {
    min-height: 500px;
    max-height: 500px;
    margin: 0 10px;
    border-radius: 20px;
  }
}
@media (min-width: 1200px) {
  .diaporama_infini {
    padding-top: 117px;
  }
}
.avis {
  padding-top: 60px;
  padding-bottom: 60px;
}
.avis .slick-track {
  display: flex;
}
.avis .slick-dots {
  margin-top: 15px;
}
.avis .texte {
  margin-bottom: 30px;
}
.avis h1, .avis h2, .avis h3, .avis h4, .avis h5, .avis h6, .avis .texte p {
  text-align: center;
}
.avis .avis_detail {
  text-align: left;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.avis .avis_detail .avis_detail_texte {
  padding: 20px;
  color: #334B3D;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 180% */
  border-left: 3px solid #B2D06C;
  text-align: left;
  margin-bottom: 15px;
}
.avis .avis_detail .avis_detail_texte p {
  margin-bottom: 0;
}
.avis .avis_detail .avis_detail_details {
  display: flex;
  gap: 15px;
  align-items: center;
}
.avis .avis_detail .avis_detail_details .nom_et_prenom {
  color: #334B3D;
  font-family: "ivymode";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
}
.avis .avis_detail .avis_detail_details .date_visite {
  color: #334B3D;
  font-family: "ivymode";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  /* 173.333% */
}
.avis .avis_detail .avis_detail_details .note {
  color: #E2A219;
  gap: 5px;
}
@media (min-width: 1024px) {
  .avis {
    padding-top: 100px;
    padding-bottom: 57px;
  }
  .avis .texte {
    margin-bottom: 60px;
  }
  .avis .avis_details {
    margin: 0 25px;
  }
  .avis .avis_details .avis_detail_texte {
    padding: 25px 28px;
  }
  .avis .titre-mise-en-avant {
    font-size: 48px !important;
  }
  .avis .titre-mise-en-avant strong, .avis .titre-mise-en-avant b, .avis .titre-mise-en-avant em, .avis .titre-mise-en-avant i {
    font-size: 48px !important;
  }
}
@media (min-width: 1200px) {
  .avis {
    padding-top: 117px;
  }
  .avis .avis_detail {
    margin: 0 25px;
  }
  .avis .avis_detail .avis_detail_details {
    padding-left: 25px;
  }
  .avis .avis_detail .avis_detail_details .nom_et_prenom {
    font-size: 17px;
  }
  .avis .avis_detail .avis_detail_details .date_visite {
    font-size: 15px;
  }
}
.gallery_single_container {
  position: relative;
}
.gallery_single_container .les_actions {
  position: absolute;
  top: 15px;
  left: 25px;
  display: flex;
  gap: 15px;
  z-index: 1;
}
.gallery_single {
  display: grid;
  gap: 8px;
  padding: 0 10px;
  background-color: #F3F5F4;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "hero a b" "hero c d";
  min-width: 0;
}
.gallery_single .g-hero {
  grid-area: hero;
}
.gallery_single > :nth-child(2) {
  grid-area: a;
}
.gallery_single > :nth-child(3) {
  grid-area: b;
}
.gallery_single > :nth-child(4) {
  grid-area: c;
}
.gallery_single > :nth-child(5) {
  grid-area: d;
}
.gallery_single .g-item {
  border-radius: 14px;
  overflow: hidden;
  display: block;
  height: 100%;
  min-width: 0;
  position: relative;
}
.gallery_single .g-item picture, .gallery_single .g-item img {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery_single .g-item img {
  object-fit: cover;
  object-position: center;
}
.gallery_single .g-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .gallery_single {
    height: 632px;
  }
  .gallery_single_container {
    position: relative;
  }
  .gallery_single_container .les_actions {
    gap: 20px;
    left: 50px;
    top: 40px;
  }
}
@media (max-width: 1023px) {
  .gallery_single {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px 160px 160px;
    grid-template-areas: "hero hero" "a b" "c d";
  }
}
@media (max-width: 576px) {
  .gallery_single {
    gap: 10px;
    grid-template-rows: 200px 140px 140px;
  }
}
.thr {
  font-family: "Raleway" !important;
}
.thr-simpleblock .thr-simpleblock-engine {
  background-color: white !important;
  border: 1px solid #DCD9DB !important;
  padding: 50px 30px 30px 30px;
  border-radius: 30px;
}
.thr button.btn-primary {
  text-align: center;
  font-family: "raleway";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 32px;
  display: inline-flex;
  border-radius: 16px;
  padding: 0 17px;
  align-items: center;
  transition: all ease 0.5s;
  font-size: 14px !important;
  letter-spacing: 1.4px;
  height: 52px;
  border-radius: 26px;
  padding: 0 25px;
  color: white;
  background: #EF7048 !important;
  border: 0;
}
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-stays .thr-simpleblock-stay .thr-simpleblock-stay-price-container:not(.thr-simpleblock-stay-unavailable) > * .thr-simpleblock-price {
  color: #EF7048 !important;
}
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month {
  background-color: #F3F5F4 !important;
  border: 1px solid #DCD9DB;
  color: #314F56 !important;
}
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-months .thr-simpleblock-month.thr-simpleblock-month-current {
  background-color: #fff !important;
  color: #314F56;
  border: 1px solid #fff;
}
.thr-simpleblock .thr-simpleblock-simple .thr-simpleblock-results .thr-simpleblock-row .thr-simpleblock-category .thr-simpleblock-category-name {
  color: #EF7048 !important;
}
.thr-simpleblock .thr-simpleblock-engine .thr-simpleblock-engine-row.thr-simpleblock-engine-row-simple .thr-simpleblock-engine-inputs > * > span {
  color: #314F56 !important;
}
.les_equipements {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F3F5F4;
}
.les_equipements .texte {
  width: 100%;
}
.les_equipements h1, .les_equipements h2, .les_equipements h3, .les_equipements h4, .les_equipements h5, .les_equipements h6, .les_equipements p {
  text-align: center;
}
.les_equipements .les_pictos {
  border-radius: 20px;
  border: 2px solid #B2D06C;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.les_equipements .les_pictos p.titre-mise-en-avant {
  margin-bottom: 0;
}
.les_equipements .les_pictos .picto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.les_equipements .les_pictos .picto .img {
  height: 40px;
  max-width: 45px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.les_equipements .les_pictos .picto .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}
.les_equipements .les_pictos .picto span {
  color: #334B3D;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .les_equipements {
    padding-top: 100px;
    padding-bottom: 57px;
  }
  .les_equipements .les_pictos {
    padding: 40px 60px;
  }
  .les_equipements .les_pictos p.titre-mise-en-avant {
    margin-bottom: 30px;
  }
  .les_equipements .les_pictos .picto {
    width: 140px;
  }
  .les_equipements .les_pictos .picto span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .les_equipements {
    padding-top: 107px;
  }
  .les_equipements .les_pictos {
    padding: 60px 80px;
    gap: 30px 15px;
  }
}
#intro_post {
  height: 308px;
}
#intro_post img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 1024px) {
  #intro_post {
    height: 715px;
  }
}
#larticledeblog {
  padding: 30px 0;
}
#larticledeblog .contenu p {
  color: #334B3D;
}
#larticledeblog .contenu p strong {
  font-weight: 500;
}
#larticledeblog .contenu picture {
  height: 250px;
  display: block;
}
#larticledeblog .contenu picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#larticledeblog header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
#larticledeblog header .sep {
  width: 80%;
  max-width: 510px;
  background-color: #334B3D;
  height: 1px;
}
#larticledeblog .details {
  color: #334B3D;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#larticledeblog .details i {
  color: #E2A219;
  margin-right: 10px;
  font-size: 23px;
}
#larticledeblog h1 {
  color: #334B3D;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.1;
  font-family: "ivymode";
  margin-bottom: 17px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
}
#larticledeblog h1 strong, #larticledeblog h1 b {
  font-weight: 400 !important;
}
#larticledeblog h1 i, #larticledeblog h1 em {
  color: #E2A219;
  font-weight: 400;
  font-style: normal;
}
#larticledeblog .share-buttons {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #E2A219;
  border-radius: 20px;
  box-shadow: 0 2px 8.3px -2px rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
#larticledeblog .share-buttons .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
#larticledeblog .share-buttons a {
  color: white;
  font-size: 20px;
}
#larticledeblog #sidebar {
  border-radius: 20px;
}
#larticledeblog #sidebar p.titre {
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#larticledeblog #sidebar ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 30px;
}
#larticledeblog #sidebar ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
#larticledeblog #sidebar ul li a {
  color: #334B3D;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: all ease 0.3s;
}
#larticledeblog #sidebar ul li a:hover {
  color: #E2A219;
}
#larticledeblog #sidebar .sep {
  width: 80%;
  background-color: white;
  height: 2px;
  margin: 0 auto 29px;
}
#larticledeblog .post-navigation {
  margin-top: 30px;
}
#larticledeblog .post-navigation .screen-reader-text {
  display: none;
}
#larticledeblog .post-navigation .nav-links {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
#larticledeblog .post-navigation .nav-links a {
  color: #334B3D;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: all ease 0.3s;
}
#larticledeblog .post-navigation .nav-links a:hover {
  font-weight: 700;
}
#larticledeblog .post-navigation .nav-links a i {
  display: flex;
  font-size: 20px;
  margin-bottom: 5px;
}
#larticledeblog .post-navigation .nav-links .nav-next {
  text-align: right;
  margin-left: auto;
}
#larticledeblog .post-navigation .nav-links .nav-next a .nav-subtitle {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #larticledeblog .details {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 2px;
  }
  #larticledeblog .details i {
    font-size: 16px;
  }
  #larticledeblog .sidebar {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  #larticledeblog .contenu picture {
    height: auto;
    display: block;
  }
  #larticledeblog .contenu picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  #larticledeblog {
    padding: 30px 0 60px;
  }
  #larticledeblog .sidebar {
    padding-right: 25px;
  }
  #larticledeblog .contenu {
    padding-left: 25px;
  }
  #larticledeblog h1 {
    font-size: 64px;
  }
  #larticledeblog h1 strong, #larticledeblog h1 b, #larticledeblog h1 i, #larticledeblog h1 em {
    font-size: 64px;
  }
  #larticledeblog header {
    gap: 40px;
    margin-bottom: 60px;
  }
  #larticledeblog .details {
    gap: 40px;
  }
  #larticledeblog #sidebar ul {
    margin-top: 29px;
  }
  #larticledeblog #sidebar ul li {
    margin-bottom: 26px;
  }
}
.contactez_nous {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.contactez_nous .titre-mise-en-avant {
  margin-bottom: 30px;
}
.contactez_nous .bloc {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 21px 80.1px 0 rgba(86, 86, 86, 0.05);
  padding: 15px;
  margin-top: -209px;
  position: relative;
  z-index: 2;
}
.contactez_nous .sousbloc {
  padding: 15px 15px 2px 15px;
  background-color: #5D7A69;
  color: white;
  border-radius: 20px;
  margin-bottom: 20px;
}
.contactez_nous .sousbloc span, .contactez_nous .sousbloc p {
  color: white;
  opacity: 0.8;
}
.contactez_nous .sousbloc span strong, .contactez_nous .sousbloc p strong {
  font-weight: bold;
}
.contactez_nous .sousbloc .soustitre {
  margin-bottom: 20px;
}
.contactez_nous .col_droite {
  padding-left: 50px;
}
.contactez_nous .col_droite p {
  margin-bottom: 35px;
}
.contactez_nous .col_droite p a {
  text-decoration: none;
}
.contactez_nous .col_droite p a:hover {
  color: #E2A219;
  text-decoration: none;
}
.contactez_nous .col_droite p a[href^="tel:"] {
  font-weight: 800;
  font-size: 24px;
}
.contactez_nous .soustitre {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: flex;
  opacity: 1;
}
.contactez_nous .soustitre i {
  color: #334B3D;
  font-size: 22px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.contactez_nous h1, .contactez_nous h2, .contactez_nous h3, .contactez_nous h4, .contactez_nous h5, .contactez_nous h6 {
  margin-bottom: 24px;
}
.contactez_nous .carte a {
  display: flex;
}
.contactez_nous .carte a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contactez_nous .carte picture {
    height: 200px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .contactez_nous {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contactez_nous .bloc {
    margin-top: -99px;
    padding: 68px 30px 30px 30px;
  }
  .contactez_nous .sousbloc {
    padding: 49px 55px 30px 55px;
  }
  .contactez_nous .titre-mise-en-avant {
    margin-bottom: 53px;
  }
  .contactez_nous .sousbloc {
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .contactez_nous {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.infos_camping {
  padding: 30px 0;
}
.infos_camping .bloc {
  border-radius: 20px;
  border: 1px solid #B2D06C;
  background: #FFF;
  padding: 15px;
}
.infos_camping .bloc .titre {
  text-align: center;
}
.infos_camping .bloc span {
  color: #334B3D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: 3px;
  text-transform: uppercase;
}
.infos_camping .bloc .sousbloc {
  padding: 15px 15px 2px 15px;
  background-color: #5D7A69;
  color: white;
  border-radius: 20px;
  margin-bottom: 20px;
}
.infos_camping .bloc .sousbloc span, .infos_camping .bloc .sousbloc p {
  color: white;
}
.infos_camping .bloc .sousbloc span strong, .infos_camping .bloc .sousbloc p strong {
  font-weight: bold;
}
.infos_camping .bloc .soustitre {
  position: relative;
}
.infos_camping .bloc .soustitre i {
  color: #E2A219;
  font-size: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.infos_camping .bloc .col_droite {
  padding-left: 50px;
}
.infos_camping .bloc .col_droite p a {
  color: #334B3D;
}
.infos_camping .bloc .col_droite p a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .infos_camping .bloc {
    padding-top: 30px;
  }
  .infos_camping .bloc .sousbloc {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .infos_camping .bloc {
    padding: 30px;
  }
  .infos_camping .bloc h1, .infos_camping .bloc h2, .infos_camping .bloc h3, .infos_camping .bloc h4, .infos_camping .bloc h5, .infos_camping .bloc h6 {
    margin-bottom: 30px;
  }
  .infos_camping .bloc .sousbloc {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .infos_camping {
    padding: 60px 0;
  }
  .infos_camping .bloc {
    padding: 60px;
  }
  .infos_camping .bloc h1, .infos_camping .bloc h2, .infos_camping .bloc h3, .infos_camping .bloc h4, .infos_camping .bloc h5, .infos_camping .bloc h6 {
    margin-bottom: 60px;
  }
  .infos_camping .bloc .sousbloc {
    padding: 30px;
  }
  .infos_camping .bloc .soustitre {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
  }
  .infos_camping .bloc p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .infos_camping {
    padding: 120px 0;
  }
  .infos_camping .bloc .sousbloc {
    padding: 30px 50px;
  }
  .infos_camping .bloc .col_droite {
    padding-left: 120px;
  }
}
@media (min-width: 1600px) {
  .infos_camping .bloc {
    padding-left: 260px;
    padding-right: 260px;
    padding-bottom: 97px;
  }
}
.documents {
  padding: 30px 0;
}
.documents h1, .documents h2, .documents h3, .documents h4, .documents h5, .documents h6 {
  color: white;
}
.documents .les_documents {
  display: grid;
  gap: 15px;
}
.documents .les_documents .document {
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(77, 158, 141, 0.5);
  background: #F3F5F4;
  color: #334B3D;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 15px;
  position: relative;
  padding-right: 50px;
  align-items: center;
  transition: all ease 0.3s;
}
.documents .les_documents .document i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #E2A219;
  transition: all ease 0.3s;
}
.documents .les_documents .document:hover {
  font-weight: bold;
  border: 1px solid #E2A219;
}
.documents .les_documents .document:hover i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .documents h1, .documents h2, .documents h3, .documents h4, .documents h5, .documents h6 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .documents .les_documents {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .documents {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .documents {
    padding: 140px 0;
  }
  .documents .les_documents {
    gap: 25px 45px;
  }
}
.comment_venir {
  padding-top: 60px;
  padding-bottom: 40px;
}
.comment_venir .texte {
  margin-bottom: 30px;
  text-align: center;
}
.comment_venir .texte .cta {
  margin-top: 10px;
}
.comment_venir h1, .comment_venir h2, .comment_venir h3, .comment_venir h4, .comment_venir h5, .comment_venir h6, .comment_venir p {
  text-align: center;
}
.comment_venir .slider_slides .slick-slide {
  margin: 0 7px;
}
.comment_venir .slider_slides .slick-dots {
  margin-bottom: 30px;
}
.comment_venir .image_carres_colonne {
  text-align: center;
  margin-bottom: 20px;
}
.comment_venir .image_carres_colonne .carres {
  border-radius: 270px 270px 20px 20px;
  background: #334B3D;
  padding: 60px 20px 20px 20px;
}
.comment_venir .image_carres_colonne .carres p {
  color: white;
}
.comment_venir .image_carres_colonne .carres .titre-mise-en-avant {
  font-size: 24px;
}
.comment_venir .image_carres_colonne .carres h1, .comment_venir .image_carres_colonne .carres h2, .comment_venir .image_carres_colonne .carres h3, .comment_venir .image_carres_colonne .carres h4, .comment_venir .image_carres_colonne .carres h5, .comment_venir .image_carres_colonne .carres h6 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
}
.comment_venir .image_carres_colonne .carres p {
  margin-bottom: 22px;
}
.comment_venir .image_carres_colonne .carres p strong, .comment_venir .image_carres_colonne .carres p b {
  font-weight: 500;
}
.comment_venir .image_carres_colonne .carres picture {
  height: 265px;
  display: block;
}
.comment_venir .image_carres_colonne .carres picture img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.comment_venir .image_carres_colonne .carres .texte_img_carre {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comment_venir.bg_base .image_carres_colonne .carres {
  background-color: #334B3D;
}
.comment_venir.bg_base .image_carres_colonne .carres h1, .comment_venir.bg_base .image_carres_colonne .carres h2, .comment_venir.bg_base .image_carres_colonne .carres h3, .comment_venir.bg_base .image_carres_colonne .carres h4, .comment_venir.bg_base .image_carres_colonne .carres h5, .comment_venir.bg_base .image_carres_colonne .carres h6, .comment_venir.bg_base .image_carres_colonne .carres p {
  color: #FFF;
}
@media (max-width: 1023px) {
  .comment_venir .mb {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .comment_venir .image_carres_colonne .carres img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .comment_venir {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .comment_venir .texte {
    margin-bottom: 60px;
  }
  .comment_venir .texte .cta {
    margin-top: 20px;
  }
  .comment_venir .image_carres_colonne .carres {
    height: 100%;
  }
  .comment_venir .image_carres_colonne .carres .titre-mise-en-avant {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .comment_venir .image_carres_colonne .carres .titre-mise-en-avant strong, .comment_venir .image_carres_colonne .carres .titre-mise-en-avant b {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .comment_venir {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1600px) {
  .comment_venir .row {
    padding-right: 95px;
    padding-left: 95px;
  }
  .comment_venir .row > div {
    padding: 0 25px;
  }
  .comment_venir .image_carres_colonne.col-md-4 {
    padding: 0 25px;
  }
  .comment_venir .image_carres_colonne.col-lg-3 {
    padding: 0 12px;
  }
  .comment_venir .image_carres_colonne.voute.col-md-4 picture {
    height: 387px;
  }
  .comment_venir .image_carres_colonne.voute.col-lg-3 picture {
    height: 357px;
  }
  .comment_venir .image_carres_colonne .carres {
    padding-right: 40px;
    padding-left: 40px;
  }
  .comment_venir .image_carres_colonne .carres h1, .comment_venir .image_carres_colonne .carres h2, .comment_venir .image_carres_colonne .carres h3, .comment_venir .image_carres_colonne .carres h4, .comment_venir .image_carres_colonne .carres h5, .comment_venir .image_carres_colonne .carres h6 {
    margin-bottom: 28px;
    font-size: 18px;
  }
  .comment_venir .image_carres_colonne .carres p {
    margin-bottom: 37px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #EF7048;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #EF7048;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #eee;
  box-shadow: -1px 0 0 #eee;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: rgba(77, 158, 141, 0.1);
  border-color: rgba(77, 158, 141, 0.1);
}
.flatpickr-day.today {
  border-color: #EF7048;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #EF7048;
  background: #EF7048;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #4D9E8D;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4D9E8D;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #4D9E8D;
  box-shadow: -10px 0 0 #4D9E8D;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: 0px 0 0 rgba(77, 158, 141, 0.1), 1px 0 0 rgba(77, 158, 141, 0.1);
  box-shadow: 0px 0 0 rgba(77, 158, 141, 0.1), 1px 0 0 rgba(77, 158, 141, 0.1);
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4D9E8D, 5px 0 0 #4D9E8D;
  box-shadow: -5px 0 0 #4D9E8D, 5px 0 0 #4D9E8D;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
  box-shadow: 1px 0 0 #eee;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  width: 307.875px;
}
.dayContainer {
  padding: 0;
  border-right: 0;
}
span.flatpickr-day, span.flatpickr-day.prevMonthDay, span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}
span.flatpickr-day:nth-child(n+8), span.flatpickr-day.prevMonthDay:nth-child(n+8), span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}
span.flatpickr-day:nth-child(7n-6), span.flatpickr-day.prevMonthDay:nth-child(7n-6), span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}
span.flatpickr-day:nth-child(n+36), span.flatpickr-day.prevMonthDay:nth-child(n+36), span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}
span.flatpickr-day:nth-child(-n+7), span.flatpickr-day.prevMonthDay:nth-child(-n+7), span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}
span.flatpickr-day.today:not(.selected), span.flatpickr-day.prevMonthDay.today:not(.selected), span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #EF7048;
}
span.flatpickr-day.today:not(.selected):hover, span.flatpickr-day.prevMonthDay.today:not(.selected):hover, span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #EF7048;
}
span.flatpickr-day.startRange, span.flatpickr-day.prevMonthDay.startRange, span.flatpickr-day.nextMonthDay.startRange, span.flatpickr-day.endRange, span.flatpickr-day.prevMonthDay.endRange, span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4D9E8D;
}
span.flatpickr-day.today, span.flatpickr-day.prevMonthDay.today, span.flatpickr-day.nextMonthDay.today, span.flatpickr-day.selected, span.flatpickr-day.prevMonthDay.selected, span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}
.rangeMode .flatpickr-day {
  margin-top: -1px;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}
.hasWeeks .flatpickr-days {
  border-right: 0;
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  span.flatpickr-day {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
#top_hebergement {
  padding: 40px 0 26px 0;
  background-color: #F3F5F4;
}
#top_hebergement h1.titre-mise-en-avant {
  text-transform: none;
  margin-bottom: 30px;
}
#top_hebergement h1.titre-mise-en-avant span {
  color: #B2D06C;
}
#top_hebergement .accroche {
  color: #334B3D;
  font-size: 12px;
  display: flex;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#top_hebergement .description_longue p {
  color: #334B3D;
  margin-bottom: 0;
}
#top_hebergement .description_longue p strong {
  font-weight: 500;
}
#top_hebergement .details_hebergement {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
#top_hebergement .details_hebergement i {
  margin-right: 8px;
}
#top_hebergement #breadcrumbs {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  #top_hebergement {
    padding-top: 82px;
    padding-bottom: 100px;
  }
  #top_hebergement .accroche {
    font-size: 18px;
  }
  #top_hebergement #breadcrumbs {
    margin-top: 9px;
  }
}
.bloc_de_reservation {
  padding: 55px 0;
}
.bloc_de_reservation .bloc_resersation_mobile {
  display: none;
}
.bloc_de_reservation #formulaire_mobile {
  display: flex;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}
.bloc_de_reservation #formulaire_mobile a.fermer {
  display: none;
}
.bloc_de_reservation .texte {
  text-align: center;
}
.bloc_de_reservation .texte .titre-mise-en-avant em {
  color: #E2A219 !important;
}
.bloc_de_reservation .texte h2 {
  margin-top: 30px;
  font-size: 16px !important;
  line-height: 187.5%;
  letter-spacing: 2.611px;
}
@media (min-width: 1024px) {
  .bloc_de_reservation {
    padding: 90px 0 117px;
  }
  .bloc_de_reservation #formulaire_mobile {
    display: none;
  }
  .bloc_de_reservation .bloc_resersation {
    margin-top: 60px;
    position: relative;
  }
  .bloc_de_reservation .bloc_resersation .bloc_resersation_details {
    background-color: white;
    border: 1px solid rgba(93, 165, 175, 0.5);
  }
  .bloc_de_reservation .bloc_resersation form .sep {
    background-color: #F3F5F4;
  }
  .bloc_de_reservation .bloc_resersation form .les_dates {
    color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form .more_less {
    background-color: #F3F5F4;
    color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form .nice-select {
    background-color: #F3F5F4;
    color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form .nice-select:after {
    border-color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form .nice-select .list {
    background-color: #F3F5F4;
    color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form .nice-select .option.focus, .bloc_de_reservation .bloc_resersation form .nice-select .option.selected.focus, .bloc_de_reservation .bloc_resersation form .nice-select .option:hover {
    background-color: #F3F5F4;
  }
  .bloc_de_reservation .bloc_resersation form .input_date, .bloc_de_reservation .bloc_resersation form select {
    background-color: #F3F5F4;
    color: #334B3D;
  }
  .bloc_de_reservation .bloc_resersation form > .les_voyageurs .input_number, .bloc_de_reservation .bloc_resersation form > .les_voyageurs span {
    color: #334B3D;
  }
  .bloc_de_reservation .texte .titre-mise-en-avant {
    font-size: 48px !important;
  }
}
.popup-promo {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(50, 90, 100, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.popup-promo[style*="display: block"], .popup-promo[style*="display:block"] {
  display: flex !important;
}
.popup-promo-inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 480px;
  padding: 0 20px 28px;
  text-align: center;
  font-family: inherit;
}
.popup-promo-inner::before {
  content: "";
  display: block;
  height: 100px;
}
.popup-promo-img {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  background: #d8ecf0;
}
.popup-promo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popup-promo-close {
  position: absolute;
  top: -10px;
  right: -8px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #3bb5c8;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(59, 181, 200, 0.45);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 1;
}
.popup-promo-close svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.popup-promo-close:hover {
  background: #2a9aae;
  transform: scale(1.1);
}
.popup-promo-close-label {
  position: absolute;
  top: 38px;
  right: -6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #4a5a5a;
  text-decoration: underline;
  cursor: pointer;
}
.popup-promo-title {
  font-size: 16px;
  font-weight: 900;
  color: #2d3a3a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.popup-promo-body img, .popup-promo-body picture {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  width: auto;
}
.popup-promo-text {
  font-size: 13px;
  color: #4a5a5a;
  line-height: 1.7;
  margin: 0 0 22px;
}
.popup-promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #3bb5c8 0%, #2a9aae 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 50px;
  line-height: 1.3;
  box-shadow: 0 6px 20px rgba(59, 181, 200, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: normal;
  text-align: center;
}
.popup-promo-cta:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(59, 181, 200, 0.52);
}
@media (min-width: 768px) {
  .popup-promo {
    padding: 16px;
  }
  .popup-promo-inner {
    max-width: 480px;
    padding: 0 28px 28px;
    border-radius: 24px;
    width: auto;
  }
  .popup-promo-img {
    width: 160px;
    height: 160px;
    top: -80px;
  }
  .popup-promo-close {
    top: -14px;
    right: -14px;
  }
  .popup-promo-close-label {
    top: 34px;
    right: -10px;
  }
  .popup-promo-title {
    font-size: 19px;
  }
  .popup-promo-text {
    font-size: 14px;
  }
  .popup-promo-cta {
    font-size: 13px;
    padding: 13px 24px;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .popup-promo-inner {
    max-width: 520px;
    padding: 0 32px 32px;
  }
  .popup-promo-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .popup-promo-text {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .popup-promo-cta {
    font-size: 14px;
    padding: 13px 28px;
  }
}
@keyframes ppSlideUp {
  from {
    transform: translateY(26px) scale(0.96);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.visite3d {
  padding: 55px 0 0 0;
}
.visite3d iframe {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.visite3d .texte {
  text-align: center;
}
.visite3d .texte .titre-mise-en-avant em {
  color: #B2D06C;
}
.visite3d .textelibre {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .visite3d {
    padding: 90px 0 0 0;
  }
  .visite3d iframe {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
  }
}
