.elementor-kit-14{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* position fixe commune */
.lms-sidebar.elementor-section {
  position: fixed !important;
  top: 20px; left: 20px; width: 80px; z-index: 1000;
}
body.lms-has-sidebar .elementor-section-wrap > .elementor-section:not(.lms-sidebar) {
  margin-left: 120px; /* 80 + marge ; ajuste si besoin */
}

/* DARK */
.lms-dark.lms-sidebar { backdrop-filter: none; }
.lms-dark .elementor-icon-list-items .elementor-icon-list-icon i { color: #e2e8f0 !important; }

/* GLASS */
.lms-glass.lms-sidebar {
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 10px 30px rgba(15,23,42,.12);
}
.lms-glass .elementor-icon-list-items .elementor-icon-list-icon {
  background: rgba(255,255,255,.6);
  border-radius: 12px;
}

/* Hover icônes */
.lms-sidebar .elementor-icon-list-item:hover i { transform: translateY(-1px); transition: .15s; }/* End custom CSS */