@charset "UTF-8";
html, body {
  height: auto;
  overflow-x: hidden;
}
.site-main {
  padding: 0;
}
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body.modal-open {
  padding-right: 0 !important;
}
body.compensate-for-scrollbar, .compensate-for-scrollbar, html.with-fancybox, body.fancybox-active {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: clamp(13px, 0.7vw, 18px);
  color: #29170A;
  line-height: normal;
  opacity: 1;
  transition: 1s opacity;
  overflow-x: hidden;
  position: relative;
  height: auto;
}
body.page {
  background-color: #FFF5E9;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
header {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  padding: 0 25px;
}
section {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight: normal;
}
a {
  color: #759870;
  text-decoration: none !important;
}
a:hover {
  color: #79AE72;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
*:focus {
  outline: none;
}
em {
  font-style: italic;
}
input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  width: 100%;
  padding: 10px 15px;
}
.no-label .gfield_label {
  display: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input, textarea {
  text-align: left;
}
.h100 {
  height: 100%;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
}
a.button {
  max-width: max-content;
  display: inline-block;
}
.wordpress-gdpr-privacy-settings-trigger img {
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 1%;
  right: 0.5%;
  z-index: 99;
  background-color: #759870;
  cursor: pointer;
  border-radius: 100px;
  padding: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
#topBtn:hover {
  background-color: #79AE72;
}
#topBtn i {
  color: white;
  vertical-align: middle;
  font-size: 20px;
}
.fa, .fa-solid, .fas, .far, .fal, .fab {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
  font-weight: 900 !important;
}
.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 4rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 3rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 2rem;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.page * {
  font-family: "Karla", sans-serif;
}
/* =========================
   Titres
   ========================= */
h1 {
  font-size: 2rem;
  color: #FFF5E9;
  text-transform: uppercase;
  font-weight: 200;
}
h2 {
  text-transform: uppercase;
  color: #759870;
  font-size: 2.7rem;
  padding-bottom: 20px;
  font-weight: 400;
}
p {
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: 400;
}
/* Bouton principal du thème
   - Le layout commun est centralisé ici
   - Les variantes restent gérées dans les pages/layouts */
.btn {
  --site-button-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  transition: all 0.3s ease;
  line-height: 1;
  text-transform: uppercase;
  min-width: 180px;
  min-height: var(--site-button-height);
  height: var(--site-button-height);
  padding: 0 1.2rem;
  border-radius: 0;
  background-color: #FFF5E9;
  color: #29170A;
}
.btn:hover {
  background-color: #FFF5E9;
}
.btn:focus, .btn:focus-visible, .btn:active, .btn.show {
  background-color: #FFF5E9 !important;
  color: #29170A !important;
  border-color: transparent !important;
  box-shadow: none !important;
  font-style: normal;
}
/* =========================
   Header global
   ========================= */
.header-dark-bg {
  background-color: #000;
}
body .wrap-header {
  z-index: 10;
}
body .wrap-header #masthead {
  /* Hauteur visuelle de la barre */
  /* Logo */
  /* Bouton burger (couleur personnalisée) */
  /* Liens menu (desktop) */
}
body .wrap-header #masthead .header-nav {
  height: 100px;
}
body .wrap-header #masthead .banner-logo {
  width: 130px;
}
body .wrap-header #masthead .navbar-toggler {
  border-color: #fff;
  /* Surcharge de l'icône burger en blanc */
}
body .wrap-header #masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body .wrap-header #masthead .navbar-nav.banner-links > .menu-item {
  padding: 5rem 0;
  position: relative;
}
body .wrap-header #masthead .navbar-nav.banner-links > .menu-item > a {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.25px;
}
/* =========================
   Footer global
   ========================= */
