.elementor-kit-10{--e-global-color-primary:#2C2C2C;--e-global-color-secondary:#FF4C40;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F57C00;--e-global-color-426038b:#FFFFFF;--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-10 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){--kit-widget-spacing: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 *//* ===== Bandeau grosse annonce qui défile ===== */
.promo-big{
  width: 100%;
  background: #f64642;
  overflow: hidden;
  border-radius: 10px;
  padding: 18px 0;
}

.promo-big__track{
  display: flex;
  width: max-content;
  animation: promoBigScroll 25s linear infinite;
}

.promo-big__track span{
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
  font-size: 42px;      /* GROS */
  letter-spacing: 0.5px;
  padding: 0 60px;      /* espace entre répétitions */
  text-transform: uppercase;
}

/* Défilement continu */
@keyframes promoBigScroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* Mobile */
@media (max-width: 767px){
  .promo-big{ padding: 14px 0; border-radius: 8px; }
  .promo-big__track span{ font-size: 22px; padding: 0 30px; }
}
/* Force bandeau plein écran */
.promo-big{
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  border-radius: 0; /* optionnel si tu veux bord droit net */
}/* End custom CSS */