.activesection .title-presentation {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.title-presentation {
    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 .boxpresentation img  {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.boxpresentation img {
    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 .boxpresentation p, .activesection .imgpresentation, .activesection .flex-info {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
    transform: translate3d(0px, 0px, 0px);
}
.boxpresentation p, .imgpresentation, .flex-info {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .btnsavoir {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
    transform: translate3d(0px, 0px, 0px);
}
.btnsavoir {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.8s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .img-offrons {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px);
}
.img-offrons {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 600px, 0px);
}
.activesection .box-video {
	transform: scale(1.2);
	transition: 0.5s ease all;
}
.box-video {
	transform: scale(1);
	transition: 0.5s ease all;
	overflow: hidden;
}