
.infinite-carousel {
  width: 100%;
  height: 400px;
  display: block;
  position: relative;
  justify-content: center;
  margin: 10px auto;
  overflow: hidden;
}

.carousel-block {
  width: auto;
  height: 400px;
  display: inline-block;
  position: relative;
  float: left;
  flex-shrink: 0;
  border-radius: 5px;
  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;
  gap: 20px;
  -webkit-overflow-scrolling: touch;
}


.car-img1{
  background: url(../images/chaise1.jpg) center/cover;
}

.car-img2{
  background: url(../images/canap-1.jpg) center/cover;
}

.car-img3{
  background: url(../images/chaise2.jpg) center/cover;
}

.car-img4{
  background: url(../images/produit2.jpg) center/cover;
}

.car-img5{
  background: url(../images/bloc1.jpg) center/cover;
}