/*
Theme Name:     Theme pour Centrest
Theme URI:      
Description:    Hello-elementor child theme.
Author:         TT
Author URI:     tsingytech.com
Template:       hello-elementor
Version:        0.1.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /*--vert: #3b9ed4;*/
  --vert: #2d5a27;
  --vert2: #5a8a4a;
  --vert-nuit: #1a2e1a;
  --beige: #c8a96e;
  --creme: #f5f0e8;

  --terre: #7a5020;
  --blanc: #ffffff;
  --texte: #1a2e1a;

  --bleu-nuit: #3022b0;
  --bleu-ciel: #3b9ed4;
  --bleu-ciel-light: #e8f4fb;
  --bleu-nuit: #1a60a8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: var(--texte);
  background: var(--blanc);
  overflow-x: hidden;
}
body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.elementor-editor-active .rv {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.btn-lien * {
  all: unset !important;
}
/* ══════════════════════════════════════════
   HEADER
══════════════════════════════════════════ */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  transition:
    background 0.35s,
    box-shadow 0.35s;
  background: #ffffff;
  padding: 0 5%;
  height: 103px;
  border-bottom: 3px solid var(--mint);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
}

#header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  height: 75px;
  transition: height 0.35s;
}

.logo-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  max-width: 220px;
  transition: max-width 0.35s;
  height: 100%;

  img {
    width: 60%;
    height: auto;
    display: block;
  }

  .scrolled & {
    max-width: 170px;
  }
}

.logo-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: italic;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5px;
}

.logo-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 7.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  margin-top: 1px;
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tt-burger nav.elementor-nav-menu--dropdown {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 0;
  z-index: 999998;
  background-color: var(--vert);
}
.tt-burger nav.elementor-nav-menu--dropdown[aria-hidden="true"] {
  left: 100%;
  transition: left 0.4s ease;
}
.tt-burger nav.elementor-nav-menu--dropdown[aria-hidden="false"] {
  left: 0;
  transition: left 0.4s ease;
}
.tt-burger .elementor-menu-toggle[aria-expanded="true"] {
  z-index: 999999;
  position: fixed;
  top: 24px;
  right: 30px;
}
.tt-burger .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item a {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 24px !important;
  font-style: italic !important;
  color: white !important;
  text-decoration: none !important;
  text-transform: initial !important;
}
.tt-burger nav.elementor-nav-menu--dropdown[aria-hidden="true"] .menu-item {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  transition-delay: 0.1s;
}
.tt-burger nav.elementor-nav-menu--dropdown[aria-hidden="false"] .menu-item {
  height: auto;
  overflow: hidden;
  transition: height 0.35s ease;
  transition-delay: 0.1s;
}
.tt-burger
  .elementor-menu-toggle
  .e-font-icon-svg.elementor-menu-toggle__icon--close {
  fill: white;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a3520;
  text-decoration: none;
  transition: color 0.25s;
}

.nav-link:hover {
  color: var(--beige);
}

.lang-sw {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 6px;
}

.lang-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.55);
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 3px;
  transition: color 0.25s;
}

.lang-btn.active,
.lang-btn:hover {
  color: var(--beige);
}

.lang-sep {
  color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
}

.btn-nav-res {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--vert);
  color: var(--blanc);
  border: none;
  padding: 10px 22px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.15s;
  white-space: nowrap;
}

.btn-nav-res:hover {
  background: #b8994e;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════
   HERO — above the fold inclut les atouts
══════════════════════════════════════════ */
#hero {
  position: relative;
  min-height: 84vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  transform: scale(1.06);
  animation: hzoom 16s ease-in-out infinite alternate;
}

.hero-slide.active {
  opacity: 1;
}

/* Photos Unsplash — à remplacer par vos photos */
.hero-slide:nth-child(1) {
  background-image: url("images/00-header_bg2.png");
  animation-delay: 0s;
}

.hero-slide:nth-child(2) {
  background-image: url("images/26_resto.jpeg");
  animation-delay: -5s;
}

.hero-slide:nth-child(3) {
  background-image: url("images/39_int_double.jpeg");
  animation-delay: -10s;
}

.hero-slide:nth-child(4) {
  background-image: url("images/37_ext_terrasse_bungalow.jpeg");
  animation-delay: -15s;
}

.hero-slide:nth-child(5) {
  background-image: url("images/28_ext_facade.jpeg");
  animation-delay: -20s;
}

@keyframes hzoom {
  from {
    transform: scale(1.06);
  }

  to {
    transform: scale(1.12);
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("images/00-header_bg2.png") center/cover no-repeat;
  /*transform: scale(1.06);*/
  animation: hzoom 14s ease-in-out infinite alternate;
}

@keyframes hzoom {
  from {
    transform: scale(1.06);
  }

  to {
    transform: scale(1.12);
  }
}

/* Dégradé vert du bas */
.hero-overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to top, rgba(22, 77, 138, 0.75) 0%, rgba(22, 77, 138, 0.35) 45%, rgba(22, 77, 138, 0.05) 100%);
        background: rgba(0,0,0,.35);
        background: linear-gradient(
          180deg,
          rgba(26, 46, 26, 1) 0%,
          rgba(26, 46, 26, 0.75) 28%,
          rgba(26, 46, 26, 0.35) 55%,
          rgba(26, 46, 26, 0.08) 100%
        ); */
}

.hero-content {
  position: relative;
  display: grid !important;
  gap: 20px;
  z-index: 2;
  padding: 0 6% 0;
  grid-template-columns: 2fr 1fr !important;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr !important;
  }
}

.hero-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--blanc);
  margin-bottom: 20px;
  opacity: 0;
  animation: fu 0.8s 0.2s forwards;
  background: rgba(45, 90, 39, 0.7);
  border-radius: 5px;
  border: 1px solid rgba(45, 90, 39, 0.5);
  padding: 5px;
  width: fit-content;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.05;
  color: var(--vert);
  margin-bottom: 20px;
  opacity: 0;
  animation: fu 0.9s 0.4s forwards;
}

.hero-title .line1 {
  display: block;
  font-size: clamp(34px, 3.5vw, 50px);
}

.hero-title .line2 {
  display: block;
  font-size: clamp(34px, 3.5vw, 50px);
  font-style: italic;
  color: var(--beige);
}

.hero-sub p {
  font-family: "Lato", sans-serif;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.75;
  /*color: rgba(45, 90, 39, 0.5);*/
  color: var(--vert-nuit);
  max-width: 500px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fu 0.9s 0.6s forwards;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
  margin-bottom: 64px;
  opacity: 0;
  animation: fu 0.9s 0.75s forwards;
}

.btn-gold {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: var(--vert-nuit);
  color: var(--blanc);
  border: 2px solid var(--vert2);
  padding: 13px 30px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.15s;
}

.btn-gold:hover {
  background: transparent;
  color: var(--beige);
  transform: translateY(-2px);
}

.btn-ghost {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: var(--beige);
  color: var(--vert-nuit);
  border: 2px solid var(--beige);
  padding: 13px 30px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition:
    border-color 0.25s,
    transform 0.15s;
}

