/* 
* @Author: leXard
* @Date:   2015-02-27 11:14:18
* @Last Modified by:   leXard
* @Last Modified time: 2015-08-14 14:32:54
*/
@import url(http://fonts.googleapis.com/css?family=Raleway:200,100);
@import url(content.css);
html {
	overflow: hidden;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #000;
}
* {
	padding: 0;
	margin: 0;
}
section {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#parallax {
	height: 100vh;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	perspective : 400px ;
	-webkit-perspective : 400px ;
	overflow-x: hidden;
	overflow-y: auto;
}
.autoresize {
	min-height: 100vh;
	-moz-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.page {
	box-shadow: 0px 0px 10px #000;
	z-index: 10;
}
.content {
	width: 970px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.punchline {
	position: absolute;
}
h1 {
	font-weight: 100;
	font-size: 35px;
}
h2 {
	font-size: 21px;
	font-weight: 200;
}
section#acc {
	background: #000 url(../images/bg_home.jpg?reload=123) no-repeat center;
	background-size: cover;
	transform: translateZ(-320px) scale(1.75);
	-webkit-transform: translateZ(-320px) scale(1.75);
	-ms-transform: translateZ(-320px) scale(1.75);
	min-height: 85vh;
}
section#acc .punchline {
	bottom: 90px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: 100;
}
section#acc .punchline strong {
	color: #00a3ff;
}

section#title_present {
	background: #FFF;
	min-height: 15vh;
	z-index: 10;
	text-align: center;
}
section#present {
	background: #FFF;
	text-align: center;
	z-index: 10;
}
section#present p {
	text-align: justify;
}
.calendar {
}
section#circuit {
	background: url(../images/bg_circuit.jpg) no-repeat center;
	background-size: cover;
	z-index: 2;
	transform: translateZ(-320px) scale(1.8);
	-webkit-transform: translateZ(-320px) scale(1.8);
	-ms-transform: translateZ(-320px) scale(1.8);
}
section#cross {
	background: url(../images/bg_cross.jpg) no-repeat center;
	background-size: cover;
	/*background-attachment: fixed;*/
	transform: translateZ(-250px) scale(1.63);
	-webkit-transform: translateZ(-250px) scale(1.63);
	-ms-transform: translateZ(-250px) scale(1.63);
}
section#present_circuit, section#present_cross {
	background: #FFF;
	min-height: 630px;
}
.picker-color-cross, 
.picker-color-stage-vitesse, 
.picker-color-roulage-cross, 
.picker-color-roulage-vitesse-ext, 
.picker-color-cours-cross-ext, 
.picker-color-circuit {
	display: inline-block;
	height: 5px;
	background: red;
	width: 20px;
	vertical-align: middle;
	margin-left: 40px;
}
.picker-color-circuit { background: #00a3ff; }
.picker-color-stage-vitesse { background: #89e018; }
.picker-color-roulage-cross { background: #ed9211; }
.picker-color-roulage-vitesse-ext { background: #e1d012; }
.picker-color-cours-cross-ext { background: #1224ac; }
nav#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: rgba(255,255,255,.7);
	/*background: #fcfcfc;*/
	border-bottom: solid 2px #f2f2f2;
}
nav#menu .content {
	height: 40px;
	padding: 0;
	position: relative;
}
nav#menu .content #logo {
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	color: #000;
	padding-top: 8px;
	display: inline-block;
}
nav#menu ul {
	list-style: none;
	position: absolute;
	left: 210px;
	top: 0;
	/*width: 800px;*/
}
nav#menu ul li {
	float: left;
}
nav#menu ul li a {
	display: inline-block;
	padding: 12px 20px;
	font-size: 14px;
	color: #333;
	font-weight: 200;
	text-decoration: none;
}
.icon-cross, .icon-circuit {
	background: url(../images/icon-cross.png) no-repeat 5px center;
	padding-left: 50px !important;
}
.icon-circuit {
	background-image: url(../images/icon-circuit.png);
}
nav#menu ul li a:hover {
	background-color: #00a3ff;
	color: #FFF;
}
#galery {
	background: #000;
}
#galery h1 {
	color: #FFF;
}
#galery .block_galery {
	position: relative;
	display: inline-block;
	height: 100px;
	width: 10%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
#bg_zoom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: 9999999;
}
#img_zoom {
	position: fixed;
	top: 7%;
	left: 7%;
	right: 7%;
	bottom: 7%;
	z-index: 9999999;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}



