/* ==============================================================
   IMMO-2026.08.12-01  —  style_legal_immokitloc.css
   Historique :
   - 2026.08.12-01 : creation. Feuille des pages legales
                     d'ImmoKitLoc (mentions legales, CGV, politique
                     de confidentialite). Remplace les blocs <style>
                     qui vivaient dans I_ConditionsGenerales.html et
                     les classes cgv-container / mention-container.

   Tous les selecteurs sont prefixes .lgi- : style_investisseur.css
   est partagee par tout le site, un selecteur generique (table, h2)
   cascaderait sur les autres pages.
   ============================================================== */

.lgi-page {
    max-width: 900px;
    margin: 24px auto 56px;
    padding: 0 20px;
    line-height: 1.62;
    color: #3b4652;
}

.lgi-page h1 {
    margin: 0 0 6px;
    color: #2c3e50;
}

.lgi-page h2 {
    margin: 32px 0 10px;
    font-size: 1.28rem;
    color: #2c3e50;
}

.lgi-page h3 {
    margin: 20px 0 8px;
    font-size: 1.08rem;
    color: #41506b;
}

.lgi-page p,
.lgi-page li {
    margin-bottom: 12px;
}

.lgi-page ul {
    padding-left: 22px;
}

.lgi-page a {
    color: #1f7955;
}

.lgi-maj {
    font-size: .86rem;
    font-style: italic;
    color: #7f8c8d;
    margin-bottom: 26px;
}

/* Titre d'un article a lire attentivement */
.lgi-important {
    padding-left: 12px;
    border-left: 4px solid #c98d2e;
}

/* Coordonnees en fin de document */
.lgi-contact {
    margin-top: 28px;
    padding: 16px 18px;
    background: #f7f9f8;
    border: 1px solid #e4e8ee;
    border-radius: 8px;
}

.lgi-contact p {
    margin: 0;
}

/* ── Mentions a completer avant mise en ligne ──────────────────── */
/* Volontairement tres visible : ces passages ne doivent pas rester
   en production. */
.lgi-todo {
    display: block;
    padding: 11px 15px;
    font-size: .88rem;
    color: #8a5a00;
    background: #fff8e1;
    border: 1px dashed #e0b464;
    border-radius: 8px;
}

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

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

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

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

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