.legal-notice {
    margin-top: 100px;
    padding: 30px;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9; /* Fond légèrement gris */
    border: 1px solid #ccc; /* Bordure grise */
    border-radius: 8px; /* Coins arrondis */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ombre légère */
    max-width: 800px; /* Largeur maximale */
    margin: 20px auto; /* Centrer sur la page */
}

.legal-notice h1 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0056b3; /* Couleur du titre */
    border-bottom: 2px solid #0056b3; /* Ligne en dessous du titre */
    padding-bottom: 5px; /* Espacement en bas */
}

.legal-notice h2 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333; /* Couleur des sous-titres */
}

.legal-notice p {
    margin-bottom: 15px;
    line-height: 1.6; /* Espacement entre les lignes */
}

.legal-notice a {
    color: #007bff; /* Couleur des liens */
    text-decoration: none;
}

.legal-notice a:hover {
    text-decoration: underline; /* Soulignement au survol */
}
