.hidden {
    display: none;
}
 
.text_style{
    text-align: left;
}

.traitNoirHaut {
    border-top: 2px solid black;
    width: 100%;
}

a.url, a.url:visited {
    color: blue;
    text-decoration: underline;
    font-weight: normal;
}