#footer {
  background-color: #000;
  color: #FFF5E9;
  padding: 2rem 0;
  /* Typographie de base des colonnes */
  /* Logo */
  /* Réseaux sociaux (layout principal via classes Bootstrap) */
  /* Ligne séparatrice pleine largeur */
  /* Liens légaux */
}
#footer .footer-block p, #footer .footer-block a, #footer .footer-block li {
  color: #FFF5E9;
  text-decoration: none;
  line-height: 1.5;
}
#footer .footer-logo {
  max-width: 100px;
  margin-bottom: 1rem;
  height: auto;
  display: block;
}
#footer .footer-menu li {
  margin-bottom: 0.35rem;
}
#footer .footer-social .footer-social-icon {
  width: 18px;
  height: 18px;
  display: block;
}
#footer .footer-separator {
  width: 100%;
  height: 1px;
  background-color: #FFF5E9;
  margin: 1.5rem 0 1rem 0;
}
#footer .footer-links {
  gap: 0.75rem 1.25rem;
}
#footer .footer-links a {
  color: #FFF5E9;
  font-size: 0.65rem;
  text-decoration: none;
}
#footer .footer-copyright {
  color: #FFF5E9;
  font-size: 0.65rem;
}
/* =========================
   Hero global
   ========================= */
#hero {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /* Contenu principal centré */
  /* Indicateur de scroll */
  /* Chevron de l'indicateur */
}
#hero .hero-texts {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 30px;
}
#hero .hero-texts .hero-title {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin: 0;
}
#hero .hero-texts .banner-logo {
  width: 450px;
  min-width: 0;
  height: auto;
  margin-bottom: 10px;
}
#hero .hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: hero-scroll-bounce 1.6s ease-in-out infinite;
}
#hero .hero-scroll__chevron {
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0.9;
  transition: opacity 200ms ease, transform 200ms ease;
}
#hero .hero-scroll:hover .hero-scroll__chevron {
  opacity: 1;
  transform: rotate(45deg);
}
@keyframes hero-scroll-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
@media (prefers-reduced-motion: reduce) {
  #hero .hero-scroll {
    animation: none;
  }
}
@media (max-width: 768px) {
  #hero .hero-texts .hero-title {
    font-size: 25px;
  }
  #hero .hero-texts .banner-logo {
    width: 400px;
    max-width: 80vw;
  }
}
/* =========================
    Gravity Forms
    ========================= */
.gform_wrapper {
  --gf-control-height: 50px;
}
.gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="url"]:focus, .gform_wrapper input[type="number"]:focus, .gform_wrapper input[type="password"]:focus, .gform_wrapper input[type="search"]:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  border-color: #FFF5E9 !important;
  box-shadow: 0 0 0 2px rgba(255, 245, 233, 0.22), 0 10px 24px rgba(255, 245, 233, 0.12) !important;
  outline: none;
}
.gform_wrapper ::selection {
  color: #fff;
}
/* Uniformisation stricte des champs (Gravity Forms thème) */
.gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="number"], .gform_wrapper.gravity-theme input[type="password"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme select, .gform_wrapper .form-control, .gform_wrapper .form-select, .gform_wrapper.gravity-theme .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .gform_wrapper.gravity-theme .gfield select {
  min-height: var(--gf-control-height) !important;
  height: var(--gf-control-height) !important;
  padding: 0.9rem 1rem !important;
  line-height: 1.2 !important;
  border-radius: 0 !important;
  transition: border-color 180ms ease, box-shadow 220ms ease;
}
.gform_wrapper input[type="submit"], .gform_wrapper .gform_button, .gform_wrapper button[type="submit"] {
  min-height: var(--gf-control-height) !important;
  height: var(--gf-control-height) !important;
  padding: 0 1.2rem !important;
  padding-top: 0.15rem !important;
  border-radius: 0 !important;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25px;
}
.gform_wrapper input[type="submit"]:focus, .gform_wrapper .gform_button:focus, .gform_wrapper button[type="submit"]:focus, .gform_wrapper input[type="submit"]:focus-visible, .gform_wrapper .gform_button:focus-visible, .gform_wrapper button[type="submit"]:focus-visible {
  background-color: #759870 !important;
  color: #FFF5E9 !important;
  border-color: #FFF5E9 !important;
  box-shadow: 0 0 0 2px rgba(255, 245, 233, 0.22), 0 10px 24px rgba(255, 245, 233, 0.12) !important;
  outline: none !important;
}
.gform_wrapper input[type="submit"]:active, .gform_wrapper .gform_button:active, .gform_wrapper button[type="submit"]:active {
  background-color: #759870 !important;
  color: #FFF5E9 !important;
  border-color: #FFF5E9 !important;
  box-shadow: none !important;
  font-style: normal;
}
/* =========================
   Popup contact (modal noire)
   ========================= */
#contactFormModal .modal-content, #mentionsLegalesModal .modal-content {
  background-color: #000;
  color: #FFF5E9;
  border: 1px solid rgba(255, 245, 233, 0.25);
  border-radius: 0;
}
#contactFormModal .modal-header, #mentionsLegalesModal .modal-header {
  border-bottom: 1px solid rgba(255, 245, 233, 0.25);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
}
#contactFormModal .modal-title, #mentionsLegalesModal .modal-title {
  color: #FFF5E9;
  margin: 0;
  line-height: 1;
  padding: 0;
}
#contactFormModal .modal-body, #mentionsLegalesModal .modal-body {
  padding: 2.5rem 2rem;
}
#contactFormModal .btn-close, #mentionsLegalesModal .btn-close {
  filter: invert(1) grayscale(1);
  opacity: 0.9;
}
#contactFormModal .btn-close:hover, #mentionsLegalesModal .btn-close:hover {
  opacity: 1;
}
/* =========================
   Thème sombre formulaires
   (Réservation + Popup contact)
   ========================= */
