/*
Theme Name: DombesBox Light
Theme URI: https://dombesbox.fr
Author: DombesBox
Description: Thème clair et professionnel pour la location de conteneurs maritimes DombesBox à Boulignieux (Ain).
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: dombesbox
*/

/* ═══════════════════════════════════════════════
   VARIABLES
═══════════════════════════════════════════════ */
:root {
  --rouge:       #c8000a;
  --rouge-vif:   #e8000c;
  --rouge-pale:  #fff0f0;
  --rouge-bg:    #fdf2f2;
  --blanc:       #ffffff;
  --creme:       #fafaf8;
  --gris-clair:  #f4f4f1;
  --gris-moyen:  #e8e8e4;
  --gris-texte:  #6b6b65;
  --gris-fonce:  #2c2c28;
  --gris-bord:   #ddddd8;
  --acier-clair: #f0f4f8;
  --jaune:       #f5a623;
  --vert:        #2a8a4a;
  --bleu-clair:  #eef4ff;

  --ombre-sm:  0 2px 8px rgba(0,0,0,0.06);
  --ombre-md:  0 4px 20px rgba(0,0,0,0.09);
  --ombre-lg:  0 8px 40px rgba(0,0,0,0.12);
  --ombre-xl:  0 16px 60px rgba(0,0,0,0.14);
}

/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  background: var(--blanc);
  color: var(--gris-fonce);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul { list-style: none; }

/* ═══════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════ */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem;
  height: 100px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gris-bord);
  transition: box-shadow 0.3s;
  overflow: visible;
}
#site-header.scrolled { box-shadow: var(--ombre-md); }

.site-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  font-size: clamp(2.3rem, 3vw, 2.6rem); letter-spacing: 0px;
  color: var(--gris-fonce); text-decoration: none;
  display: flex; align-items: center; gap: 0.4rem;
  min-width: 0;        /* ← empêche le logo de déborder */
  flex-shrink: 1;
}

.site-logo span { color: var(--rouge); }

.site-logo .logo-box {
  width: clamp(48px, 4vw, 62px);
  height: clamp(48px, 4vw, 62px);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.site-logo .logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ou cover si vous voulez qu'elle remplisse tout */
}


#primary-menu {
  display: flex; align-items: center; gap: 0.3rem;
}
#primary-menu li a {
  text-decoration: none; color: var(--gris-texte);
  font-size: 1.2rem; font-weight: 500;
  padding: 0.7rem 1.0rem; border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
#primary-menu li a:hover { color: var(--rouge); background: var(--rouge-pale); }
#primary-menu li.cta-nav a {
  background: var(--rouge); color: var(--blanc) !important;
  padding: 0.9rem 1.4rem; font-weight: 600;
  transition: background 0.2s, transform 0.1s !important;
}
#primary-menu li.cta-nav a:hover {
  background: var(--rouge-vif) !important;
  transform: translateY(-1px);
}
.menu-toggle {
  display: none; background: none; border: 1.5px solid var(--gris-bord);
  color: var(--gris-fonce); font-size: 2.2rem; cursor: pointer;
  padding: 0.6rem 1rem; border-radius: 6px;
  flex-shrink: 0;      /* ← empêche le bouton de disparaître */
  z-index: 10;
}

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
#hero {
  position: relative; height: 100vh; min-height: 400px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.hero-video-wrap { position: absolute; inset: 0; }
