/* Start custom CSS */.elementor-editor-active > .avis-google:first-of-type {
    display: none!important;
}



body {
    overflow-x: hidden;
}

p.elementor-image-box-description {
    padding-right: 20px;
}

#le-studio .elementor-widget-image-carousel .swiper-container {
    position: static;
    overflow: visible;
}

#le-studio .elementor-widget-image-carousel .swiper-container:before {
    content: "";
    display: block;
    width: 500px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
}

@media (max-width:767px) {
    .elementor-widget-image-carousel .swiper-slide {max-width: 97%;}
}/* End custom CSS */