.activesection .noanimation{
    transition: inherit !important;
    transform: inherit !important;
}
.activesection .boxtitle, .activesection .boxtitle-two, .activesection .boxparag, .activesection .boxparag-two, .activesection .imgparag, .activesection .name-apropos, .activesection .bgpink, .activesection .bloc-realisation  {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px);
}
.boxtitle, .boxtitle-two, .boxparag, .boxparag-two, .imgparag, .name-apropos, .bgpink, .bloc-realisation  {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 600px, 0px);
}
.activesection .colorone, activesection .inline-propos span, .activesection .paragservices, .activesection .link-realisation, .activesection .boxpartenaires, .activesection .bx-controls-direction {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.colorone, .inline-propos span, .paragservices, .link-realisation, .boxpartenaires, .bx-controls-direction {
    opacity: 0;
    transform: translate3d(-300px, 0px, 0px);
    transition: all 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995), -webkit-transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.activesection .colortwo, .activesection .logo-apropos, .activesection .imgservice, .activesection .title-realisation, .activesection .sliderpartenaires {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.colortwo, .logo-apropos,  .imgservice, .title-realisation, .sliderpartenaires {
    opacity: 0;
    transform: translate3d(300px, 0px, 0px);
    transition: all 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995), -webkit-transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.activesection .img-realisation {
    transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
    transform: scale3d(1, 1, 1);
}
.img-realisation {
    transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
    transform: scale3d(1.5, 1.5, 1);
}
.activesection .logofooter {
	transform: translateY(0px)  scale(1);
	transition: 1.5s ease all;
}
.logofooter {
	transform: translateY(300px) scale(0.1);
	transition: 1.5s ease all;
}
.activesection .box-newsletter {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
    transform: translate3d(0px, 0px, 0px);
}
.box-newsletter {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .menufooter {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
    transform: translate3d(0px, 0px, 0px);
}
.menufooter {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .sociaux {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
    transform: translate3d(0px, 0px, 0px);
}
.sociaux {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.6s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .copyright {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
    transform: translate3d(0px, 0px, 0px);
}
.copyright {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
    transform: translate3d(0px, 850px, 0px);
}