.hero-video-wrap video { width: 100%; height: 100%; object-fit: cover; }
.hero-poster {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #1a2a3a 0%, #2d3a4a 50%, #1a1a2e 100%);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 1rem;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.1) 40%,
    rgba(0,0,0,0.65) 80%,
    rgba(0,0,0,0.82) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  padding: 0 5rem 5.5rem; max-width: 860px;
  padding-top: 80px; 
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-size: 0.78rem; font-weight: 600;
  padding: 0.35rem 1rem; border-radius: 100px;
  margin-bottom: 1.5rem; letter-spacing: 0.5px;
}
.hero-badge .dot { width: 7px; height: 7px; background: #4eff91; border-radius: 50%; }
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  line-height: 1.05; color: #fff;
  letter-spacing: -1px;
}
.hero-title .nowrap {
  white-space: nowrap;
}
.hero-title em { color: #ff4444; font-style: normal; }
.hero-sub {
  margin-top: 1.5rem; font-size: 1.1rem; font-weight: 400;
  color: rgba(255,255,255,0.8); max-width: 500px; line-height: 1.65;
}
.hero-actions { display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; }
.hero-video-wrap video,
.hero-video-wrap img,
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ═══════════════════════════════════════════════
   BOUTONS
═══════════════════════════════════════════════ */
.btn-primary {
  background: var(--rouge); color: #fff;
  padding: 0.9rem 2rem; font-size: 0.9rem; font-weight: 700;
  border-radius: 8px; text-decoration: none; display: inline-block;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: none; cursor: pointer; font-family: inherit; letter-spacing: 0.2px;
  box-shadow: 0 4px 15px rgba(200,0,10,0.3);
}
.btn-primary:hover {
  background: var(--rouge-vif); transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(200,0,10,0.4);
}
.btn-outline-white {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255,255,255,0.5); color: #fff;
  padding: 0.9rem 2rem; font-size: 0.9rem; font-weight: 600;
  border-radius: 8px; text-decoration: none; display: inline-block;
  transition: all 0.2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.22); border-color: #fff; }
.btn-secondary {
  background: var(--gris-clair); color: var(--gris-fonce);
  padding: 0.9rem 2rem; font-size: 0.9rem; font-weight: 600;
  border-radius: 8px; text-decoration: none; display: inline-block;
  border: 1.5px solid var(--gris-bord); transition: all 0.2s;
}
.btn-secondary:hover { background: var(--gris-moyen); border-color: #ccc; }

/* ═══════════════════════════════════════════════
   BARRE STATS
═══════════════════════════════════════════════ */
.stats-bar {
  background: var(--rouge);
  display: grid; grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.stat-item {
  padding: 1.5rem 1rem;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 2rem; color: #fff; display: block; line-height: 1;
}
.stat-label { font-size: 0.75rem; color: rgba(255,255,255,0.85); margin-top: 0.25rem; }

/* ═══════════════════════════════════════════════
   SECTIONS GÉNÉRIQUES
═══════════════════════════════════════════════ */
.section-wrap { padding: 6rem 5rem; }
.section-label {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--rouge);
  margin-bottom: 0.9rem;
}
.section-label::before {
  content: ''; display: block;
  width: 20px; height: 2px; background: var(--rouge);
}
.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--gris-fonce); line-height: 1.1; letter-spacing: -0.5px;
}
.section-title em { color: var(--rouge); font-style: normal; }
.section-sub {
  font-size: 1rem; color: var(--gris-texte);
  line-height: 1.7; max-width: 560px; margin-top: 0.8rem;
}
.section-sub-nowrap {
  white-space: nowrap;
  max-width: none;
  margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════
   OFFRES CONTENEURS
═══════════════════════════════════════════════ */
#offres { background: var(--creme); }

.conteneurs-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem; margin-top: 3.5rem;
}
.conteneur-card {
  background: var(--blanc); border-radius: 16px;
  padding: 2.5rem; position: relative; overflow: hidden;
  border: 1.5px solid var(--gris-bord);
  transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
}
.conteneur-card:hover {
  box-shadow: var(--ombre-xl); transform: translateY(-4px);
  border-color: rgba(200,0,10,0.3);
}
.card-featured {
  border-color: var(--rouge); box-shadow: 0 0 0 3px rgba(200,0,10,0.1);
}
.card-featured:hover { box-shadow: 0 0 0 3px rgba(200,0,10,0.15), var(--ombre-xl); }

.card-top-accent {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gris-moyen);
}
.card-featured .card-top-accent { background: var(--rouge); }

.card-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gris-texte); background: var(--gris-clair);
  padding: 0.3rem 0.75rem; border-radius: 100px; margin-bottom: 1.2rem;
}
.card-featured .card-badge {
  background: var(--rouge-pale); color: var(--rouge);
}
.card-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}
.card-badges-row .card-badge {
  margin-bottom: 0;
}
.card-volume-display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 4.5rem;
  color: var(--gris-moyen); line-height: 1;
  position: absolute; top: 1.5rem; right: 2rem;
  transition: color 0.3s;
}
.card-featured .card-volume-display { color: rgba(200,0,10,0.12); }
.conteneur-card:hover .card-volume-display { color: rgba(200,0,10,0.2); }

