.tabs-entete {
    background-color: #8E9AA5;
    font-weight: bold;
}

.tabs-partial-result {
    background-color: #96BAB5;
    font-weight: bold;
}

.tabs-result {
    background-color: #E9383F;
    font-weight: bold;
}

.custom-tabs {
    height: 50px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top : 15px;
    text-align: center;
}

.custom-tabs-header {
    background-color: #8E9AA5;
    font-size : 15px;
    font-weight: bold;
    text-align: center;
    height: 55px;
    padding-left: 0;
}

.custom-tabs-border {
    border-color : #34495E;
    border-bottom-width: 55px;
    border : 1px solid;
}

.custom-align-center {
    text-align: center;
}

.custom-align-right {
    text-align: right;
}
