.body{
    padding-top: 80px;
}

.titre{
    padding-bottom: 20px;
}

.lienPerso {
    color: black;
}

.tabBord {
    border: 1px solid black;
    min-height: 200px;
    background-color: white;
}


#divListRevBord {
    padding-left: 0px;
    padding-right: 0px;
}

#divListRestBord {
    padding-left: 0px;
    padding-right: 0px;
}

#divConsoBord {
    padding-left: 0px;
    padding-right: 0px;
}

#divFlotteBord {
    padding-left: 0px;
    padding-right: 0px;
}

#divTCOBord {
    padding-left: 0px;
    padding-right: 0px;
}

h4 {
    text-align: center;
}

.donneesBase {
    text-align: center;
}

label.labelMoy {
    border: 1px solid black;
    min-height: 40px;
    min-width: 140px;
    padding-top: 10px;
    text-align: center;
    background-color: rgba(32, 174, 236, 0.4);
    border-radius: 3px;
}

label.labelMax {
    border: 1px solid black;
    min-height: 40px;
    min-width: 140px;
    padding-top: 10px;
    text-align: center;
    background-color: rgba(225, 65, 30, 0.4);
    border-radius: 3px;
}

label.labelMin {
    border: 1px solid black;
    min-height: 40px;
    min-width: 140px;
    padding-top: 10px;
    text-align: center;
    background-color: rgba(30, 225, 121, 0.4);
    border-radius: 3px;    
}

#loader{
    height: 100vh;
    width:100%;
    background-color:white;
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
}
 
.loader{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: 50vh;
    margin-left: 50%;
}

.loader-quart{
    border-radius: 50px;
    border: 6px solid transparent;
}

.loader-quart:after{
    content: '';
    position: absolute;
    top: -6px; left: -6px;
    bottom: -6px; right: -6px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border-bottom: 5px solid rgb(162, 193, 8);
    border-top: 5px solid rgb(47, 55, 115);
    animation:spin 1s linear infinite;
}

@keyframes spin{
    0%{ transform: rotate(0deg);}
    100%{ transform: rotate(360deg);}
}

.styleCB {
    display: inline;
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 2px;
    border-radius: 3px;
}