.btn-ghost:hover {
  border-color: #fff;
  transform: translateY(-2px);
}

@keyframes fu {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── ATOUTS (dans le hero above-the-fold) ── */
.hero-atouts {
  position: relative;
  z-index: 2;
  /* vague SVG intégrée comme fond top */
}

.wave-top {
  display: block;
  width: 100%;
  margin-bottom: -2px;
  /* colle parfaitement */
  line-height: 0;
}

.wave-top svg {
  display: block;
  width: 100%;
  height: auto;
}

.atouts-band {
  /* background: var(--creme); */
  padding: 0px 6% 56px;
}

.atouts-grid > .e-con-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 0;
}

.atout-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 12px;
  border-right: 1px solid rgba(200, 169, 110, 0.28);
}

.atout-item:last-child {
  border-right: none;
}

.atout-ico {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: var(--vert);
}

.atout-ico svg {
  width: 34px;
  height: 34px;
  fill: var(--vert);
  stroke: none;
  stroke-width: 1.5;
}

.atout-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--vert);
  line-height: 1;
  margin-bottom: 6px;
}

.atout-label {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vert-nuit);
  margin-bottom: 3px;
}

.atout-sub {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgba(26, 46, 26, 0.5);
  line-height: 1.4;
}

/* ══════════════════════════════════════════
   PRÉSENTATION — photos inclinées
══════════════════════════════════════════ */
#presentation {
  padding: 0px 6% 96px;
  background-color: var(--creme);
  overflow: hidden;
  position: relative;

  & > * {
    position: relative;
    z-index: 1;
  }

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      var(--creme) 20%,
      rgba(245, 240, 232, 0.8) 60%,
      rgba(245, 240, 232, 0.6) 80%,
      rgba(245, 240, 232, 0.4) 100%
    );
    pointer-events: none;
    z-index: 0;

    @media (max-width: 767px) {
      background: linear-gradient(
        to bottom,
        var(--creme) 20%,
        rgb(245 240 232 / 96%) 60%,
        rgb(245 240 232) 80%,
        rgb(245 240 232 / 93%) 100%
      );
    }
  }
  & > * {
    padding: 24px 6% 56px;
	  padding-top:0 !important;
  }
}

.pres-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 72px;
  align-items: center;
}

.pres-label,
.pres-label p {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 14px;
}

.sec-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  color: var(--vert-nuit);
  margin-bottom: 22px;
}

.sec-title em {
  font-style: italic;
  color: var(--beige);
}

.pres-txt {
  font-family: "Lato", sans-serif;
  font-size: 15.5px;
  line-height: 1.8;
  color: rgba(26, 46, 26, 0.72);
  margin-bottom: 20px !important;
}

.pres-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.chip {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--vert);
  background: rgba(45, 90, 39, 0.08);
  padding: 5px 12px;
  border-radius: 2px;
}

.btn-lien {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vert);
  text-decoration: none;
  border-bottom: 2px solid var(--beige);
  padding-bottom: 2px;
  transition: color 0.25s;
}

.btn-lien:hover {
  color: var(--beige);
}

/* Stack de photos inclinées */
.photos-stack {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stack-photo {
  position: absolute;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(26, 46, 26, 0.22);
  transition: transform 0.4s;
}

.stack-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stack-photo:nth-child(1) {
  width: 260px;
  height: 320px;
  transform: rotate(-6deg) translate(-60px, 20px);
  z-index: 1;
}

.stack-photo:nth-child(2) {
  width: 280px;
  height: 340px;
  transform: rotate(2deg) translate(10px, -10px);
  z-index: 3;
}

.stack-photo:nth-child(3) {
  width: 240px;
  height: 290px;
  transform: rotate(7deg) translate(80px, 30px);
  z-index: 2;
}

.photos-stack:hover .stack-photo:nth-child(1) {
  transform: rotate(-8deg) translate(-70px, 24px);
}

.photos-stack:hover .stack-photo:nth-child(2) {
  transform: rotate(0deg) translate(10px, -16px) scale(1.02);
}

.photos-stack:hover .stack-photo:nth-child(3) {
  transform: rotate(9deg) translate(90px, 36px);
}

/* ══════════════════════════════════════════
   HÉBERGEMENTS
══════════════════════════════════════════ */
#hebergements {
  padding: 96px 6%;
  background: var(--creme);
}

.sec-header {
  text-align: center;
}

.ornement {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 12px;
  width: 100%;
}

.ornement::before,
.ornement::after {
  content: "";
  flex: 1;
  min-width: 5px;
  width: 100%;
  max-width: 56px;
  height: 1px;
  background: var(--beige);
}

.sec-header p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: rgba(26, 46, 26, 0.58);
  max-width: 420px;
  margin: 8px auto 0;
}

.grp-label,
.grp-label p {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--vert);
  display: flex;
  align-items: center;
  gap: 12px;
}

.grp-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(200, 169, 110, 0.35);
}

.cards3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px;
  margin-bottom: 44px;
}

.cards2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px;
  max-width: 860px;
}

.h-card {
  background: var(--blanc);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(26, 46, 26, 0.07);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.h-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 42px rgba(26, 46, 26, 0.14);
}

.h-card-img {
  width: 100%;
  height: 196px;
  overflow: hidden;
  position: relative;
}

.h-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}

.h-card:hover .h-card-img img {
  transform: scale(1.06);
}

.h-badge {
  position: absolute;
  top: 11px;
  left: 11px;
  span {
    font-family: "Montserrat", sans-serif;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--vert);
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
  }
  white-space: nowrap;
}

.h-body {
  padding: 18px;
}

.h-cat {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 5px;
}

.h-name,
.h-name h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--vert-nuit);
  margin-bottom: 11px;
  line-height: 1.2;
}

.h-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.h-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 9.5px;
  background: rgba(200, 169, 110, 0.12);
  color: var(--terre);
  padding: 3px 8px;
  border-radius: 2px;
}

.h-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(200, 169, 110, 0.2);
}

.h-price .from {
  font-size: 10.5px;
  color: rgba(26, 46, 26, 0.45);
}

.h-price .amt {
  font-size: 17px;
  font-weight: 700;
  color: var(--terre);
}

.h-price .per {
  font-size: 10.5px;
  color: rgba(26, 46, 26, 0.45);
}

.btn-card {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--vert);
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s;
}

.btn-card:hover {
  background: var(--vert2);
}

/* ══════════════════════════════════════════
   EXPÉRIENCES (remplace restaurant+piscine+massages)
══════════════════════════════════════════ */
#experiences {
  padding: 96px 6%;
  background: var(--blanc);
}

.exp-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px;
}

.exp-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 300px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(26, 46, 26, 0.1);
}
.exp-card .exp-card-img {
  height: 100%;
}
.exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
}

.exp-card:hover img {
  transform: scale(1.07);
}

.exp-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(26, 46, 26, 0.88) 0%,
    rgba(26, 46, 26, 0.12) 55%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background 0.3s;
}

