/* FIX LISIBILITE HERO + ELEMENTS SOMBRES */

/* zones hero (plusieurs variantes possibles) */
.hero, .hero-section, .hero-content, .hero-wrap, .hero-container,
.section-hero, .top-hero, .main-hero {
  background: linear-gradient(135deg, #F7F5F0 0%, #EFECE5 100%) !important;
}

/* texte hero : toujours lisible */
.hero h1, .hero h2, .hero h3,
.hero p, .hero li, .hero span,
.hero-section h1, .hero-section h2, .hero-section p,
.hero-content h1, .hero-content h2, .hero-content p {
  color: #1a1a1a !important;
  text-shadow: none !important;
}

/* badges */
.hero .badge, .hero .tag, .hero-section .badge, .hero-section .tag {
  background: #111 !important;
  color: #fff !important;
}

/* liens : or discret (pas bleu) */
a { color: #C6A24A; }
a:hover { color: #b8923f; }

