section {
    margin-bottom: 20px;
}

section a:hover {
    color: var(--thm-c-mi-clair);
}

section .sous-titre {
    color: var(--thm-c-mi-clair);
    text-decoration: underline;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 15px;
}

section .col_justif {
    padding: 20px;
    text-align: justify;
    font-size: 1.1rem;
}