/* ============================
   LEGAL PAGES STYLES
   (Mentions Légales & CGV)
   ============================ */

/* Note: Les styles navbar/footer sont gérés par style.css et footer.css */

/* LEGAL CONTENT */
.legal-content {
    max-width: 900px;
    margin: 100px auto 50px;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.legal-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #2C2C2C;
    margin-bottom: 30px;
    border-bottom: 3px solid #D3AFC0;
    padding-bottom: 15px;
}

.legal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #8B6E89;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 20px;
}

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content li {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 10px;
}

.legal-content strong {
    color: #2C2C2C;
    font-weight: 600;
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #8B6E89;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.back-link:hover {
    color: #D3AFC0;
}

/* Spécifique à CGV - Article sections */
.legal-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    color: #4A4A4A;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Spécifique à CGV - Highlight box */
.highlight-box {
    background: #F9F3F6;
    border-left: 4px solid #D3AFC0;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}

/* ============================
   RESPONSIVE
   ============================ */

@media (max-width: 768px) {

    }
    
    .legal-content h2 {
        font-size: 1.5rem;
    }
}