#reservation .gform_heading, #contactFormModal .gform_heading, #mentionsLegalesModal .gform_heading {
  display: none;
}
#reservation .gform_wrapper input[type="submit"], #contactFormModal .gform_wrapper input[type="submit"], #mentionsLegalesModal .gform_wrapper input[type="submit"] {
  background-color: #759870;
  text-transform: uppercase;
  margin: 30px auto 10px;
  font-size: 1.1rem;
}
#reservation .gform_validation_errors ol, #contactFormModal .gform_validation_errors ol, #mentionsLegalesModal .gform_validation_errors ol {
  display: none;
}
#reservation .gform_validation_errors h2, #contactFormModal .gform_validation_errors h2, #mentionsLegalesModal .gform_validation_errors h2 {
  margin-bottom: 0;
}
#reservation .gform-body input, #reservation .gform-body select, #reservation .gform-body textarea, #contactFormModal .gform-body input, #contactFormModal .gform-body select, #contactFormModal .gform-body textarea, #mentionsLegalesModal .gform-body input, #mentionsLegalesModal .gform-body select, #mentionsLegalesModal .gform-body textarea {
  background: none;
  color: #FFF5E9;
}
#reservation .gform-body .gform-field-label--type-sub, #contactFormModal .gform-body .gform-field-label--type-sub, #mentionsLegalesModal .gform-body .gform-field-label--type-sub {
  display: none;
}
#reservation .gform-body select option, #contactFormModal .gform-body select option, #mentionsLegalesModal .gform-body select option {
  background-color: #000;
  color: #FFF5E9;
}
#reservation .gform-body .gform_wrapper.gravity-theme select, #contactFormModal .gform-body .gform_wrapper.gravity-theme select, #mentionsLegalesModal .gform-body .gform_wrapper.gravity-theme select {
  color: #FFF5E9;
}
#reservation .gform-body .gform-datepicker, #contactFormModal .gform-body .gform-datepicker, #mentionsLegalesModal .gform-body .gform-datepicker {
  width: 100%;
}
#reservation .gform-body .gform-field-label, #reservation .gform-body .gfield_required_asterisk, #contactFormModal .gform-body .gform-field-label, #contactFormModal .gform-body .gfield_required_asterisk, #mentionsLegalesModal .gform-body .gform-field-label, #mentionsLegalesModal .gform-body .gfield_required_asterisk {
  color: #FFF5E9;
}
#reservation .gform_confirmation_message, #contactFormModal .gform_confirmation_message, #mentionsLegalesModal .gform_confirmation_message {
  color: #759870;
  text-align: center;
  font-size: 2rem;
}
/* Override final (priorité haute) : uniformiser taille + radius */
#reservation .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), #reservation .gform_wrapper select, #reservation .gform_wrapper .form-control, #reservation .gform_wrapper .form-select, #contactFormModal .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), #contactFormModal .gform_wrapper select, #contactFormModal .gform_wrapper .form-control, #contactFormModal .gform_wrapper .form-select {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  padding: 0.9rem 1rem !important;
  border-radius: 0 !important;
}
/* Select: texte centré + chevron cream */
#reservation .gform_wrapper select, #reservation .gform_wrapper .form-select, #contactFormModal .gform_wrapper select, #contactFormModal .gform_wrapper .form-select {
  line-height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 2.4rem !important;
  background-position: right 0.9rem center !important;
  background-size: 16px 12px !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23FFF5E9' d='M2.2 3.2a1 1 0 0 1 1.4 0L8 7.6l4.4-4.4a1 1 0 1 1 1.4 1.4l-5.1 5.1a1 1 0 0 1-1.4 0L2.2 4.6a1 1 0 0 1 0-1.4z'/%3E%3C/svg%3E") !important;
}
/* Marges latérales spécifiques au formulaire de réservation */
#reservation .gform_wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
}
body.home {
  /* =========================
       Section lieu
       ========================= */
  /* =========================
       Section expérience
       ========================= */
  /* =========================
       Section galerie
       ========================= */
  /* =========================
       Section carte
       ========================= */
  /* =========================
       Section réservation
       ========================= */
  /* =========================
       Carte OpenStreetMap
       ========================= */
}
body.home #lieu .lieu-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
body.home #experience {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  --overlay: rgba(0, 0, 0, 0.55);
  /* Contenu au-dessus, donc jamais assombri */
  /* La fenêtre "perfore" l'overlay grâce au box-shadow */
}
body.home #experience h2, body.home #experience p {
  color: #fff;
  text-align: right;
}
body.home #experience.bg-spotlight {
  --overlay: rgba(0, 0, 0, 0.55);
  /* Fenêtre */
  --win-x: 75%;
  --win-y: 55%;
  --win-w: 400px;
  --win-h: 400px;
  position: relative;
  overflow: hidden;
}
body.home #experience.bg-spotlight > *:not(.bg-spotlight__window) {
  position: relative;
  z-index: 2;
}
body.home #experience.bg-spotlight .bg-spotlight__window {
  position: absolute;
  left: var(--win-x);
  width: var(--win-w);
  height: var(--win-h);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  /* Assombrit tout autour, laisse le centre transparent */
  box-shadow: 0 0 0 9999px var(--overlay);
  /* Cadre */
  border: 2px solid white;
}
body.home #experience.bg-spotlight h2, body.home #experience.bg-spotlight p {
  position: relative;
  z-index: 2;
}
body.home #galerie {
  text-align: center;
}
body.home #galerie .section-content {
  max-width: max-content;
  position: relative;
  /* Bouton posé sur la bordure du bas */
}
body.home #galerie .section-content h2 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px auto;
}
body.home #galerie .section-content::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 7%;
  bottom: 50px;
  left: 7%;
  border: 2px solid #000;
  pointer-events: none;
  z-index: 0;
}
body.home #galerie .section-content > * {
  position: relative;
  z-index: 1;
}
body.home #galerie .section-content .btn-gallery {
  border: 2px solid #000;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 50%);
  z-index: 3;
  /* au-dessus de la bordure */
}
body.home #galerie .section-content .btn-gallery:focus, body.home #galerie .section-content .btn-gallery:focus-visible, body.home #galerie .section-content .btn-gallery:active, body.home #galerie .section-content .btn-gallery.show {
  border-color: #000 !important;
  background-color: #FFF5E9 !important;
}
body.home #galerie .section-content .col.d-flex, body.home #galerie .section-content .main-pic {
  padding: 3px;
  transition: filter 200ms ease;
}
body.home #galerie .section-content .col.d-flex:hover, body.home #galerie .section-content .main-pic:hover {
  filter: brightness(0.75);
}
body.home #carte {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #759870;
}
body.home #carte .section-content {
  max-width: 1400px;
}
body.home #carte .section-content h2, body.home #carte .section-content p {
  color: #FFF5E9;
}
body.home #carte .section-content .btn-menu-pdf {
  margin-top: 1.5rem;
  background-color: transparent !important;
  border: 2px solid #FFF5E9;
  color: #FFF5E9 !important;
}
body.home #carte .section-content .btn-menu-pdf:hover, body.home #carte .section-content .btn-menu-pdf:focus, body.home #carte .section-content .btn-menu-pdf:focus-visible, body.home #carte .section-content .btn-menu-pdf:active, body.home #carte .section-content .btn-menu-pdf.show {
  background-color: transparent !important;
  border-color: #FFF5E9 !important;
  color: #FFF5E9 !important;
}
body.home #reservation {
  background-color: #000;
}
body.home #reservation h2, body.home #reservation .consignes, body.home #reservation .infos {
  text-align: center;
  color: #FFF5E9;
  max-width: 1000px;
  margin: auto;
}
body.home #reservation .consignes {
  font-size: 1rem;
}
body.home #reservation .infos {
  font-size: 0.7rem;
}
body.home #map {
  max-height: 400px;
}
body.home #map .map-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body.home #map .map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 400px;
  border: 0;
  filter: grayscale(1) contrast(1.05) brightness(0.95);
}
/* =========================
   Page 404
   ========================= */