.card-image {
  margin: 0.75rem auto;
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.card-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 1.6rem; color: var(--gris-fonce);
  margin-bottom: 0.3rem;
}
.card-dims { font-size: 0.85rem; color: var(--gris-texte); margin-bottom: 1.5rem; }

.card-features { display: flex; flex-direction: column; gap: 0.55rem; }
.card-features li {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.85rem; color: var(--gris-texte);
}
.card-features li .check {
  width: 18px; height: 18px; background: var(--gris-clair);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; flex-shrink: 0; margin-top: 1px;
  color: var(--gris-texte);
}
.card-featured .card-features li .check { background: var(--rouge-pale); color: var(--rouge); }

.card-divider {
  height: 1px; background: var(--gris-moyen);
  margin: 1.8rem 0;
}
.price-label { font-size: 0.72rem; color: var(--gris-texte); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.3rem; }
.price-val {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 1.8rem;
  color: var(--gris-fonce);
}
.price-val small { font-size: 0.85rem; font-weight: 400; color: var(--gris-texte); }

.card-cta {
  display: block; margin-top: 1.5rem; text-align: center;
  background: var(--gris-clair); color: var(--gris-fonce);
  padding: 0.8rem 1.5rem; font-size: 0.85rem; font-weight: 700;
  border-radius: 8px; text-decoration: none;
  border: 1.5px solid var(--gris-bord);
  transition: all 0.2s;
}
.card-cta:hover { background: var(--gris-moyen); }
.card-featured .card-cta {
  background: var(--rouge); color: #fff; border-color: var(--rouge);
  box-shadow: 0 4px 15px rgba(200,0,10,0.25);
}
.card-featured .card-cta:hover { background: var(--rouge-vif); }

.conteneur-card.card-unavailable {
  opacity: 0.6;
}
.badge-unavailable {
  background: #999;
  color: #fff;
}
.card-cta-disabled {
  display: inline-block;
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  pointer-events: none;
}

.badge-promo {
  display: inline-block;
  background: #ff5a36;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.4rem;
}
.price-barre {
  text-decoration: line-through;
  color: #999;
  font-size: 0.95rem;
  margin-right: 0.4rem;
}
.price-promo {
  color: #ff5a36;
  font-weight: 700;
}
.price-degressif {
  font-size: 0.75rem;
  color: var(--gris-texte);
  font-style: italic;
  margin-top: 0.3rem;
}
/* ═══════════════════════════════════════════════
   CTA STRIP
═══════════════════════════════════════════════ */
.cta-strip {
  background: linear-gradient(135deg, var(--rouge) 0%, #a80009 100%);
  padding: 2rem 5rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.cta-strip-text h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 1.3rem; color: #fff; margin-bottom: 0.2rem;
}
.cta-strip-text p { font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.cta-strip a {
  background: #fff; color: var(--rouge);
  padding: 0.85rem 2rem; font-size: 0.875rem; font-weight: 700;
  border-radius: 8px; text-decoration: none; white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.cta-strip a:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.2); }

/* ═══════════════════════════════════════════════
   SERVICES & AVANTAGES
═══════════════════════════════════════════════ */
#services { background: var(--blanc); }

.services-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; gap: 2rem;
  margin-bottom: 3.5rem; flex-wrap: wrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.service-card {
  background: var(--creme); border: 1.5px solid var(--gris-bord);
  border-radius: 12px; padding: 1.4rem 1rem;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 0.75rem;
  transition: all 0.25s; cursor: default;
  position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--rouge);
  transform: scaleX(0); transform-origin: center;
  transition: transform 0.3s;
}
.service-card:hover {
  background: var(--blanc); border-color: var(--rouge);
  box-shadow: 0 4px 20px rgba(200,0,10,0.1);
  transform: translateY(-3px);
}
.service-card:hover::after { transform: scaleX(1); }

.service-icon {
  width: 48px; height: 48px;
  background: var(--rouge-pale); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
  transition: background 0.25s, transform 0.25s;
}
.service-card:hover .service-icon {
  background: rgba(200,0,10,0.12); transform: scale(1.08);
}
.service-name {
  font-size: 0.78rem; font-weight: 600; color: var(--gris-fonce);
  line-height: 1.35;
}

/* ═══════════════════════════════════════════════
   AVIS CLIENTS
═══════════════════════════════════════════════ */
#avis { background: var(--acier-clair); }

