.elementor-2394 .elementor-element.elementor-element-86e2e31{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-b78be85 *//* À ajouter dans ton fichier style.css */

.privacy-policy-section {
    padding: 60px 20px;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'VotrePolicePrincipale', sans-serif; /* Probablement Montserrat ou Open Sans vu le site */
    color: #333; /* Gris foncé doux */
    line-height: 1.6;
}

.privacy-policy-section h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #2c3e50; /* Ou la couleur verte principale du site */
    font-weight: 700;
}

.privacy-policy-section h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: #2c3e50; /* Idem, couleur principale */
    border-bottom: 2px solid #e0e0e0; /* Petit soulignement discret */
    padding-bottom: 10px;
}

.privacy-policy-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy-section a {
    color: #27ae60; /* Un vert 'nature' pour les liens */
    text-decoration: none;
    font-weight: 600;
}

.privacy-policy-section a:hover {
    text-decoration: underline;
}/* End custom CSS */