#TousProduitsGammeNetty .RpeaterSlider{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #e4e4e4;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
    height: 300px;
}
#TousProduitsGammeNetty .RpeaterSlider:hover{
  background: #1b75bb;
}
#TousProduitsGammeNetty .RpeaterSlider::before{
  position: absolute;
  background: #f3f3f3;
   width: 15%;
  height: 100%;
  content: "";
  z-index:1;
top: 0px;
left: 0px;
}
#TousProduitsGammeNetty .RpeaterSlider::after{
  position: absolute;
  background: #f3f3f3;
top: 0px;
left: 0px;
  width: 15%;
  height: 100%;
  content: "";
  z-index:1;

}
#TousProduitsGammeNetty .RpeaterSlider1{position: relative;overflow: hidden;    margin-bottom: 6vh;}
#TousProduitsGammeNetty .ImgSlider, .ContentSlider{
  position: relative;
  z-index: 999;
}
#TousProduitsGammeNetty .RpeaterSlider1{
 
}
#TousProduitsGammeNetty .ImgSlider{
height:100%
}
#TousProduitsGammeNetty .ContentSlider {
    position: relative;
    z-index: 999;
    padding-left: 15px;
}
 #TousProduitsGammeNetty .ImgSlider  a{    display: flex;
    height: 100%;
    align-items: center;}
 #TousProduitsGammeNetty .ImgSlider img{    max-width: 100%;
    z-index: 99;
    max-height: 81%;
    height: auto;}
#TousProduitsGammeNetty .TitreSlider{
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 1vh;
    font-size: 1.8em;-webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
#TousProduitsGammeNetty .Desc_Slider{
    color: #323232;
    font-size: 1.2em;
    font-weight: 500;
    margin: 15px 0px 20px 0px;
    display: block;-webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
#TousProduitsGammeNetty .VoirPlusSlider {
    position: absolute;
    bottom: -400px;
    left: 15px;
    overflow: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
 
}
#TousProduitsGammeNetty .RpeaterSlider:hover .VoirPlusSlider {bottom:-30px;}
#TousProduitsGammeNetty .RpeaterSlider:hover a.TitreSlider{ color:#fff}
#TousProduitsGammeNetty .RpeaterSlider:hover  .Desc_Slider{ color:#fff}
#TousProduitsGammeNetty .VoirPlusSlider a{
  color:#fff;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #323232;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding:6px 20px;
  display: inline-block;
}
#TousProduitsGammeNetty .VoirPlusSlider a:hover{
  color: #fff;
  text-decoration: none;
  background: #00a14b;
}

@media screen and (max-width: 767px)
{
 #TousProduitsGammeNetty .TitreSlider {
    color: #323232 !important;
    font-size: 2em;
    margin-top: 20px;
}
#TousProduitsGammeNetty .RpeaterSlider{display:block !important;}
#TousProduitsGammeNetty .RpeaterSlider::before, .RpeaterSlider::after{display:none;}
#TousProduitsGammeNetty .VoirPlusSlider {
    position: relative;
    bottom: inherit;
    overflow: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 20px auto;
}
#TousProduitsGammeNetty .Desc_Slider{
    display: none !important;
    height: 0px !important;
    max-height: 0px !important;

}
#TousProduitsGammeNetty .ImgSlider {
    position: relative;
    z-index: 999;
    text-align: center;
}
#TousProduitsGammeNetty .ImgSlider img {
    max-width: 100%;
    z-index: 99;
    max-height: 180px;
    margin-bottom: 10px;
    margin-top: 10px;
}
 #TousProduitsGammeNetty .ContentSlider {
    position: relative;
    z-index: 999;
    text-align: center;
}
}
 #TousProduitsGammeNetty .ContentVide {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    min-height: 400px;
    text-align: center;
    /* margin: 50px 10px; */
    vertical-align: middle;
    padding: 50px 20px;
text-align:center;
}

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

#TousProduitsGammeNetty .RpeaterSlider1 {
    width: 100% !important;
}
#TousProduitsGammeNetty .ImgSlider img {
    display: table;
    margin: auto;
}
}

