

.container {
  width:1000px;
  height:400px;
  overflow: hidden;
  position: relative;

}
a {
	text-decoration: none;
}
h1.main, p.demos {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container {
	top: 0px;
	left: 0px;
	width: 1260px;
	height: 700px;
	z-index: 0;
	background: -webkit-radial-gradient(rgba(0 , 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0,0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
}
.sp-container h2 {

	color: transparent;
	-webkit-animation: blurFadeInOut 2s ;
	-moz-animation: blurFadeInOut 2s ;
	-ms-animation: blurFadeInOut 2s ;
	animation: blurFadeInOut 2s ;

}
.sp-container h2.frame-1 {                                       /* texte LES REFUGIES */
                   position: absolute;
                   top: -60px;
                   left: 300px;
                   font-size: 100px;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;

}
.sp-container h2.frame-2 {                                       /* texte DE MAGNY-COURS */
                   position: absolute;
                   top: 30px;
                   left: 200px;
                   font-size: 100px;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.sp-container h2.frame-3 {                                       /* texte 2023 */
                   position: absolute;
                   top: -100px;
                   left: 300px;
                   font-size: 300px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.sp-container h2.frame-4 {                                       /* texte c'est parti */
                   position: absolute;
                   top: 520px;
                   left: 300px;
	 font-size: 100px;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.sp-container h2.frame-5 {                                       /* texte les bleus en force */
                   font: italic bold 12px/30px Georgia, serif;
                   position: absolute;
                   top: 570px;
                   left: 200px;
	 font-size: 80px;
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	animation: none;
	color: transparent;
	text-shadow: 0px 0px 1px #FF0000;
}
.sp-container h2.frame-5 span {
	-webkit-animation: blurFadeIn 3s ease-in 4s backwards;
	-moz-animation: blurFadeIn 1s ease-in 4s backwards;
	-ms-animation: blurFadeIn 3s ease-in 4s backwards;
	animation: blurFadeIn 3s ease-in 4s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #FF0000;
}
.sp-container h2.frame-5 span:nth-child(2) {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-ms-animation-delay: 5s;
	animation-delay: 5s;
}
.sp-container h2.frame-5 span:nth-child(3) {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}





.sp-container h2.frame-6 {                                       /* texte LES REFUGIES DE MAGNY COURS 2024 2eme fois */
                   position: absolute;
                   top: 0px;
                   left: 100px;

}
.sp-container h2.frame-6 span {
                   position: absolute;
                   top: 50px;
                   left: 250px;
                   font: italic bold 12px/30px Georgia, serif;
	 font-size: 110px;
	-webkit-animation: blurFadeIn 3s ease-in 7s backwards;
	-moz-animation: blurFadeIn 3s ease-in 7s backwards;
	-ms-animation: blurFadeIn 3s ease-in 7s backwards;
	animation: blurFadeIn 3s ease-in 7s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #9E0000;
}
.sp-container h2.frame-6 span:nth-child(2) {
                   position: absolute;
                   top: 100px;
                   left: 230px;
                   font: italic bold 12px/30px Georgia, serif;
	 font-size: 110px;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-ms-animation-delay: 8s;
	animation-delay: 8s;
	text-shadow: 0px 0px 1px #C90000;
}
.sp-container h2.frame-6 span:nth-child(3) {
                   position: absolute;
                   top: 530px;
                   left: 450px;
                   font: italic bold 12px/30px Georgia, serif;
	 font-size: 300px;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s;
	-ms-animation-delay: 9s;
	animation-delay: 9s;
	text-shadow: 0px 0px 1px #FF0000;
}











/**/

@-webkit-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		-webkit-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #FF0000;
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		-webkit-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #FF0000;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		-moz-transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #FF0000;
		-moz-transform: scale(0);
	}
}
@-moz-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		-moz-transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #FF0000;
		-moz-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		-moz-transform: scale(1);
	}
}
@-ms-keyframes blurFadeInOut {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		transform: scale(1.3);
	}
	20%, 75% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		text-shadow: 0px 0px 50px #FF0000;
		transform: scale(0);
	}
}
@-ms-keyframes blurFadeIn {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #FF0000;
		transform: scale(1.3);
	}
	50% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #FF0000;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #FF0000;
		transform: scale(1);
	}
}