/* ================================
   STYLE GENERAL BANDEAU
   ================================ */
.sav17-bandeau-fermeture {
  display: block !important;
  width: 100% !important;
  max-width: 690px !important;
  margin: 20px auto 24px auto !important;
  padding: 16px 20px !important;
  border-radius: 16px !important;
  box-shadow: 0 3px 10px #0001 !important;
  background: #fffbea !important;
  font-family: inherit !important;
  font-size: 1.15em !important;
  color: #242014 !important;
  border-left: 8px solid #e5c000 !important;
  position: relative !important;
  text-align: center !important;
}

.sav17-bandeau-fermeture b,
.sav17-bandeau-fermeture strong {
  font-weight: 700 !important;
}


/* ================================
   TITRE BANDEAU (emoji + texte) sur une ligne, centré
   ================================ */
.sav17-bandeau-fermeture .titre-bandeau {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
  text-align: center !important;
  position: relative !important;
}

/* Emoji avec barre verticale à gauche */
.sav17-bandeau-fermeture .icon {
  display: inline-block !important;
  font-size: 1.45em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 3px solid #e5c000 !important;  /* Jaune par défaut */
  padding-left: 12px !important;              /* Espace après la barre */
  margin-right: 8px !important;               /* Espace entre emoji et texte */
  height: 1.3em !important;
  box-sizing: border-box !important;
}

.sav17-bandeau-fermeture .titre-bandeau b {
  font-family: inherit !important;
  font-weight: 700 !important;
  font-size: 1.12em !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  padding: 0 !important;
}

/* ================================
   LIGNE 2 : DATES
   ================================ */
.sav17-bandeau-fermeture .date {
  display: block !important;
  font-size: 1.2em !important;
  margin-bottom: 2px !important;
  color: #695f1b !important;
  text-align: center !important;
  font-weight: 700 !important;
}

/* ================================
   LIGNE 3 : DESCRIPTION / REOUVERTURE
   ================================ */
.sav17-bandeau-fermeture .desc {
  font-size: 1em !important;
  margin-top: 2px !important;
  color: #333 !important;
  text-align: center !important;
}

/* ================================
   COULEURS PAR THEME (bandeau + barre verticale)
   ================================ */

/* Jour de l'An */
.sav17-bandeau-fermeture.theme-ferie-annee {
  background: #e6f0fa !important;
  color: #1257aa !important;
  border-left: 8px solid #1257aa !important;
}
.sav17-bandeau-fermeture.theme-ferie-annee .icon {
  border-left: 3px solid #1257aa !important;
}

/* Pâques + Lundi de Pâques */
.sav17-bandeau-fermeture.theme-ferie-paques {
  background: #f5ffe6 !important;
  color: #a78c24 !important;
  border-left: 8px solid #8db33a !important;
}
.sav17-bandeau-fermeture.theme-ferie-paques .icon {
  border-left: 3px solid #8db33a !important;
}

/* Fête du Travail */
.sav17-bandeau-fermeture.theme-ferie-travail {
  background: #f9ffe7 !important;
  color: #4e7c2e !important;
  border-left: 8px solid #4e7c2e !important;
}
.sav17-bandeau-fermeture.theme-ferie-travail .icon {
  border-left: 3px solid #4e7c2e !important;
}

/* Victoire 1945 */
.sav17-bandeau-fermeture.theme-ferie-victoire {
  background: #ecf3fa !important;
  color: #156891 !important;
  border-left: 8px solid #156891 !important;
}
.sav17-bandeau-fermeture.theme-ferie-victoire .icon {
  border-left: 3px solid #156891 !important;
}

/* Ascension */
.sav17-bandeau-fermeture.theme-ferie-ascension {
  background: #f0f8ff !important;
  color: #377bb3 !important;
  border-left: 8px solid #62a7d4 !important;
}
.sav17-bandeau-fermeture.theme-ferie-ascension .icon {
  border-left: 3px solid #62a7d4 !important;
}

/* Pentecôte + Lundi de Pentecôte */
.sav17-bandeau-fermeture.theme-ferie-pentecote {
  background: #f7f3ff !important;
  color: #6b3fd8 !important;
  border-left: 8px solid #6b3fd8 !important;
}
.sav17-bandeau-fermeture.theme-ferie-pentecote .icon {
  border-left: 3px solid #6b3fd8 !important;
}

/* Fête Nationale */
.sav17-bandeau-fermeture.theme-ferie-14juillet {
  background: #e6edfa !important;
  color: #204cba !important;
  border-left: 8px solid #204cba !important;
}
.sav17-bandeau-fermeture.theme-ferie-14juillet .icon {
  border-left: 3px solid #204cba !important;
}

/* Assomption */
.sav17-bandeau-fermeture.theme-ferie-assomption {
  background: #fffcf0 !important;
  color: #baae2c !important;
  border-left: 8px solid #baae2c !important;
}
.sav17-bandeau-fermeture.theme-ferie-assomption .icon {
  border-left: 3px solid #baae2c !important;
}

/* Toussaint */
.sav17-bandeau-fermeture.theme-ferie-toussaint {
  background: #fcf1e0 !important;
  color: #b17500 !important;
  border-left: 8px solid #b17500 !important;
}
.sav17-bandeau-fermeture.theme-ferie-toussaint .icon {
  border-left: 3px solid #b17500 !important;
}

/* Armistice 1918 */
.sav17-bandeau-fermeture.theme-ferie-armistice {
  background: #eef2f7 !important;
  color: #286791 !important;
  border-left: 8px solid #286791 !important;
}
.sav17-bandeau-fermeture.theme-ferie-armistice .icon {
  border-left: 3px solid #286791 !important;
}

/* Noël */
.sav17-bandeau-fermeture.theme-ferie-noel {
  background: #ffecec !important;
  color: #b32d2d !important;
  border-left: 8px solid #b32d2d !important;
}
.sav17-bandeau-fermeture.theme-ferie-noel .icon {
  border-left: 3px solid #b32d2d !important;
}

/* Vacances d'été */
.sav17-bandeau-fermeture.theme-ete {
  background: #e7f4ff !important;
  color: #166f9b !important;
  border-left: 8px solid #166f9b !important;
}
.sav17-bandeau-fermeture.theme-ete .icon {
  border-left: 3px solid #166f9b !important;
}

/* Vacances d'hiver */
.sav17-bandeau-fermeture.theme-hiver {
  background: #f0f4ff !important;
  color: #2379b5 !important;
  border-left: 8px solid #2379b5 !important;
}
.sav17-bandeau-fermeture.theme-hiver .icon {
  border-left: 3px solid #2379b5 !important;
}

/* Fermetures exceptionnelles */
.sav17-bandeau-fermeture.theme-exceptionnelle {
  background: #fff7eb !important;
  color: #b0730a !important;
  border-left: 8px solid #b0730a !important;
}
.sav17-bandeau-fermeture.theme-exceptionnelle .icon {
  border-left: 3px solid #b0730a !important;
}

/* Horaire exceptionnelle */
.sav17-bandeau-fermeture.theme-horaire {
  background: #f6faff !important;
  color: #366eaa !important;
  border-left: 8px solid #366eaa !important;
}
.sav17-bandeau-fermeture.theme-horaire .icon {
  border-left: 3px solid #366eaa !important;
}
