.oie_titre_tab{
    padding-left:1px !important;
    padding-right:1px !important;
    border-left:#ffffff 1px solid !important;
    border-right:#ffffff 1px solid !important;
    font-size: 10px !important;
    min-width:21px !important;
}

.oie_ok{
    background-color:#05BE70 !important;
}

.oie_orange{
    background-color:#f9d750 !important;
}

.oie_rouge{
    background-color:#ea1029 !important;
    color:#ffffff;
}

.tableFixHead { 
    overflow-y: auto;
    height: 250px;
    overflow-x: hidden;
}
@media screen and (max-width: 767px){
    .tableFixHead { 
        overflow-x: auto;
    }
    
}
.tableFixHead table{
    border-collapse: collapse;
}
.tableFixHead th { 
/*    position: sticky; 
    top: 0; 
    background: var(--couleurPrimaire);
    border-left:#ffffff 1px solid !important;
    border-right:#ffffff 1px solid !important;*/

    position: sticky;
    top: 0;
    background: var(--couleurPrimaire);
    border: none !important;
    outline: 1px solid;
}