/* RESET COMPLET DES MARGES POUR LE CONTENU JURIDIQUE */
.legal-content, .legal-content h1, .legal-content h2, .legal-content p, .legal-content ul, .legal-content section {
    margin: 0 !important;
    padding: 0 !important;
}

/* CONTAINER PRINCIPAL */
.legal-container {
    background: #f8faff;
    padding: 20px !important;
    display: flex;
    justify-content: center;
    min-height: 80vh;
}

/* CARTE DE CONTENU */
.legal-content {
    max-width: 850px;
    width: 100%;
    background: #ffffff;
    padding: 25px 45px !important; /* On réduit le haut/bas */
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    border: 1px solid #eef2f6;
}

/* TITRE H1 ET DATE */
.legal-content h1 {
    color: #0066CC;
    font-size: 1.8rem !important;
    line-height: 1.1 !important;
    margin-bottom: 5px !important;
}

.last-update {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 15px !important; /* Espace sous la ligne orange */
    border-bottom: 2px solid #FF9900;
    width: fit-content;
    padding-bottom: 3px !important;
}

/* SECTIONS (RESSERRAGE MAXIMUM) */
.legal-content section {
    margin-bottom: 10px !important; /* Écart entre la fin d'un texte et le titre suivant */
}

/* TITRES H2 */
.legal-content h2 {
    color: #1a1a1a;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 10px !important; /* Espace minimal au dessus du titre */
    margin-bottom: 4px !important; /* Espace minimal sous le titre */
    display: flex;
    align-items: center;
}

.legal-content h2::before {
    content: '';
    width: 3px;
    height: 14px;
    background: #FF9900;
    margin-right: 8px;
}

/* PARAGRAPHES ET LISTES */
.legal-content p {
    font-size: 0.95rem !important;
    color: #4a5568;
    line-height: 1.4 !important;
    margin-bottom: 5px !important; /* Espace entre deux paragraphes */
}

.legal-content ul {
    list-style: none !important;
    padding-left: 12px !important;
    margin-top: 2px !important;
}

.legal-content li {
    font-size: 0.95rem !important;
    margin-bottom: 2px !important;
    position: relative;
    padding-left: 15px !important;
}

.legal-content li::before {
    content: '•';
    color: #FF9900;
    position: absolute;
    left: 0;
}

/* LIENS */
.legal-content a {
    color: #0066CC;
    text-decoration: none;
    font-weight: 600;
}
