/**********MENUS GAUCHE-DROITE**********/
.left-right::after{
    content: "";
    display: table;
    clear: both;
}

.menu-right{
    width: 80%;
    min-height: 600px;
    display: inline-block;
    float: right;
    background-color: #F0F0EF;
    padding-bottom: 30px;
    box-shadow: -2px 0px 0px #222;
}

@media screen and (max-width: 680px){ 
    .menu-right{
        width: 100%;
        min-height: 0px;
        float: none;
        box-shadow: none;
    }
}

.cont{
    padding: 0px 30px 20px 30px;
}

@media screen and (max-width: 680px){ 
    .cont{
        padding: 0px 15px 20px 15px;
    }
}

.menu-right p{
    text-align: justify;
    line-height: 24px;
}

.center > p{
    text-align: center;
    font-weight: bold;
}

article > h2{
    font-size: 22px;
    padding-top: 15px;
    text-decoration: underline;
    text-decoration-color: #FF6600;
}

@media screen and (max-width: 680px){ 
    article > h2{
        font-size: 20px;
    }
}

h3{
    font-size: 17.5px;
    text-decoration: underline;
    margin-top: 25px;
}

@media screen and (max-width: 680px){ 
    h3{
        font-size: 16px;
    }
}

.role a:hover{
    opacity: 0.70;
}

article > ul > li{
    line-height: 24px;
    text-align: justify;
}

table{
    margin: auto;
    border: 2px solid #333;
    /**border-radius: 4px;**/
    background-color: white;
    text-align: center;
    border-collapse: collapse;
}

.meta{
    margin-top: 10px;
    margin-bottom: -15px;
}