/* ===== IDCO — Layout & Grilles ===== */

section { padding: 120px 50px; }

/* Ancres (#decoration, #evenementiel, etc.) : marge sous la navbar fixe */
section[id] { scroll-margin-top: 6.5rem; }

.section-label {
    font-size: 0.65rem; font-weight: 600;
    letter-spacing: 5px; text-transform: uppercase;
    color: var(--gold); text-align: center;
    margin-bottom: 20px;
}
.section-title {
    font-family: var(--font-heading);
    font-size: 3.2rem; font-weight: 300;
    text-align: center; color: #222;
    margin-bottom: 20px; line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--gold); }
.section-desc {
    text-align: center; color: var(--text-faded);
    font-size: 0.9rem; font-weight: 300;
    max-width: 600px; margin: 0 auto 70px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    section { padding: 80px 24px; }
    .section-title { font-size: 2.2rem; }
}
