/* Page Best Deal  */
.lastmuinte#best_deal .img-container{
    display: block;
    background: transparent;
}
#best_deal .content-desc:nth-child(even){
    padding-left: 30px;
}
#best_deal .content-desc:nth-child(odd){
    padding-right: 30px;
}
#best_deal .content-desc:nth-child(odd) img.img_last{
    right: 40px;
}
#best_deal .img-container .description-on-hover .top-part{
    padding: 0;
}
#best_deal .img-container .bottom-part{
    position: relative;
    bottom: initial;
    padding-top: 10px;
}
#best_deal.lastmuinte h2.titre-filter {
    font: normal normal bold 30px/37px 'Montserrat', sans-serif;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin-top: 24px;
}
#best_deal.lastmuinte p.description-filter{
    font-size: 20px;
    padding-top: 18px;
}
#best_deal .description-on-hover p strong{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-right: 30px;
}
#best_deal.lastmuinte a.more {
    background: #000000;
    color: #fff;
    padding: 15px 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    min-width: 205px;
    float: right;
}
#best_deal .img-container .bottom-part .row{
    align-items: center;
}
#best_deal .img-container .bottom-part .col-sm-6 p{
    padding-left: 30px;
    margin-bottom: 0;
}
#best_deal .right-filter img{
    box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 991px){
    #best_deal.lastmuinte .right-filter{
        height: auto;
    }
    #best_deal .img-container .bottom-part .col-sm-6 p{
        padding: 0;
    }
    #best_deal.lastmuinte a.more{
        float: none;
    }
    #best_deal .img-container .bottom-part .row{
        flex-direction: column;
        align-items: flex-start;
    }
    #best_deal .img-container .bottom-part .col-sm-6{
        width: 100%;
    }
}
@media (max-width: 767px){
    #best_deal .content-desc:nth-child(even){
        padding-left: 0;
    }
    #best_deal .content-desc:nth-child(odd){
        padding-right: 0;
    }
}