/* Thème : printemps */
:root {
  --gold: #7A8B5D;
  --gold-light: #95A876;
  --noir: #F8F6F0;
  --noir-soft: #EDE9DF;
  --noir-card: #fffffa;
  --cream: #1E2418;
  --white: #1E2418;
  --text-light: #4A5240;
  --text-muted: #7A7D6E;
}

body { background: #F8F6F0; color: #1E2418; }
::selection { background: #7A8B5D; color: #F8F6F0; }

/* Loader */
.loader { background: #F8F6F0; }

/* Nav — toujours lisible sur vidéo hero */
.nav-links a { color: #FEFCF9 !important; text-shadow: 0 1px 6px rgba(0,0,0,.6); }
.nav-links a:hover { color: #7A8B5D !important; }
.nav-cta { border-color: rgba(254,252,249,.4) !important; color: #FEFCF9 !important; text-shadow: 0 1px 6px rgba(0,0,0,.6); }
.nav-cta:hover { background: #7A8B5D !important; color: #F8F6F0 !important; text-shadow: none; }
.nav-links a::after { background: #7A8B5D; }
.logo-top { text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.logo-bottom { color: #FEFCF9 !important; text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.nav-sub { background: #F8F6F0; border-color: rgba(122,139,93,.12); }
.nav-sub li a { text-shadow: none !important; color: #4A5240 !important; }
.nav-sub li a:hover { color: #7A8B5D !important; background: rgba(122,139,93,.06); }
/* Nav scrolled — fond visible, utiliser couleurs du thème */
.nav.scrolled { background: #F8F6F0 !important; }
.nav.scrolled .nav-links a { color: #1E2418 !important; text-shadow: none; }
.nav.scrolled .nav-links a:hover { color: #7A8B5D !important; }
.nav.scrolled .nav-cta { border-color: #7A8B5D !important; color: #7A8B5D !important; text-shadow: none; }
.nav.scrolled .nav-cta:hover { background: #7A8B5D !important; color: #F8F6F0 !important; }
.nav.scrolled .logo-top { text-shadow: none; }
.nav.scrolled .logo-bottom { color: #1E2418 !important; text-shadow: none; }
/* Menu mobile — fond et texte du thème, toujours */
@media(max-width:768px) {
  .nav-links, .nav.scrolled .nav-links { background: #F8F6F0 !important; }
  .nav-links a, .nav.scrolled .nav-links a { color: #1E2418 !important; text-shadow: none !important; }
  .nav-links a:hover, .nav.scrolled .nav-links a:hover { color: #7A8B5D !important; }
  .nav-sub li a, .nav.scrolled .nav-sub li a { color: #4A5240 !important; }
  .nav-sub li a:hover, .nav.scrolled .nav-sub li a:hover { color: #7A8B5D !important; }
  .nav-cta, .nav.scrolled .nav-cta { border-color: #7A8B5D !important; color: #7A8B5D !important; text-shadow: none !important; }
  .hamburger span { background: #FEFCF9; box-shadow: 0 0 4px rgba(0,0,0,.5); }
  .nav.scrolled .hamburger span { background: #7A8B5D; box-shadow: none; }
}

/* Sections */
.section-label { color: #7A8B5D; }
.section-title { color: #1E2418; }
.section-title em { color: #7A8B5D; }
.hero h1 em { color: #7A8B5D; }
.gold-line { background: #7A8B5D; }

/* Hébergements */
.hebergements { background: #EDE9DF; }
.heb-card { background: #fffffa; border-color: rgba(122,139,93,.08); }
.heb-card-body h3 { color: #1E2418; }
.heb-feature { color: #7A8B5D; }
.card-link { color: #7A8B5D; }

/* Salles */
.salle-card-overlay h3 { color: #1E2418; }

/* Timeline */
.timeline::before { background: linear-gradient(to bottom, transparent, #7A8B5D, transparent); }
.timeline-item::before { background: #7A8B5D; box-shadow: 0 0 15px rgba(122,139,93,.4); }
.timeline-year { color: #7A8B5D; }

/* Galerie */
.gal-arrow { border-color: rgba(122,139,93,.3); color: #7A8B5D; }

/* Témoignages */
.temoignage-stars { color: #7A8B5D; }
.temoignage-dot.active { background: #7A8B5D; }

/* Événements */
.evt-card:hover { border-color: rgba(122,139,93,.3); }
.evt-icon-overlay { background: rgba(122,139,93,.1); }

/* Boutons */
.btn-gold { background: #7A8B5D; color: #F8F6F0; }
.btn-gold:hover { background: #95A876; box-shadow: 0 10px 40px rgba(122,139,93,.3); }
.btn-outline:hover { border-color: #7A8B5D; color: #7A8B5D; }

/* Footer */
.footer-col h4 { color: #7A8B5D; }
.footer-legal a:hover { color: #7A8B5D; }
.stat-number { color: #7A8B5D; }

/* Scrollbar */
::-webkit-scrollbar-thumb { background: #7A8B5D; }

/* Lang switcher */
.lang-btn.active { color: #7A8B5D; border-color: #7A8B5D; }

/* CTA Banner */
.cta-banner-content h2 { color: #1E2418; }

/* Hero — toujours lisible sur vidéo */
.hero-badge { color: #7A8B5D; border-color: rgba(122,139,93,.5); background: rgba(0,0,0,.55); backdrop-filter: blur(8px); text-shadow: 0 1px 4px rgba(0,0,0,.8); }
.hero h1 { color: #FEFCF9; text-shadow: 0 2px 20px rgba(0,0,0,.7), 0 4px 40px rgba(0,0,0,.5), 0 0 80px rgba(0,0,0,.3); }
.hero h1 em { color: #7A8B5D; text-shadow: 0 2px 20px rgba(0,0,0,.7), 0 4px 40px rgba(0,0,0,.5); }
.hero-sub { color: rgba(254,252,249,.9); text-shadow: 0 2px 12px rgba(0,0,0,.7), 0 0 30px rgba(0,0,0,.4); }
.hero-buttons .btn-outline { color: #FEFCF9 !important; border-color: rgba(254,252,249,.4) !important; background: rgba(0,0,0,.3); backdrop-filter: blur(6px); text-shadow: 0 1px 4px rgba(0,0,0,.6); }
.hero-buttons .btn-outline:hover { border-color: #7A8B5D !important; color: #7A8B5D !important; background: rgba(0,0,0,.5); }
.hero-buttons .btn-gold { text-shadow: none; }
.hero-scroll-line { background: linear-gradient(to bottom, #7A8B5D, transparent); }
.hamburger span { background: #7A8B5D; }