

.infinite-carousel {
  width: 100%;
  height: 400px;
  display: block;
/*  background-color: #e8e8e8;*/
  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;
/*  background: #9c9c9c;*/
  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;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
}

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

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

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

.car-img4{
  background: url(../images/bloc4.png) no-repeat center/cover;
}

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

/*-----------RESPONSIVE-----------*/

@media screen and (max-width: 1000px){

  .carousel-block{
    width: 350px !important;
  }






}