#main-content .field--name-field-texte-seo p,
#main-content .field--name-field-texte-seo ul li,
.node--view-mode-full .field--name-field-texte-seo p {
    font-size: 1.8rem !important; /* On remonte à 1.2 pour que ce soit bien visible */
    line-height: 1.8;
    color: #333;
    margin-bottom: 1.3rem;
}
.node--view-mode-full .field--name-field-texte-seo ul li {
    font-size: 1.8rem !important; /* On remonte à 1.2 pour que ce soit bien visible */
    line-height: 1.1;
    color: #333;
    margin-bottom: 1.2rem;
}

/* Réparation des puces */
#main-content .field--name-field-texte-seo ul {
    margin: 20px 0 20px 20px;
    padding: 0;
}

#main-content .field--name-field-texte-seo ul li {
    list-style-type: disc;
    display: list-item;
    margin-bottom: 10px;
}

/* Titre de la page complète */
h1.page-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 5px 0 20px 0;
    text-align: center;
}