.hero{
    position: relative;
    padding: 80px 0 50px;
}
.hero .tapis_voiture{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0 20px;
    /* max-width: 900px; */
    /* transform: translateX(-50%); */
    /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; */
}
.hero .tapis_voiture .container{
    width: 100%;
    max-width: 1000px;

}

.hero .tapis_voiture .box .row,
.hero .tapis_voiture .box #search_vehicule{
    width: 100%;
}
.hero .tapis_voiture .ligne_form{
    margin: 0;
}
.hero .tapis_voiture .form{
    width: 100%;
}
.hero .tapis_voiture h2{
    font-size: 2rem;
    line-height: 2rem;
}
.home_slider{
    height: 700px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home_slider .slick-list{
    position: relative;
    z-index: 1;
}
.home_slider .slick-list,
.home_slider .slick-track,
.home_slider .slick-slide,
.home_slider .slick-slide > div,
.home_slider .carousel{
    height:100%;
}
.home_slider .slick-slide{
    float: left;
}
.home_slider .text,
.home_slider .grunge,
.home_slider .img{
    width: 100%;
    height: 100%;
}
.home_slider .text{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.home_slider .grunge{
    padding: 70px 70px 120px 70px;
    display: flex;
    align-items: center;
}
.home_slider .img{
    font-size: 0;
}
.home_slider .img img{
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}
.home_slider .slick-dots{
    position: absolute;
    z-index: 2;
    bottom: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px 30px 30px;
}
.home_slider .slick-dots button{
    border: none;
    cursor: pointer;
    background-color: #FFF;
    width: 10px;
    height: 10px;
    font-size: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home_slider .slick-dots .slick-active button{
    background-color: var(--primary);
    width: 30px;
}
.home_slider .vehicules{
    padding: 30px 0;
}
/*
.home_slider .vehicules .ligne_form{
    margin: 0;
}
.home_slider .carousel{
    display: none;
}
.home_slider .carousel:first-child{
    display: block;
}


#avis_fixed{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 20px;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#avis_fixed .avis{
    padding: 15px;
}
*/
#avis{
    width: 300px;
    margin: 0 auto;
}
#avis .avis{
    padding: 5px;
}
#avis .avis h3{
    font-size: 1.4rem;
}
#avis .avis h4 strong{
    font-size: 2.5rem;
}
#avis .avis .stars{
    padding: 0;
}
#avis .avis p{
    line-height: normal;
    color: #505050;
}


/***********************************************/
/******************* QUERIES *******************/
/***********************************************/

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1024px){

    header .logo{
        width: 130px;
        left: 10px;
    }
    .hero{
        padding-top: 60px;
    }
    .hero{
        position: relative;
        padding: 0;
    }
    
    .hero .tapis_voiture {
        position: static;
        padding: 0;
    }
    .hero .tapis_voiture .box{
        padding:130px 20px 20px;
        border-radius: 0 !important;
    }
    .home_slider {
        height: 500px;
        min-height: 500px;
    }

}

@media screen and (max-width: 768px){
    .hero .tapis_voiture{
        text-align: center;
    }
    .hero .tapis_voiture .form{
        margin-bottom: 20px;
    }
    .hero .tapis_voiture form .row{
        display: flex;
        flex-direction: column;
    }
    .home_slider{
        height: auto;
    }
    .home_slider .grunge{
        padding: 20px;
    }

    .home_slider .slick-dots button{
        background-color: var(--grey);
    }
    .home_slider .slick-dots{
        position: relative;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0px;
    }

    /*
    .home_slider .carousel{
        display: flex !important;
        flex-direction: column-reverse;
    }
    .home_slider .text,
    .home_slider .img{
        width: 100%;
        float: none;
    }
    .home_slider .text {
        margin: 0 auto;
        bottom: 0;
        height: 100%;
    }
    .home_slider .img{
        height: 400px;
        overflow: hidden;
    }
    section.hero{
        padding-bottom: 0px !important;
    } */
}

/* @media screen and (max-height: 730px){
    .home_slider{
        height: 570px;
    }
    .hero{
        padding-bottom: 140px;
    }
    .hero .tapis_voiture > .box{
        padding: 20px;
    }
} */
