/**

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: 'Titillium Web', sans-serif;*/
	font-family: arial, sans-serif;
	background-color: #4b4b4b;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}
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-table;
	width: 1050px;
	text-align: justify;
}
.bloc_gauche {
	width: 570px;
	display: table-cell;
}
.bloc_droit {
	width: 480px;
	display: table-cell;
	vertical-align: top;
}
.bloc_complet{
	width: 100%;
}


/** PARTIE FORMULAIRE */
#bloc_1 {
	background-image: url('img/assechement.jpg');
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #ffffff;
}
#bloc_1_information {
	background-color: rgba(75, 75, 75, 0.90);
}
#bloc_1_information h1 {
	width: 80%;
	text-transform: uppercase;
	background-color: #eb8a32;
	font-weight: normal;
	font-family: 'Titillium Web', sans-serif;
	padding: 10px 15px;
	margin: 60px 0 15px 0;
	display: inline-block;
	font-size: 4em;
	-moz-box-shadow: 5px 5px 0px 0px #4b4b4b;
	-webkit-box-shadow: 5px 5px 0px 0px #4b4b4b;
	-o-box-shadow: 5px 5px 0px 0px #4b4b4b;
	box-shadow: 5px 5px 0px 0px #4b4b4b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#4b4b4b, Direction=134, Strength=0);
}
#bloc_1_information h2 {
	font-weight: normal;
	padding: 0 0 0 25px;
	margin: 0 0 80px 0;
	font-size: 2.5em;
	font-family: 'Titillium Web', sans-serif;
}
#bloc_1_information ul {
	padding: 0;
	margin-bottom: 45px;
	padding-right: 20px;
}
#bloc_1_information ol {
	font-size:2em;
	padding: 0;
	margin: 0 auto;
	padding-left: 70px;
}
#bloc_1_information ul li {
	list-style-type: none;
	background-image: url(img/puce_fleche.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 1em;
	padding-left: 35px;
	min-height: 32px;
	margin: 0 0 15px 0;
	font-size: 3em;
	font-family: 'Titillium Web', sans-serif;
}
#bloc_1_information p {
	font-size: 1.8em;
	padding: 0 25px 25px 25px;
}
#bloc_1_formulaire h1{
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.9em;
}
#bloc_1_formulaire {
	background-color: #4b4b4b;
	padding: 50px  60px 0  60px;
	width: 360px;
	text-align: center;
	background-image: url('img/fleche_formulaire.png');
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#bloc_1_formulaire #showform_content2 {
	max-width:100% !important;
}
#bloc_1_formulaire p {
	font-size: 1.7em;
	font-weight: 100;
}
#bloc_1_formulaire h2 {
	font-size: 2.7em;
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	background-image: url('img/fleche_formulaire2.png');
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 95px;
/*	width: 450px;*/
	margin: 10px -45px 0 -45px;
	text-align: center;
}
#bloc_1_formulaire label {
	display: none;
}
#bloc_1_formulaire input {
	width: 100%;
	background-color: #333333;
	border: none;
	border-radius: 5px;
	height: 25px;
	padding: 10px;
	margin: 0 -10px 15px -10px;
	color: #abacad;		font-family: 'Titillium Web', sans-serif !important;	font-size: 1.4em !important;
}
#bloc_1_formulaire input[type=radio],
#bloc_1_formulaire input[type=checkbox] {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	margin-top: 5px;
}
#bloc_1_formulaire input[type=submit] {
	color: white;
	width: 90%;
	height: 45px;
	background: #01a9b4;
	box-shadow: #66CED5 0px 5px 0 0;
	margin-bottom: 60px;
	font-size: 2.3em !important;
	font-stretch: bold;
	text-transform: uppercase;	
	appearance : none;
	-webkit-appearance : none;
	-moz-appearance : none;
}
#bloc_1_formulaire input.inputcp {
	width: 25%;
	float: left;
}
#bloc_1_formulaire input.inputville {
	float: right;
	width: 65%;
}
::-webkit-input-placeholder {color: #abacad;}
:-moz-placeholder {color: #abacad;}
::-moz-placeholder {color: #abacad;}
:-ms-input-placeholder {color: #abacad;}
#bloc_1_formulaire select {
	width: 105%;
	background-color: #333333;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0px 15px -10px;
	color: #abacad;
	/*height: 35px;*/		
	font-family: 'Titillium Web', sans-serif !important;	
	font-size: 1.5em !important;
	appearance : none;
	-webkit-appearance : none;
	-moz-appearance : none;
}
#bloc_1_formulaire .nonrespons {
	text-align: left;
	display: block !important;
	font-size: 2em;
}
#bloc_1_formulaire .contentradio label,
#bloc_1_formulaire .contentcheckbox label {
	display: block !important;
	margin: 0;
	padding: 0;
	width: auto;
	margin-top: 10px;
	font-size: 1.5em;
	float: none;
	text-align: left;
	margin-left: 25px;
}
#bloc_1_formulaire textarea {
	width: 100% !important;
	height: 100px !important;
}
#bloc_1_formulaire .contentradiobox,
#bloc_1_formulaire .contcheck,
#bloc_1_formulaire textarea {
	margin-bottom: 20px;
}