.exp-card:hover .exp-ov {
  background: linear-gradient(
    to top,
    rgba(26, 46, 26, 0.95) 0%,
    rgba(26, 46, 26, 0.22) 65%
  );
}

.exp-ico {
  width: 40px;
  height: 40px;
  background: var(--beige);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  flex-shrink: 0;
}

.exp-ico svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.exp-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-style: italic;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.15;
}

.exp-desc {
  font-family: "Lato", sans-serif;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
  margin-bottom: 14px;
}

.exp-link {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--beige);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.exp-card:hover .exp-link {
  opacity: 1;
  transform: translateY(0);
}

.exp-link svg {
  width: 13px;
  height: 13px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2.5;
}

.exclu-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--vert);
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}

/* ══════════════════════════════════════════
   GALERIE
══════════════════════════════════════════ */
#galerie {
  padding: 96px 6%;
  background-color: var(--creme);
  position: relative;

  & > * {
    position: relative;
    z-index: 1;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://centrest.projet-test.com/wp-content/uploads/palm-left-opt-1024x683.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: top left;
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
  }
}

.gal-grid {
  max-width: 1280px;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: 190px;
  gap: 10px;
}

.g-item {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.g-item:hover img {
  transform: scale(1.06);
}

.g-item.tall {
  grid-row: span 2;
}

.g-item.wide {
  grid-column: span 2;
}

.g-ov {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 26, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.g-item:hover .g-ov {
  background: rgba(26, 46, 26, 0.32);
}

.g-ov svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5;
  opacity: 0;
  transition: opacity 0.3s;
}

.g-item:hover .g-ov svg {
  opacity: 1;
}

.gal-cta {
  text-align: center;
  margin-top: 40px;
}

/* ══════════════════════════════════════════
   AVIS
══════════════════════════════════════════ */
#avis {
  padding: 80px 6%;
  background: var(--vert-nuit);
}

.avis-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.avis-inner h2 em {
  color: var(--beige);
}

.avis-hd {
  text-align: center;
  margin-bottom: 48px;
}

.avis-hd .pres-label {
  color: var(--beige);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.avis-hd .sec-title {
  color: #fff;
}

.avis-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 22px;
  margin-bottom: 40px;
}

.avis-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 26px;
  border-left: 3px solid var(--beige);
  transition: background 0.3s;
}

.avis-card:hover {
  background: rgba(255, 255, 255, 0.09);
}

/* Étoiles gold petites */
.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 14px;
}

.stars svg {
  width: 14px;
  height: 14px;
  fill: #c8a96e;
  stroke: #c8a96e;
  stroke-width: 1;
}

.avis-txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 16.5px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
  margin-bottom: 18px;
}

.avis-auth {
  display: flex;
  align-items: center;
  gap: 11px;
}

.avis-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(200, 169, 110, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--beige);
  flex-shrink: 0;
}

.avis-name {
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #fff;
}

.avis-from {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.avis-cta {
  text-align: center;
}

.btn-google {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--beige);
  border: 1.5px solid rgba(200, 169, 110, 0.45);
  padding: 12px 28px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    border-color 0.25s,
    background 0.25s;
}

.btn-google:hover {
  border-color: var(--beige);
  background: rgba(200, 169, 110, 0.07);
}

.btn-google svg {
  width: 16px;
  height: 16px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2;
}

/* ══════════════════════════════════════════
   CTA FINAL
══════════════════════════════════════════ */
#cta-final {
  padding: 96px 6%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: url("images/16_ext.jpeg") center/cover no-repeat;
}

.cta-ov {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 26, 0.48);
}

.cta-cnt {
  position: relative;
  z-index: 2;
}

.cta-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 14px;
}

.cta-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-style: italic;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.1;
}

/* ══════════════════════════════════════════
   CARTE
══════════════════════════════════════════ */
#footer-map {
  background: var(--blanc);
}

#map-hd {
  padding: 64px 6% 44px;
  text-align: center;
}

.map-hd p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: rgba(26, 46, 26, 0.55);
  max-width: 400px;
  margin: 8px auto 0;
}

.map-wrap {
  width: 100%;
  height: 360px;
  position: relative;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  filter: saturate(0.85);
}

.map-pin {
  position: absolute;
  top: 22px;
  left: 5%;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 6px;
  padding: 18px 22px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border-left: 4px solid var(--beige);
  max-width: 270px;
}

.map-pin h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--vert);
  margin-bottom: 10px;
}

.map-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 7px;
}

.map-row svg {
  width: 13px;
  height: 13px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}

.map-row span {
  font-family: "Lato", sans-serif;
  font-size: 12.5px;
  color: rgba(26, 46, 26, 0.68);
  line-height: 1.4;
}

.map-row a {
  color: rgba(26, 46, 26, 0.68);
  text-decoration: none;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  background: var(--vert-nuit);
  padding: 52px 6% 30px;
}

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1.4fr !important;
  gap: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}

.flogo {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: italic;
  color: var(--beige);
  display: block;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
}

.flogo img {
  width: auto;
  height: 100px;
}

.flogo-sub {
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 14px;
}

.fdesc {
  font-family: "Lato", sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 18px;
}

.fsocials {
  display: flex;
  gap: 10px;
}

.fsoc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    border-color 0.25s,
    background 0.25s;
}

.fsoc:hover {
  border-color: var(--beige);
  background: rgba(200, 169, 110, 0.1);
}

.fsoc svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}

.fcol h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 18px;
}

.flinks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.flinks a {
  font-family: "Lato", sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.25s;
}

.flinks a:hover {
  color: var(--beige);
}

.fcontact-row {
  display: flex;
  gap: 9px;
  margin-bottom: 13px;
}

.fcontact-row svg {
  width: 14px;
  height: 14px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}

.fcontact-row span,
.fcontact-row a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  text-decoration: none;
}

.fcontact-row a:hover {
  color: var(--beige);
}

.footer-bt {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bt p,
.footer-bt a {
  font-family: "Lato", sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.28);
  text-decoration: none;
}

.footer-bt a:hover {
  color: var(--beige);
}

.fcredits a {
  color: rgba(200, 169, 110, 0.45);
  text-decoration: none;
}

.fcredits a:hover {
  color: var(--beige);
}

/* ══════════════════════════════════════════
   WHATSAPP
══════════════════════════════════════════ */
#wa {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
  animation: wap 2.8s ease-in-out infinite;
  transition: transform 0.2s;
}

#wa:hover {
  transform: scale(1.1);
  animation: none;
}

#wa svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

@keyframes wap {
  0%,
  100% {
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
  }

  50% {
    box-shadow:
      0 4px 30px rgba(37, 211, 102, 0.65),
      0 0 0 7px rgba(37, 211, 102, 0.1);
  }
}

/* ══════════════════════════════════════════
   REVEAL
══════════════════════════════════════════ */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.rv.on {
  opacity: 1;
  transform: translateY(0);
}

.d1 {
  transition-delay: 0.1s;
}

.d2 {
  transition-delay: 0.2s;
}

