/* V198 — accueil épuré et bandeau À la une plus confortable. */

html body .lca-breaking:hover .lca-marquee > div,
html body .lca-breaking:focus-within .lca-marquee > div{
  animation-play-state:paused!important;
}

@media (prefers-reduced-motion:reduce){
  html body .lca-marquee > div{
    animation:none!important;
    padding-left:0!important;
    transform:none!important;
  }
}
