:root {

/ couleur des titres /
--title-h1-color:var(--secondary-color-1);
--title-h2-color:var(--primary-color);
--title-h3-color:var(--secondary-color-2);

}

/ rajouter les css ici /
.logo-footer{
  • display: flex;
  • justify-content: center;
  • align-items: center;
}
.logo-footer img {
  • max-height: 80px;
  • width: auto;
}

/ Bandeau image épisode /

.BAZ_cadre_fiche [data-id='bf_image'] {
  • max-width: 100%;
  • padding: 0;
  • float: none;
}

/ Champs date /

.BAZ_rubrique .field-listedatedeb #bf_date .BAZ_text {
  • font-size: 22px;
}
.BAZ_rubrique.field-listedatedeb {
display:none }

/ Masquage image qui s'affiche en double /
a.modalbox.right[href="https://episodes-cevenols-webinaires.fr/cache/LeSommeilUnLevierPedagogique_imagebf_image1_Stephanie.Mazza_vignette_400_400_20260420163638_20260420163638.jpg"] {
  • display: none !important;
}

a.modalbox.right[href="https://episodes-cevenols-webinaires.fr/cache/ConstruireUneAlimentationAssociantPlaisir_imagebf_image1_banniereegalim_vignette_400_400_20260511145644_20260511145644.jpg"] {
  • display: none !important;
}

/ Champs intervenant /

.bf_description2 {
  • display: none;
}

/ explication du code css/