.d3 {
  transition-delay: 0.3s;
}

.d4 {
  transition-delay: 0.4s;
}

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1100px) {
  .atouts-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .atout-item:nth-child(3) {
    border-right: none;
  }

  .pres-wrap {
    grid-template-columns: 1fr !important;
    gap: 48px;
  }

  .photos-stack {
    height: 360px;
  }

  .cards3 {
    grid-template-columns: 1fr 1fr !important;
  }

  .cards2 {
    grid-template-columns: 1fr 1fr !important;
    max-width: 100%;
  }

  .exp-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .avis-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  #header nav,
  .lang-sw {
    display: none;
  }

  .atouts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .atout-item:nth-child(2) {
    border-right: none;
  }

  .cards3,
  .cards2 {
    grid-template-columns: 1fr !important;
  }

  .gal-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .g-item.wide {
    grid-column: span 1;
  }

  .exp-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-bt {
    flex-direction: column;
    text-align: center;
  }

  .photos-stack {
    height: 320px;
  }

  .stack-photo:nth-child(1) {
    width: 180px;
    height: 220px;
    transform: rotate(-5deg) translate(-46px, 16px);
  }

  .stack-photo:nth-child(2) {
    width: 200px;
    height: 250px;
    transform: rotate(2deg) translate(8px, -8px);
  }

  .stack-photo:nth-child(3) {
    width: 170px;
    height: 210px;
    transform: rotate(6deg) translate(56px, 24px);
  }

  .hero-ctas {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-pin {
    display: none;
  }
}
.breadcrumb,
.rank-math-breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(26, 46, 26, 0.4);
  margin-bottom: 10px;
}
.rank-math-breadcrumb a {
  color: var(--vert);
}

/* ══════════════════════════════════════════
   PAGE INTÉRIEURE — HERO BANDEAU
══════════════════════════════════════════ */
.page-hero-banner {
  width: 100%;
  height: 45vh;
  min-height: 320px;
  max-height: 480px;
  overflow: hidden;
}
.page-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-title-bar {
  background: var(--creme);
  padding: 28px 6% 32px;
}
.pti {
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(26, 46, 26, 0.4);
  margin-bottom: 10px;
}
.breadcrumb a {
  color: var(--vert);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--beige);
}
.breadcrumb span {
  color: rgba(26, 46, 26, 0.25);
  margin: 0 6px;
}
.page-title-bar h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 400;
  color: var(--vert-nuit);
  line-height: 1.15;
}
.page-title-bar h1 em {
  font-style: italic;
  color: var(--beige);
}
.page-title-bar .title-badge {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--beige);
  background: rgba(200, 169, 110, 0.1);
  padding: 4px 12px;
  border-radius: 2px;
  margin-top: 10px;
}

/* ══════════════════════════════════════════
   FICHE CHAMBRE — SECTION PRINCIPALE
══════════════════════════════════════════ */
#fiche {
  padding: 72px 6%;
  background: var(--blanc);
}
.fiche-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1.15fr 1fr !important;
  gap: 40px;
  align-items: start;
}

/* Galerie photos */
.fiche-gallery {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 280px 140px;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.fg-main {
  grid-column: 1/3;
  grid-row: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.fg-main img,
.fg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.fg-main:hover img,
.fg-thumb:hover img {
  transform: scale(1.04);
}
.fg-thumb {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.fg-more {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 26, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fg-more span {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

/* Card fiche */
.fiche-card {
  background: var(--creme);
  border-radius: 6px;
  padding: 36px;
  border: 1px solid rgba(200, 169, 110, 0.15);
  position: sticky;
  top: 120px;
}
.fiche-card .fc-cat {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 6px;
}
.fiche-card .fc-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--vert-nuit);
  line-height: 1.15;
  margin-bottom: 20px;
}
.fc-specs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(200, 169, 110, 0.2);
}
.fc-spec {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fc-spec svg {
  width: 18px;
  height: 18px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}
.fc-spec .fc-label {
  font-family: "Montserrat", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(26, 46, 26, 0.45);
  width: 80px;
  flex-shrink: 0;
}
.fc-spec .fc-val {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: var(--vert-nuit);
  font-weight: 400;
}
.fc-tarif {
  margin-bottom: 8px;
}
.fc-tarif .fc-from {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgba(26, 46, 26, 0.45);
}
.fc-tarif .fc-price {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--terre);
  line-height: 1.1;
}
.fc-tarif .fc-ar {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: var(--terre);
  font-weight: 700;
}
.fc-tarif .fc-per {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 26, 0.45);
}
.fc-note {
  font-family: "Lato", sans-serif;
  font-size: 12.5px;
  color: rgba(26, 46, 26, 0.5);
  margin-bottom: 24px;
  line-height: 1.5;
}
.fc-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .e-button-base.btn-gold-full {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: var(--beige);
  color: var(--vert-nuit);
  border: 2px solid var(--beige);
  padding: 14px 24px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
}
body .e-button-base.btn-gold-full:hover {
  background: transparent;
  color: var(--beige);
}
body .e-button-base.btn-wa-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(26, 46, 26, 0.5);
  text-decoration: none;
  transition: color 0.25s;
  padding: 8px 0;
  background-color: transparent;
}
body .e-button-base.btn-wa-link:hover {
  color: #25d366;
}
body .e-button-base.btn-wa-link svg {
  width: 16px;
  height: 16px;
  fill: #25d366;
}

/* ══════════════════════════════════════════
   DESCRIPTION
══════════════════════════════════════════ */
#description {
  padding: 72px 6%;
  background: var(--creme);
}
.desc-inner {
  max-width: 800px;
  margin: 0 auto;
}
.desc-inner p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(26, 46, 26, 0.7);
  margin-bottom: 18px;
}

/* ══════════════════════════════════════════
   ÉQUIPEMENTS
══════════════════════════════════════════ */
#equipements-detail {
  padding: 72px 6%;
  background: var(--blanc);
}
.equip-detail-grid {
  max-width: 900px;
  margin: 36px auto 0;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px;
}
.eq-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: var(--creme);
  border-radius: 4px;
  border: 1px solid rgba(200, 169, 110, 0.1);
}
.eq-item svg {
  width: 20px;
  height: 20px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
}
.eq-item span {
  font-family: "Lato", sans-serif;
  font-size: 13.5px;
  color: rgba(26, 46, 26, 0.7);
}

/* ══════════════════════════════════════════
   POLITIQUE
══════════════════════════════════════════ */
#politique {
  padding: 56px 6%;
  background: var(--creme);
}
.pol-grid {
  max-width: 900px;
  margin: 24px auto 0;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px;
}
.pol-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.pol-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--beige);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}
.pol-item span {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 26, 0.6);
  line-height: 1.5;
}
.pol-item strong {
  color: var(--vert-nuit);
}

