.elementor-1560 .elementor-element.elementor-element-ee344d0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1560 .elementor-element.elementor-element-e6fb1ac{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════════════════
   ZENDERWEB — MENTIONS LÉGALES
   CSS Isolé — Aucun conflit avec le global
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────────────────────
   ROOT VARIABLES (Scoped)
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-page {
    --zw-bg-primary: #0a0e1a;
    --zw-bg-secondary: #0f172a;
    --zw-bg-card: rgba(15, 23, 42, 0.6);
    --zw-bg-card-hover: rgba(30, 41, 59, 0.5);
    
    --zw-text-primary: #f8fafc;
    --zw-text-secondary: #94a3b8;
    --zw-text-muted: #64748b;
    
    --zw-accent-purple: #a855f7;
    --zw-accent-blue: #3b82f6;
    --zw-accent-violet: #8b5cf6;
    
    --zw-gradient-primary: linear-gradient(135deg, #a855f7 0%, #6366f1 50%, #3b82f6 100%);
    --zw-gradient-subtle: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(59, 130, 246, 0.1) 100%);
    --zw-gradient-glow: linear-gradient(135deg, rgba(168, 85, 247, 0.3) 0%, rgba(99, 102, 241, 0.2) 50%, rgba(59, 130, 246, 0.3) 100%);
    
    --zw-border-subtle: rgba(148, 163, 184, 0.1);
    --zw-border-accent: rgba(168, 85, 247, 0.3);
    
    --zw-shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.3);
    --zw-shadow-glow: 0 0 40px rgba(168, 85, 247, 0.15);
    
    --zw-radius-sm: 8px;
    --zw-radius-md: 12px;
    --zw-radius-lg: 16px;
    --zw-radius-xl: 24px;
    
    --zw-transition-fast: 0.2s ease;
    --zw-transition-smooth: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --zw-transition-bounce: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ─────────────────────────────────────────────────────────────────────────────
   BASE STYLES
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--zw-bg-primary);
    color: var(--zw-text-primary);
    min-height: 100vh;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zw-legal-page *,
.zw-legal-page *::before,
.zw-legal-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.zw-legal-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   HEADER
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-header {
    position: relative;
    padding: 100px 0 80px;
    text-align: center;
    overflow: hidden;
}

.zw-legal-header-bg {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(168, 85, 247, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 70% 10%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}



.zw-legal-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--zw-accent-purple);
    background: var(--zw-gradient-subtle);
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid var(--zw-border-accent);
    margin-bottom: 24px;
    animation: zw-legal-fadeInDown 0.8s ease forwards;
}

.zw-legal-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    background: var(--zw-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    animation: zw-legal-fadeInUp 0.8s ease 0.1s forwards;
    opacity: 0;
}

.zw-legal-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: var(--zw-text-secondary);
    max-width: 500px;
    margin: 0 auto;
    animation: zw-legal-fadeInUp 0.8s ease 0.2s forwards;
    opacity: 0;
}

