.elementor-36 .elementor-element.elementor-element-59fd138{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c9fd61 *//* 🔥 Empêche les styles de modifier tout le site */
.custom-bloc-global {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

/* Conteneur principal */
.custom-bloc-nettoyage {
    width: 90%;
    max-width: 1000px;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Titres (couleur inchangée) */
.custom-titre-nettoyage {
    color: #af8028;  /* ✅ Garde la couleur dorée */
    text-align: center;
}

.custom-sous-titre-nettoyage {
    color: #af8028;  /* ✅ Garde la couleur dorée */
    border-bottom: 2px solid #af8028; /* Ligne en doré */
    padding-bottom: 5px;
}

/* Listes */
.custom-liste-nettoyage {
    list-style: none;
    padding: 0;
}

.custom-liste-nettoyage li {
    color: #003e2c;  /* ✅ Texte des listes en vert */
    padding-left: 20px;
    margin-bottom: 10px;
}

/* Bloc engagements */
.custom-bloc-engagements {
    background: #003e2c;
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.custom-liste-engagements {
    list-style: none;
    padding: 0;
    font-weight: bold;
}

/* ✅ Seuls les paragraphes sont en vert */
.custom-texte-nettoyage {
    color: #003e2c;  
    margin-bottom: 15px;
    font-size: 16px;
}/* End custom CSS */