/* ══════════════════════════════════════════
   CROSS-SELL
══════════════════════════════════════════ */
#cross-sell {
  padding: 72px 6%;
  background: var(--blanc);
}
.cross-grid {
  max-width: 1280px;
  margin: 36px auto 0;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px;
}
.cross-card {
  background: var(--creme);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.1);
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.cross-card:hover {
  transform: translateY(-4px);
  border-color: var(--beige);
}
.cross-card-img {
  height: 150px;
  overflow: hidden;
}
.cross-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.cross-card:hover .cross-card-img img {
  transform: scale(1.05);
}
.cross-card-body {
  padding: 14px 16px;
}
.cross-card-cat {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 3px;
}
.cross-card-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--vert-nuit);
  margin-bottom: 6px;
}
.cross-card-price {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: var(--terre);
  font-weight: 700;
  margin-bottom: 10px;
}
.cross-card a {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--vert);
  text-decoration: none;
  transition: color 0.25s;
}
.cross-card a:hover {
  color: var(--beige);
}

/* CTA SECTION */
#cta-chambre {
  padding: 72px 6%;
  background: var(--vert-nuit);
  text-align: center;
}
.cta-ch-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.cta-ch-title em {
  font-style: italic;
  color: var(--beige);
}
.cta-ch-sub {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 28px;
}
.cta-ch-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-gold-dark {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: var(--beige);
  color: var(--vert-nuit);
  border: 2px solid var(--beige);
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
}
.btn-gold-dark:hover {
  background: transparent;
  color: var(--beige);
}
.btn-outline-light {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    border-color 0.25s,
    color 0.25s;
}
.btn-outline-light:hover {
  border-color: #fff;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .fiche-wrap {
    grid-template-columns: 1fr !important;
  }
  .fiche-card {
    position: static;
  }
  .cross-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .equip-detail-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .fiche-gallery {
    grid-template-rows: 220px 100px;
  }
  .cross-grid {
    grid-template-columns: 1fr !important;
  }
  .equip-detail-grid {
    grid-template-columns: 1fr !important;
  }
  .pol-grid {
    grid-template-columns: 1fr !important;
  }
  .page-hero-banner {
    height: 35vh;
    min-height: 240px;
  }
}

/* ══════════════════════════════════════════
   ACTIVITÉS — BLOCS ÉDITORIAUX
══════════════════════════════════════════ */
.act-section {
  padding: 80px 6%;
}
.act-section:nth-child(odd) {
  background: var(--blanc);
}
.act-section:nth-child(even) {
  background: var(--creme);
}
.act-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* Bloc éditorial : texte + mini galerie */
.act-block {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 56px;
  align-items: center;
  margin-top: 48px;
}
.act-block.reverse {
  direction: rtl;
}
.act-block.reverse > * {
  direction: ltr;
}
.act-block-txt .act-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.act-eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--beige);
}
.act-block-txt h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  color: var(--vert-nuit);
  line-height: 1.15;
  margin-bottom: 16px;
}
.act-block-txt h3 em {
  font-style: italic;
  color: var(--beige);
}
.act-block-txt p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(26, 46, 26, 0.65);
  margin-bottom: 14px;
}
.act-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.act-tag {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--vert);
  background: rgba(45, 90, 39, 0.07);
  padding: 5px 12px;
  border-radius: 2px;
}
.act-tag.gold {
  color: var(--beige);
  background: rgba(200, 169, 110, 0.1);
}

/* Mini galerie 1+2 */
.act-mini-gal {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 240px 160px;
  gap: 8px;
  border-radius: 6px;
  overflow: hidden;
}
.amg-main {
  grid-column: 1/3;
  overflow: hidden;
}
.amg-main img,
.amg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.amg-main:hover img,
.amg-thumb:hover img {
  transform: scale(1.04);
}
.amg-thumb {
  overflow: hidden;
}

/* ══════════════════════════════════════════
   PARC PRIVÉ — PREMIUM
══════════════════════════════════════════ */
#parc-prive {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.pp-photos {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  /* height: 360px; */
}
.pp-photo {
  overflow: hidden;
}
.pp-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65);
  transition:
    transform 0.6s,
    filter 0.6s;
}
.pp-photo:hover img {
  transform: scale(1.05);
  filter: brightness(0.85);
}
.pp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(26, 46, 26, 0.92) 0%,
    rgba(26, 46, 26, 0.6) 40%,
    rgba(26, 46, 26, 0.2) 100%
  );
  display: flex;
  align-items: center;
  padding: 0 6%;
  pointer-events: none;
}
.pp-content {
  max-width: 520px;
  pointer-events: auto;
}
.pp-badge {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--vert);
  color: #fff;
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.pp-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
.pp-title em {
  font-style: italic;
  color: var(--beige);
}
.pp-text {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 10px;
}
.pp-price {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--beige);
  margin-bottom: 24px;
}
.btn-light-act {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 12px 28px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    border-color 0.25s,
    background 0.25s;
}
.btn-light-act:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ══════════════════════════════════════════
   EXCURSIONS — CARDS AVEC MINI SLIDER
══════════════════════════════════════════ */
#excursions {
  padding: 80px 6%;
  background: var(--blanc);
}
.exc-grid {
  max-width: 1280px;
  margin: 48px auto 0;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px;
}
.exc-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.12);
  background: var(--creme);
  transition:
    transform 0.3s,
    border-color 0.3s;
}
.exc-card:hover {
  transform: translateY(-4px);
  border-color: var(--beige);
}
.exc-card-slider {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.exc-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.exc-slide.active {
  opacity: 1;
}
.exc-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.exc-card-body {
  padding: 18px;
}
.exc-card-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--vert-nuit);
  margin-bottom: 8px;
  line-height: 1.2;
}
.exc-card-body p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 26, 0.6);
  line-height: 1.6;
  margin-bottom: 12px;
}
.exc-card-body .exc-avail {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--beige);
}

