/* ========== LEGAL CONTENT ========== */
.legal-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 100px 40px 80px;
}
.legal-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
}
.legal-date {
    font-size: 0.82rem;
    color: #bbb;
    margin-bottom: 50px;
}
.legal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #1a1a1a;
    font-weight: 600;
    margin: 40px 0 15px;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #1a1a1a;
    font-weight: 600;
    margin: 25px 0 10px;
}
.legal-content p, .legal-content li {
    font-size: 0.9rem;
    color: #666;
    font-weight: 300;
    margin-bottom: 12px;
}
.legal-content strong { color: #1a1a1a; font-weight: 500; }
.legal-content ul, .legal-content ol {
    padding-left: 20px;
    margin-bottom: 12px;
}
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: #7C8C6E; }

/* ========== LEGAL DIVIDER ========== */
.legal-divider {
    width: 60px;
    height: 2px;
    background: #7C8C6E;
    margin-bottom: 40px;
    border-radius: 1px;
}

/* ========== INFO BLOCK ========== */
.info-block {
    background: #faf9f7;
    border-left: 3px solid #7C8C6E;
    border-radius: 0 12px 12px 0;
    padding: 20px 25px;
    margin: 15px 0 20px;
}
.info-block p { margin-bottom: 4px; }
.info-block p:last-child { margin-bottom: 0; }

/* ========== LEGAL FOOTER ========== */
.legal-footer {
    background: #1a1a1a;
    padding: 30px 40px;
    text-align: center;
}
.legal-footer p {
    color: rgba(255,255,255,0.3);
    font-size: 0.72rem;
    letter-spacing: 1px;
}
.legal-footer a {
    color: #A8B89A;
    text-decoration: none;
    transition: color 0.3s;
}
.legal-footer a:hover { color: #fff; }

/* ========== LEGAL SUB NAV ========== */
.legal-sub-nav {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    justify-content: center;
    margin-top: 70px;
}
.legal-sub-nav a {
    font-size: 0.75rem;
    color: #999;
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.3s;
}
.legal-sub-nav a:hover { color: #7C8C6E; }
.legal-sub-nav a.active { color: #7C8C6E; font-weight: 500; }

/* ========== TARIF TABLE (CGV) ========== */
.tarif-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
}
.tarif-table th, .tarif-table td {
    padding: 12px 15px;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.tarif-table tr:last-child td { border-bottom: none; }
.tarif-table th {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #faf9f7;
}
.tarif-table td:last-child {
    text-align: right;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #7C8C6E;
    font-size: 0.95rem;
}

/* ========== DATA TABLE (Politique de confidentialite) ========== */
.data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
}
.data-table th, .data-table td {
    padding: 12px 15px;
    text-align: left;
    font-size: 0.82rem;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    vertical-align: top;
}
.data-table tr:last-child td { border-bottom: none; }
.data-table th {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #faf9f7;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .legal-content { padding: 90px 20px 60px; }
    .legal-content h1 { font-size: 1.8rem; }
    .legal-sub-nav { flex-wrap: wrap; gap: 12px; margin-top: 60px; }
    .tarif-table th, .tarif-table td { padding: 10px 8px; font-size: 0.8rem; }
    .data-table { font-size: 0.75rem; }
    .data-table th, .data-table td { padding: 8px 6px; }
}
