.elementor-517 .elementor-element.elementor-element-03fdff2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-517:not(.elementor-motion-effects-element-type-background), body.elementor-page-517 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDE8E0;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-03fdff2 *//* ============================================================
   MENTIONS LÉGALES - CSS (nm-leg-)
   ============================================================ */

/* --- 1. CONFIGURATION (Couleurs & Polices) --- */
:root {
    --nm-leg-beige: #EDE8E0;
    --nm-leg-green: #2E473B;
    --nm-leg-brown: #3E2723;
    --nm-leg-rust: #944028;
    --nm-leg-white: #FFFFFF;
    
    --nm-leg-f-title: 'Cinzel', serif;
    --nm-leg-f-body: 'Montserrat', sans-serif;
    --nm-leg-f-sign: 'Playfair Display', serif;
}

/* --- 2. STRUCTURE GÉNÉRALE --- */
.nm-leg-section {
    padding: 80px 20px;
    width: 100%;
    box-sizing: border-box;
}

.nm-leg-hero {
    padding-top: 60px;
    padding-bottom: 120px;
    background-color: var(--nm-leg-beige);
    text-align: center;
}

.nm-leg-bg-white { 
    background-color: var(--nm-leg-white); 
}

.nm-leg-container {
    max-width: 800px; /* Largeur réduite pour une lecture confortable */
    margin: 0 auto;
}

.nm-leg-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --- 3. TYPOGRAPHIE HERO --- */
.nm-leg-h1 {
    font-family: var(--nm-leg-f-title);
    color: var(--nm-leg-green);
    font-size: clamp(30px, 4vw, 46px);
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.nm-leg-subtitle {
    font-family: var(--nm-leg-f-sign);
    font-style: italic;
    color: var(--nm-leg-rust);
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.nm-leg-intro {
    font-family: var(--nm-leg-f-body);
    font-size: 16px;
    color: var(--nm-leg-brown);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.nm-leg-line {
    width: 50px;
    height: 1px;
    background-color: var(--nm-leg-rust);
    margin-bottom: 20px;
    margin-top: 10px;
}

/* --- 4. CONTENU TEXTE --- */
.nm-leg-text-block {
    color: var(--nm-leg-brown);
    font-family: var(--nm-leg-f-body);
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.nm-leg-h2 {
    font-family: var(--nm-leg-f-title);
    font-size: 18px;
    color: var(--nm-leg-green);
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 3px solid var(--nm-leg-rust);
    padding-left: 15px;
}

.nm-leg-text-block p {
    margin-bottom: 20px;
}

/* --- 5. LISTE DES DÉTAILS (Encadré gris) --- */
.nm-leg-list-details {
    list-style: none;
    padding: 25px;
    background-color: #fafafa; /* Fond gris très léger */
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
}

.nm-leg-list-details li {
    margin-bottom: 12px;
    color: var(--nm-leg-brown);
    font-size: 15px;
}

.nm-leg-list-details li:last-child {
    margin-bottom: 0;
}

.nm-leg-list-details strong {
    color: var(--nm-leg-green);
    font-weight: 600;
    min-width: 160px;
    display: inline-block;
}

/* Liens (Email / Site hébergeur) */
.nm-leg-link {
    color: var(--nm-leg-rust);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.nm-leg-link:hover {
    border-bottom: 1px solid var(--nm-leg-rust);
}

/* --- 6. ANIMATIONS --- */
.nm-leg-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}
.nm-leg-reveal.nm-leg-visible {
    opacity: 1;
    transform: translateY(0);
}
.nm-leg-delay { transition-delay: 0.2s; }

/* --- 7. RESPONSIVE --- */
@media (max-width: 767px) {
    .nm-leg-hero { padding-top: 100px; }
    
    /* Sur mobile, les labels passent au-dessus de la valeur pour gagner de la place */
    .nm-leg-list-details strong { 
        display: block; 
        margin-bottom: 4px; 
    }
    
    .nm-leg-list-details li {
        margin-bottom: 15px;
    }
}/* End custom CSS */