/* ══════════════════════════════════════════
   TARIFS
══════════════════════════════════════════ */
#tarifs-act {
  padding: 64px 6%;
  background: var(--creme);
}
.tarifs-table {
  max-width: 700px;
  margin: 32px auto 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.2);
}
.tt-header {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  background: var(--vert-nuit);
  padding: 12px 20px;
}
.tt-header span {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.tt-row {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr !important;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(200, 169, 110, 0.1);
  background: var(--blanc);
}
.tt-row:last-child {
  border-bottom: none;
}
.tt-row span {
  font-family: "Lato", sans-serif;
  color: rgba(26, 46, 26, 0.65);
}
.tt-row .tt-name {
  font-weight: 600;
  color: var(--vert-nuit);
}
.tt-row .tt-price {
  font-weight: 700;
  color: var(--terre);
}

/* ══════════════════════════════════════════
   COMMENT RÉSERVER
══════════════════════════════════════════ */
#comment-reserver {
  padding: 72px 6%;
  background: var(--blanc);
}
.steps-grid {
  max-width: 900px;
  margin: 40px auto 0;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 32px;
}
.step-item {
  text-align: center;
}
.step-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(200, 169, 110, 0.12);
  border: 2px solid var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--beige);
}
.step-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--vert-nuit);
  margin-bottom: 6px;
}
.step-item p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: rgba(26, 46, 26, 0.55);
  line-height: 1.6;
}
.steps-cta {
  text-align: center;
  margin-top: 36px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-wa-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #25d366;
  color: #fff;
  padding: 12px 24px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.25s;
}
.btn-wa-green:hover {
  background: #1fba59;
}
.btn-wa-green svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* CTA FINAL */
#cta-act {
  padding: 72px 6%;
  background: var(--vert-nuit);
  text-align: center;
}
.cta-act-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.cta-act-title em {
  font-style: italic;
  color: var(--beige);
}
.cta-act-sub {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}
.cta-act-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-gold-dk {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: var(--beige);
  color: var(--vert-nuit);
  border: 2px solid var(--beige);
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
}
.btn-gold-dk:hover {
  background: transparent;
  color: var(--beige);
}
.btn-out-lt {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 13px 30px;
  border-radius: 3px;
  text-decoration: none;
  transition:
    border-color 0.25s,
    color 0.25s;
}
.btn-out-lt:hover {
  border-color: #fff;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .tt-row,
  .tt-header {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 5px !important;
  }
  .tt-row span,
  .tt-row .tt-name,
  .tt-row .tt-price {
    font-size: 12px;
  }
}
@media (max-width: 1100px) {
  .act-block {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }
  .act-block.reverse {
    direction: ltr;
  }
  .pp-photos {
    grid-template-columns: 1fr 1fr !important;
    /* height: 280px; */
  }
  .exc-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .steps-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .pp-photos {
    grid-template-columns: 1fr !important;
    /* height: 220px; */
  }
  .pp-photos .pp-photo:nth-child(n + 3) {
    display: none;
  }
  .pp-overlay {
    background: rgba(26, 46, 26, 0.8);
  }
  .exc-grid {
    grid-template-columns: 1fr !important;
  }
  .act-mini-gal {
    grid-template-rows: 200px 120px;
  }
  .page-hero-banner {
    height: 35vh;
    min-height: 240px;
  }
}

