/*************************************************************************************************************/
/*** On réécrit ces class pour pouvoir les utiliser dans la popup afficher lors du clic sur menu de gauche ***/
/*************************************************************************************************************/
body { 
    font-size: 0.75em;
}

/* Cela permet de ne plus avoir les bandes bleues sur les côtés quand on est en mobile */
@media (max-width: 810px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.texteRouge{
    color: #FF0000;
}

.textegras{
    font-weight: bold;
}

.text_style {
    text-align: left;
}

table{
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: start;
}

.texteBleu {
    color: #00688A !important;
}

.textesouligne {
    text-decoration: underline;
}
