/* ═══════════════════════════════════════════════════
   PAGES LÉGALES — Mentions légales & Politique de conf.
═══════════════════════════════════════════════════ */
.negan-page-legale {
    background: #F9E9E2;
    padding-bottom: 80px;
}
.negan-legale-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 40px 24px;
}
.negan-legale-header {
    text-align: center;
    margin-bottom: 36px;
}
.negan-legale-header h1 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #3a2c24;
    margin: 0 0 12px;
}
.negan-legale-header p {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: #6b5448;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}
.negan-legale-content {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #E8E4DF;
    padding: 48px 52px;
    box-shadow: 0 4px 24px rgba(160,150,140,0.09);
}
@media (max-width: 640px) { .negan-legale-content { padding: 32px 24px; } }

.negan-legale-section {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #F0EDEA;
}
.negan-legale-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.negan-legale-section h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #3a2c24;
    margin: 0 0 14px;
    padding-left: 14px;
    border-left: 3px solid #C4717A;
}
.negan-legale-section h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #5a4640;
    margin: 20px 0 8px;
}
.negan-legale-section p {
    font-family: 'Nunito', sans-serif;
    font-size: 0.93rem;
    color: #4a3830;
    line-height: 1.8;
    margin: 0 0 12px;
}
.negan-legale-section p:last-child { margin-bottom: 0; }
.negan-legale-section a { color: #C4717A; text-decoration: none; }
.negan-legale-section a:hover { text-decoration: underline; }
.negan-legale-section ul {
    padding-left: 20px;
    margin: 8px 0 12px;
}
.negan-legale-section li {
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    color: #4a3830;
    line-height: 1.7;
    margin-bottom: 6px;
}
.negan-legale-section em {
    font-size: 0.82rem;
    color: #9a8070;
}

/* Tableau */
.negan-legale-table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-family: 'Nunito', sans-serif;
    font-size: 0.83rem;
}
.negan-legale-table th {
    background: #FAF8F4;
    color: #5a4640;
    font-weight: 700;
    padding: 10px 14px;
    text-align: left;
    border-bottom: 2px solid #EBE0D9;
}
.negan-legale-table td {
    padding: 10px 14px;
    color: #4a3830;
    border-bottom: 1px solid #F0EDEA;
    vertical-align: top;
    line-height: 1.5;
}
.negan-legale-table tr:last-child td { border-bottom: none; }
