/* Arial sur les textes principaux */
body,
h1, h2, h3, h4, h5, h6,
p,
label,
button,
input,
textarea,
select,
li,
td,
th {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
}

/* Boutons */
button,
input[type="button"],
input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
}

/* Taille plus raisonnable pour les gros titres sur mobile */
@media (max-width: 768px) {
    h1, h2, h3 {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
}

LE-BON-SELECTEUR {
    background: #EDE3CF !important;
    color: #121111 !important;
}