.elementor {
  /* ══════════════════════════════════════════
   CONTACT — COORDONNÉES + FORMULAIRE
══════════════════════════════════════════ */
  #contact-main {
    padding: 80px 6%;
    background: var(--blanc);
  }
  .contact-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1fr 1.25fr !important;
    gap: 64px;
    align-items: start;
  }

  /* Colonne coordonnées */
  .coord-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .coord-eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--beige);
  }
  .coord-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    color: var(--vert-nuit);
    line-height: 1.15;
    margin-bottom: 32px;
  }
  .coord-title em {
    font-style: italic;
    color: var(--beige);
  }

  .coord-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(200, 169, 110, 0.12);
  }
  .coord-item:last-of-type {
    border-bottom: none;
  }
  .coord-ico {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: rgba(200, 169, 110, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .coord-ico svg {
    width: 18px;
    height: 18px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
  }
  .coord-label {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(26, 46, 26, 0.4);
    margin-bottom: 3px;
  }
  .coord-val {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: var(--vert-nuit);
    line-height: 1.5;
  }
  .coord-val a {
    color: var(--vert-nuit);
    text-decoration: none;
    transition: color 0.25s;
  }
  .coord-val a:hover {
    color: var(--beige);
  }
  .coord-note {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: rgba(26, 46, 26, 0.4);
    margin-top: 2px;
  }

  .coord-socials {
    display: flex;
    gap: 10px;
    margin-top: 28px;
  }
  .coord-soc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(200, 169, 110, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:
      border-color 0.25s,
      background 0.25s;
  }
  .coord-soc:hover {
    border-color: var(--beige);
    background: rgba(200, 169, 110, 0.08);
  }
  .coord-soc svg {
    width: 17px;
    height: 17px;
    stroke: var(--vert);
    fill: none;
    stroke-width: 2;
  }

  /* Colonne formulaire */
  .form-col {
    background: var(--creme);
    border-radius: 6px;
    padding: 40px;
    border: 1px solid rgba(200, 169, 110, 0.15);
  }
  .form-eyebrow {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 10px;
  }
  .form-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--vert-nuit);
    margin-bottom: 28px;
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-group label.e-form-label-base {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(26, 46, 26, 0.55);
    margin-bottom: 6px;
  }
  .form-group label.e-form-label-base em {
    color: var(--beige);
    font-style: normal;
  }
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: var(--vert-nuit);
    background: var(--blanc);
    border: 1px solid rgba(200, 169, 110, 0.2);
    border-radius: 3px;
    padding: 11px 14px;
    transition: border-color 0.25s;
    outline: none;
  }
  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--beige);
  }
  .form-group textarea {
    resize: vertical;
    min-height: 120px;
  }
  .form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c8a96e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
  }
  .btn-submit.e-form-submit-button-base {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: var(--beige);
    color: var(--vert-nuit);
    border: 2px solid var(--beige);
    padding: 14px 24px;
    border-radius: 3px;
    cursor: pointer;
    transition:
      background 0.25s,
      color 0.25s;
    margin-top: 8px;
  }
  .btn-submit.e-form-submit-button-base:hover {
    background: transparent;
    color: var(--beige);
  }
  .form-rgpd {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: rgba(26, 46, 26, 0.4);
    line-height: 1.5;
    margin-top: 16px;
  }
  .form-rgpd a {
    color: var(--beige);
    text-decoration: none;
  }

  /* ══════════════════════════════════════════
   COMMENT VENIR
══════════════════════════════════════════ */
  #comment-venir {
    padding: 72px 6%;
    background: var(--creme);
  }
  .venir-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  .venir-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px;
    margin-top: 40px;
  }
  .venir-card {
    background: var(--blanc);
    border-radius: 6px;
    padding: 28px;
    border: 1px solid rgba(200, 169, 110, 0.1);
    transition: border-color 0.3s;
  }
  .venir-card:hover {
    border-color: var(--beige);
  }
  .venir-ico {
    width: 48px;
    height: 48px;
    background: rgba(200, 169, 110, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .venir-ico svg {
    width: 22px;
    height: 22px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
  }
  .venir-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--vert-nuit);
    margin-bottom: 8px;
  }
  .venir-card p {
    font-family: "Lato", sans-serif;
    font-size: 13.5px;
    color: rgba(26, 46, 26, 0.6);
    line-height: 1.65;
  }
  .venir-card .venir-detail {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: var(--beige);
    margin-top: 10px;
    display: block;
  }

  /* GPS */
  .gps-block {
    max-width: 1100px;
    margin: 24px auto 0;
    padding: 16px 24px;
    background: var(--blanc);
    border-radius: 4px;
    border: 1px solid rgba(200, 169, 110, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .gps-block svg {
    width: 18px;
    height: 18px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
  }
  .gps-block span {
    font-family: "Lato", sans-serif;
    font-size: 13.5px;
    color: rgba(26, 46, 26, 0.6);
  }
  .gps-block code {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--vert-nuit);
    background: rgba(200, 169, 110, 0.08);
    padding: 2px 8px;
    border-radius: 2px;
  }

  /* ══════════════════════════════════════════
   CARTE GRANDE
══════════════════════════════════════════ */
  #carte-contact {
    position: relative;
  }
  .carte-wrap {
    width: 100%;
    height: 450px;
  }
  .carte-wrap > div.carte-map,
  .carte-wrap > div.carte-map > div,
  .carte-wrap > div.carte-map > div iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    filter: saturate(0.85);
  }
  .carte-pin {
    position: absolute;
    top: 24px;
    left: 5%;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border-left: 4px solid var(--beige);
    max-width: 280px;
  }
  .carte-pin h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--vert);
    margin-bottom: 10px;
  }
  .carte-pin-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin-bottom: 7px;
  }
  .carte-pin-row svg {
    width: 13px;
    height: 13px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .carte-pin-row span {
    font-family: "Lato", sans-serif;
    font-size: 12.5px;
    color: rgba(26, 46, 26, 0.65);
    line-height: 1.4;
  }
  .carte-pin-row a {
    color: rgba(26, 46, 26, 0.65);
    text-decoration: none;
  }
  .carte-pin-row a:hover {
    color: var(--beige);
  }

  /* ══════════════════════════════════════════
   CTA
══════════════════════════════════════════ */
  #cta-contact {
    padding: 72px 6%;
    background: var(--vert-nuit);
    text-align: center;
  }
  .cta-ct-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
  }
  .cta-ct-title em {
    font-style: italic;
    color: var(--beige);
  }
  .cta-ct-sub {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
  }
  .cta-ct-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-wa-ct {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #25d366;
    color: #fff;
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.25s;
  }
  .btn-wa-ct:hover {
    background: #1fba59;
  }
  .btn-wa-ct svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  .btn-gold-dk {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: var(--beige);
    color: var(--vert-nuit);
    border: 2px solid var(--beige);
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition:
      background 0.25s,
      color 0.25s;
  }
  .btn-gold-dk:hover {
    background: transparent;
    color: var(--beige);
  }

  /* RESPONSIVE */

  /* ══════════════════════════════════════════
   RÉSERVATION — FORMULAIRE + SIDEBAR
══════════════════════════════════════════ */
  #resa-main {
    padding: 72px 6%;
    background: var(--blanc);
  }
  .resa-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
  }

  /* Formulaire */
  .resa-form {
    background: var(--blanc);
    border: 1px solid rgba(200, 169, 110, 0.15);
    border-radius: 6px;
    padding: 40px;
  }
  .resa-form-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--vert-nuit);
    margin-bottom: 6px;
  }
  .resa-form-sub {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: rgba(26, 46, 26, 0.45);
    margin-bottom: 28px;
  }
  .resa-form-sub em {
    color: var(--beige);
    font-style: normal;
  }
  .fg {
    margin-bottom: 18px;
  }
  .fg label {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(26, 46, 26, 0.55);
    margin-bottom: 5px;
  }
  .fg label em {
    color: var(--beige);
    font-size: 12px;
    font-style: normal;
  }
  .fg input,
  .fg select,
  .fg textarea {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: var(--vert-nuit);
    background: var(--creme);
    border: 1px solid rgba(200, 169, 110, 0.18);
    border-radius: 3px;
    padding: 11px 14px;
    outline: none;
    transition:
      border-color 0.25s,
      background 0.25s;
  }
  .fg input:focus,
  .fg select:focus,
  .fg textarea:focus {
    border-color: var(--beige);
    background: var(--blanc);
  }
  .fg textarea {
    resize: vertical;
    min-height: 100px;
  }
  .fg select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c8a96e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
  }
  .fg-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .btn-resa {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--beige);
    color: var(--vert-nuit);
    border: 2px solid var(--beige);
    padding: 16px 24px;
    border-radius: 3px;
    cursor: pointer;
    transition:
      background 0.25s,
      color 0.25s;
    margin-top: 8px;
  }
  .btn-resa:hover {
    background: transparent;
    color: var(--beige);
  }
  .resa-rgpd {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    color: rgba(26, 46, 26, 0.38);
    line-height: 1.5;
    margin-top: 14px;
  }
  .resa-rgpd a {
    color: var(--beige);
    text-decoration: none;
  }

  /* Sidebar sticky */
  .resa-sidebar {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .side-card {
    background: var(--creme);
    border-radius: 6px;
    padding: 28px;
    border: 1px solid rgba(200, 169, 110, 0.12);
  }
  .side-card-title {
    font-family: "Montserrat", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--beige);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(200, 169, 110, 0.15);
  }

  /* Tableau tarifs sidebar */
  .side-tarif-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(200, 169, 110, 0.08);
  }
  .side-tarif-row:last-child {
    border-bottom: none;
  }
  .side-tarif-name {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: var(--vert-nuit);
  }
  .side-tarif-price {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--terre);
  }

  /* Infos sidebar */
  .side-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .side-info:last-child {
    margin-bottom: 0;
  }
  .side-info svg {
    width: 16px;
    height: 16px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
    flex-shrink: 0;
    margin-top: 2px;
  }
  .side-info span {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: rgba(26, 46, 26, 0.6);
    line-height: 1.5;
  }
  .side-info strong {
    color: var(--vert-nuit);
  }

  /* Contact direct sidebar */
  .side-contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 11px 16px;
    border-radius: 3px;
    text-decoration: none;
    transition:
      background 0.25s,
      border-color 0.25s;
    margin-bottom: 8px;
    justify-content: center;
  }
  .side-wa {
    background: rgba(37, 211, 102, 0.08);
    color: #1a8a47;
    border: 1px solid rgba(37, 211, 102, 0.25);
  }
  .side-wa:hover {
    background: rgba(37, 211, 102, 0.15);
  }
  .side-wa svg {
    width: 16px;
    height: 16px;
    fill: #25d366;
  }
  .side-tel {
    background: rgba(200, 169, 110, 0.08);
    color: var(--vert-nuit);
    border: 1px solid rgba(200, 169, 110, 0.2);
  }
  .side-tel:hover {
    background: rgba(200, 169, 110, 0.15);
  }
  .side-tel svg {
    width: 16px;
    height: 16px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
  }

  /* ══════════════════════════════════════════
   POLITIQUE
══════════════════════════════════════════ */
  #resa-politique {
    padding: 56px 6%;
    background: var(--creme);
  }
  .pol-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
  #resa-politique .pol-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 32px;
    max-width: unset;
  }
  .pol-card {
    background: var(--blanc);
    border-radius: 6px;
    padding: 24px;
    text-align: center;
    border: 1px solid rgba(200, 169, 110, 0.1);
  }
  .pol-ico {
    width: 48px;
    height: 48px;
    background: rgba(200, 169, 110, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
  }
  .pol-ico svg {
    width: 22px;
    height: 22px;
    stroke: var(--beige);
    fill: none;
    stroke-width: 2;
  }
  .pol-card h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--vert-nuit);
    margin-bottom: 6px;
  }
  .pol-card p {
    font-family: "Lato", sans-serif;
    font-size: 12.5px;
    color: rgba(26, 46, 26, 0.55);
    line-height: 1.6;
  }

  /* ══════════════════════════════════════════
   CTA ALTERNATIF
══════════════════════════════════════════ */
  #cta-resa {
    padding: 72px 6%;
    background: var(--vert-nuit);
    text-align: center;
  }
  .cta-resa-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(26px, 3.2vw, 40px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
  }
  .cta-resa-title em {
    font-style: italic;
    color: var(--beige);
  }
  .cta-resa-sub {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
  }
  .cta-resa-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-wa-big {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #25d366;
    color: #fff;
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.25s;
  }
  .btn-wa-big:hover {
    background: #1fba59;
  }
  .btn-wa-big svg {
    width: 18px;
    height: 18px;
    fill: #fff;
  }
  .btn-tel-big {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 13px 28px;
    border-radius: 3px;
    text-decoration: none;
    transition:
      border-color 0.25s,
      color 0.25s;
  }
  .btn-tel-big:hover {
    border-color: #fff;
    color: #fff;
  }
  .btn-tel-big svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
  }
  .cta-resa-link {
    display: block;
    margin-top: 18px;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.25s;
  }
  .cta-resa-link:hover {
    color: var(--beige);
  }

  /* RESPONSIVE */

  /* ══════════════════════════════════════════
   PAGE GALERIE
══════════════════════════════════════════ */
  .gal-title-bar {
    background: var(--creme);
    padding: 32px 6% 36px;
    margin-top: 0;
  }
  .gti {
    max-width: 1280px;
    margin: 0 auto;
  }
  .breadcrumb {
    font-family: "Montserrat", sans-serif;
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(26, 46, 26, 0.4);
    margin-bottom: 10px;
  }
  .breadcrumb a {
    color: var(--vert);
    text-decoration: none;
  }
  .breadcrumb a:hover {
    color: var(--beige);
  }
  .breadcrumb span {
    color: rgba(26, 46, 26, 0.25);
    margin: 0 6px;
  }
  .gal-title-bar h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 400;
    color: var(--vert-nuit);
    line-height: 1.15;
  }
  .gal-title-bar h1 em {
    font-style: italic;
    color: var(--beige);
  }
  .gal-intro {
    font-family: "Lato", sans-serif;
    font-size: 15.5px;
    line-height: 1.8;
    color: rgba(26, 46, 26, 0.6);
    max-width: 540px;
    margin-top: 10px;
  }

  /* Filtres */
  .gal-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }
  .gal-filter {
    font-family: "Montserrat", sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a2e1a80;
    background: var(--blanc);
    border: 1px solid rgba(200, 169, 110, 0.2);
    padding: 8px 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
  }
  .gal-filter:hover {
    color: var(--vert-nuit);
    border-color: var(--beige);
  }
  .gal-filter.active {
    color: var(--blanc);
    background: var(--vert-nuit);
    border-color: var(--vert-nuit);
  }

  /* Grille masonry */
  #gal-grid-section {
    padding: 48px 6% 72px;
    background: var(--blanc);
  }
  .masonry {
    max-width: 1280px;
    margin: 0 auto;
    columns: 3;
    column-gap: 10px;
  }
  .masonry-item {
    break-inside: avoid;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.4s;
  }
  .masonry-item.hidden {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .masonry-item img {
    width: 100%;
    display: block;
    transition: transform 0.5s;
  }
  .masonry-item:hover img {
    transform: scale(1.04);
  }
  .masonry-ov {
    position: absolute;
    inset: 0;
    background: rgba(26, 46, 26, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }
  .masonry-item:hover .masonry-ov {
    background: rgba(26, 46, 26, 0.3);
  }
  .masonry-ov svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.5;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .masonry-item:hover .masonry-ov svg {
    opacity: 1;
  }

  /* Lightbox */
  .lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(14, 20, 14, 0.96);
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .lightbox.open {
    display: flex;
  }
  .lb-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 8px;
  }
  .lb-close svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
  }
  .lb-img-wrap {
    max-width: 90vw;
    max-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lb-img-wrap img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
  }
  .lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s;
  }
  .lb-nav:hover {
    background: rgba(200, 169, 110, 0.25);
  }
  .lb-nav svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2.5;
  }
  .lb-prev {
    left: 20px;
  }
  .lb-next {
    right: 20px;
  }
  .lb-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.5);
  }
  .lb-caption {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    max-width: 500px;
  }

  /* Note temporaire */
  .gal-note {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 24px;
    background: rgba(200, 169, 110, 0.08);
    border-left: 3px solid var(--beige);
    border-radius: 0 4px 4px 0;
    margin-top: 40px;
  }
  .gal-note p {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: rgba(26, 46, 26, 0.55);
    line-height: 1.6;
  }

  /* CTA */
  #cta-gal {
    padding: 72px 6%;
    background: var(--vert-nuit);
    text-align: center;
  }
  .cta-gal-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
  }
  .cta-gal-title em {
    font-style: italic;
    color: var(--beige);
  }
  .cta-gal-sub {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 28px;
  }
  .cta-gal-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn-gold-dk {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: var(--beige);
    color: var(--vert-nuit);
    border: 2px solid var(--beige);
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition:
      background 0.25s,
      color 0.25s;
  }
  .btn-gold-dk:hover {
    background: transparent;
    color: var(--beige);
  }
  .btn-out-lt {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 13px 30px;
    border-radius: 3px;
    text-decoration: none;
    transition:
      border-color 0.25s,
      color 0.25s;
  }
  .btn-out-lt:hover {
    border-color: #fff;
    color: #fff;
  }

  /* RESPONSIVE */

  /* ══════════════════════════════════════════
   Ajouter les styles avant cet accolade
══════════════════════════════════════════ */
}

