/* ==================================================
   SECTEUR DESCRIPTION
================================================== */

.section_simple_title_with_subtitle_centerd .secteur-description {
    background-color: var(--white);
}

/* TITLE */
.section_simple_title_with_subtitle_centerd .secteur-description__title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--noir-barnes);
}

/* CONTENT */
.section_simple_title_with_subtitle_centerd .secteur-description__content {
    line-height: 1.8;
    color: var(--noir-barnes);
}

/* Paragraph spacing (WYSIWYG safe) */
.section_simple_title_with_subtitle_centerd .secteur-description__content p {
    margin-bottom: 1.4rem;
}

.section_simple_title_with_subtitle_centerd .secteur-description__content p:last-child {
    margin-bottom: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .section_simple_title_with_subtitle_centerd .secteur-description__title {
        font-size: 1.6rem;
    }
}