@media screen and (min-width: 992px) {
.right-bloc1-slide,.actualites,.bloc4,.bg-effext-bloc3,.left-bloc1-slide,.img-bloc2,.titre-2-bloc3,.list-bloc3,.content-interne .box-product:nth-child(odd),.content-interne .box-product:nth-child(even){
    opacity:0;
}
.activesection .right-bloc1-slide{
    -webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay:0.3s;
}
.activesection .left-bloc1-slide{
	-webkit-animation: bounce-in-top 1.6s both;
	        animation: bounce-in-top 1.6s both;
	        animation-delay:0.9s;
	        opacity:1;
}
.activesection .img-bloc2{-webkit-animation: swirl-in-fwd 0.9s ease-out both;animation: swirl-in-fwd 0.9s ease-out both;animation-delay: 0.6s;opacity:1;}

.activesection .slider-bloc2{-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation-delay: 0.3s;opacity:1;}

.activesection .titre-2-bloc3 {
    -webkit-animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-contract 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation-delay:0.4s;
	opacity:1;
}

.activesection .left-bloc3{
    -webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both;
	animation-delay:0.6s;
	opacity:1;
}
.activesection .list-bloc3 {
-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation-delay:0.9s;
	opacity:1;
}
.activesection .bg-effext-bloc3{
-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
	        animation-delay:0.9s;
	opacity:1;
}
.activesection.bloc4{-webkit-animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: slide-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation-delay:0.6s;opacity:1;}
.activesection.actualites{-webkit-animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: scale-in-center 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation-delay: 0.3s;opacity:1;}
.content-interne .activesection .box-product:nth-child(odd) {
    -webkit-animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.2s;
opacity:1;
}
.content-interne .activesection .box-product:nth-child(even) {
    -webkit-animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.2s;
opacity:1;
}
}