/* =====================================================================
   Bandeaux personnalisés — FICHIER GÉNÉRÉ, ne pas modifier à la main.
   Source  : Data/bandeaux.csv + Data/bandeaux/
   Édition : Back-Office → Bandeaux des pages
   Chargé après site.css : à spécificité égale, c'est lui qui gagne.
   ===================================================================== */

/* Mentions légales → mentionlegale.jpg */
.bandeau-mentions-legales {
  --hero-image: url('/bandeau-image?f=mentionlegale.jpg&v=20260919173011');
  background-image: linear-gradient(rgba(0, 102, 204, 0.75), rgba(0, 0, 0, 0.2)), url('/bandeau-image?f=mentionlegale.jpg&v=20260919173011');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
