/**
 * Styles globaux d'accessibilité
 * Appliqués quand les fonctionnalités sont activées
 */

/* TEXTE PLUS GRAND */
.larger-text p,
.larger-text .elementor-widget-container span,
.larger-text .jet-listing-dynamic-field__content {
    font-size: 25px !important;
    line-height: 30px !important;
}

.larger-text h2.elementor-heading-title {
    font-size: 40px !important;
    line-height: 40px !important;
}

.larger-text h3.elementor-heading-title {
    font-size: 40px !important;
    line-height: 42px !important;
}

.larger-text a.elementor-button .elementor-button-text {
    font-size: 25px !important;
}

.larger-text .elementor-widget-container li a {
    font-size: 30px !important;
    line-height: 40px !important;
}

.larger-text span.elementor-icon-list-text {
    font-size: 25px !important;
    line-height: 30px !important;
}

.larger-text span.elementor-counter-number {
    font-size: 80px !important;
    line-height: 85px !important;
}

/* LIENS SOULIGNÉS */
.underline-links a {
    text-decoration: underline !important;
}