.materiels-listing,
.marques-listing,
.models-listing {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#materiels-listing h1,
#marques-listing h1,
#models-listing h1 {
  padding: 10px 0px 20px 0px;
}

.materiel-listing,
.marque-listing,
.model-listing {
  display: flex;
  margin: 5px;
  text-align: center;
  flex-direction: column;
}

.materiel-listing img,
.marque-listing img,
.model-listing img {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.materiel-listing .image,
.marque-listing .image,
.model-listing .image {
  width: 150px;
  height: 170px;
}

.materiel-listing .item-titre,
.marque-listing .item-titre,
.model-listing .item-titre {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
}

#search-by-nhp .select2-container,
#search-by-nhp .select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e4e6ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#search-by-nhp .select2-container .selection {
  width: 100%;
}

#toast-container,
.toast-container {
  z-index: 99999999999999999;
}

#materiels-listing .select-option label {
  font-size: 1.275rem;
}

#wrapper-search-by-nhp {
  /* background: #e5e5e5; */

  background-image: url(../../img/hero-bg.jpg),
    linear-gradient(180deg, #fafcfd, #f4f5f7);
  background-size: cover, 100%;
  padding-top: 226px;
  margin-top: calc(var(--h-site-nav--desktop) * -1);
  background-position: center center;

  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}

@keyframes moving-light {
  0% {
    margin-left: 1%;
  }

  80% {
    margin-left: 81%;
  }

  100% {
    margin-left: 81%;
  }
}

@keyframes blinking-light {
  0% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#wrapper-search-by-nhp
  .found-select
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #91bd31;
}
