/* ============================================================
   SPI L.A. Préventif - styles propres à la page Mentions légales.
   Le commun (en-tête, pied de page, boutons) est dans base.css
   ============================================================ */

/* --- LAYOUT LEGAL --- */
.legal-section { background: var(--bg-light); padding: 70px 0 80px; }
.legal-layout { max-width: 900px; margin: 0 auto; }

.legal-content { background: var(--white); border: 1px solid #eaeaea; border-radius: 16px; padding: 45px 45px 40px; box-shadow: var(--shadow); }
.legal-content article { padding-bottom: 34px; margin-bottom: 34px; border-bottom: 1px solid #eef1f0; scroll-margin-top: calc(var(--total-header-height) + 20px); }
.legal-content article:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.legal-content h2 { font-size: 1.3rem; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.legal-content h3 { font-size: 1.02rem; margin: 22px 0 10px; }
.legal-content p { margin-bottom: 14px; font-size: 0.97rem; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a.inline { color: var(--secondary); text-decoration: underline; }
.legal-content ul.bullets { margin: 12px 0 16px; }
.legal-content ul.bullets li { display: flex; gap: 12px; margin-bottom: 9px; font-size: 0.96rem; }
.legal-content ul.bullets i { color: var(--secondary); margin-top: 7px; font-size: 0.55rem; }

/* Tableau d'identification */
.id-table { width: 100%; border-collapse: collapse; margin: 6px 0 4px; }
.id-table th, .id-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid #eef1f0; font-size: 0.95rem; vertical-align: top; }
.id-table th { font-family: 'Montserrat', sans-serif; font-weight: 600; color: var(--primary); width: 40%; font-size: 0.88rem; }
.id-table tr:last-child th, .id-table tr:last-child td { border-bottom: none; }

/* Marqueur "à compléter" */
.todo { display: inline-block; background: #fdf1d6; color: #7a5206; border: 1px dashed #d9b45f; border-radius: 6px; padding: 2px 10px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.82rem; }

@media (max-width: 1024px) {
}

@media (max-width: 1120px) {
    .legal-content { padding: 30px 24px; }
    .id-table th, .id-table td { display: block; width: 100%; }
    .id-table th { border-bottom: none; padding-bottom: 2px; }
}
