/* ── Bloc Bandeau ── */

.bloc-bandeau {
    background-size: cover;
    background-position: center;
}

.bloc-bandeau__inner {
    text-align: center;
}

.bloc-bandeau__titre {
    font-size: var(--font-size-section-title);
    font-weight: var(--font-weight-heading);
    text-transform: uppercase;
    line-height: normal;
    color: var(--color-text-light);
    margin-bottom: var(--space-md);
}

.bloc-bandeau__titre em {
    font-style: normal;
    color: inherit;
}

.bloc-bandeau__texte {
    font-size: var(--text-sm);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--bandeau-letter-spacing);
    color: var(--bandeau-texte-color);
    line-height: 1.7;
    margin: 0;
}
