/* Fiche single commune aux métiers et vidéos recrutement */
.fiche-metier h2{
    font-family:"Poppins", Sans-Serif;
    font-size:16px;
    font-weight:bold;
    margin-bottom:5px !important;
}
.fiche-metier .fiche-metier-paragraphe{
    font-family:"Poppins", Sans-Serif;
    font-size:16px;
    text-align:justify;
}

.fiche-metier .fiche-lecteur-video {
    margin-bottom:20px;
}

.fiche-metier .fiche-lecteur-video video {
    max-width:100%; 
    width:100%; 
    display:block; 
    margin:0 auto; 
}

/* Item cadre thématique (grille de boucle) */
.cadre-theme-videos h2{
    margin-bottom:0 !important;
}

.cadre-theme-videos .image-theme,.cadre-theme-videos img{
  /* Si on ne monte pas le sélecteur également , 100%, le changement de hauteur de l'image n'est pas détecté */
  width: 100% !important;
  height: auto !important;
  display: block;
}

.cadre-theme-videos ul{
    list-style-type:none !important;
    margin-left:0 !important;
    margin-bottom:0 !important;
}
.cadre-theme-videos li h3{
    font-size:14px !important;
    margin-bottom:5px !important;
    color : var(--e-global-color-astglobalcolor0);
}