.hp-banner-bottom {
    background-image: url("../img/parallax1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center -150px;
}
.hp-banner-bottom .banner-top{
    text-align:center;
    color:#fff;
    padding-top: 60px;
}
.hp-banner-bottom .banner-top .img-deco-banner{
    margin-bottom:15px;
}
.hp-banner-bottom .banner-top .img-deco-banner img{
    margin:auto;
}
.hp-banner-bottom .banner-top .banner-top-title{
    font-family:var(--font-5);
    font-size:46px;
    text-transform:capitalize;
    margin-bottom:20px;
}
.hp-banner-bottom .banner-top .banner-top-title:before {
    content: '';
    display: block;
    width: 118px;
    height: 50px;
    margin: 0 auto 25px;
    background: url(../img/bg-fleur-50.png) no-repeat center;
}
.hp-banner-bottom .banner-top .banner-top-subtitle{
    font-family:var(--font-4);
    font-size:27px;
    color:var(--color-1);
    margin-bottom:50px;
}

.hp-banner-bottom .banner-container .banner-contenu{
    max-width:1000px;
    margin:auto;
    display: flex;
}
.hp-banner-bottom .banner-container .banner-left-slider,
.banner-right{
    padding-left:0px;
    padding-right:0px;
}
.hp-banner-bottom .banner-container .banner-left-slider img{
    display:block;
}
.hp-banner-bottom .banner-container .banner-right{
    width:50%;
    text-align:center;
    padding-top:58px;
    padding-left: 26px;
    padding-right:32px;
    background-color:#fff;
}
.hp-banner-bottom .banner-right .banner-title{
    font-size: 32px;
    font-family:var(--font-5);
    line-height:38px;
    color: var(--color-4);
    margin-bottom: 55px;
    position: relative;
}
.hp-banner-bottom .banner-right .banner-title:after {
    content: '';
    display: block;
    width: 65px;
    height: 7px;
    background: url(../img/img-prod-deco.png);
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
}
.hp-banner-bottom .banner-right .banner-img-deco{
    display: inline-block;
    padding-left:32px;
    margin-bottom:20px;
}
.hp-banner-bottom .banner-right .banner-desc{
    font-size: 16px;
    font-family:var(--font-5);
    line-height:25px;
    color: var(--color-5);
    padding-left: 34px;
    margin-bottom:55px;    
}
.hp-banner-bottom .banner-right .banner-btn{
    padding-left:30px;
}
.hp-banner-bottom .banner-right .banner-link{
    display: inline-block;
    width: 177px;
    height: 56px;
    color: #fff;
    font-family:var(--font-3);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 56px;
    transition: .5s;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);   
}
.hp-banner-bottom .banner-right .banner-link:hover{
    color:var(--color-1);
    background-color: var(--color-10);   
}
/*BANNER-BOTTOM*/

@media screen and (max-width:1245px){
    .hp-banner-bottom {
        background-image: none;
        background-color:rgba(27, 23, 38, 0.8);;
        padding: 70px 0;
    }
    .hp-banner-bottom .banner-container{
        padding-top: 0px;
    }
    .hp-banner-bottom .banner-top{
        display:block;
    }
    .hp-banner-bottom .banner-container .banner-right {
        padding: 58px 44px 50px 44px;
    }
    .hp-banner-bottom .banner-container .banner-right .saut-ligne{
        display:none;
    }
    .hp-banner-bottom .banner-right .banner-title{
        font-size:28px;
        line-height:36px;
        padding-left:0;
    }
    .hp-banner-bottom .banner-right .banner-img-deco{
        padding-left:0;
    }
    .hp-banner-bottom .banner-right .banner-desc{
        padding-left:0;
        margin-bottom:22px;
    }
    .hp-banner-bottom .banner-right .banner-btn{
        padding-left:0;
    }
}
@media screen and (max-width:992px){
    .hp-banner-bottom .banner-container .banner-left-slider{
        width: 70%;
    }
    .hp-banner-bottom .banner-container .banner-right{
        width: 70%;
        padding: 58px 56px 50px 56px;
    }
    .hp-banner-bottom .banner-right .banner-desc {
        padding-left:0px; 
    }
}
@media screen and (max-width:768px){
    .hp-banner-bottom .banner-container .banner-left-slider{
        display:none;
    }
    .hp-banner-bottom .banner-container .banner-right{
        width:100%;
    }
}
@media screen and (max-width:576px){
    .hp-section-testimonials .slick-dots li #slick-slide-control10{
        width:40px;
        height:40px;
    }
    .hp-section-testimonials .slick-dots li #slick-slide-control11{
        width:40px;
        height:40px;
    }
    .hp-section-testimonials .slick-dots li #slick-slide-control12{
        width:40px;
        height:40px;
    }
    .hp-banner-bottom .banner-right .banner-title {
        font-size: 6vw;
        line-height: 34px;
    }
    .hp-banner-bottom .banner-right .banner-desc .saut-ligne{
        display:none;
    }
}


