h1 {
    line-height: 1.2 !important;
}

/* MOBILE uniquement */
@media (max-width: 767px) {
    h1 {
        line-height: 1.2 !important;
        font-size: 24px !important;
    }

    /* Centrer le H1 sur pages connexion / inscription */
    #authentication h1, #registration h1, #registration .register-form p {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #authentication .form-footer {
        text-align: center;
    }
}
