@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	
}
 
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
h4{
	position: fixed;
	left: 0px;
	top: 18%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 1;
	animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
	animation: mymove2 5s;
 }
@keyframes mymove2 {
  from {top: 0px;}
  to {top: 18%;}
}
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
div#flechevide h4{
	position: fixed;
	left: 0px;
	top: 18%;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 0;	
	animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
	animation: mymove2 5s;
 }
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#navigation {
	position: fixed;
	left: 0px;
	top: 20%;
	width: 150px;
	margin-top: 0px;
	margin-left: 15px;
	z-index: 2;
	animation: fadein 20s;
	animation: mymove 5s;
}
@keyframes mymove {
  from {top: 0px;}
  to {top: 20%;}
}		
#navigation li {
	float: none;
	width: 150px;
	margin-left: 25px;
	border: 1px solid #000;
	margin-right: 1px;
	color: #000;
	left: -100px;
	background: #06f;
	margin-top: 5px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
	  -moz-animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -moz-animation-name: fadein;
  -webkit-animation-name: fadein;
  animation-name: fadein;}
	
#navigation li a {
	display: block;
	background: #06f;
	color: #000;
	font: 0.9em "Trebuchet MS",Arial,sans-serif;
	line-height: 1.3em;
	padding: 10 px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;	
	 moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s;
    transition: all .5s;
}
#navigation li a:hover, #navigation li a:focus, #navigation li a:active { 
  background: transparent;
   padding-right: 10px;
   width: 150px;
  moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s;
    transition: all .5s;
}

li {list-style-type: none; width: 0px; background-color: #06f}
ul ul {display: none; position: absolute; left: 145px; top: 0px; padding: 0px;} 
li:hover ul.niveau2 {display:block;}

#navigation #en-cours a {
	color: #CCC;
}

#navigation #compteur {
	animation: fadein 20s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 20s; /* Firefox < 16 */
        -ms-animation: fadein 20s; /* Internet Explorer */
         -o-animation: fadein 20s; /* Opera < 12.1 */
    animation: fadein 20s;
 }
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
	
	a span{	
	position: absolute;
	margin-top: 2px;
	margin-left: 7px;
	border: 1px solid #000;
	color: #000;
	width: 120px;
	padding: 10px;
	border-radius: 1px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	transform: scale(0) rotate(45deg);
	 transition: all .5s;
	  opacity:0;
	  background: #06f;
	  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset;	
}

a:hover span, a:focus span{
		 transform: scale(1) rotate(-10deg);       
      opacity:1;  
}
a span2{
	position: absolute;
	margin-top: 2px;
	margin-left: 7px;
	border: 1px solid #000;
	color: #000;
	width: 120px;
	background: #06f;
	padding: 10px;
	border-radius: 1px;
	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
	transform: scale(0) rotate(-30deg);
	 transition: all .5s;
	  opacity:0;
	  z-index: 9;
}

a:hover span2, a:focus span2{
		  
  transform: scale(1) rotate(10deg);       
      opacity:1;
}	
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 70px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #000;
    
}

.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
	
	color: #f8f8f8;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	margin-top: 10px;
	margin-left: 50px;
	animation: fadein 10s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 10s; /* Firefox < 16 */
        -ms-animation: fadein 10s; /* Internet Explorer */
         -o-animation: fadein 10s; /* Opera < 12.1 */
    animation: fadein 10s;
 }
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
	

/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}


/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
	text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

span3 {
  display: inline-block;
  text-shadow: 0 0 0 whitesmoke;
  -webkit-animation: smoky 8s 3s both;
          animation: smoky 8s 3s both;
}

span3:nth-child(even) {
  -webkit-animation-name: smoky-mirror;
          animation-name: smoky-mirror;
}

@-webkit-keyframes smoky {
  60% {
    text-shadow: 10px 20px 40px whitesmoke;
  }
  to {
    -webkit-transform: translate3d(15rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(1.5);
            transform: translate3d(15rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(1.5);
    text-shadow: 10px 20px 40px whitesmoke;
    opacity: 0;
  }
}

@keyframes smoky {
  60% {
    text-shadow: 10px 20px 40px whitesmoke;
  }
  to {
    -webkit-transform: translate3d(15rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(1.5);
            transform: translate3d(15rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(1.5);
    text-shadow: 10px 20px 40px whitesmoke;
    opacity: 0;
  }
}
@-webkit-keyframes smoky-mirror {
  60% {
    text-shadow: 10px 20px 40px whitesmoke;
  }
  to {
    -webkit-transform: translate3d(18rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(2);
            transform: translate3d(18rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(2);
    text-shadow: 10px 20px 40px whitesmoke;
    opacity: 0;
  }
}
@keyframes smoky-mirror {
  60% {
    text-shadow: 10px 20px 40px whitesmoke;
  }
  to {
    -webkit-transform: translate3d(18rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(2);
            transform: translate3d(18rem, 8rem, 0) rotate(40deg) skewX(70deg) scale(2);
    text-shadow: 10px 20px 40px whitesmoke;
    opacity: 0;
  }
}
span3:nth-of-type(1) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

span3:nth-of-type(2) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

span3:nth-of-type(3) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

span3:nth-of-type(4) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

span3:nth-of-type(5) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

span3:nth-of-type(6) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

span3:nth-of-type(7) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

span3:nth-of-type(8) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

span3:nth-of-type(9) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

span3:nth-of-type(10) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

span3:nth-of-type(11) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

span3:nth-of-type(12) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

span3:nth-of-type(13) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

span3:nth-of-type(14) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

span3:nth-of-type(15) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

span3:nth-of-type(16) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

span3:nth-of-type(17) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

span3:nth-of-type(18) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

span3:nth-of-type(19) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

span3:nth-of-type(20) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

span3:nth-of-type(21) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}