#Incendie .repeaterContentTable{
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 0px !important;
    height:250px;
 
}
#Incendie .Prod{
  position: relative;
  width: 100%;
  background-color: #efefef;
  display: block;
  height: 100%;
  cursor: pointer;
  /*padding: 0px 15px;*/
  text-align: center;

}

@media screen and (max-width: 769px) {
#Incendie .bxslider_Incendie li{

    width: 45vw !important;
}
}

#Incendie .bxslider_Incendie li{
/*border-right:1px solid #dddddd;*/
min-width:150px !important;
margin: 0px 0px 0px 05px;
border-style: solid;
border-color: #efefef;
border-width: 2.5px;
}

#Incendie .ImgSlider{
    max-width: 100%;
    text-align: center;
    /*margin-top: 5vh; */
    /*max-height: 200px;*/
     height: 190px;
    /*width: 100%;*/
}
#Incendie .TitreSlider{
    color: #4a4a4a;
    font-size: 1.2em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    padding: 05px 00px 00px 00px;
    text-decoration: none;
    font-weight: bold; 
    /*height: 100px;*/
	/*align-self: flex-end;*/
	vertical-align: bottom;
}
 #Incendie .box_hover {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(29, 81, 226, 0.10);
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition:  all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:  all 0.3s ease;
}
#Incendie .Prod:hover .box_hover {height:100%; opacity:1;}
#Incendie .Presentation{
    background-image: url(../Images/Scroll1.jpg);
    background-size: cover;
    padding: 10vh 0px;
    width: 100%;
}
#Incendie .VoirPlus{
  color: #fff;
  font-size: 35px;
  text-decoration: none;

    }

#Incendie .bx-wrapper {position:relative;}
#Incendie .bx-pager-item{display:none;}
#Incendie .bx-wrapper .bx-prev:hover{    background: #635f5f url(../../../Images/Precedent1.png) 50% 50% no-repeat;} 
#Incendie .bx-wrapper .bx-next:hover{    background: #635f5f url(../../../Images/Suivant1.png) 50% 50% no-repeat;}
#Incendie .bx-wrapper .bx-prev {
    margin-top: -140px;
    margin-left:00px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #1d398a url(../../../Images/Precedent1.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: relative;
}
#Incendie .bx-wrapper .bx-next {
    margin-top: -140px;
    margin-right: 00px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #1d398a url(../../../Images/Suivant1.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: right;
    position: relative;
}

 #Incendie .ContentVide {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    min-height: 400px;
    text-align: center;
    /* margin: 50px 10px; */
    vertical-align: middle;
    padding: 200px;
}


#Incendie .Prod a.VoirPlus {

background: url(../../../Images/PlusHover.png) 50% 50% no-repeat;
height: 100%;
width: 100%;
}


@media screen and (max-width: 769px) {
#Incendie .bxslider_Incendie li{

    width: 49vw !important;
}
}

