#produits .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;

    margin-bottom:30px;
 
}
#produits .Prod{
  position: relative;
  width: 100%;
  background-color: #efefef;
  display: block;
  height: auto;
  cursor: pointer;
  padding: 0px 15px;
    text-align: center;
 border:1px solid #dddddd;

}


#produits .ImgSlider{
     max-width: 100%;
    text-align: center;
    margin-top: 5vh; 
    max-height: 400px;
    float:none !important;
}
#produits .TitreSlider{
    color: #202020;
    font-size: 1.5em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    display: block;
    margin: 3vh 0vw;
    text-decoration: none;
    min-height: 70px;
}
 #produits .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;
}
#produits .Prod:hover .box_hover {height:100%; opacity:1;}
#produits .Prod a.VoirPlus {
    background: url(../../../Images/PlusHover.png) 50% 50% no-repeat;
    height: 100%;
    width: 100%;
}
#produits .VoirPlus{
  color: #fff;
  font-size: 35px;
  text-decoration: none;

    }


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

#produits .MarqueurNew {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    background: #1d398a;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
}

#produits .DescCourte {
    color: #fd0b10 !important;
    font-size: 1.2em !important;
    text-transform: uppercase !important;
    font-weight: bold;
    font-family: -webkit-pictograph;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    
}

#produits .DescCourte span[style] {
    color: #fd0b10 !important;
    
   
}

