/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 21:29:24 */
/* Préfixe automatique avec un tiret cadratin rouge (—) devant les
   titres de section. Deux variantes :
   - "surtitre-rouge" pour fond clair (texte hérité du Theme Style)
   - "surtitre-rouge-light" pour fond sombre (texte en blanc 70%)
   Classe à appliquer via Advanced → CSS Classes du widget Heading. */

/* Variante fond clair */
.surtitre-rouge .elementor-heading-title::before {
  content: "—";
  color: #E30613;
  margin-right: 8px;
  font-weight: 700;
}

/* Variante fond sombre */
.surtitre-rouge-light .elementor-heading-title::before {
  content: "—";
  color: #E30613;
  margin-right: 8px;
  font-weight: 700;
}
.surtitre-rouge-light .elementor-heading-title {
  color: rgba(255,255,255,0.7) !important;
}