/* Styles pour la section de la politique de confidentialité */
#data-collection,
#data-use,
#data-protection,
#data-rights,
#cookies {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #E6D4B4; /* Beige Amande */
    border-radius: 8px;
}

#data-collection h2,
#data-use h2,
#data-protection h2,
#data-rights h2,
#cookies h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #B0754A; /* Marron Noisette */
    margin-bottom: 10px;
}

#data-collection p,
#data-use p,
#data-protection p,
#data-rights p,
#cookies p {
    font-family: 'Montserrat', serif;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    #data-collection,
    #data-use,
    #data-protection,
    #data-rights,
    #cookies {
        padding: 15px;
    }

    #data-collection h2,
    #data-use h2,
    #data-protection h2,
    #data-rights h2,
    #cookies h2 {
        font-size: 1.2em;
    }

    #data-collection p,
    #data-use p,
    #data-protection p,
    #data-rights p,
    #cookies p {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #data-collection,
    #data-use,
    #data-protection,
    #data-rights,
    #cookies {
        padding: 10px;
    }

    #data-collection h2,
    #data-use h2,
    #data-protection h2,
    #data-rights h2,
    #cookies h2 {
        font-size: 1.1em;
    }

    #data-collection p,
    #data-use p,
    #data-protection p,
    #data-rights p,
    #cookies p {
        font-size: 0.9em;
    }
}
