.PresentationAcc,.QuiSommesNous,.ContentFooterTop {
overflow:hidden;
}
.wrapper {
    overflow: hidden;
}
.slideInLeft, header,.QuiSommesNousActive .TitreQuiSommesNous,.BlockNosServiceActive .BlockService, .NosPartenaireActive .blockPar1{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 

.BannerInterne{overflow:hidden;}

 .BoxImgInterne, .QuiSommesNousActive .Pres, .BlockNosServiceActive .TitrNosService, .NosPartenaireActive .blockPar2{
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 





.BlockLeftInterne{
    position: relative;
    z-index: 0;
    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;
    transform: translateX(-100%);
}
.BlockLeftInterne{
    transform: translateX(0%);
}



.TitresTextPre1{
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transform: translateX(120%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.PresentationAccActive .TitresTextPre1,
.DisplayInterne1Active .TitresTextPre1,
  .DisplayInterne2Active .TitresTextPre1{
    transform: translateX(0%);
}
 


.DisplayInterne1Active  .DescriptionInterne{
    transform: translateX(0%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
 
 
.DescriptionInterne{
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transform: translateX(20%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}



		  
.BlockLeftInterne{
    position: relative;
    z-index: 0;
    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;
    transform: translateX(-100%);
}
  .DisplayInterne1Active  .BlockLeftInterne{
    transform: translateX(0%);
}


  .DisplayInterne2 .SousTitresTextPre1{
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transform: translateY(-100%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
  .DisplayInterne2Active .SousTitresTextPre1{
    transform: translateY(0%);
}
  .DisplayInterne2 .DescriptionInterne {
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transform: translateX(-150%);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

  .DisplayInterne2Active .DescriptionInterne{
    transform: translateX(0%);
}

  .DisplayInterne2 .BlockRightInterne2 img{
    position: relative;
    z-index: 1;
    -webkit-transition-delay: -webkit-transition-delay;
    transition-delay: 1.25s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transform: translateX(100%);
}
  .DisplayInterne2Active .BlockRightInterne2 img{
    transform: translateX(0%);
}


.ContentFormulaireCoordonneeActive .ContentFormulaire {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ContentFormulaireCoordonneeActive  .ContentCoordonnee {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ImgLeft{
    position: relative;
    z-index: 0;
    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;
    transform: translateX(-100%);
}
  .PresentationAccActive  .ImgLeft{
    transform: translateX(0%);
}
 .PresentationAccActive  .TitreSloganImgPres1
    transform: translateY(0%);
}
 
.TitreSloganImgPres1{

    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;
    transform: translateY( 100%);
}



.ImgPres3  {
  margin-top:00px;
    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;

}
.ImgPres3Active{
  margin-top:-50px;
}
.DescSliderRef {
    -webkit-transition-delay: 1.25s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.75s ease-in-out;
    transform: translateX( -100%);
}
.BlockRefActive .DescSliderRef {
    transform: translateX( 000%);
}



.BlockRef  .TitreAcc{
    -webkit-transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 1.5s cubic-bezier(0.86,0,0.07,1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
    transform: translateX(100vw);
}
.BlockRefActive  .TitreAcc {  
    transform: translateX(000vw);
-webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
          }	

.footerActive .BlockClient, .QuiSommesNousActive .ImgPres {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
.footerActive .FooterBlockLeft{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInLeft {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
 
 
.AdresseFooter, .TelephoneFooter ,.CourrielFooter,.MenuFooter1,.MenuFooter2,.MenuFooter3{
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 100px, 0px) ;
}

.footerActive .RepeaterFooter{
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px) !important;
}
.footerActive .RepeaterFooter2{
    transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px) !important;
}
.footerActive .RepeaterFooter3{
    transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px)!important;
}
.RepeaterFooter, .RepeaterFooter2, .RepeaterFooter3{
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 100px, 0px);
}