.elementor-8 .elementor-element.elementor-element-bd27ca3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cdddd2e *//* Supprime espace au-dessus */
.legal-hero {
    margin-top: 0 !important;
    padding-top: 120px; /* Ajuste si header fixe */
    padding-bottom: 60px;
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
    text-align: center;
}

/* Si header sticky */
body:not(.logged-in) .legal-hero {
    margin-top: -1px;
}

.legal-container {
    width: min(1100px, 92%);
    margin: 0 auto;
}

/* Titre principal */
.legal-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 10px;
}

/* Sous-titre */
.legal-hero p {
    font-size: 1.1rem;
    opacity: 0.95;
}

/* Section contenu */
.legal-wrapper {
    background: #ffffff;
    padding: 60px 0;
}

.legal-wrapper h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #0d47a1;
}

.legal-wrapper p,
.legal-wrapper li {
    font-size: 1rem;
    color: #1f2d3d;
    line-height: 1.7;
}

.legal-wrapper ul {
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .legal-hero {
        padding-top: 90px;
        padding-bottom: 40px;
    }
}/* End custom CSS */