/* HOME brands carousel : force la taille des logos */
.home-brands-carousel .slick-slide img,
.home-brands-carousel .owl-item img,
.home-brands-carousel img {
  height: 90px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

/* mobile */
@media (max-width: 768px) {
  .home-brands-carousel .slick-slide img,
  .home-brands-carousel .owl-item img,
  .home-brands-carousel img {
    height: 60px !important;
  }
}
.home-brands-carousel .slick-slide,
.home-brands-carousel .owl-item {
  height: auto !important;
}

.home-brands-carousel .slick-slide a,
.home-brands-carousel .owl-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}
