@font-face {
	font-family: 'nexa_blackregular';
	src: url('fonts/fontfabric_-_nexablack-webfont.eot');
	src: url('fonts/fontfabric_-_nexablack-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontfabric_-_nexablack-webfont.woff2') format('woff2'),
		url('fonts/fontfabric_-_nexablack-webfont.woff') format('woff'),
		url('fonts/fontfabric_-_nexablack-webfont.ttf') format('truetype'),
		url('fonts/fontfabric_-_nexablack-webfont.svg#nexa_blackregular') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_boldregular';
	src: url('fonts/fontfabric_-_nexa-bold-webfont.eot');
	src: url('fonts/fontfabric_-_nexa-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontfabric_-_nexa-bold-webfont.woff2') format('woff2'),
		url('fonts/fontfabric_-_nexa-bold-webfont.woff') format('woff'),
		url('fonts/fontfabric_-_nexa-bold-webfont.ttf') format('truetype'),
		url('fonts/fontfabric_-_nexa-bold-webfont.svg#nexa_boldregular') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_bookregular';
	src: url('fonts/fontfabric_-_nexa-book-webfont.eot');
	src: url('fonts/fontfabric_-_nexa-book-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontfabric_-_nexa-book-webfont.woff2') format('woff2'),
		url('fonts/fontfabric_-_nexa-book-webfont.woff') format('woff'),
		url('fonts/fontfabric_-_nexa-book-webfont.ttf') format('truetype'),
		url('fonts/fontfabric_-_nexa-book-webfont.svg#nexa_bookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_bookregular';
	src: url('fonts/fontfabric_-_nexa-book-italic-webfont.eot');
	src: url('fonts/fontfabric_-_nexa-book-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontfabric_-_nexa-book-italic-webfont.woff2') format('woff2'),
		url('fonts/fontfabric_-_nexa-book-italic-webfont.woff') format('woff'),
		url('fonts/fontfabric_-_nexa-book-italic-webfont.ttf') format('truetype'),
		url('fonts/fontfabric_-_nexa-book-italic-webfont.svg#nexa_book_italicregular') format('svg');
	font-weight: normal;
	font-style: italic;
}
body{
	margin: 0;
	border: 0;
	padding: 0;
}
body, td, th, input, textarea, select{
	outline: none;
	color: #5C5C5C;
	font-size: 1em;
	font-family: 'nexa_bookregular', Arial, sans-serif;
}
h1, h2, h3, h4, h5, p, img, a, ul, li{
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
a{
	color: #5C5C5C;
	text-decoration: none;
}
a:hover{
	color: black;
}
a.but{
	height: 2em;
	color: #1746e5;
	line-height: 2em;
	padding: 0 1em 0 1em;
	display: inline-block;
	border: 1px solid #1746e5;
}
strong{
	font-family: 'nexa_boldregular';
}

/***************************************
**************** SCROLL ****************
***************************************/

#godown{
	left: 0;
	width: 100%;
	z-index: 10;
	bottom: 0px;
	height: 64px;
	position: fixed;
	background: transparent url(../images/scroll.gif) no-repeat center top;
}

/***************************************
**************** HEAD ******************
***************************************/

#head{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 50px;
	position: fixed;
	background: white;
	border-bottom: 1px solid #5C5C5C;
	-webkit-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}
#head.hide{
	padding-top: 50px;
}
#head .inner{
	height: 50px;
	margin: 0 9.09% 0 9.09%;
}
.menu,
.social{
	float: right;
	position: relative;
	list-style-type: none;
}
.social{
	margin-top: 11px;
}
.social li{
	float: left;
	margin-left: 15px;
	position: relative;
}
.social img{
	height: 18px;
}
.menu{
	margin-right: 35px;
}
.menu li{
	float: left;
	line-height: 50px;
	margin-left: 35px;
	position: relative;
}
.menu a{
	color: #5C5C5C;
}
#burger{
	top: 0;
	left: 0;
	width: 33px;
	z-index: 15;
	height: 50px;
	display: none;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#burger.open{
	height: 421px;
	width: 72.72%;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#burger .open,
#burger .close{
	left: 0;
	top: 10px;
	z-index: 100;
	position: absolute;
}
#burger .body{
	margin-top: 50px;
	background: white;
}
#burger ul{
	list-style-type: none;
	margin: 0 11.11% 0 11.11%;
}
#burger li{
	padding-top: 20px;
	line-height: 28px;
	border-bottom: 1px solid black;
}
#burger p{
	text-align: center;
	padding: 84px 0 84px 0;
}
#burger p img{
	margin: 0 13px 0 13px;
}
#burger a{
	color: #5C5C5C;
}
#burger.open .open,
#burger ul,
#burger p,
#burger .close{
	display: none;
}
#burger.open .body,
#burger.open ul,
#burger.open p,
#burger.open .close{
	display: block;
}
h1 a{
	width: 246px;
	height: 32px;
	margin-top: 9px;
	overflow: hidden;
	color: transparent;
	display: inline-block;
	background: transparent url(../images/voxmapp.png) no-repeat left bottom;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#head.hide h1 a{
	height: 66px;
	margin-top: -30px;
	background-position: left top;
}
h1 a:hover{
	color: transparent;
}

/***************************************
*************** CONTENT ****************
***************************************/

