/* **** css du model ficheArticle *** */
.btn-grey,.table {
    color:#666465 !important;
}
#ficheArticle h1{
    line-height: 1.65;
}
#ficheArticle hr.border.border-primary{
    margin-bottom:1.5rem;
}
.ficheArticlePdf{
    display:none;
}
.ficheArticlePdf1 h1{
    font-size: 24px !important;
}
.ficheArticlePdf1 h2{
    font-size: 16px !important;
}
.ficheArticlePdf1 {
    font-size: 12px !important;
}


/* *** css du model Actualité *** */
.position-sticky{
    position:sticky;
    top:0;
}
ul#sommaire{
    padding-left:1rem;
}
ul#sommaire li{
    font-size:0.9rem;
    font-weight:bold;
    list-style: none;
}
ul#sommaire ul li{
    font-size:0.8rem;
    font-weight:normal;
    list-style: none;
}
ul#sommaire ul li::before{
    content:'➣';
}
#barre-progression-article {position:absolute; top:0; left:0; height:100%; width:8px; background:#cdcdcd; border:2px solid #cdcdcd;z-index:99999;overflow:hidden;}
#barre-progression-article .progression {position:absolute; background:#f34e13; width:100%; height:0%; transition:width 0.3s;z-index:99999;}