/* ─────────────────────────────────────────────────────────────────────────────
   NOTICE BANNER
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: var(--zw-radius-md);
    margin-bottom: 48px;
    animation: zw-legal-fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.zw-legal-notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(251, 191, 36, 0.15);
    border-radius: 50%;
    color: #fbbf24;
    flex-shrink: 0;
}

.zw-legal-notice-text {
    font-size: 0.95rem;
    font-weight: 500;
    color: #fcd34d;
}

/* ─────────────────────────────────────────────────────────────────────────────
   MAIN CONTENT
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-main {
    padding: 0 0 80px;
}

.zw-legal-content {
    background: var(--zw-bg-card);
    border: 1px solid var(--zw-border-subtle);
    border-radius: var(--zw-radius-xl);
    padding: 48px;
    box-shadow: var(--zw-shadow-soft);
    backdrop-filter: blur(10px);
}

/* ─────────────────────────────────────────────────────────────────────────────
   SECTIONS
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-section {
    opacity: 0;
    transform: translateY(30px);
    transition: 
        opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.zw-legal-section.zw-legal-visible {
    opacity: 1;
    transform: translateY(0);
}

.zw-legal-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.zw-legal-section-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--zw-accent-purple);
    background: var(--zw-gradient-subtle);
    padding: 8px 14px;
    border-radius: var(--zw-radius-sm);
    border: 1px solid var(--zw-border-accent);
    font-variant-numeric: tabular-nums;
}

.zw-legal-section-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--zw-text-primary);
    letter-spacing: -0.01em;
}

.zw-legal-section-body {
    padding-left: 60px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   INFO GRID
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-info-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zw-legal-info-item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: baseline;
}

.zw-legal-info-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--zw-text-muted);
    min-width: 140px;
}

.zw-legal-info-value {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--zw-text-primary);
}

.zw-legal-info-link {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--zw-accent-purple);
    text-decoration: none;
    transition: color var(--zw-transition-fast);
    position: relative;
}

.zw-legal-info-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--zw-gradient-primary);
    transition: width var(--zw-transition-smooth);
}

.zw-legal-info-link:hover {
    color: var(--zw-accent-blue);
}

.zw-legal-info-link:hover::after {
    width: 100%;
}

/* ─────────────────────────────────────────────────────────────────────────────
   TEXT STYLES
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--zw-text-secondary);
    margin-bottom: 12px;
}

.zw-legal-text:last-child {
    margin-bottom: 0;
}

.zw-legal-text-highlight {
    color: var(--zw-text-primary);
    font-weight: 500;
    padding: 12px 16px;
    background: var(--zw-gradient-subtle);
    border-left: 3px solid var(--zw-accent-purple);
    border-radius: 0 var(--zw-radius-sm) var(--zw-radius-sm) 0;
}

.zw-legal-inline-link {
    color: var(--zw-accent-purple);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--zw-transition-fast);
}

.zw-legal-inline-link:hover {
    color: var(--zw-accent-blue);
}

/* ─────────────────────────────────────────────────────────────────────────────
   HIGHLIGHT BOX
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-highlight-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: var(--zw-radius-md);
    margin: 16px 0;
    color: #4ade80;
    font-size: 0.95rem;
    font-weight: 500;
}

.zw-legal-highlight-box svg {
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────────────────────────
   CONTACT BUTTON
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 14px 28px;
    background: var(--zw-gradient-primary);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--zw-radius-md);
    transition: 
        transform var(--zw-transition-fast),
        box-shadow var(--zw-transition-smooth);
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.3);
}

.zw-legal-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(168, 85, 247, 0.4);
}

.zw-legal-contact-btn:active {
    transform: translateY(0);
}

/* ─────────────────────────────────────────────────────────────────────────────
   DIVIDER
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-divider {
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--zw-border-subtle) 20%,
        var(--zw-border-accent) 50%,
        var(--zw-border-subtle) 80%,
        transparent 100%
    );
    margin: 36px 0;
}

/* ─────────────────────────────────────────────────────────────────────────────
   FOOTER
   ───────────────────────────────────────────────────────────────────────────── */
.zw-legal-footer {
    padding: 40px 0;
    border-top: 1px solid var(--zw-border-subtle);
}

.zw-legal-footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.zw-legal-footer-brand {
    font-size: 1rem;
    font-weight: 600;
    background: var(--zw-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zw-legal-footer-separator {
    color: var(--zw-text-muted);
    opacity: 0.5;
}

.zw-legal-footer-text,
.zw-legal-footer-year {
    font-size: 0.9rem;
    color: var(--zw-text-muted);
}

/* ─────────────────────────────────────────────────────────────────────────────
   ANIMATIONS
   ───────────────────────────────────────────────────────────────────────────── */
@keyframes zw-legal-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zw-legal-fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .zw-legal-header {
        padding: 80px 0 60px;
    }
    
    .zw-legal-content {
        padding: 32px 24px;
        border-radius: var(--zw-radius-lg);
    }
    
    .zw-legal-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .zw-legal-section-body {
        padding-left: 0;
    }
    
    .zw-legal-info-item {
        flex-direction: column;
        gap: 4px;
    }
    
    .zw-legal-info-label {
        min-width: unset;
    }
    
    .zw-legal-notice {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .zw-legal-contact-btn {
        width: 100%;
        justify-content: center;
    }
    
    .zw-legal-footer-content {
        flex-direction: column;
        gap: 8px;
    }
    
    .zw-legal-footer-separator {
        display: none;
    }
}

@media (max-width: 480px) {
    .zw-legal-container {
        padding: 0 16px;
    }
    
    .zw-legal-header {
        padding: 60px 0 40px;
    }
    
    .zw-legal-content {
        padding: 24px 20px;
    }
    
    .zw-legal-eyebrow {
        font-size: 11px;
        padding: 6px 16px;
    }
    
    .zw-legal-section-title {
        font-size: 1.15rem;
    }
    
    .zw-legal-divider {
        margin: 28px 0;
    }
}

/* ─────────────────────────────────────────────────────────────────────────────
   DARK MODE SUPPORT (Already dark, but ensures consistency)
   ───────────────────────────────────────────────────────────────────────────── */
@media (prefers-color-scheme: light) {
    .zw-legal-page {
        /* Keep dark theme regardless of system preference */
        background: var(--zw-bg-primary);
        color: var(--zw-text-primary);
    }
}
/* ═══════════════════════════════════════════════════════════════
   MOBILE OPTIMIZATION - Désactiver animations lourdes
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
    /* Désactiver les animations d'entrée */
    .zw-legal-badge,
    .zw-legal-title,
    .zw-legal-intro,
    .zw-legal-section {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    /* Désactiver les hover transforms */
    .zw-legal-section:hover,
    .zw-legal-back-btn:hover {
        transform: none !important;
    }
    
    /* Simplifier les transitions */
    .zw-legal-section,
    .zw-legal-back-btn {
        transition: opacity 0.3s ease !important;
    }
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */