:root{
    --secondaryColor : #0385b1;
    --backgroundHover : #1ea6dc;
    --secondaryBackgroundHover : black;
    --primaryColor : #ffffff;
    --background : #333333;

    --secondaryTransparencyColor : #ccc;
    --successBackgroundColor : #1497D5;
    --warningBackgroundColor : #2da6cd;
    --formBackgroundColor : #089ccf33;
    --infoBackgroundColor : #0385b1;

}

/*specifique du prive avec refonte*/
.navbar-nav .text-qms, .navbar-nav .text-info{
    color: var( --backgroundHover ) !important;
}

.iconeQ:not(#iconeQ-in-header){
    width: unset !important;
}

#iconeQ{
    width: 60px !important;
}

.sidebar-header{
    padding: 15px 10px !important;
}
/* table gestion des utilisateurs action adminclientuser hover cache le texte (noir sur noir)*/ 
.admin-client-user.table-hover tbody tr.bg-primary-qms:hover {
    color: var( --secondaryTransparencyColor) !important;
}