.avis-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 2rem; margin-bottom: 3.5rem; flex-wrap: wrap;
}
.avis-score {
  display: flex; align-items: center; gap: 1.2rem;
  background: var(--blanc); border: 1.5px solid var(--gris-bord);
  padding: 1rem 1.5rem; border-radius: 12px;
  box-shadow: var(--ombre-sm);
}
.avis-score-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 2.5rem; color: var(--gris-fonce); line-height: 1;
}
.avis-score-stars { font-size: 1.1rem; line-height: 1; margin-bottom: 0.2rem; }
.avis-score-label { font-size: 0.75rem; color: var(--gris-texte); }

.avis-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem;
}
.avis-card {
  background: var(--blanc); border-radius: 14px; padding: 2rem;
  border: 1.5px solid var(--gris-bord);
  box-shadow: var(--ombre-sm);
  transition: box-shadow 0.3s, transform 0.3s;
}
.avis-card:hover { box-shadow: var(--ombre-lg); transform: translateY(-3px); }

.avis-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1rem;
}
.avis-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.avis-meta { flex: 1; margin-left: 0.75rem; }
.avis-name { font-size: 0.9rem; font-weight: 700; color: var(--gris-fonce); }
.avis-type { font-size: 0.75rem; color: var(--gris-texte); }
.avis-stars { font-size: 0.9rem; }

.avis-quote {
  font-size: 1.4rem; color: var(--rouge); font-weight: 900;
  line-height: 1; margin-bottom: 0.75rem; font-family: Georgia, serif;
}
.avis-text { font-size: 0.875rem; color: var(--gris-texte); line-height: 1.65; }
.avis-date { font-size: 0.72rem; color: #bbb; margin-top: 1rem; }

.avis-trust {
  margin-top: 3rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 2rem;
  flex-wrap: wrap;
}
.avis-trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; color: var(--gris-texte); font-weight: 500;
}
.avis-trust-item .icon { font-size: 1rem; }

/* ═══════════════════════════════════════════════
   SÉCURITÉ
═══════════════════════════════════════════════ */
#securite {
  background: var(--blanc); padding: 6rem 5rem;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 4rem; align-items: center;
}
.security-image-block {
  position: relative; border-radius: 20px; overflow: hidden;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 100%);
  min-height: 460px;
  display: flex; flex-direction: column;
  justify-content: center; padding: 3rem;
  border: 1.5px solid var(--gris-bord);
}
.security-image-block::before {
  content: ''; position: absolute;
  top: -80px; right: -80px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(200,0,10,0.06) 0%, transparent 70%);
}
.security-icon-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem;
  position: relative; z-index: 1;
}
.sec-feature {
  background: var(--blanc); border: 1.5px solid var(--gris-bord);
  padding: 1.4rem; border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sec-feature:hover { border-color: rgba(200,0,10,0.3); box-shadow: var(--ombre-sm); }
.sec-icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
.sec-name { font-size: 0.875rem; font-weight: 700; color: var(--gris-fonce); margin-bottom: 0.2rem; }
.sec-desc { font-size: 0.78rem; color: var(--gris-texte); line-height: 1.5; }

.security-content .section-title { margin-bottom: 1.2rem; }
.security-content p { font-size: 0.95rem; color: var(--gris-texte); line-height: 1.75; margin-bottom: 0.9rem; }
.badge-secure {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--rouge-pale); border: 1px solid rgba(200,0,10,0.2);
  padding: 0.6rem 1rem; border-radius: 8px; margin-top: 0.5rem;
  font-size: 0.8rem; color: var(--rouge); font-weight: 600;
}

