/*lb-home-hero*/
.lb-home-hero{position: relative; background: url('../images/accueil/zitta-raindrops-noir.webp') no-repeat top center/cover; margin-bottom: 35px;}

.lb-home-hero .lb-h3{font-size: 2.4rem; line-height: 1.2em;}

.lb-home-hero .home-carousel{position: relative;}
.lb-home-hero .home-carousel .carousel-indicators{right: auto; margin-left: 20px; margin-bottom: 10px;}
.lb-home-hero .home-carousel:before{position: absolute; left: -35px; bottom: -35px; width: 80%; height: 50%; content: ''; display: block; background-color: var(--primary);}

.lb-home-nouveaute .owl-carousel .owl-item img{height: auto;}
@media (max-width: 1600px){
    .lb-home-nouveaute .w-75{width: 100% !important; display: block !important;}
}

@media (min-width: 1381px){
    
}

@media (max-width: 1380px){
    .lb-home-nouveaute .lb-h1{display: flex;}
    .lb-home-nouveaute .lb-h1 .ml-5{margin-left: 10px !important;}
}

/*lb-home-produits*/
.lb-home-produits .owl-theme .owl-nav{position: absolute; top: 30%; width: 100%;}
.lb-home-produits .owl-theme .owl-nav button{width: 41px; height: 78px; display: block;}
.lb-home-produits .owl-theme .owl-nav button span{display: none;}
.lb-home-produits .owl-theme .owl-nav .owl-prev{position: absolute; left: -100px; background:transparent url('../images/general/chevron-gauche.png') no-repeat center !important;}
.lb-home-produits .owl-theme .owl-nav .owl-next{position: absolute; right: -100px; background:transparent url('../images/general/chevron-droit.png') no-repeat center !important;}


@media (max-width: 1800px){
    .lb-home-produits .owl-theme .owl-nav .owl-prev{left: 30px;}
    .lb-home-produits .owl-theme .owl-nav .owl-next{right: 30px;}
}
@media (max-width: 991px){
    .lb-home-hero .lb-h3{font-size: 30px;}
    .lb-home-produits .owl-theme .owl-nav{display: none;}

    .lb-home-hero .home-carousel img{height: auto;}
}

@media (max-width: 500px){
    .lb-home-hero {/*background-image: url('../images/accueil/zitta-raindrops-noir-mobile.webp');*/ margin-bottom: 5px; background-image: none; background: linear-gradient(180deg, black, #333333);}
    .lb-home-hero .lb-h3{font-size: 18px;}
    .lb-home-hero p{font-size: 14px;}
    .lb-home-hero .col-lg-5{padding: 30px 20px !important;}
    .lb-home-hero .col-lg-5 p{margin-bottom: 0 !important;}
    .lb-home-hero .home-carousel{display: none !important;}
    .lb-home-hero .home-carousel img{height: 300px; max-width: none;}
    .lb-home-hero .home-carousel:before{display: none;}

    .lb-home-nouveaute .owl-carousel .owl-item{overflow: hidden;}
    .lb-home-nouveaute .owl-carousel .owl-item img{height: 200px; width: auto; max-width: none; margin-left: auto; margin-right: auto;}
    .lb-home-produits .owl-carousel .owl-item img{height: 200px;}
}

html[lang="fr"] #form-detaillant .btn-wrapper .btn{padding-left: 19px; padding-right: 19px;}