/* Slider type brands pour chevaux */
.brands-slider {
  width: 100%;
  margin: 0 auto 18px auto;
  padding: 0;
}
.brands-slider .brand-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 0 10px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.brands-slider .brand-img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 7px;
  background: #f3f3f3;
}
.brands-slider .brand-nom {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  color: #222;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 600px) {
  .brands-slider .brand-img {
    width: 54px;
    height: 54px;
  }
  .brands-slider .brand-nom {
    font-size: 0.95rem;
  }
}