/* ═══════════════════════════════════════════════
   LOCALISATION
═══════════════════════════════════════════════ */
#localisation { background: var(--gris-clair); }
.loc-layout {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 4rem; align-items: start; margin-top: 3.5rem;
}
.loc-info h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 1.1rem; color: var(--gris-fonce);
  margin: 1.5rem 0 0.5rem;
}
.loc-info h3:first-child { margin-top: 0; }
.loc-info p { font-size: 0.875rem; color: var(--gris-texte); line-height: 1.65; }
.loc-detail {
  display: flex; align-items: center; gap: 0.7rem;
  margin: 0.5rem 0; font-size: 0.875rem; color: var(--gris-fonce);
}
.loc-dot {
  width: 8px; height: 8px; background: var(--rouge);
  border-radius: 50%; flex-shrink: 0;
}
.horaires {
  background: var(--blanc); border: 1.5px solid var(--gris-bord);
  padding: 1.5rem; border-radius: 12px; margin-top: 1.5rem;
  box-shadow: var(--ombre-sm);
}
.horaires h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700; font-size: 1rem; color: var(--gris-fonce); margin-bottom: 0.9rem;
}
.horaires-row {
  display: flex; justify-content: space-between;
  font-size: 0.85rem; padding: 0.5rem 0;
  border-bottom: 1px solid var(--gris-moyen);
  color: var(--gris-texte);
}
.horaires-row:last-child { border-bottom: none; }
.horaires-row span:first-child { font-weight: 600; color: var(--gris-fonce); }
.horaires-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #eafaf0; color: #1a7a3a; font-size: 0.72rem; font-weight: 700;
  padding: 0.2rem 0.6rem; border-radius: 100px; letter-spacing: 0.5px;
}

.map-embed iframe { display: block; width: 100%; height: 380px; border: none; border-radius: 16px; }

.site-photo.carousel {
  position: relative;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  color: var(--gris-fonce);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--ombre-sm);
  transition: background 0.2s;
}
.carousel-arrow:hover { background: #fff; }
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

.site-photo {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  border: 1.5px solid var(--gris-bord);
  box-shadow: var(--ombre-sm);
}
.site-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
#localisation.section-wrap {
  padding-bottom: 2;
}

/* ═══════════════════════════════════════════════
   FAQ
═══════════════════════════════════════════════ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.faq-item {
  background: var(--gris-clair);
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: var(--gris-fonce);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--rouge);
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 1rem;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer {
  font-size: 0.9rem;
  color: var(--gris-texte);
  margin-top: 0.8rem;
  line-height: 1.6;
}
#faq.section-wrap {
  padding-bottom: 0;
}

/* ═══════════════════════════════════════════════
   SITE TABS (multi-sites : Offres & Localisation)
═══════════════════════════════════════════════ */
.site-tabs {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
  border-bottom: none;
  flex-wrap: wrap;
}
.site-tab {
  background: var(--blanc);
  border: 2px solid var(--rouge);
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--rouge);
  padding: 0.85rem 1.4rem;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.site-tab:hover {
  background: var(--rouge-pale);
}
.site-tab.active {
  background: var(--rouge);
  color: var(--blanc);
  box-shadow: 0 4px 10px rgba(200,0,10,0.35);
}

