#Prod_slider_bloc1 .bx-wrapper li {
    width: 25vw !important;
    border-right:1px solid #e1e1e1;
}
#Prod_slider_bloc1 .boc-product {
    padding-bottom: 25px;
}
#Prod_slider_bloc1 .box-nouveau {}
#Prod_slider_bloc1 .box-img-prod {
    padding: 50px 30px;
    height: 430px;
}
#Prod_slider_bloc1 .img-principal {max-width: 100%;max-height: 100%;width: auto;height: auto;}
#Prod_slider_bloc1 .box-img-prod a {
    float: left;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Prod_slider_bloc1 .box-img-prod div {float: left;width: 100%;height: 100%;}
#Prod_slider_bloc1 .box-titre {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
#Prod_slider_bloc1 .nom-prod {
    color: #000 !important;
    text-decoration: none !important;
}
#Prod_slider_bloc1 .bx-controls {
    position: absolute;
    z-index: 9;
    top: 45%;
    width: 100%;
    font-size: 0;
}
#Prod_slider_bloc1 .bx-wrapper {
    position: relative;
}
#Prod_slider_bloc1 .bx-prev {
    position: absolute;
    left: 5px;
    height: 19px;
    overflow: hidden;
    transition: all .3s;
}
#Prod_slider_bloc1 .bx-next {
    position: absolute;
    right: 5px;
    height: 19px;
    overflow: hidden;
    transition: all .3s;
}
#Prod_slider_bloc1 .bx-prev:hover {
    left: 0px;
}
#Prod_slider_bloc1 .bx-next:hover {
    right: 0px;
}
#Prod_slider_bloc1 .bx-prev:before {content: '\e909';font-family: 'icomoon' !important;font-size: 35px;color: #104e9c;}
#Prod_slider_bloc1 .bx-next:before {content: '\e90c';font-family: 'icomoon' !important;font-size: 35px;color: #da2f29;}

#Prod_slider_bloc1 .boc-product .box-btn-afficher{
    display:flex;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    width:40px;
    height:40px;
    justify-content:center;
    align-items:center;
    bottom: 65px;
}
#Prod_slider_bloc1 .boc-product .btn-afficher{
        display:flex;
    width:40px;
    height:40px;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:1px solid;
    font-weight:700;
    font-size:25px;
    color:#de4742 !important;
    transition:all .5s;
    transform:translateY(300px);
    opacity:0;
    text-decoration:none !important;
}
#Prod_slider_bloc1 .boc-product:hover .btn-afficher{
    transform:none;
    opacity:1;
}
#Prod_slider_bloc1 .boc-product:hover .btn-afficher:hover{
color:#104e9c !important;
}

@media screen and (max-width: 1600px) {
#Prod_slider_bloc1 .box-img-prod {
    height: 360px;
}
}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
#Prod_slider_bloc1 .box-titre {
    font-size: 18px;
}
}
@media screen and (max-width: 1280px) {
#Prod_slider_bloc1 .box-img-prod {padding: 40px 60px;}
}
@media screen and (max-width: 1200px) {
#Prod_slider_bloc1 .box-img-prod {
    height: 320px;
}
}
@media screen and (max-width: 1024px) {
#Prod_slider_bloc1 .box-titre {
    font-size: 15px;
}
#Prod_slider_bloc1 .box-img-prod {
    height: 280px;
}
}
@media screen and (max-width: 991px) {
#Prod_slider_bloc1 .box-img-prod {padding: 40px 20px;}
#Prod_slider_bloc1 .bx-wrapper li {
    width: 80vw !important;
}
#Prod_slider_bloc1 .box-img-prod {
    height: 380px;
}
#Prod_slider_bloc1 .bx-wrapper {
    position: relative;
    max-width: 80vw !important;
}
#Prod_slider_bloc1 .bx-prev {
   left: -5vw;
}
#Prod_slider_bloc1 .bx-next {
    right: -5vw;
}
#Prod_slider_bloc1 .bx-prev:hover {
    left: -3vw;
}
#Prod_slider_bloc1 .bx-next:hover {
    right: -3vw;
}
#Prod_slider_bloc1 .boc-product {
    padding-bottom: 15px;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
}
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 500px) {
#Prod_slider_bloc1 .bx-prev:before {font-size: 25px;}
#Prod_slider_bloc1 .bx-next:before {font-size: 25px;}
#Prod_slider_bloc1 .bx-prev {
    height: 13px;
}
#Prod_slider_bloc1 .bx-next {
    height: 13px;
}
#Prod_slider_bloc1 .box-img-prod {
    height: 300px;
}
}

