.acm-slideshow .background {opacity: 0.80 !important ;}
.logo-img { height: 64px; width: 64px !important ;}

/* Ajoute un espace entre avant le titre d'un module */
.categories-module {
  padding-bottom: 20px;
}

/* Mise en page du Slide - réduction de la hauteur */

.acm-slideshow .item {
  background: #000;
  overflow: hidden;
  position: relative;
  height: 520px;
}

@media (max-width: 991.98px) {
  .acm-slideshow .item {
    height: 240px !important;
  }
}

.acm-slideshow .slider-content .slider-content-inner {
  max-width: 1000px;
}

/* Couler de fond au champs de recherche */
.input-group > .form-control:not(:last-child), .input-group > .form-select:not(:last-child), .input-group > .inputbox:not(:last-child), .input-group > .custom-select:not(:last-child) {
background-color: #f0f3ff;
}