.site-badge.badge-hangar {
  background: #eafaf0;
  color: #1a7a3a;
}
.site-badge.badge-exterieur {
  background: #fdf2df;
  color: #8a5a1a;
}
.badge-video {
  background: #eef4ff;
  color: #2454b8;
}
.card-featured .card-badge.badge-video {
  background: #eef4ff;
  color: #2454b8;
}
.map-placeholder {
  background: var(--blanc); border-radius: 16px; border: 1.5px solid var(--gris-bord);
  min-height: 380px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 1rem; position: relative;
  overflow: hidden;
}
.map-placeholder::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--gris-moyen) 1px, transparent 1px),
    linear-gradient(90deg, var(--gris-moyen) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.5;
}
.map-pin { font-size: 2.5rem; position: relative; z-index: 1; animation: floatPin 2.5s ease-in-out infinite; }
@keyframes floatPin { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.map-label { position: relative; z-index: 1; text-align: center; }
.map-label strong { font-weight: 700; color: var(--rouge); font-size: 0.95rem; display: block; margin-bottom: 0.3rem; }
.map-label span { font-size: 0.8rem; color: var(--gris-texte); }

/* ═══════════════════════════════════════════════
   CONTACT
═══════════════════════════════════════════════ */
#contact { background: var(--blanc); }
.contact-layout {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 3rem; margin-top: 3.5rem; align-items: start;
}
.contact-info-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem; background: var(--creme);
  border: 1.5px solid var(--gris-bord); border-radius: 12px; margin-bottom: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-info-item:hover { border-color: rgba(200,0,10,0.3); box-shadow: var(--ombre-sm); }
.contact-info-icon {
  width: 40px; height: 40px; background: var(--rouge-pale);
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.contact-info-text strong { font-size: 0.8rem; font-weight: 700; color: var(--gris-fonce); display: block; margin-bottom: 0.15rem; }
.contact-info-text span { font-size: 0.875rem; color: var(--gris-texte); }

/* Formulaire */
.dombesbox-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.78rem; font-weight: 700; color: var(--gris-fonce); letter-spacing: 0.3px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  min-width: 0;
  background: var(--creme);
  border: 1.5px solid var(--gris-bord);
  color: var(--gris-fonce); padding: 0.85rem 1rem;
  font-family: inherit; font-size: 0.9rem; border-radius: 8px;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rouge);
  box-shadow: 0 0 0 3px rgba(200,0,10,0.08);
  background: var(--blanc);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  background: var(--rouge); color: #fff; border: none; cursor: pointer;
  padding: 1rem 2rem; font-size: 1.1rem; font-weight: 700;
  border-radius: 8px; transition: all 0.2s; font-family: inherit;
  box-shadow: 0 4px 15px rgba(200,0,10,0.25);
}
#champ-date-dispo,
#champ-date-dispo input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  -webkit-appearance: none;
  appearance: none;
}
.form-submit:hover {
  background: var(--rouge-vif); transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(200,0,10,0.35);
}
.form-note { font-size: 0.75rem; color: var(--gris-texte); display: flex; align-items: center; gap: 0.4rem; }
.form-success {
  display: none; background: #eafaf0; border: 1.5px solid #b2dfcb;
  color: var(--vert); padding: 1rem 1.2rem; border-radius: 8px;
  font-size: 0.875rem; font-weight: 500;
}
/* Case à cocher CGV / consignes / assurance */
.form-group-checkbox {
  display: block; /* override le display:flex de .form-group */
  margin-top: 0.4rem;
}

.checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.7rem;
  cursor: pointer;
  text-align: left;
}

.checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1.5px solid var(--gris-bord);
  border-radius: 5px;
  background: var(--creme);
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}

.checkbox-label input[type="checkbox"]:checked {
  background: var(--rouge);
  border-color: var(--rouge);
}

.checkbox-label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox-label input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(200,0,10,0.15);
  outline: none;
}

.checkbox-label span {
  flex: 1;
  font-size: 0.83rem;
  line-height: 1.6;
  color: var(--gris-texte);
  font-weight: 400;
}

.checkbox-label a {
  color: var(--rouge);
  text-decoration: underline;
  font-weight: 600;
}
.checkbox-label a:hover {
  color: var(--rouge-vif);
}

/* Sélecteur type de demande */
.form-type-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.form-type-option {
  cursor: pointer;
}

.form-type-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-type-box {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.85rem 1.4rem;
  background: var(--blanc);
  border: 2px solid var(--rouge);
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--rouge);
}

.form-type-icon {
  font-size: 1.3rem;
}

.form-type-option input[type="radio"]:checked + .form-type-box {
  background: var(--rouge);
  color: var(--blanc);
  box-shadow: 0 4px 10px rgba(200,0,10,0.35);
}

.form-type-option:hover .form-type-box {
  background: var(--rouge-pale);
}

@media (max-width: 600px) {
  .form-type-selector {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════
   PAGES LÉGALES (Mentions / Confidentialité / CGV)
═══════════════════════════════════════════════ */
.legal-page .legal-content {
  max-width: 780px;
  margin-top: 3rem;
}
.legal-content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--gris-fonce);
  margin-top: 2.2rem;
  margin-bottom: 0.7rem;
}
.legal-content h3:first-child { margin-top: 0; }
.legal-content p {
  font-size: 0.92rem;
  color: var(--gris-texte);
  line-height: 1.75;
  margin-bottom: 0.9rem;
}
.legal-content ul {
  margin: 0 0 1rem 0;
  padding-left: 0;
}
.legal-content ul li {
  font-size: 0.92rem;
  color: var(--gris-texte);
  line-height: 1.7;
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.legal-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background: var(--rouge);
  border-radius: 50%;
}
.legal-content a {
  color: var(--rouge);
  text-decoration: underline;
  font-weight: 600;
}
.legal-content a:hover { color: var(--rouge-vif); }
.legal-content strong { color: var(--gris-fonce); }
/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
#site-footer {
  background: var(--gris-fonce); color: rgba(255,255,255,0.7);
  padding: 3.5rem 5rem 2rem;
}
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 3rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.footer-brand .footer-box {
  color: var(--blanc);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: -1px;
  flex-shrink: 0;
  overflow: hidden; /* ← ajout */
}

