.mentions_legales_cc17 {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    padding: 60px 8%;
    max-width: 1000px;
    margin: 40px auto;
    color: #444;
    line-height: 1.8;
    font-size: 1.1rem;
}

.mentions_legales_cc17 h1 {
    text-align: center;
    color: var(--cc17-blue);
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.mentions_legales_cc17 h2 {
    color: var(--cc17-orange);
    font-size: 2rem;
    margin: 50px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f4f8;
}

.mentions_legales_cc17 h3 {
    color: var(--cc17-blue);
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.infos_mentions_legales_cc17 div,
.texte_contions_mentions_legales_cc17 {
    background: #f8fafc;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    border-left: 5px solid var(--cc17-blue);
    transition: transform 0.3s ease;
}

.infos_mentions_legales_cc17 div:hover,
.texte_contions_mentions_legales_cc17:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

.mentions_legales_cc17 h4 {
    color: #666;
    margin-top: 50px;
}

.mentions_legales_cc17 a {
    color: var(--cc17-orange);
    text-decoration: none;
    font-weight: 600;
}

.mentions_legales_cc17 a:hover {
    color: var(--cc17-blue);
    text-decoration: underline;
}

hr.separation_horizontale {
    display: none;
}

@media all and (max-width: 800px) {
    .mentions_legales_cc17 {
        padding: 40px 5%;
    }
    .mentions_legales_cc17 h1 {
        font-size: 2rem;
    }
    .mentions_legales_cc17 h2 {
        font-size: 1.5rem;
    }
}