 #NosRealisations .TitreDecouvrerSpan1 {
    font-family: 'Hurme Geometric Sans 1';
    font-size: 60px;
    /* font-weight: 200; */
    text-transform: uppercase;
    text-align: center;
    color:#3e2e2c;
    position:relative;
    padding-bottom: 10px;
    display:block;
}
  #NosRealisations .TitreDecouvrerSpan1:after{
    background: url(../../../Images/AfterTitre.png) 50% 50% no-repeat;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 90px);
    content: '';
    width:175px;
    height:20px;  
}  
  #NosRealisations .TitreDecouvrerSpan2 {
    /* font-family: 'Hurme Geometric Sans 1'; */
    font-size: 60px;
    /* font-weight: 200; */
    /* text-transform: uppercase; */
    text-align: center;
    color:#f8d958;
    font-family: 'Remachine Script Personal Use';
    display: block;
    margin-bottom: 50px;
}

 
  #NosRealisations .BlockSliderImg {
    width: 275px;
    height: 275px;
    /* display: table; */
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 100%;
    position: relative;
}

  #NosRealisations .ImgSlider {
    /* max-width: 100%; */
    width: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 100%;
    height: 275px;
}

  #NosRealisations .BlockSliderVoirPlus{
  position:relative;
}
  #NosRealisations .BlockSliderVoirPlus::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 100%;
  content: '';
  opacity: 0;
  background: url(../Images/PlusHover.png) 50% 50%  no-repeat;
  background-color: rgba(248, 217, 88, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 9999;
      -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius: 100%;
}
  #NosRealisations .RepeaterSlider:hover .BlockSliderVoirPlus::before {
    left: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    top: 0px;
}

  #NosRealisations .bx-pager {
    display: none;
}
  #NosRealisations .bx-wrapper {position:relative;margin:0 auto;}
  #NosRealisations .bx-wrapper .bx-prev:hover{

    background: url(../../../Images/PrecedentProduitsHover.png) 50% 50% no-repeat;
}
  #NosRealisations .bx-wrapper .bx-prev{
    left: 00px;
    cursor: pointer;
    background: url(../../../Images/PrecedentProduits.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: 24px;
    width: 55px;
    top: calc(50% - 12px);
    left: -25px;
    }


   #NosRealisations .bx-wrapper .bx-next:hover{

    background: url(../../../Images/SuivantProduitsHover.png) 50% 50% no-repeat;
}
   #NosRealisations .bx-wrapper .bx-next{
    cursor: pointer;
    background: url(../../../Images/SuivantProduits.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: 24px;
    width: 55px;
    top: calc(50% - 12px);
    right: -25px;
    }

#NosRealisations .TitreDecouvrer {
    width: 54%;
}
@media screen   and (max-width:767px)  {
#NosRealisations .bxslider_NosRealisations li {
    width: 90vw !important;
}
 #NosRealisations .bx-wrapper .bx-prev {
    left: 0px;
}
#NosRealisations .bx-next {
    right: 0px !important;
}
}
#NosRealisations .TitreTousRealisations a{
     font-family: 'HurmeGeometricSans1';
     font-size: 16px;
     color: #4f535a;
     display:block;
     text-transform:uppercase;
     text-decoration:none;
     background: url(../../../Images/NosRealisationsImg.png) 100% 50% no-repeat;
     width:253px;
     height:65px;
     line-height: 65px;
     margin-left: 190px;
     margin-top: 40px;
     text-align: center;
     cursor:pointer;
}
 #NosRealisations .TitreTousRealisations a:hover{
   
    color: #f8d958;
    text-align: center;
    background: url(../../../Images/NosRealisationsImgHover.png)  100% 50% no-repeat
}

