#slider1_container
{
	width:0%;
	visibility:hidden;
}



a {
	text-decoration: none;
	outline: none;
	color:#FFF;
}

#blocs_pop
{
	width:100%;
	margin-top: -60%;
}

.bloc_pop
{
	width:31%;
	height:500px;
	margin:1%;
	float:left;
	text-align:center;
}

.bloc_pop p
{
	position: relative;
	font-family: 'eras_light_itcregular';
	font-weight:600;
	font-size: 0.8em;
	margin-top: 22%;
	margin-left: 15%;
	text-align:center;
}

.bloc_pop button
{
	position: relative;
	font-family: 'code_lightregular';
	font-weight:800;
	font-size: 1em;
	color:white;
	background: #10E780;
	margin-left:60%;
	margin-top: 7%;
	border: 0px solid white;
}

#h 
{
	position:relative;
}

#teaser
{
	width:90%;
}

#logo
{
	width:100%;
}

#main_lay
{
	width:100%;
}

#logo2
{
	width:2%;
}

#fd_h
{
	margin-left:3%;
	text-align:center;
	width: 70%;
	margin:2%;
}

#shadow
{
	width: 100%;
	position: absolute;
}

#shadow img
{
	width:20%;
	position: absolute;
	left:3.5%;
	/*box-shadow: 5px 5px 10px -5px;*/
	-webkit-transform-origin: 0 50%;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#shadow:hover
{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#shadow:hover img:nth-child(2)
{
	-webkit-transform: rotate(-5deg) rotateY(-20deg);
	transform: rotate(-5deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#shadow:hover img:nth-child(3)
{
	-webkit-transform: rotate(-10deg) rotateY(-30deg);
	transform: rotate(-10deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#shadow:hover img:nth-child(4)
{
	-webkit-transform: rotate(-15deg) rotateY(-40deg);
	transform: rotate(-15deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

#h_trig
{
	width:77%;
}

#ico
{
	width: 15%;
}

#ico:hover
{
	width: 15%;
	opacity:0.6;
}

#ico_app
{
	position: relative;
	width: 100%;
	margin-left: 25%;
	margin-top: -13%;
}



#app
{
	width:15%;
}

#app_ot
{
	width:40%;
}

.res
{
	width:10%;
}

#dl_app
{
	width:100%;
	margin-top: 5%;
}

#pop
{
	bottom:0%;
	opacity:1;
	text-align:center;
}

#concours
{
	width:35%;
}

#trig
{
	position:absolute;
	width:20%;
	height:30px;
	left:40%;
	top:0%;
	opacity:0;
	background-color:transparent;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#trig:hover
{
	position:absolute;
	width:20%;
	height:30px;
	left:40%;
	top:0%;
	opacity:1;
	background-color:transparent;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#menu_fix
{
	width:100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
	margin-top:-57%;
	opacity:0.9;
}

#menu_fix:hover
{
	width:100%;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	opacity:0.6;
}

#menu_fix ul 
{
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
	margin-left: -2em;
}

#menu_fix ul li
{
	list-style-type: none;
	display: inline-block;
	width: 24%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#menu_fix ul li a
{
	font-size:1em;
	font-weight:600;
}

#general_bling
{
	background: url('img/fd_bling.png');
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#general_cool
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#general_bad
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#general_geek
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#main
{
	overflow-y: hidden;
	width:72%;
	height:100%;
	float:right;
	margin:auto;
	color:white;
	text-align:center;
}

#main:hover
{
	overflow-y: auto;
	width:72%;
	height:100%;
	float:right;
	margin:auto;
	text-align:center;
}
#main_article
{
	font-family: 'eras_light_itcregular';
	font-weight:600;
	font-size:1.3em;
	width: 80%;
	text-align: justify;
	margin: auto;
}

#main h3
{
	margin:1%;
}


#list_bord
{
	overflow-y: hidden;
	width:27%;
	height:100%;
	float:right;
	text-align:center;
}

#list_bord h3
{
	color:white;
}

#list_bord:hover
{
	overflow-y: auto;
	width:27%;
	height:100%;
	float:right;
	text-align:center;
}

figure
{
	float:left;
}

#img_bio
{
	width:100%;
	text-align:center;
	-webkit-transform: rotate(0deg);
}

#img_bio img
{
	width:65%;
}

#bio
{
	font-family: 'eras_light_itcregular';
	color:white;
	width:300px;
	height:700px;
	margin-left: 20%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s, -webkit-opacity 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s, opacity 0.5s;
	opacity:0.6;
}

#bio:hover
{
	font-family: 'eras_light_itcregular';
	color:white;
	width:300px;
	height:700px;
	margin-left: 20%;
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	opacity:1;
}

#bio img
{
	-webkit-transform: rotate(0deg);
	-webkit-transition: -webkit-opacity 0.5s, -webkit-transform 0.5s;
}

#bio:hover img
{
	-webkit-transform: rotate(180deg);
	-webkit-transition: -webkit-opacity 0.5s, -webkit-transform 0.5s;
	opacity:0.3;
}

#bio p
{
	background-color:dimgrey;
	font-family: 'eras_light_itcregular';
	font-size: 0.8em;
	color:white;
	margin-top:35%;
	padding:2%;
	opacity:0;
	border-radius:10px;
	-webkit-transition: -webkit-opacity 0.5s
}

#bio:hover p
{
	background-color:dimgrey;
	font-family: 'eras_light_itcregular';
	font-size: 0.8em;
	font-weight: 600;
	color:white;
	margin-top:30%;
	padding:2%;
	opacity:0.8;
	-webkit-transition: -webkit-opacity 0.5s
}

.fig_perso
{
	width:25%;
	float:left;
}

.fig_perso img
{
	width:450%;
}

.fig_perso #img_bad
{
	width:425%;
}

.fig_perso #img_bling
{
	width:425%;
}

.fig_perso #img_cool
{
	width:425%;
}

figcaption
{
	text-align:justify;
}

#time
{
	text-align: justify;
	margin-top: 165px;
	margin-left: -5px;
	position: absolute;
	background-color: white;
	color: black;
	font-family: 'eras_light_itcregular';
	padding: 0.2%;
	opacity: 0.8;
}

#share
{
	text-align: justify;
	margin-top: 165px;
	margin-left: 210px;
	position: absolute;
	background-color: white;
	color: black;
	font-family: 'eras_light_itcregular';
	padding: 0.2%;
	opacity: 0.8;
}

.article
{
	width:285px;
	height:285px;
	float:left;
	margin:1%;
}

.thumb_art
{
	width:285px;
	height:200px;
	float:left;
	margin-bottom: 5%;
}

.thumb_art img
{
	width:100%;
	height:200px;
	float:left;
	border: 3px solid white;
	box-shadow: 0px 2px 10px 0px black;
}

.img_art
{
	width:90%;
	height:450px;
	background-color:#CCC;
	margin:1%;
}

.vid_art
{
	width:80%;
	height:70%;
}

#zone_pv
{
	list-style-type: none;
}

#zone_pv2
{
	visibility:hidden;
	height:0%;
}

.img_champi
{
	width:100%;
}

.btn_champi
{
	width: 20%;
	display:inline-block;
}

button:hover,
button:active {
	background: #e86a32;
}

.related {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding: 3em 0;
}

.related a {
	font-weight: 700;
	font-size: 0.9em;
}

.grille_perso {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.grille_perso > div {
	width: 25%;
	float: left;
	position: relative;
	opacity: 1;
}

.grille_perso > div:hover {
	width: 25%;
	float: left;
	position: relative;
	opacity: 0.9;
}

.grille_perso img{
	width:100%;
}
.grille_perso figure {
	width:100%;
}

#back
{
	width: 60px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 60px;
	overflow: hidden;
	border: none;
	background: url(img/back.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}


#showMenu
{
	text-align:center;
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.container {
	overflow: hidden; /* Firefox issue */
}

.container > header,
.codrops-top {
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	padding: 1em 1.875em;
	margin-bottom: 4em;
	background: rgba(0,0,0,0.05);
	position: relative;
}

.inner {
	max-width: 65em;
	width: 100%;
	margin: 0 auto;
	padding: 0 1em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	text-align: left;
	font-weight: 400;
	float: left;
	width: 50%;
}

.container > header span {
	display: block;
	font-weight: 300;
	font-size: 75%;
	color: rgba(255,255,255,0.8);
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #ddd;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #687fa7;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
	float: right;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 0.5em;
	color: #fff;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #687fa7;
}

.codrops-demos a.current-demo {
	border-bottom: 2px solid #687fa7;
}

.note {
	width: 100%;
	max-width: 40em;
	text-align: center;
	margin: 0 auto 50px;
	padding: 0 1em;
}


