.elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-36405 .elementor-element.elementor-element-674dc3d{--e-icon-list-icon-size:10px;--e-icon-list-icon-align:left;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0;}.elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-36405 .elementor-element.elementor-element-674dc3d .elementor-icon-list-item > a{font-family:var( --e-global-typography-accent-font-family ), \'Roboto\', sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-36405 .elementor-element.elementor-element-9aa1991{--e-icon-list-icon-size:10px;}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-36405 .elementor-element.elementor-element-9aa1991 .elementor-icon-list-item > a{font-family:var( --e-global-typography-accent-font-family ), \'Roboto\', sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for icon-list, class: .elementor-element-674dc3d *//* Style de base pour l'élément de liste */
.elementor-icon-list-item {
    border: 2px solid #ccc;
    padding: 20px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-radius: 8px;
    border-style: inset; /* Bordure biseautée */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    font-size: 1.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.4s ease;
}


/* Animation et effet au survol */
.elementor-icon-list-item:hover {
    transform: translateY(-3px); /* Légère élévation au survol */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Ombre plus marquée */

}

/* Effet actif */
.elementor-icon-list-item:active {
    background-color: #ececec; /* Changement de couleur au clic */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Ombre plus discrète */
}

/* Style des icônes */
.elementor-icon-list-icon {
    margin-right: 12px;
    color: #0077cc; /* Couleur bleue plus lumineuse */
    font-size: 1.2em; /* Taille légèrement agrandie */
    transition: color 0.3s ease; /* Transition de couleur */
}

/* Changement de couleur de l'icône au survol */
.elementor-icon-list-item:hover .elementor-icon-list-icon {
    color: #0056b3; /* Teinte plus foncée au survol */
}/* End custom CSS */