@charset "utf-8";
/* CSS Document */

/*Styles Général à la page*/

.container{
	position:relative;
	width:500px;
}

.titre_partie{
	font-family: "TechnoHideo";
	color:#FFFFFF;
	text-align:center;
}

/*Styles Header*/

header{
	position:fixed;
	height:150px;
	width:100%;
	background-color:black;
	text-align:center;
	font-size: 20px;
	padding-top:30px;
	z-index:999;
}

#titre{
	font-family: "Aerospace";
	color:#FFFFFF;
	left:25%;
}

ul{
	top:20px;
	left:25%;
}

li{
	position: relative;
	width: 100px;
	height: 30px;
	padding-top:15px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border-radius: 10px;
	background-color: #FFFFFF;
	font-family: "Geoma";	
	font-size: 15px;
	color: #000000;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}

li:hover{
	background-color:#3360C9;
}

li:first{
	margin-left:0px;
}

li:last{
	float:none;
	margin-right:0px;
}

/*Style Image Parallax*/

.section-parallax {
	height:800px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
}

.layer{
	position:relative;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.6;
	background-color:#000000;
}

.titre_parallax{
	position:relative;
	color:#FFFFFF;
	right:-50%;
	top:-600px;
}

.texte_parallax{
	position:relative;
	width:500px;
	right:-50%;
	top:-550px;
	font-family: "Geoma";	
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
}

.titre_diplome{
	text-align:center;
	right:-50%;
	top:-700px;
	font-size:50px;
}

.texte_diplome{
	position:relative;
	left:-20%;
	width:150px;
	text-align:center;
	font-family: "Geoma";
  	font-size:30px;
	color:#FFFFFF;
}

.image_diplome{
	width:100px;
	height:100px;
	margin-right:20px;
}

.texte_experience{
	position:relative;
	left:-35px;
	width:250px;
	text-align:center;
	font-family: "Geoma";
  	font-size:30px;
	color:#FFFFFF;
}

#compteur{
	position:relative;
	top:-500px;
	left:50%;
}

.compteur{
	width: 120px;
	height: 600px;
	top:200px;
	left:50px;
	float:left;
	margin-left:20px;
}

.count{
	line-height: 100px;
	color:white;
	margin-left:15px;
	font-family: "Geoma";
	font-size:40px;
}

/*Style Compétence*/

#competence{
	width:100%;
	height:1300px;
	margin:auto;
	background-image: url(../img/fond2.jpg);
	background-repeat: repeat;
}

.bloc_gauche_competence{
	position:relative;
	top:200px;
	left:55%;
	height:500px;
	width:400px;

}

.bloc_droite_competence{
	position:relative;
	top:200px;
	left:55%;
	height:500px;
	width:400px;
}

.titre_competence{
	position:relative;
	top:50px;
	font-size:50px;
}

.titre_bloc{
	font-family: "TechnoHideo";
	color:#FFFFFF;
	font-size:36px;
	margin-bottom:50px;
}

	
/*Barre de progression*/

.titre_barre_progression{
	font-family: "Geoma";
	color:#FFFFFF;
	font-size:30px;
	margin-bottom:20px;
}

.progress {
	overflow: hidden;
	height: 18px;
	background-color: #fff;
	background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
	background-repeat: repeat-x;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom:20px;
}

.progress .bar {
height: 18px;
background-color:#0046C1;
background-image: linear-gradient(top, #149bdf, #0480be);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-sizing: border-box;
}

#html{width:90%;}
#wordpress{width:75%;}
#edge{width:70%;}
#flash{width:80%;}
#photoshop{width:90%;}
#illustrator{width:80%;}
#indesign{width:75%;}
#aftereffect{width:70%;}

/*Style Galerie*/

#galerie{
	width:100%;
	height:800px;
	margin:auto;
	background-size:cover;
}

.titre_galerie{
	position:relative;
	top:50px;
	font-size:50px;
}

#vignette{
	width:550px;
	height:600px;
	position:relative;
	top:-150px;
	left:50%;
}

#diapo{
  position:relative;
  height:30em;
  margin:auto;
  text-align:center;
  margin: 2em 2em;
}
#diapo div{
  display:inline-block;
}
#diapo > * + *{
  margin-left:5px;
}
.big_image{
  position:absolute;
  display:block;
  width:400px;
  top:-350px;
  left:0px;
  right:0;
  margin:0 auto;
  opacity:0;
  border:10px solid #FFF;
  box-shadow: 0 2px 8px 2px #666;
  transform:scale(0.25);
  transition: all 1s ease-in-out;
}
.r_check, .on_check{
  cursor: pointer;
}
.r_check:checked ~ label img{
  opacity:0.25;
  border:2px solid #006699;
}
.r_check:checked ~ .big_image {
  opacity:1;
  transform:scale(1);
}
.r_check{
/*  display:none;/* si masquer pas acces avec touche */
  opacity:0;
  position:absolute;
}
label img.vignette{
  width:100px;
  height:75px;
  border:2px solid #FFF;
}
.retour{
  color:#909090;
  font-size:1em;
  left:1em;
  bottom:1em;
  position:fixed;
  text-decoration:none;
  font-style:italic;
  text-shadow:1px 1px 0px #FFF;
}
.retour:hover{
  font-style:normal;
  color:#706040;
}

/*Style Jeux*/

#jeux{
	width:100%;
	height:700px;
	margin:auto;
}

#texte_jeux{
	position:relative;
	top:-500px;
	left:50%;
	width:500px;
	height:500px;
	margin-top:100px;
}

.texte_jeux{
	color:#FFFFFF;
	text-align:center;
	font-family: "Geoma";
  	font-size:36px;
	height:500px;
}

#lien_jeu{
	color:#FFFFFF;
	text-align:center;
	font-family: "Geoma";
  	font-size:36px;
}

#lien_jeu:hover{
	color:#3360C9;
}

/*Style Contact*/

#contact{
	width:100%;
	height:650px;
	margin:auto;
}

.texte_contact{
	position:relative;
	top:50px;
	left:50%;
	margin-top:50px;
	color:#FFFFFF;
	text-align:center;
	font-family: "Geoma";
  	font-size:36px;
}

#image_facebook{
	width:100px;
	height:100px;
}


/*Style Footer*/

footer{
	background-color:#000000;
	height:150px;	
}

.texte_footer{
	position:relative;
	top:20px;
	left:50%;
	color:#FFFFFF;
	text-align:center;
	font-family: "Geoma";
  	font-size: 24px;
}

.texte_footer a{
	color:#FFFFFF;
}

.texte_footer a:hover{
	color:#C8C8C8;
}
