/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
li#category-3 {
    display: none !important;
}
@media (max-width: 767px) {
.reversemobile {
    flex-direction: column-reverse;
}}
/* ===== FIX DEFINITIF LOGOS MARQUES (OWL + TIMELINE) ===== */

/* désactiver le faux fond animé */
.timeline-wrapper .animated-background {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* forcer logos visibles */
.timeline-wrapper img,
.manufacturer-container img,
.manufacturer-image-container img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* empêcher effets hover du thème */
.timeline-wrapper a:hover img,
.manufacturer-container:hover img {
  filter: none !important;
  opacity: 1 !important;
}

/* supprimer toute animation */
.timeline-wrapper *,
.owl-carousel * {
  transition: none !important;
  animation: none !important;
}
