/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/*slide Annonce */

.carousel-main.owl-carousel.owl-loaded.owl-drag {
    height: 84vh;
}


/*.carousel-main.owl-carousel.owl-loaded.owl-drag:after {*/

.carousel-main.owl-carousel.owl-loaded.owl-drag .owl-item>div a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0));
    opacity: .9;
    z-index: 999;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 100%;
    object-fit: cover;
}

.carousel-main .owl-item>div {
    width: 100%!important;
    height: 84vh!important;
}

.carousel-main.owl-carousel .owl-item img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.carousel-thumbs.owl-carousel .owl-stage .owl-item img {
    opacity: 1;
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.carousel-thumbs.owl-carousel .owl-stage .owl-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: black;*/
    opacity: .4;
    z-index: 999;
}

.carousel-main.owl-carousel .owl-stage-outer {
    height: 100%;
}

.carousel-main.owl-carousel .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 99999;
    font-size: 100px !important;
    line-height: 60px !important;
    color: #fff !important;
}

.carousel-main.owl-carousel button.owl-prev {
    left: 10px;
}

.carousel-main.owl-carousel button.owl-next {
    right: 10px;
}

.carousel-main.owl-carousel img.imh-with-video {
    margin: auto;
    width: 70px !important;
    height: auto;
    z-index: 9999;
}

#slide-3c img.swiper-slide-image {
    min-height: 300px;
    object-fit: cover;
}


/* Dropdown menu mobile */


/* Style pour les dropdowns */

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.custom-dropdown input {
    padding: 10px;
    border-width: 0;
    border-bottom: 1px solid #777;
    cursor: pointer;
    background-color: #000;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-family: "Lato", Sans-serif;
}

.dropdown-list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    border: 1px solid #ccc;
    border-top-width: 0;
    background: #000;
    color: #fff;
}

.dropdown-list.show {
    display: block;
}

.dropdown-list li {
    padding: 10px;
    cursor: pointer;
    font-family: "Lato", Sans-serif;
    font-weight: 300;
}

.dropdown-list li:hover {
    background-color: #f4f4f4;
}

.custom-dropdown span.fs-arrow {
    border-top-color: #fff;
    transition: ease-in 0.3s;
}

.custom-dropdown span.fs-arrow.show {
    transform: rotate(-180deg);
}

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}


/* Dropdown menu mobile end */


/* MAGNIFIC POPUP */

.mfp-iframe-scaler button.mfp-close {
    display: none;
}

.mfp-iframe-scaler.display {
    overflow: visible !important;
}

.mfp-iframe-scaler.display a.elementor-button,
.self-hstd a.elementor-button {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 20px;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    background: #111;
    border: 1px solid #777;
    letter-spacing: 1px;
}

div#elementor-lightbox-slideshow-single-img {
    display: none;
}

#qlwapp .qlwapp-box .qlwapp-response textarea {
    height: 80px;
    padding-top: 10px;
}

.carousel-main.owl-carousel .owl-stage-outer {
    border-radius: 0 0 30px 30px;
}

.carousel-thumbs.owl-carousel .owl-stage-outer img {
    border-radius: 5px;
}

.carousel-thumbs.owl-carousel {
    margin-top: 5px;
}

@media screen and (min-width: 1500px) {
    .carousel-main.owl-carousel.owl-loaded.owl-drag {
        height: 89.5vh;
    }
    .carousel-main .owl-item>div {
        height: 89.5vh!important;
    }
}

@media screen and (max-width: 1501px) and (min-width: 1400px) {
    .carousel-main.owl-carousel.owl-loaded.owl-drag {
        height: 87.5vh;
    }
    .carousel-main .owl-item>div {
        height: 87.5vh!important;
    }
}

@media screen and (max-width: 1024px) {
    .carousel-main.owl-carousel.owl-loaded.owl-drag .owl-item>div a:after {
        /*bottom: 100px;*/
        top: 100px;
        height: 84vh;
    }
}

@media screen and (max-width: 767px) {
    .carousel-main.owl-carousel.owl-loaded.owl-drag .owl-item>div a:after {
        height: 83vh;
        top: 50px;
    }
    .carousel-main.owl-carousel .owl-item img.main-video {
        /*bottom: -9890px;*/
        height: 77vh;
        object-fit: cover;
    }
    .carousel-main.owl-carousel.owl-loaded.owl-drag {
        height: 64vh;
    }
    .carousel-main .owl-item>div {
        height: 64vh!important;
    }
    .carousel-main.owl-carousel .owl-nav [class*='owl-'] {
        top: 62%;
    }
    img.imh-with-video {
        top: -9834px !important;
    }
    .mobil-noir h1 {
        color: #000 !important;
    }
}

@media screen and (max-width: 668px) {
    #slide-3c img.swiper-slide-image {
        min-height: 150px;
        object-fit: cover;
    }
}