body {
    background-color: white;
    color: #2222aa;
}

.nav-link.dropdown-toggle,
.bloc_current_user {
    color: #2222aa;
}

.nav-link:hover {
    color: #00c3a0;
}

.nav-link.dropdown-toggle.active, .nav-link.dropdown-toggle.show {
    color: #00c3a0;
}

div.matierepremiere,
div.processprod {
    width: 100%;
}

.table-entete-cotation td {
    border:#2222aa 1px solid;
}

.table-entete-cotation .cotationdata {
    color: #2222aa;
}

.matierepremiere th,
.processprod th {
    font-size: 15px;
}

.matierepremiere td,
.processprod td {
    font-size: 13px;
    
}

.accordion-header button {
    background-color: #cfe2ff;
    color: #052c65
}

tr.sousconfig{
    line-height: 60px;
    min-height: 60px;
    height: 60px;

}

tr.masterline {
    border-top: #052c65 2px solid;
}

/* .matierepremiere tr.sousconfig td{
    background-color: #e6b9b8 ;
} */