/* Harmonisation des titres principaux des pages de services */

.digital-hero h1,
.service-detail-hero__content h1,
.excel-hero h1,
.repair-hero h1,
.network-hero h1 {
    max-width: 15ch !important;
    font-size: clamp(2.7rem, 4.2vw, 4.15rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.035em !important;
}

/* Les parties colorées restent bien distinctes */
.digital-hero h1 span,
.service-detail-hero__content h1 span,
.excel-hero h1 span,
.repair-hero h1 span,
.network-hero h1 span {
    line-height: 1.05 !important;
}

/* Tablettes */
@media (max-width: 62rem) {
    .digital-hero h1,
    .service-detail-hero__content h1,
    .excel-hero h1,
    .repair-hero h1,
    .network-hero h1 {
        max-width: 16ch !important;
        font-size: clamp(2.55rem, 6vw, 3.6rem) !important;
    }
}

/* Téléphones */
@media (max-width: 42rem) {
    .digital-hero h1,
    .service-detail-hero__content h1,
    .excel-hero h1,
    .repair-hero h1,
    .network-hero h1 {
        max-width: none !important;
        font-size: clamp(2.25rem, 10vw, 2.85rem) !important;
        line-height: 1.05 !important;
    }
}
