#SliderAccCategorie .bx-wrapper{position:relative;}

#SliderAccCategorie .bx-wrapper .bx-viewport{}

#SliderAccCategorie .bx-wrapper .bx-loading{}

#SliderAccCategorie .bx-wrapper .bx-pager{    display: none;}

#SliderAccCategorie .bx-wrapper .bx-pager .bx-pager-item{}

#SliderAccCategorie .bx-wrapper .bx-pager.bx-default-pager a{}

#SliderAccCategorie .bx-wrapper .bx-pager.bx-default-pager a:hover{}

#SliderAccCategorie .bx-wrapper .bx-pager.bx-default-pager a.active{}

#SliderAccCategorie .bx-wrapper .bx-controls-direction a{}

#SliderAccCategorie .bx-wrapper .bx-controls-direction a.disabled{}

#SliderAccCategorie .bx-wrapper .bx-prev{}

#SliderAccCategorie .bx-wrapper .bx-prev:hover{}

#SliderAccCategorie .bx-wrapper .bx-next{}

#SliderAccCategorie .bx-wrapper .bx-next:hover{}

  #SliderAccCategorie .ListCatSlider {
    width: 100%;
    padding: 0px;
}
 #SliderAccCategorie .ImgListSlider {
    position: relative;
    width: 100%;
}
 #SliderAccCategorie .ImgListSlider img{width:100%;max-height:400px;}

 #SliderAccCategorie .ImgListSlider:before{
    background: rgba(0,0,0,.5);
    content: "";
    left: 00%;
    position: absolute;
    top: 00%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
    width: 100%;
    height: 100%;
}
 #SliderAccCategorie .ImgListSlider:hover:before{
        background: rgba(0,0,0,.2) !important;
  }


  #SliderAccCategorie .TitreListSlider{
    color: #fff;
   font-family: 'Hurme Geometric Sans 1';
    text-align: left;
    font-size: 5em;
    text-transform: uppercase;
 
    position:absolute;
    z-index: 99;
    /* width: 90%; */
    left: 10%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0px;
}
  #SliderAccCategorie .bx-controls-direction {
    background:rgba(251, 251, 243, 0.29);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: table;
    margin: auto;
    /* padding: 5px; */
    width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;   
    position:absolute;
    top:calc(50% - 40px);
        left:calc(50% - 40px);
        flex-direction:column;
     }
 #SliderAccCategorie .bx-wrapper .bx-prev{
    left: 00px;
    cursor: pointer;
    background: url(../../../Images/Prec.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    height: 21px;
    width: 27px;
    top: 12px;
    left: calc(50% - 13px);
    }



 #SliderAccCategorie .bx-wrapper .bx-next{
    cursor: pointer;
    background: url(../../../Images/Suiv.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    height: 21px;
    width: 27px;
    bottom: 12px;
    left: calc(50% - 13px);
    }


  #SliderAccCategorie .CategorieSlider {
    position: relative;
}
  #SliderAccCategorie .CategorieSlider:after{
    background:rgba(255,255,255,0.5);
    content:"";
    height:1px;
    width:100%;
    z-index:999999;
    position:absolute;
    top:50%
}

#SliderAccCategorie .bxslider_SliderAccCategorie li:nth-child(3) .CategorieSlider:after{
   display:none;
}
 

@media screen   and (max-width:767px)  {
#SliderAccCategorie .bxslider_SliderAccCategorie li{
 
 
}
#SliderAccCategorie .bxslider_SliderAccCategorie li img{
 
}
}

