/* ==============================================================
   IMMO-2026.08.12-01  —  style_site_legal.css
   Historique :
   - 2026.08.12-01 : creation. Feuille des pages legales du portail
                     (mentions, conditions generales, donnees
                     personnelles). Les classes sp-* viennent de
                     style_site_public.css : ne rien redefinir ici
                     qui existe deja la-bas.
   ============================================================== */

/* ── Page de texte long ────────────────────────────────────────── */
.lg-page {
    padding: 36px 0 56px;
}

.lg-page h1 {
    margin: 0 0 6px;
}

.lg-page h2 {
    margin: 34px 0 10px;
    font-size: 1.25rem;
    color: #21402f;
}

.lg-page h3 {
    margin: 22px 0 8px;
    font-size: 1.05rem;
    color: #2d5540;
}

.lg-page p,
.lg-page li {
    max-width: 760px;
    line-height: 1.62;
    color: #3b4652;
}

.lg-page ul {
    padding-left: 20px;
}

.lg-page li {
    margin-bottom: 6px;
}

.lg-maj {
    font-size: .86rem;
    color: #7a857b;
    margin-bottom: 28px;
}

/* ── Encadre d'attention ───────────────────────────────────────── */
.lg-encadre {
    padding: 14px 16px;
    background: #f4f8f4;
    border-left: 3px solid #58805f;
    border-radius: 8px;
}

/* ── Mentions a completer avant mise en ligne ──────────────────── */
/* Volontairement TRES visible : ces passages ne doivent pas rester
   en production. Retirer la regle une fois les textes valides. */
.lg-todo {
    display: block;
    padding: 10px 14px;
    font-size: .86rem;
    color: #8a5a00;
    background: #fff8e1;
    border: 1px dashed #e0b464;
    border-radius: 8px;
}

/* ── Tableaux RGPD ─────────────────────────────────────────────── */
.lg-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    margin: 12px 0 20px;
    font-size: .9rem;
}

.lg-table th {
    padding: 9px 12px;
    text-align: left;
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #58805f;
    border-bottom: 2px solid #dbe6dc;
}

.lg-table td {
    padding: 10px 12px;
    color: #3b4652;
    border-bottom: 1px solid #eceef2;
    vertical-align: top;
}

.lg-table tr:last-child td {
    border-bottom: none;
}

/* ── Liens legaux en pied de page ──────────────────────────────── */
.lg-liens {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    padding-top: 16px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    font-size: .86rem;
}

@media (max-width: 700px) {
    .lg-table, .lg-table thead, .lg-table tbody, .lg-table tr, .lg-table th, .lg-table td {
        display: block;
        width: 100%;
    }
    .lg-table thead { display: none; }
    .lg-table tr {
        margin-bottom: 14px;
        border: 1px solid #e4e8ee;
        border-radius: 8px;
        padding: 6px 4px;
    }
}
