/* multiple-items  carousel*/
.multiple-items .slick-next {
  right: 25px;
}
.multiple-items .slick-prev {
  left: 25px;
  z-index: 1;
}

.multiple-items .slick-list {
  display: grid;
}

.multiple-items {
  background-color: #114133;
  padding: 0 20px;
}

.multiple-items .carousel-block-item {
  display: grid !important;
}
.multiple-items .carousel-block-logo {
  justify-content: center;
  align-items: center;
}

.multiple-items .carousel-block-text {
  margin: auto;
  color: #fff;
  padding: 0 60px;
  text-align: center;
  font-size: 23px;
}

.multiple-items .carousel-block-title {
  margin: auto;
  color: #fff;
  padding: 0 40px;
}

/* one-item-carousel */

.one-item-carousel {
  padding: 50px 25px;
}
.one-item-carousel .slick-slide {
  margin: 0 25px;
}

.one-item-carousel .slick-prev:before {
  color: #114133 !important;
}

.one-item-carousel .slick-next:before {
  color: #114133 !important;
}

.one-item-carousel .slick-next {
  right: 15px;
}

.one-item-carousel .slick-prev {
  left: 15px;
  z-index: 1;
}

.carousel-item-image {
  text-decoration: none;
  position: relative;
  color: #fff;
  transition-duration: 0.5s;
  z-index: 1;
}
.carousle-item-overlay {
  background-color: #114133;
  opacity: 0.8;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition-duration: 0.5s;
}
.carousel-item-image:hover .carousle-item-overlay {
  background-color: transparent;
  text-decoration: none;
  transition-duration: 0.5s;
  color: #114133;
}
.one-item-carousel a:hover {
  color: transparent;
}
.carousel-item-content {
  display: flex;
}
.carousel-item-title {
  margin: auto;
  font-size: 40px;
  flex-direction: column;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

/* BACKGROUND-IMAGES */
.carousel1 {
  background-image: url("/assets/photos/carousel/compressed/1.jpg");
  height: 100vh;
  background-size: cover;
}

.carousel2 {
  background-image: url("/assets/photos/carousel/compressed/2.jpg");
  height: 100vh;
  background-size: cover;
}

.carousel3 {
  background-image: url("/assets/photos/carousel/compressed/3.jpg");
  height: 100vh;
  background-size: cover;
}

.carousel4 {
  background-image: url("/assets/photos/carousel/compressed/4.jpg");
  height: 100vh;
  background-size: cover;
}

.shop1 {
  background-image: url("/assets/photos/epicerie/epicerie-home/take-away.jpg");
  height: 100vh;
  background-size: cover;
}

.shop2 {
  background-image: url("/assets/photos/epicerie/epicerie-home/delicatesses.jpg");
  height: 100vh;
  background-size: cover;
}

.shop3 {
  background-image: url("/assets/photos/epicerie/epicerie-home/fromages.jpg");
  height: 100vh;
  background-size: cover;
}

.shop4 {
  background-image: url("/assets/photos/epicerie/epicerie-home/charcuterie.jpg");
  height: 100vh;
  background-size: cover;
}

@media (max-width: 1100px) {
  .multiple-items .carousel-block-text {
    padding: 0 30px;
  }
}

@media (max-width: 750px) {
  .multiple-items .carousel-block-title {
    padding: 0 10px;
    font-size: 1.5rem;
  }
}

@media (max-width: 500px) {
  .one-item-carousel .slick-slide {
    margin: 0 10px;
  }
  .one-item-carousel {
    padding: 0;
  }
}
