/**

CODE COULEUR

orange : 		#eb8a32 // rgba(235, 138, 50, 1)
gris foncé : 	#4b4b4b // rgba(75, 75, 75, 1)
gris moyen : 	#7b7b7b // rgba(123, 123, 123, 1)
gris clair : 	#abacad // rgba(171, 172, 173, 1)
bleu clair : 	#01a9b4
bleu foncé :	#334d5c

*/


/** CONFIGURATION GENERALE */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,900,600,300,700);
body {
	font-size:62.5%;
	font-family: arial, sans-serif;
	background-color: #4b4b4b;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url('img/assechement.jpg');
	/*background-color: #FFF;*/
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #ffffff;
}
#bloc_fondu {
	background-color: rgba(0,0,0,0.5);
}
p {
	margin: 0;
	padding: 0;
}


/** CONFIGURATION DES BLOCS (GENERAL) */
#bloc_1,
#bloc_2,
#bloc_3,
#bloc_cnil {
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
.bloc_core {
	display: inline-flex;
	display: inline-table;
	width: 985px;
	text-align: justify;
}
.bloc_core_l {
	display: inline-flex;
	display: inline-table;
	width: 985px;
	text-align: justify;
}


/** PARTIE 1 : HEADER */
#bloc_1 {
	height: 70px;
	font-family: 'Titillium Web', sans-serif;
	background-color: rgba(75, 75, 75, 0.8);
	border-bottom: 4px solid #eb8a32;
}
#bloc_1_titre {
	text-align: left;
	width: 1350px;
	display: inline-block;
}
#bloc_1_titre_contenu {
	width: auto;
	float: left;
	text-align: center;
}
#bloc_1_titre h1 {
	text-transform: uppercase;
	background-color: #eb8a32;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	margin: 0 auto;
	display: inline-block;
	font-size: 2.7em;
	-moz-box-shadow: 0px 0px 5px 2px #4b4b4b;
	-webkit-box-shadow: 0px 0px 5px 2px #4b4b4b;
	-o-box-shadow: 0px 0px 5px 2px #4b4b4b;
	box-shadow: 0px 0px 5px 2px #4b4b4b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#4b4b4b, Direction=NaN, Strength=5);
	text-align: center;
	height: 40px;
	float: left;
	clear: both;
	padding: 0 20px;
}
#bloc_1_titre h2 {
	margin: 0 auto;
	font-size: 1.7em;
	font-weight: 100;
	width: 100%;
	text-align: center;
	float: left;
	clear: both;
}

/** PARTIE 2 : CARTE */
#bloc_2 {
	min-height: 795px;
	padding: 20px 0;
}
#bandeau_top {
	background-color: #01a9b4;
	text-align: center;
	margin: 0 -8px;
}
#bandeau_top_under {
	background-image: url('img/sous-bandeau.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
	margin: 0px -8px;
	margin-bottom: -12px;
}
#bandeau_top h1 {
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-size: 4em;
	margin: 0 auto;
	padding-top: 5px;
}
#bandeau_top h2 {
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2em;
	margin: 0 auto;
	padding-bottom: 5px;
}
#bloc_carte p {
	background-image: url('img/bandeau-campagne.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 66px;
	width: 475px;
	margin: 0 auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.3em;
	padding-top: 5px;
	margin-bottom: 10px;
	font-weight: 100;
}
#bandeau_bot {
	background-color: #01a9b4;
	text-align: center;
	padding: 10px 0;
	min-height: 55px;
}
#bandeau_bot p {
	color: #334d5c;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.8em;
}
#bloc_carte {
	background-color: rgba(255,255,255,0.8);
	height: 520px;
	text-align: center;
	padding: 30px 0;
}

/** PARTIE TELEPHONE */
#bloc_3 {
	background-image: url('img/bg-bot.png');
	background-repeat: repeat;
	background-position: 0 0;
	padding: 40px 0;
	height: 90px;
	clear: both;
}
#bloc_3 p {
	width: 100%;
}


/** IE8 Hack! */
@media \0screen {}

/** IE8,9,10 Hack! */
@media screen\0 {}

/** REGLE RESPONSIVE */
@media (max-width: 768px) {
	#wrapper {
		background: none;
		background-color: white;
	}
	.bloc_core {
		width: auto;
		display: block;
		text-align: center;
		padding: 0;
	}
	#bloc_1 {
		padding: 0;
	}
	#bloc_1_titre {
		width: 100%;
	}
	#bloc_2 {
		padding: 0;
		min-height: 100%;
	}
	#bandeau_top {
		margin: 0 auto;
		border-bottom: 4px solid #334d5c;	
	}
	#bandeau_top_under {
		display: none;
	}
	#bloc_carte {
		min-width: 550px;
	}
	#bloc_3 {
		padding: 15px 0;
		height: 180px;
	}
	#bloc_3 img{
		float: initial !important;
		max-width: 100%;
	}
}

@media (min-width: 1025px) {}
@media (min-width: 769px) and (max-width: 1024px) {}
@media (min-width: 481px) and (max-width: 768px) {}
@media (max-width: 480px) {}