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

body{
  background-image: url("/assets/images/default_themes/printemps/background-UZYIYc6.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/printemps/carousel-VEgTzlE.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: 83px;
    height: 108px;
    top: -24px;
    left: 6px;
}
@media (max-width: 1199.98px) {
    .slider-home .carousel-home:before{
        width: 61px;
        height: 80px;
    }
}