:root {
  --couleur1-ce: #12a1c4;
  --couleur2-ce: #e4972f;
  --swiper-theme-color: #12a1c4;
  --swiper-pagination-bullet-inactive-color: #e4972f;
}

body{
  background-image: url("/assets/images/default_themes/ete2/background-Y8lEZnR.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/ete2/carousel-Cm51_jb.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: -47px;
    left: -55px;
}
@media (max-width: 1199.98px) {
    .slider-home .carousel-home:before{
        width: 80px;
        height: 80px;
        top: -26px;
        left: -11px;
    }
}
@media (max-width: 991.98px) {
    .slider-home .carousel-home:before{
        top: -35px;
        left: -24px;
    }
}