/* style spécifique aux mentions légales */

.legal-content h2 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}

.legal-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.legal-content {
    padding: 60px 0;
}
