#Slider_super_clean .bx-wrapper{
    width: 100% !important;
    max-width: 900px;
    max-width: 100% !important;
position:relative;
}

#Slider_super_clean .RpeaterSlider1{
  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:250px;
}
#Slider_super_clean .RpeaterSlider1:hover{
  background: #1b75bb;
}
#Slider_super_clean .RpeaterSlider1::before{
  position: absolute;
  background: #f3f3f3;

  width: 15%;
  height: 100%;
  content: "";
  z-index:1;
top: 0px;
left: 0px;
}
#Slider_super_clean .RpeaterSlider1::after{
  position: absolute;
  background: #f3f3f3;
top: 0px;
left: 0px;
  width: 15%;
  height: 100%;
  content: "";
  z-index:1;

}
#Slider_super_clean .RpeaterSlider{position: relative;overflow: hidden;}
#Slider_super_clean .ImgSlider, .ContentSlider{
  position: relative;
  z-index: 999;
}
#Slider_super_clean .RpeaterSlider {
  padding: 0px !important;
}
#Slider_super_clean .RpeaterSlider  img{
max-height:90%;

}
 #Slider_super_clean .ImgSlider img{max-width: 100%; z-index: 99;    max-height: 230px;}
#Slider_super_clean .TitreSlider{
    color: #323232;
 -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 1vh;
}
#Slider_super_clean .Desc_Slider{
   color: #323232;
    font-size:1.2em;
    font-weight: 500;
    margin: 15px 0px 20px 0px;
    display: block;
    max-height: 50px;
    overflow: hidden;-webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
#Slider_super_clean .VoirPlusSlider {
    position: absolute;
    bottom: -400px;
    left: 15px;
    overflow: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
 
}
#Slider_super_clean .RpeaterSlider:hover .VoirPlusSlider {bottom:-30px;}
#Slider_super_clean .RpeaterSlider:hover a.TitreSlider{ color:#fff}
#Slider_super_clean .RpeaterSlider:hover  .Desc_Slider{ color:#fff}
#Slider_super_clean .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;
}
#Slider_super_clean .VoirPlusSlider a:hover{
  color: #fff;
  text-decoration: none;
  background: #00a14b;
}

#Slider_super_clean .bx-pager-item{display:none !important;}
 
  #Slider_super_clean .bx-wrapper .bx-prev {
    bottom:-8vh;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background:url(../../../Images/precedent.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: left;
    position: absolute;
    left:calc(50% - 33px);
}
  #Slider_super_clean .bx-wrapper .bx-next {
    bottom:-8vh;
    right:calc(50% - 33px);
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../../../Images/Suivant.png) 50% 50% no-repeat;
    text-indent: -9999px;
    float: right;
    position: absolute;
 
}
  #Slider_super_clean .bx-wrapper .bx-prev:hover{
    background:url(../../../Images/precedentHover.png) 50% 50% no-repeat;
}
  #Slider_super_clean .bx-wrapper .bx-next:hover{
    background:url(../../../Images/SuivantHover.png) 50% 50% no-repeat;
}

@media screen and (min-width:1170px) {
#Slider_super_clean .bxslider_Slider_super_clean li{width:calc(1170px / 3) !important;}
#Slider_super_clean .TitreSlider{
    color: #323232;
        font-size: 2em;
}
}


@media screen and (max-width:1170px) {
#Slider_super_clean .bxslider_Slider_super_clean li{width:calc(88.5vw / 3) !important;}
#Slider_super_clean .TitreSlider{
    color: #323232;
    font-size: 2em;
}
}
@media screen and (max-width:767px) {
 #Slider_super_clean .bx-wrapper .bx-prev {
   top:49%;
    left:0px !important;
 bottom: inherit !important;

}
  #Slider_super_clean .bx-wrapper .bx-next {
    top:49%;
    right:0px !important;
    bottom: inherit !important;
}
  #Slider_super_clean .bxslider_Slider_super_clean li{width:49vw !important;}
#Slider_super_clean .RpeaterSlider1{display:block !important;     height: inherit !important;}
 #Slider_super_clean .ImgSlider, .ContentSlider {
    position: relative;
    z-index: 999;
    text-align: center;
}
#Slider_super_clean .ImgSlider img {
    max-width: 100%;
    z-index: 99;
    max-height: 180px;
    margin-bottom: 10px;
    margin-top: 10px;
}
  #Slider_super_clean .Desc_Slider {
 display: none !important;
    height: 0px !important;
    max-height: 0px !important;
}
 #Slider_super_clean .VoirPlusSlider {
     position: relative;  
    bottom: inherit;

    overflow: hidden;
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 20px auto;
}
}

@media screen and (max-width:550px) {
#Slider_super_clean .bxslider_Slider_super_clean li{width:100vw !important;}
}

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

@media screen and (max-width:1000px) {
 #Slider_super_clean .RpeaterSlider1::before {
 
    width: 15px;
 
}
 #Slider_super_clean .RpeaterSlider1::after {
 
    width: 15px;
 
}
}