/* RESPONSIVE (Extracted from .elementor) */
@media (max-width: 1100px) {
  .contact-wrap {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
  .venir-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .venir-grid {
    grid-template-columns: 1fr !important;
  }
  .carte-wrap {
    height: 320px;
  }
  .carte-pin {
    display: none;
  }
  .gps-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-hero-banner {
    height: 35vh;
    min-height: 240px;
  }
}

@media (max-width: 1100px) {
  .resa-wrap {
    grid-template-columns: 1fr !important;
  }
  .resa-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .resa-sidebar > * {
    flex: 1;
    min-width: 280px;
  }
  .pol-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 768px) {
  .fg-row {
    grid-template-columns: 1fr !important;
  }
  .pol-grid {
    grid-template-columns: 1fr !important;
  }
  .resa-sidebar {
    flex-direction: column;
  }
  .page-hero-banner {
    height: 35vh;
    min-height: 240px;
  }
}
@media (max-width: 1100px) {
  .masonry {
    columns: 2;
  }
}
@media (max-width: 768px) {
  .masonry {
    columns: 1;
  }
  .gal-filters {
    gap: 6px;
  }
  .gal-filter {
    padding: 6px 14px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .atout-item {
    border-right: none;
    border-bottom: 1px solid rgba(200, 169, 110, 0.28);
  }
}
