.header {
    background: white;
   /* position: sticky;*/
    position: sticky;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    top:0;
    z-index:9999
}
.headerAll{
    background: white;
    width :100% !important;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
/* .ligneMvt:hover
{
    font-weight:bold !important;
    font: 14px sans-serif;
    transition:  0.7s;
} */
.caseTableauTranche0:target{
    background-color: rgb(204, 204, 204);

}
.caseTableauTranche1:target{
    background-color: rgb(210,228,255);
}
.caseTableauTranche2:target{
    background-color: rgb(168, 202, 255);
}
.caseTableauTranche3:target{
    background-color: rgb(57, 133, 252);
}
.caseTableauTranche4:target{
    background-color: rgb(48, 118, 166);
}
.scrollUp
{
    position: sticky !important;
    top:0;
}
.caseTableau{
text-align: center;
}
.nomRegroupenment{
    text-align: left !important;
}
.corpsDiscipLib{
    display: inline;
}
