:root {
  --couleur1-ce: #dbba85;
  --couleur2-ce: #dc9dc1;
  --swiper-theme-color: #dbba85;
  --swiper-pagination-bullet-inactive-color: #dc9dc1;
}

body{
  background-image: url("/assets/images/default_themes/paques/background-qimBc7D.jpg");
  background-repeat: no-repeat;
  background-position: 0 188px;
  background-size: 100% auto;
  background-color: #f6f7fa;
}

.slider-home .carousel-home:before{
  content:" ";
  position: absolute;
  width: 138px;
  height: 138px;
  background-image: url("/assets/images/default_themes/paques/carousel-AFOrY6f.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: -11px;
  left: -19px;
  z-index: 98;
}

/**
 * Theme Custom CSS
 **/
.slider-home .carousel-home:before{
    width: 138px;
    height: 138px;
    top: -11px;
    left: -19px;
}
@media (max-width: 1199.98px) {
    .slider-home .carousel-home:before{
        width: 80px;
        height: 80px;
    }
}