/** PARTIE CONTENU */
#bloc_2 {
	background-color: white;
	font-size: 1.4em;
	padding: 50px 0;
	color: #4b4b4b;
}
#bloc_2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bloc_2 ul li{
	line-height: 1;
}
#bloc_2 ul li:before {
	color: #eb8a32;
	content: "\25A0";
	font-size: 1.5em; 
	padding-right: .25em; 
	position: relative;
	top: .05em;
}
#bloc_2 hr {
	clear: both;
	margin: 35px 0;
	padding: 0;
	background-color: #7b7b7b;
	border: none;
	height: 1px;
}
#bloc_2 img {
	padding: 0 25px 25px 25px;
	margin: 0;
}
#bloc_2 h2 {
	margin-top: 0;
	font-size: 1.4em;
}
#bloc_2 p, #bloc_2 ul {
	margin-bottom: 10px;
}


/** 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%;
}


/** PARTIE CNIL */
#bloc_cnil {
	padding: 40px 0;
	color: #abacad;
	clear: both;
}
#bloc_cnil p {
	font-size: 1.4em;
	line-height: 1;
}
#bloc_cnil img {
	float:left;
	/*margin-right: 230px;*/
}
#bloc_cnil .p_cnil {
	margin-left: 200px;
}


/** IE8 Hack! */
@media \0screen {
	#bloc_1 {
		background: #abacad;
	}
	#bloc_1_information {
		background-color: #4b4b4b;
	}
}

/** IE8,9,10 Hack! */
@media screen\0 {
	#bloc_1_formulaire #zipcode {
		margin-right: 5px;
	}
	#bloc_1_formulaire #city {
		width: 110px !important;
		margin-left:5px !important;
	}
	#bloc_1_formulaire select {
		width: 235px !important;
	}
	#bloc_1_formulaire label {
		display: block;
	}
}

/** REGLE RESPONSIVE */
/*@media (max-width: 768px) {*/
@media (max-width: 800px) {
	#bloc_1 {
		background: none;
	}
	#bloc_1_information div div *:not(h1) {
		display: none;
	}
	#bloc_1_information {
		display: block;
	}
	#bloc_1_information h1 {
		width: auto;
		margin: 0 -15px 10px -15px;
		padding: 10px 0;
		border-bottom: 3px solid #333333;
		font-size: 4em;
		display: block;
	}
	#bloc_1_formulaire {
		padding: 0 10px;
		width: auto;
		background-image: none;
	}
	#bloc_1_formulaire h2 {
		font-size: 2.5em;
		margin: 0 0 10px 0;
	}
	#bloc_1_formulaire input[type=submit] {
		margin-bottom: 25px;
		font-size: 1.8em;
		text-align: center;
	}
	.bloc_core {
		width: auto;
		display: block;
		text-align: center;
		padding: 0 15px;
	}
	.bloc_gauche, 
	.bloc_droit {
		width: 100%;
	}
	#bloc_2 ul {
		text-align: left;
	}
	#bloc_2 img {
		padding: 0;
		float: initial !important;
		max-width: 100%;
	}
	#bloc_3 {
		padding: 15px 0;
		height: 180px;
	}
	#bloc_3 img{
		float: initial !important;
		max-width: 100%;
	}
	#bloc_cnil {
		padding: 15px 0;
	}
	#bloc_cnil img{
		float: initial;
		margin: 0;
		margin-bottom: 15px;
	}
	#bloc_cnil .p_cnil {
		margin-left: 0;
	}
}


@media (min-width: 1025px) {}
@media (min-width: 769px) and (max-width: 1024px) {}
@media (min-width: 481px) and (max-width: 768px) {}
@media (max-width: 480px) {}