/* ============================================================
   mentions-legales.css - Page Mentions légales Transgo
   ============================================================ */

.grid-container {
    position: relative;
    z-index: 1;
}

.mentions-container {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.09);
    margin-top: 40px;
    padding: 40px 36px 30px;
    max-width: 860px;
}

.mentions-container h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #14244a;
    margin-bottom: 32px;
}

/* ---------- SECTIONS ---------- */
.mentions-section {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.mentions-section:last-of-type {
    border-bottom: none;
}

.mentions-section h2 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #14244a;
    margin-bottom: 12px;
}

.mentions-section p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* ---------- LISTES ---------- */
.mentions-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 14px;
}

.mentions-list li {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    padding: 4px 0 4px 20px;
    position: relative;
}

.mentions-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: #188cff;
    font-weight: 700;
}

/* ---------- LIENS ---------- */
.mentions-section a {
    color: #188cff;
    text-decoration: none;
}

.mentions-section a:hover {
    text-decoration: underline;
}

/* ---------- DATE MAJ ---------- */
.mentions-update {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    color: #999;
    text-align: right;
    margin-top: 24px;
    font-style: italic;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 600px) {
    .mentions-container {
        padding: 24px 16px 20px;
        margin-top: 20px;
    }

    .mentions-container h1 {
        font-size: 1.5rem;
    }
}
