@media only screen and (min-width:1200px) {
  .container {
    max-width: 650px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .container {
    max-width: 600px;
  }
}

.bg-14 {
  background-image: url(../images/home-slide-1.avif);
}
.bg-23 {
  background-image: url(../images/bg.avif);
}


.menu-list a svg:first-child, .menu-list a img:first-child {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 32px;
  /* color: #FFF !important; */
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  left: 0px;
  top: 8px;
}

.card-produit a img {
  width: 100%;
}