@charset "utf-8";
/*@import url("police/cssPolice.css");*/
html { width:100%; height:100%; }
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding:0px;
	cursor: default;
	background-color:#fff;
	overflow-y:hidden;
	letter-spacing: 0.3pt;
}

chargement {
	width: 100%;
	height: 100%;
	padding: 0px;
	z-index: 7777;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #fff;
}

section, footer {
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
}
.row {
	display:block;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	display:block;
	width:100%;
	font-family: Arial, sans-serif;
	font-weight:100;
	line-height: 1;
	text-transform: uppercase;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.1;
	text-decoration: none;
	text-transform: none;
	color: #666;
}
/*
 ******************************************
 Header menu
 ******************************************
 */
header {
	width: 100%;
	z-index: 8888;
	position: fixed;
	top: 0px;
}
#header_larg {
	height: 80px;
	padding:0px;
	background-color:rgba(0,72,153,0.00);
}
#header_larg img { margin-top:50px; border:none; }
#header_larg menu_larg { position:absolute; top:0px; right:0px; }
#header_larg menu_larg ul li {
	display: inline;
	position:relative;
	padding: 25px 10px 25px 10px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	line-height: 200px;
	/*text-transform: uppercase;*/
	color: rgba(50,50,50,1);
	background-color:rgba(255,255,255,0);
	cursor: pointer;
}
#header_larg menu_larg ul li:hover {
	background-color:rgba(255,255,255,1.00);
}

/*
 ******************************************
 
 ******************************************
 */
titHome {
	position:absolute;
	right:100px;
	bottom:100px;
	font-family: Arial, sans-serif;
	font-size: 60pt;
	line-height: 1;
	color: rgba(255,255,255,0.80);
 }
#flech_bas { 
	position: absolute;
	left:50%;
	margin-left:-30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	cursor:pointer;
	border:none;
}

/*
 ******************************************
 FOOTER
 ******************************************
 */
footer { background-color:#030303; margin-top:40px; padding-top:30px; }
footer .row div { margin-bottom:20px; }
footer h3 {
	color: #999;
	text-transform: uppercase;
	margin:20px 0px 10px 0px;
}
footer contact {
	display:block;
	color:#aaa;
	font-size:9pt;
	line-height: 1.3;
	background-position:0px 0px;
	background-repeat:no-repeat;
	-moz-background-size: 14px 14px;;
    -webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	padding-left:25px;
	margin-bottom:5px;
}
footer social { display:block; }
footer social img { background-color: #151515; opacity: 0.4; width:36px; height:36px }
footer social img:hover { opacity: 1; }
footer copy {
	display:block;
	font-family: NexaLight, Arial, sans-serif;
	font-size: 9pt;
	line-height: 1.1;
	color: #777;
	margin-top:30px;
}
.input_txt_footer {
	width: 155px;
	border: 1px solid #151515;
	background-color:transparent;
	margin:5px 5px 5px 0px;
	padding: 5px 10px 3px 10px;	
	font-family: NexaLight, Arial, sans-serif;
	font-size: 10pt;
	color: rgba(255,255,255,0.90);
	
}
.input_but_footer {
	width:155px;
	border: none;
	background-color: #333;
	padding: 5px 10px 3px 10px;
	margin:5px 5px 5px 0px;
	font-family: NexaLight, Arial, sans-serif;
	font-size: 10pt;
	color: #ccc;
}

/*
 ******************************************
 Page Contact
 ******************************************
 */
#map {
	width: 100%;
	height: 400px;
}
.input_txt {
	border: 1px solid #ddd;
	background-color:transparent;
	padding:15px;
	width: 700px;	
	font-family: NexaLight, Arial, sans-serif;
	font-size: 11pt;
	letter-spacing: 0.3pt;
	color: #333;
	margin-bottom:10px;
}
.input_but {
	border: none;
	background-color: #2cb34c;
	padding: 20px;
	width: 300px;
	font-family: NexaLight, Arial, sans-serif;
	font-size: 12pt;
	letter-spacing: 0.3pt;
	color: #fff;
}

/*
 ******************************************
 Screen
 ******************************************
 */
@media screen and (max-width: 786px) {
	#header_larg {
		display:none; 
	}
	#header_smal {
		display: inherit; 
	}
	#flech_top {
		visibility:hidden;
	}
	h1 {
		font-size:10pt;
		padding:10px 0px 10px 0px;
	}
}










