/* Mentions Légales */
.mentions-legales {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.mentions-legales .ml-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
}

.mentions-legales .ml-section-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c3e50;
}

.mentions-legales p {
    margin-bottom: 15px;
}

.mentions-legales ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.mentions-legales li {
    margin-bottom: 8px;
}

.mentions-legales a {
    color: #2980b9;
    text-decoration: none;
}

.mentions-legales a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .mentions-legales {
        padding: 20px;
        margin: 20px;
    }

    .mentions-legales .ml-section-title {
        font-size: 1.2rem;
    }

    .mentions-legales .ml-title {
        font-size: 1.5rem;
    }
}
