
.infinite-carousel {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  justify-content: center;
  margin: 10px auto;
/*Pour ne pas avoir de scroll en dessous*/
  overflow: hidden;
}

.carousel-block {
  width: auto;
  height: 400px;
  display: inline-block;
  position: relative;
  float: left;
  flex-shrink: 0;
  background: #9c9c9c;
  margin: 13px 0px 13px 0px;
}


.carousel-wrapper {
  position: relative;
  left: 50%;
  overflow: hidden; 
  transform: translateX(-50%);
}

.carousel-items {
  width: 10000px;
  position: relative;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
}

.car-img1{
  background: url(../images/chaise2.webp) center/cover no-repeat;
}

.car-img2{
  background: url(../images/fond-propos.webp) center/cover no-repeat;
}

.car-img3{
  background: url(../images/fond-contact.webp) center/cover no-repeat;
}

.car-img4{
  background: url(../images/canap-1.webp) center/cover no-repeat;
}

.car-img5{
  background: url(../images/fond-produit.webp) center/cover no-repeat;
}

