@charset 'utf-8';


html, body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../image/back_body.jpg) no-repeat center center;
	box-shadow: 0 0 80px rgba(0,0,0,1) inset;
	overflow: hidden;
	position: relative;
}

body.portrait {
	background-size: auto 100%;
}

body.landscape {
	background-size: 100% auto;
}

#container {
	display: table;
	width: 100%;
	height: 100%;
}

#logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#logo h1 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	width: 60%;
	height: 60%;
	background: url(../image/virtuel.png) no-repeat center bottom;
	background-size: 100% auto;
	text-indent: -1000em;
}

#loading {
	width: 100%;
	height: 100%;
	background: #000 url(../image/loading.gif) no-repeat center center;
	text-indent: -1000em;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#interlace {
	width: 100%;
	height: 100%;
	background: url(../image/interlace.png);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
