/********************************************************
 *						IMPORT DE FONTS					*
 ********************************************************/
@@import url(http://db.onlinewebfonts.com/c/056be9a407763ab21a9bbe9243263266?family=Video+Terminal+Screen);

@font-face
{
	font-family: "Linea";
	src: url('../../fonts/Linea/LINEA.ttf');
}

@font-face
{
	font-family: "Terminal";
	src: url('../../fonts/Terminal/NewDOS.fon');
}

@font-face {font-family: "Video Terminal Screen";
    src: url("http://db.onlinewebfonts.com/t/056be9a407763ab21a9bbe9243263266.eot");
    src: url("http://db.onlinewebfonts.com/t/056be9a407763ab21a9bbe9243263266.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/056be9a407763ab21a9bbe9243263266.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/056be9a407763ab21a9bbe9243263266.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/056be9a407763ab21a9bbe9243263266.svg#Video Terminal Screen") format("svg");
}
/********************************************************
 *						FICHIER SITE					*
 ********************************************************/

html
{
	font-family: Video Terminal Screen;
}

.clear
{
	clear:both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


/********************************************
 *											*
 *					HEADER					*
 *											*
 ********************************************/

#header
{
	height: 5vh;
	width: 100%;
	background-color: #2c4742;	
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(21,34,32,1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(21,34,32,1);
	box-shadow: 0px 10px 20px 0px rgba(21,34,32,1);
	z-index: 3;
}

#TLA_logo
{
	height: 5vh;
	margin-left: 2vw;
}

#contact_header
{
	position:fixed;
	top:0.5vh;
	right: 2vw;
	height: 5vh;
}

#contact_header a
{
	color: white;
	vertical-align: middle;
}

#contact_header a:hover
{
	color: #b54748;
}

#contact_header img
{
	height: 4vh;
	line-height: 4vh;
	vertical-align: middle;
}


h1
{
	font-family: Video Terminal Screen;
	color: white;
	font-size: 1.3em;
	line-height: 5vh;
	vertical-align: middle;
	margin-left: 1vw;
	height: 5vh;
}

h2
{
	text-align: center;
	font-size: 1.4em;
	font-family: Video Terminal Screen;
	color: #2c4742;
	font-weight: bold;
}

h3
{
	font-family: Video Terminal Screen;
	font-size: 1.8em;
	color: #2c4742;
	text-align: center;
	
}

h5
{
	font-size: 1.2em;
	color: white;
}

.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto; 
	overflow: hidden;
}


/********************************************
 *											*
 *					PAGE 1					*
 *											*
 ********************************************/
#page1
{
	background-color: white;
	text-align: center;
}

#download
{
	text-align: center;
	margin-top: 15vh;
	width: 25%;
}

#presentation
{
	width: 60%;
	margin:3vh auto;
	text-align: center;
	font-family: Arial;
	font-size: 1.2em;
}

.description
{
	font-family: Arial;
	text-align:justify;
	width: 541px;
	margin:auto;
}


/********************************************
 *											*
 *					PAGE 2					*
 *											*
 ********************************************/
#page2
{
	width: 100%;
	background-color: #2c4742;
}



iframe
{
	width: 70%;
	margin:4% 15% 1% 15%;
}

#titre_trailer
{
	text-align: center;
	font-family: Arial;
	color:white;
}
/********************************************
 *											*
 *					PAGE 3					*
 *											*
 ********************************************/
#page3
{
	width: 100%;
	padding-top: 10vh;
}

#screenshots
{
	width: 100%;
	height: 100vh;
	text-align: center;
	margin-top: 12vh;
}

/*AGRANDISSEMENT SCREENSHOTS*/

/*FIN AGRANDISSEMENT SCREENSHOTS*/
#titre_screen
{
	width: 30%;
	text-align: center;
	margin-left: 35%;
}


#illustrations_jeu, #owl-demo, #owl-demo2
{
	margin-top: 5vh;
	width: 100%;
	text-align: center;
}

#illustrations_jeu li
{
	display: inline-block;
	width: 30%;
	padding:0 8%;
}
#owl-demo .item, #owl-demo2 .item
{
	display: inline-block;
	width: 90%;
}


#illustrations_jeu li img, #owl-demo .item img, #owl-demo2 .item img
{
	width: 100%;
/*	-moz-transition:all;
	-o-transition:all;
	-webkit-transition:all;
	transition-duration:0.7s;*/
}

/*
#screenshots li
{
	display: inline-block;
	width: 10%;
	padding:0 3%;
}

#screenshots li img
{
	width: 100%;
}

*/

#barre_horizontale
{
	/*display: none;*/
	width: 100%;
	position: absolute;
	bottom:-20vh;
	-moz-transition:all;
	-o-transition:all;
	-webkit-transition:all;
	transition-duration:0.7s;
}

#barre_horizontale.actif
{
	transform:translateY(-32vh);
}


/********************************************
 *											*
 *					PAGE 4					*
 *											*
 ********************************************/
#page4
{
	text-align: center;
	width: 100vw;
	padding-top: 8vh;
	background-color: #2c4742;
}

#titre_equipe
{
	width: 30%;
}

#liste_equipe
{
	width: 100%;
}

#liste_equipe li
{
	width: 45%;
	display: inline-block;
}

#liste_equipe li img
{
	width: 45%;
}

#liste_icones
{
	width: 100%;
	
}

#liste_icones li
{
	display: inline-block;
	width: 5%;
	padding:1% 1%;
}

#liste_icones li img
{
	width: 100%;
}




.equipe p
{
	text-align: justify;
	font-family: Arial;
	background-color: white;
	border-radius: 10px;
	box-shadow: 2px 2px rgba(0,0,0,0.75);
	padding:2%;
	font-size: 1.2em;
	width: 450px;
	margin:auto;

}

#realisation_site
{
	text-align: center;
	padding-top: 1%;
}

#realisation_site a, #realisation_site a:visited
{
	color: white;
}

#realisation_site a:hover
{
	color:#b54748;
}


/********************************************
 *											*
 *					FOOTER					*
 *											*
 ********************************************/
#pied
{
	width: 101%;
	padding: 0.5%;
	background-color: white;
	color:white;
	position:absolute;
	bottom:8vh;
	text-align: center;
}
#pied li
{
	display: inline-block;
	padding-left:2%;
	padding-right: 2.5%;
}
#pied li:nth-child(2)
{
	padding-right: 2%;
}
#pied a
{
	color: #2c4742;
	text-decoration: none;
	}

#pied a:hover
{
	color:#b54748;
}


/********************************************
 *											*
 *				MENTIONS LEGALES			*
 *											*
 ********************************************/

#header_mentions
{
	text-decoration: none;
}

#header_mentions h1:hover
{
	color:#b54748;
}

#titre_mentions
{
	width: 30%;
}
#contenu
{
	font-family: Arial;
	width: 100vw;
	text-align: center;
}

#editeur, #publication, #hebergement, #jeu, #realisation
{
	border:dashed 1px #2c4742;
	padding:1% 5%;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin:1% auto;

}


#contenu li a
{
	color: #2c4742;
}

#contenu li a:hover
{
	color:#b54748;
}

#contenu li:nth-child(1)
{
	margin:10vh auto;
}

#contenu li p:nth-child(1)
{
	font-size: 1.3em;
	color:#2c4742;
	text-align: center;
	font-family: "Video Terminal Screen";
}