body.ce-kit-69{font-family:"Roboto", roboto;background-color:#FFFFFF;--ce-widgets-space:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-lightbox .elementor-lightbox-image{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for page-settings *//* ================================
   NETTOYAGE LISTE CATÉGORIES CMS
   ================================ */

/* Masque le texte "Liste des pages dans ..." */
.page-cms #content > p {
    display: none !important;
}

/* Masque la liste des catégories */
.page-cms #content ul {
    display: none !important;
}

/* Sécurité : masque les enfants */
.page-cms #content ul li,
.page-cms #content ul li a {
    display: none !important;
}

.breadcrumb {
    display: none !important;
}
.notifications {
    display: none !important;
}/* End custom CSS */