.home-content{
    z-index: -1;
}

#slider_container{
    position: relative;
}

#slider_container .bc_slider{
    position: absolute;
    z-index: -1;
    bottom: -5rem;
}

#slider_container .all_slide{
    width: 100%;
}

#slider_container .all_slide .slide{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0.1rem;
}

#slider_container .all_slide .slide .detail_slide{
    position: absolute;
    left: 0;
}

#slider_container .all_slide .slide .detail_slide .title_slide{
    font-size: 65px !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
}

#slider_container .all_slide .slide .detail_slide .price{
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

#slider_container .all_slide .slide .detail_slide .button_group{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#slider_container .all_slide .slide .detail_slide .button_group .add-cart{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-color: white !important;
}

#slider_container .all_slide .slide .detail_slide .button_group .add-cart svg{
    margin-right: 1rem;
}


#slider_container .all_slide .slide .bc_slide{
    width: 80%;
    height: auto;
    border-radius: 5px;
}

.light{
    color: #FAD6CE;
}

button.slick-prev, button.slick-next{
    background-image: url(../img/picto/20_arrow-slider.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center ! important;
    font-size: 0 !important;
    width: 50px !important;
    height: 50px !important;
    bottom: -25% !important;
    top: inherit !important;
    background-color: transparent !important;
}

.slick-prev:hover, .slick-next:hover{
    background-image: url(../img/picto/20_arrow-slide-hover.svg) !important;
}

.slick-prev:before, .slick-next:before{
    content:'' !important;
}

.slick-prev{
    left: inherit !important;
    right: 20%;
}

.slick-next{
    right: 10% !important;
    transform: translate(0, -50%) rotate(180deg)!important;
    -webkit-transform: translate(0, -50%) rotate(180deg)!important;
    -moz-transform: translate(0, -50%) rotate(180deg)!important;
    -ms-transform: translate(0, -50%) rotate(180deg)!important;
}

@media only screen and (max-width: 425px){

    button.slick-prev, button.slick-next{
        bottom: -15% !important;
        width: 20px !important;
        height: 20px !important;
    }

    .slick-prev{
        right: 30%;
    }
}

@media only screen and (min-width: 426px) and (max-width: 992px){

    button.slick-prev, button.slick-next{
        width: 40px !important;
        height: 40px !important;
        bottom: -30% !important;
    }

    .slick-prev{
        right: 25%;
    }

}

@media only screen and (max-width: 767px){

    #slider_container .all_slide .slide .bc_slide{
        width: 100%;
        height: auto;
    }

    #slider_container .all_slide .slide .detail_slide .title_slide{
        font-size: 20px !important;
    }

    #slider_container .all_slide .slide{
        flex-direction: column;
        justify-content: flex-start;
    }

    #slider_container .all_slide .slide .detail_slide{
        position: relative;
        text-align: center;
    }

    #slider_container .all_slide .slide .detail_slide .text_slide{
        display: none;
    }

    #slider_container .all_slide .slide .detail_slide .button_group{
        justify-content: space-around;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

    #slider_container .all_slide .slide{
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 768px){
    #slider_container{
        margin-bottom: 13rem;
    }

    #slider_container .all_slide .slide .detail_slide{
        max-width: 50%;
    }
}

@media only screen and (max-width: 991px){
    #slider_container{
        margin-top: 4rem;
    }

    #slider_container .all_slide .slide .detail_slide .price{
        color: white;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    #slider_container .all_slide .slide .detail_slide .title_slide{
        font-size: 40px !important;
    }
}