.footer-brand .footer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ou cover si vous voulez qu'elle remplisse tout */
}

.footer-brand .footer-logo {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 1.4rem; color: #fff; text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.7rem;
}
.footer-brand .footer-logo .logo-box {
  background: var(--rouge); color: #fff; width: 28px; height: 28px;
  border-radius: 5px; display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; font-weight: 900;
}
.footer-brand .footer-logo span { color: #ff6666; }
.footer-tagline { font-size: 0.82rem; line-height: 1.55; max-width: 260px; }
.footer-col h4 {
  font-size: 0.78rem; font-weight: 700; color: #fff;
  letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a {
  font-size: 0.85rem; color: rgba(255,255,255,0.6);
  text-decoration: none; transition: color 0.2s;
}
.footer-col ul li a:hover { color: #ff6666; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding-top: 1.5rem; flex-wrap: wrap;
}
.footer-copy { font-size: 0.78rem; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-links a:hover { color: #ff6666; }

/* ═══════════════════════════════════════════════
   REVEAL ANIMATIONS
═══════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.15s; }
.reveal-delay-5 { transition-delay: 0.25s; }
.reveal-delay-6 { transition-delay: 0.35s; }

/* ═══════════════════════════════════════════════
   RESPONSIVE — ENTIÈREMENT AUTOMATIQUE
   (auto-fit / clamp / fluid — zéro breakpoints fixes
    sauf le menu burger inévitable sur mobile)
═══════════════════════════════════════════════ */

/* Espacements fluides */
.section-wrap {
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 5vw, 5rem);
}
#site-header {
  padding: 0 clamp(1rem, 4vw, 3rem);
}
.cta-strip {
  padding: clamp(1.2rem, 3vw, 2rem) clamp(1.5rem, 5vw, 5rem);
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#securite {
  padding: clamp(2.5rem, 6vw, 6rem) clamp(1.5rem, 5vw, 5rem);
}
#site-footer {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 5vw, 5rem);
}

.hero-title {
  font-size: clamp(2rem, 4.5vw, 9rem);
}

/* Typographie fluide */
.card-volume-display {
  font-size: clamp(2rem, 5vw, 4rem);
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
}
.hero-sub {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
}

/* Hero */
#hero {
  min-height: 100svh;
  height: auto;
}
.hero-content {
  padding: clamp(80px, 12vw, 120px) clamp(1.5rem, 5vw, 5rem) clamp(3rem, 6vw, 5.5rem);
  align-items: flex-start;
}

/* Logo fluide
.site-logo {
  font-size: clamp(1.2rem, 3vw, 2.3rem);
}
.site-logo .logo-box {
  width: clamp(32px, 4vw, 52px);
  height: clamp(32px, 4vw, 52px);
}*/
/* Stat bar : passe sur 2 colonnes si < 560px environ */
.stats-bar {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

/* Formulaire : 1 colonne sur petit écran */
@media (max-width: 768px) {
  /* Menu burger */
  #primary-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100px; left: 0; right: 0;
    background: #fff;
    padding: 1rem;
    gap: 0.2rem;
    border-bottom: 1px solid var(--gris-bord);
    box-shadow: var(--ombre-md);
    z-index: 999;
  }
  #primary-menu li a {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
  #primary-menu li.cta-nav a {
    padding: 0.6rem 1.3rem;
  }
  .dombesbox-form,
  .reservation-only {
    overflow-x: hidden;
  }
  #site-header {
    padding: 0 1rem;
  }
  .section-sub-nowrap {
    white-space: normal;
	}
  #primary-menu.open { display: flex; }
  .menu-toggle { font-size: 1.1rem;
    padding: 0.4rem 0.6rem; 
	  display: block;  
	  margin-left: auto;}

  /* Formulaire 2 cols → 1 col */
  .form-row { grid-template-columns: 1fr; }

  /* Hero : texte nowrap désactivé sur très petit écran */
  .hero-title .nowrap { white-space: normal; }

  /* CTA strip : colonne sur mobile */
  .cta-strip {
    flex-direction: column;
    text-align: center;
  }
}