.content{
	padding-bottom: 50px;
	margin-top: 150px;
}

/***************************************
***************** BLOC *****************
***************************************/

.bloc{
	padding: 90px 0 90px 0;
}
.bloc a{
	text-decoration: underline;
}
.bloc a.but{
	text-decoration: none;
}
.bloc.nopt{
	padding-top: 0;
	margin-top: -45px;
}
.bloc h3{
	font-size: 0.95em;
	line-height: 1.2em;
	letter-spacing: 0.075em;
	text-transform: uppercase;
	font-family: 'nexa_blackregular';
}
.bloc h2{
	font-size: 2.2em;
	padding-top: 1em;
	line-height: 1.2em;
	font-weight: normal;
}
.bloc p{
	padding-top: 2em;
	line-height: 2em;
}
.bloc a.but{
	margin: 2em 16px 0 0;
}
.bloc .more{
	overflow: hidden;
}
.bloc .illus{
	width: 100%;
	display: none;
	margin-top: 35px;
}

/***************************************
************ BLOC 1 COLONNE ************
***************************************/

.col1{
	text-align: center;
}
.col1 .img iframe,
.col1 .img img{
	width: 100%;
	margin-top: 26px;
}
.col1 .body{
	margin-left: 18.18%;
	margin-right: 18.18%;
}
.col1 .buts{
	padding-top: 3em;
}
.col1 .buts img{
	margin: 0 4px 0 3px;
}

/***************************************
************ BLOC 2 COLONNES ***********
***************************************/

.col2 .body,
.col2 .img{
	float: left;
	width: 36.36%;
	position: relative;
	margin-left: 9.09%;
}
.col2 .img{
	z-index: 2;
}
.col2 .img video,
.col2 .img iframe,
.col2 .img img{
	width: 100%;
	margin-top: 26px;
}
.col2 .img .first{
	margin-top: 0;
}
.col2right .body,
.col2right .img{
	float: right;
	margin-left: 0;
	margin-right: 9.09%;
}

/***************************************
**************** FOOTER ****************
***************************************/

#footer{
	color: white;
	min-height: 150px;
	background: #8c8c8c;
}
#footer .inner{
	margin: 0 9.09% 0 9.09%;
}
#footer .col{
	width: 25%;
	float: left;
	margin-top: 1.1em;
	line-height: 1.5em;
	position: relative;
}
#footer a{
	color: white;
}
#footer .fb{
	margin-right: 14px;
}
#footer .langs{
	text-align: right;
}
#footer select{
	width: 100%;
	color: white;
	height: 29px;
	outline: none;
	background: none;
	line-height: 29px;
	text-align: center;
	border: 1px solid white;
}
#footer ul.langs{
	display: none;
	list-style-type: none;
}
#footer li{
	float: left;
	line-height: 1em;
	position: relative;
	padding: 0 10px 0 10px;
	border-left: 1px solid white;
}
#footer li.first{
	border-left: 0;
	padding-left: 0;
}
#footer img{
	height: 16px;
}
#footer .sig{
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 2.2em 0 1.1em 0;
}

/***************************************
************** RESPONSIVE **************
***************************************/

@media screen and (min-width: 1560px) {
	#head .inner{
		width: 1280px;
		margin: 0 auto 0 auto;
	}
	#footer .inner{
		width: 1280px;
		margin: 0 auto 0 auto;
	}
	.col1 .body{
		width: 700px;
		margin: 0 auto 0 auto;
	}
	.col2 .inner{
		width: 1280px;
		margin: 0 auto 0 auto;
	}
	.col2 .body{
		width: 565px;
		margin-left: 140px;
	}
	.col2 .img{
		width: 565px;
		margin-left: 0;
	}
	.col2right .body{
		margin-left: 0;
		margin-right: 140px;
	}
	.col2right .img{
		margin-right: 0;
	}
}

@media screen and (max-width: 825px) {
	#head{
		height: 51px;
	}
	#head.hide{
		padding-top: 0;
	}
	#head .inner{
		margin: 0;
		height: 50px;
	}
	h1{
		width: 100%;
		text-align: center;
		position: absolute;
	}
	#head.hide h1 a,
	#head h1 a{
		width: 46px;
		height: 40px;
		margin-top: 5px;
		background-image: url(../images/voxmapp-mob.png);
	}
	#head .social,
	#head .menu{
		display: none;
	}
	#burger{
		display: block;
	}
	#footer{
		height: auto;
	}
	#footer .col{
		width: 100%;
		margin-top: 21px;
		padding-bottom: 21px;
		border-bottom: 1px solid white;
	}
	#footer .nobb{
		border-bottom: 0;
	}
	#footer select{
		display: none;
	}
	#footer ul.langs{
		display: block;
	}
	.bloc{
		padding: 44px 0 35px 0;
	}
	.bloc.nopt{
		padding-top: 0;
		margin-top: 0;
	}
	.bloc .illus{
		display: block;
	}
	.bloc a.but{
		margin: 1em 16px 0 0;
	}
	.col1{
		text-align: left;
	}
	.col1 .body{
		margin-left: 9.09%;
		margin-right: 9.09%;
	}
	.col1 .buts img{
		margin: 0 4px 7px 3px;
	}
	.col1 h3{
		text-align: left;
	}
	.col2 .img{
		display: none;
	}
	.col2 .body{
		width: 81.81%;
	}
}
