.elementor-kit-2898{--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-2898 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 */lds-editions-page
/* =============================
   STRUCTURE DES ÉDITIONS
============================= */

.lds-edition {
  max-width: 1100px;
  margin: 100px auto;
  padding: 0 20px;
  color: #eee;
}

.lds-edition-header {
  text-align: center;
  margin-bottom: 60px;
}

.lds-edition-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.lds-edition-subtitle {
  font-size: 22px;
  opacity: 0.9;
}

/* BLOCS */
.lds-edition-block {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 40px;
  border-radius: 20px;
  margin: 40px 0;
}

.lds-edition-block h3 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

/* Partenaire */
.lds-edition-partner-logo {
  display: block;
  margin: 0 auto 20px;
  width: 220px;
  opacity: 0.9;
}

/* STATS GRID */
.lds-edition-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin: 50px 0;
}

.lds-edition-stats .stat {
  text-align: center;
  font-size: 20px;
  background: rgba(255,255,255,0.04);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
}

.lds-edition-stats .stat strong {
  font-size: 32px;
  display: block;
  margin-bottom: 5px;
}

/* =============================
   SLIDER
============================= */

.lds-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 20px;
}

.lds-slider::-webkit-scrollbar {
  height: 8px;
}

.lds-slider::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 100px;
}

.lds-slider .slide {
  flex: 0 0 260px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  padding: 20px;
  scroll-snap-align: start;
  text-align: center;
}

.lds-slider .slide img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 1024px) {
  .lds-edition-stats {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 600px) {
  .lds-edition-header h2 {
    font-size: 34px;
  }
  .lds-edition-block {
    padding: 25px;
  }
  .lds-edition-stats {
    grid-template-columns: 1fr;
  }
  .lds-slider .slide {
    flex: 0 0 80%;
  }
}/* End custom CSS */