.elementor-1453 .elementor-element.elementor-element-e4a245f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6aecfd2 *//* === ARTICLE ERVA FESTIVAL === */

.festival-reggae-france {
    font-family: 'Excon', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    line-height: 1.65;
    color: #161614;
}

/* Titres */

.festival-reggae-france h1 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    background-color: #0072C1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre douce */
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    padding: 5px 10px;
    text-align: center;
}

.festival-reggae-france h2 {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    color: #161614;
    font-weight: 600;
    margin: 3rem 0 1.2rem;
    letter-spacing: -0.015em;
}

/* Paragraphes */

.festival-reggae-france p {
    font-size: 1rem;
    color: #161614;
    margin-bottom: 1.2rem;
}

/* Liens */

.festival-reggae-france a {
    color: #161614;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.festival-reggae-france a:hover {
    opacity: 0.7;
}

/* Listes */

.festival-reggae-france ul {
    margin: 1.5rem 0 2rem 1.2rem;
    padding-left: 1rem;
}

.festival-reggae-france li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    color: #161614;
}

/* Vidéos */

.festival-reggae-france iframe {
    border-radius: 12px;
    overflow: hidden;
    max-width: 100%;
}

/* Séparateurs visuels légers */

.festival-reggae-france h2::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin-bottom: 0.8rem;
}

/* Infos pratiques */

.festival-reggae-france ul li strong {
    font-weight: 600;
}

/* CTA */

.festival-reggae-france .cta-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.festival-reggae-france .cta-wrapper a {
    display: inline-block;
    padding: 0.9rem 2rem;
    border: 2px solid #000;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

.festival-reggae-france .cta-wrapper a:hover {
    background-color: #000;
    color: #fff;
}

/* Responsive */

@media (max-width: 768px) {
    .festival-reggae-france {
        padding: 1.5rem 1rem;
    }

    .festival-reggae-france h2 {
        margin-top: 2.2rem;
    }
}/* End custom CSS */