body.error404 #error404 {
  min-height: 100vh;
  background-color: #29170A;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
body.error404 #error404 .section-content {
  width: 100%;
}
body.error404 #error404 .error404-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
  color: #FFF5E9;
}
body.error404 #error404 .error404-code {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFF5E9;
  opacity: 0.9;
}
body.error404 #error404 h1 {
  margin-bottom: 1rem;
  color: #FFF5E9;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-family: "Karla", sans-serif;
}
body.error404 #error404 .error404-text {
  margin: 0 auto 2rem;
  max-width: 560px;
  color: #FFF5E9;
  opacity: 0.95;
}
body.error404 #error404 .error404-btn {
  margin: 0 auto;
}
body.error404 #error404 .error404-btn, body.error404 #error404 .error404-btn:hover, body.error404 #error404 .error404-btn:focus, body.error404 #error404 .error404-btn:focus-visible, body.error404 #error404 .error404-btn:active {
  color: #29170A !important;
}
.section-content {
  max-width: 1200px;
  margin: 0 auto;
}
.section-py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-py-7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.section-py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.section-py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.section-py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.section-py-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
/* =========================
    Responsive medium (<= 1024)
    ========================= */
@media only screen and (max-width: 992px) {
  body .wrap-header #masthead .header-nav, body .wrap-header #masthead .header-nav .container-fluid {
    position: relative;
  }
  body .wrap-header #masthead #mainMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #000;
    border: 1px solid rgba(255, 245, 233, 0.2);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
    padding: 1rem 1.25rem;
    margin-top: 0.5rem;
  }
  body .wrap-header #masthead .navbar-nav.banner-links {
    width: 100%;
    align-items: stretch !important;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item {
    padding: 0;
    border-bottom: 1px solid rgba(255, 245, 233, 0.15);
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item > a {
    display: block;
    width: 100%;
    padding: 0.9rem 0.25rem;
    color: #FFF5E9;
    font-size: 1.35rem;
    text-align: left;
    line-height: 1.2;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item > a:hover, body .wrap-header #masthead .navbar-nav.banner-links .menu-item > a:focus {
    color: #759870;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item .sub-menu {
    transition: unset;
    display: none;
    margin: 0 0 0.75rem 0;
    padding: 0;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item .sub-menu li {
    padding: 0;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item .sub-menu li a {
    display: block;
    padding: 0.65rem 0.25rem 0.65rem 1rem;
    color: #FFF5E9;
  }
  body .wrap-header #masthead .navbar-nav.banner-links .menu-item:last-child {
    border-bottom: none;
  }
  body.home .section-content.row {
    margin-left: 0;
    margin-right: 0;
  }
  body.home #lieu .section-py-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body.home #experience.bg-spotlight .bg-spotlight__window {
    width: 0;
    border: none;
  }
  body.home #experience .section-content.section-py-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body.home #galerie.section-py-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body.home #galerie .section-content.section-py-10 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  body.home #galerie .section-content.section-py-10 h2 {
    margin: 0 auto 10px;
  }
  body.home #carte {
    background-image: none !important;
  }
  body.home #carte .section-content.section-py-20 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body.home #carte .section-content.section-py-20 .col-12.col-lg-5 {
    margin-top: 0;
  }
  body.home .gform_wrapper .gform_fields {
    row-gap: 20px;
  }
}
/* =========================
    Responsive small (<= 768)
    ========================= */
@media only screen and (max-width: 768px) {
  body.home h2 {
    font-size: 2em;
  }
  body.home #galerie .section-content h2 {
    max-width: 400px;
  }
  #footer .footer-main {
    text-align: center;
  }
  #footer .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-social {
    justify-content: center;
  }
}
/* =========================
    Responsive x-small (<= 480)
    ========================= */
@media only screen and (max-width: 576px) {
  body #topBtn {
    right: 2%;
  }
  #footer .footer-links {
    gap: 0.5rem 1rem;
  }
}
