/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



@import "style-voptions.css";

.vehicle_preparation .single-price-field {
  visibility: hidden;
}

.main-swiper .swiper-slide .group_slider {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 33px;
    right: 40px;
    /*background-image:url(/wp-content/uploads/2022/04/Groupe-1947.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;*/
}
.main-swiper .swiper-slide .group_slider img {
  width: 100%;
}
.blocker {
  z-index: 9999 !important;
}
.modal {
  width: auto !important;
  max-width: none !important;
}
@media screen and (max-width: 1024px) {
  .main-swiper .swiper-slide .group_slider {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
    #sectionInfos .swiper-slide img {
        max-height: 800px;
    }
}

@media screen and (max-width: 1700px) {
    #sectionInfos .swiper-slide img {
        max-height: 600px;
    }
}

@media screen and (max-width: 1366px) {
    #sectionInfos .swiper-slide img {
        max-height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    #sectionInfos .swiper-slide img {
        max-height: 800px;
    }
}

@media screen and (max-width: 925px) {
    #sectionInfos .swiper-slide img {
        max-height: 600px;
    }
}
@media screen and (max-width: 767px) {
    #sectionInfos .swiper-slide img {
        max-height: 500px;
    }
}
@media screen and (max-width: 600px) {
    #sectionInfos .swiper-slide img {
        max-height: 75vw;
    }
}

.one-vehicle .swiper-container.swiper-initialized>.swiper-wrapper {
    overflow: visible; 
}