@charset "UTF-8";

/*-------------------------------|  |-------------------------------*/

html {
	overflow-x: hidden;
}

body {
	background-color: #1B1B1B;
	font-family: 'Roboto Condensed', sans-serif;
}

main {
	width: 1600px;
	margin: 0 auto;
}


h3 {
	font-family: 'Alegreya', serif;
	font-size: 3em;
	color: #FFF;
	padding: 15% 0 0 10%;
	line-height: 1.2em;
}

h4 {
	font-family: 'Alegreya', serif;
	font-size: 2em;
	color: #FFF;
	padding: 0 0 0 10%;
	line-height: 1.4em;
}





/*-------------------------------| #ID |-------------------------------*/

#page01 {
	background: url(../images/main-port.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	height: 700px;
}

#page02 {
	background: url(../images/main-vol.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	height: 700px;
}

#page03 {
	background: url(../images/main-garrett2.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	height: 700px;
}

#page04 {
	background: url(../images/main-garrett-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	height: 1200px;
}

#page05 {
	margin: 0 auto;
	height: 800px;
	background: url(../images/bg-gears.jpg) 50% 0 repeat fixed;
}

#page06 {
	margin: 0 auto;
	height: 700px;
	background: url(../images/bg-gears.jpg) 50% 0 repeat fixed;
}

#page-credits {
	background: url(../images/bg-gears.jpg) 50% 0 repeat fixed;
	margin: 0 auto;
	height: 300px;
}

#page-credits p {
	width: 100%;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	font-weight: 300;
	color: #999;
}




/*-------------------------------| NAVIGATION |-------------------------------*/

#nav {
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 200px;
	top: 0;
	background-repeat: no-repeat;
	margin: 0;
}

#nav ul {
	float: right;
}

#nav li {
	float: left;
	padding: 10px;
}

.menu a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover,
.menu a:active {
	color: #CCCCCC;
	text-shadow: 0px 0px 15px #000000;
        filter: dropshadow(color=#000000, offx=0, offy=0);
}

#nav-bg {
	z-index: 999;
	position: fixed;
	width: 1600px;
	height: 200px;
	top: 0;
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.nav-top-right {
	position: fixed;
	float: right;
	top: 0;
	right: 0;
	width: 250px;
	margin-left: -250px;
	padding-top: 20px;
}

.nav-top-right div {
	padding-top: 8px;
}

.menu {
	position: fixed;
	top: 50px;
	right: 300px;
	width: 400px;
}

.nav-langues {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.3);
	padding: 0px 8px 8px;
	vertical-align: central;
}

.nav-langues:hover,
.nav-langues:active,
.nav-langues:target {
	color: rgba(255, 255, 255, 0.6);
}

.small-fleche {
	font-size: 10px;
}


/*-------------------------------| Class |-------------------------------*/


.engrenage {
	background: url(../images/bg-gears.jpg) 50% 0 repeat fixed;
	height: 200px;
	-webkit-box-shadow: inset 0px 0px 60px 15px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 60px 15px rgba(0, 0, 0, 1);
}

.engrenage02 {
    background: url(../images/div-gears-02.png) 50% 0 no-repeat fixed;
	height: 200px;
}

.engrenage03 {
    background: url(../images/div-gears-03.png) 50% 0 no-repeat fixed;
	height: 200px;
}

.engrenage04 {
    background: url(../images/div-gears-03.png) 50% 0 no-repeat fixed;
	height: 200px;
}

.engrenage05 {
    background: url(../images/div-gears-02.png) 50% 0 no-repeat fixed;
	height: 200px;
}

.engrenage06 {
    background: url(../images/div-gears-03.png) 50% 0 no-repeat fixed;
	height: 200px;
}

.garrett {
	background: url(../images/main-garrett-face.png) 50% 0 no-repeat fixed;
	height: 1200px;
}

.bg-engrenage {
    background: url(../images/bg-gears.jpg) 50% 0 no-repeat fixed;
}

.padding9 {
	padding: 7px 2px 2px 2px;
}


/*-------------------------------| GAME INFO |-------------------------------*/

.btn_gameinfo {
	position: fixed;
	left: 60px;
	top: 80px;
	width: 150px;
	height: 50px;
	z-index: 99999;
}

.btn_gameinfo a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	font-family: 'Alegreya', serif;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.btn_gameinfo a:hover,
.btn_gameinfo a:active {
	color: rgba(255, 255, 255, 0.9);
}


.gameinfo {
	position: fixed;
	z-index: 99999;
	background-image: url(../images/brouillard-black01.png);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 1800px;
	top: 0;
	left: 0;
	margin-top: -80px;
	padding-bottom: 80px;
	margin-right: -800px;
	
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in-out;
		-moz-transition: opacity 1.5s ease-in-out;
			transition: opacity 1.5s ease-in-out;
			
	pointer-events: none;
	
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.1em;
	font-weight: 300;
}

.gameinfo:target {
	opacity: 100;
	pointer-events: auto;
}

.gameinfo p {
	padding: 0.2em 0;
}

.gameinfo01 {
	margin-left: 22%;
	margin-right: 22%;
	margin-top: 10%;
	width: 100%;
}

.gameinfo02 {
	float: left;
	width: 350px;
	padding: 0 20px;
}

.gameinfo03 {
	float: left;
	width: 350px;
	padding: 0 20px;
}

.gameinfo04 {
	margin-left: 22%;
	width: 780px;
	padding: 0 20px;
	font-size: 0.65em;
	line-height: 1.4em;
}

.gameinfo04 ul {
	padding: 50px 0 20px;
	list-style: none outside none;
	text-align: center;
}

.gameinfo04 ul li {
	text-align: center;
	display: inline-block;
	padding: 30px 8px 10px;
}

.close {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}

.gameinfo-fermer {
	text-align:right; 
	width:800px;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 0.5em;
}

.details-titres {
	font-weight: 700;
	font-size: 1.2em;
	padding: 0.3em 0 0.3em 0;
}

.details-soustitres {
	font-family: 'Alegreya', serif;
	font-weight: 700;
	margin: 0.5em 0 0 0;
}


/*-------------------------------| NAVIGATION |-------------------------------*/

.page-credits-logo {
	position: absolute;
	text-align: center;
	width: 100%;
}

.page-credits-logo ul li {
	display: inline-block;
	padding: 80px 20px 20px;
}

.page-credits-logo  {
	text-align: center;
	display: inline-block;
	width: 100%;
}


.page-credits-txt {
	position: absolute;
	text-align: center;
	width: auto;
	margin: 10em 6em 4em;
}

.page-credits-content {
}


/*-------------------------------| Fix |-------------------------------*/

.clear {
	clear: both;
}


