.activesection .title-nosproduits h3, .activesection .title-nosreferences h3, .activesection .formcontact h3, .activesection .cordonneescontact h3 {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.title-nosproduits h3, .title-nosreferences h3, .formcontact h3, .cordonneescontact h3 {
    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 .title-nosproduits p, .activesection .title-nosreferences p, .activesection .addr, .activesection .formcontact p {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.title-nosproduits p, .title-nosreferences p, .addr, .formcontact p {
    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 .bloc-list-produit,  .activesection .slider-nosreferences .bx-viewport li {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 0px, 0px);
}
.bloc-list-produit, .slider-nosreferences .bx-viewport li {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translate3d(0px, 850px, 0px);
}
.activesection .boximg, .activesection .slider-nosreferences .bx-wrapper img {
    transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
    transform: scale3d(1, 1, 1);
}
.boximg, .slider-nosreferences .bx-wrapper img {
    transition: transform 1.2s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
    transform: scale3d(1.5, 1.5, 1);
}
.activesection .form {
    transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
    transform: translate3d(0px, 0px, 0px);
}
.form {
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0.4s;
    transform: translate3d(0px, 850px, 0px);
}