/* assets/legals.css — Styles spécifiques pour la page Mentions Légales */

.legals-content {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

.legals-title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}

.legals-section {
    margin-bottom: 40px;
}

.legals-section h2 {
    color: #1a1a1a;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.legals-highlight-box {
    background: #f9f9f9;
    padding: 20px;
    border-left: 4px solid #1a1a1a;
    margin-top: 15px;
}

.legals-link {
    color: #333;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s;
}

.legals-link:hover {
    color: #000;
}