.slider img,
.carousel-inner img,
.featured-slider img {
    height: 500px !important; /* ajuste selon ton besoin */
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Tablette */
@media (max-width: 1024px) {
  .slider img,
  .carousel-inner img,
  .featured-slider img {
      height: 350px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .slider img,
  .carousel-inner img,
  .featured-slider img {
      height: 250px !important;
  }
}/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 


