/*@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial.eot');
    src: url('../fonts/Arial.eot?#iefix') format('embedded-opentype'),
    	 url('../fonts/Arial.otf')  format('opentype'),
         url('../fonts/Arial.woff') format('woff'),
         url('../fonts/Arial.ttf') format('truetype'),
         url('../fonts/Arial.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/******** Global **********/
*{
	-moz-box-sizing: border-box;
}

body{
	font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	background: #fff;
	max-width: 1500px;
	margin: 0 auto;
}

a{
	text-decoration: none;
	outline: none;
	-webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	list-style: none;
}

.bl{
	display: block;
	clear: both;
	overflow: hidden;
}

.upper{
	text-transform: uppercase;
}

.relative{
	position: relative;
}

.container{
	width: 960px;
	padding-left: 20px;
	padding-right: 20px; 
	margin: 0 auto;
}

#header{
	-moz-box-shadow: 0px 3px 10px 0px #656565;
	-webkit-box-shadow: 0px 3px 10px 0px #656565;
	-o-box-shadow: 0px 3px 10px 0px #656565;
	box-shadow: 0px 3px 10px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=10);
}

#header > img{
	border-bottom: 10px solid #5a5c5c;
}

#slogan{
/*
    position: absolute;
 
*/   
	width: 480px;
	bottom: -10px;
    color: #fff;
    background: #da3330;
    padding: 5px 10px 3px 10px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
}

#main-content{
	background: #fff url('../imgs/bg.jpg') bottom center no-repeat;
	background-size: 100% auto;
}

#main-content h1{
	font-family: "Arial";
	font-size: 30px;
    line-height: 1.1em;
	color: #5a5c5c;
}

#main-content h2{
	font-family: "Arial";
	font-size: 24px;
    line-height: 1.3em;
	color: #5f6871;
}

.row-expert{
	border-bottom: 1px solid #e7e7e8;
}

.row-expert:last-child{
	border-bottom: 0;
}

.name{
	color: #da3330;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
}

.fonction{
	color: #5f6871;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
}

#form-container{
	background: transparent url('../imgs/bg-phone.png') no-repeat;
	background-size: 100% auto;
	padding: 0px 40px;
	height: 860px;
}

#form{
	padding: 115px 45px 0 45px;
	color: #fff;
    height: 100%;
}

#form h2{
	font-size: 26px;
	color: #ffffff;
}

#form h2 > img{
    vertical-align: text-bottom;
    margin-right: 5px;
    height: 30px;
}

.form-input{
	padding: 5px;
	outline: none;
	height: 28px;
}

.input-textarea{
	resize: none;
	padding: 2px;
	outline: none;
	border: 0;
	margin-top: 0;
	height: 20px;
}

#sub-row{
	position: absolute;
    bottom: 20px;
    left: 0;
}

#sub-btn{
	font-size: 0;
	width: 125px;
	height: 55px;
	background: transparent url('../imgs/sub-btn.png') center center no-repeat;
    background-size: 100% auto;
	border: 0;
	outline: none;
}

#sub-btn:hover{
	opacity: 0.85;
}

#retour-btn{
	font-size: 0;
	width: 125px;
	height: 55px;
	background: transparent url('../imgs/btn-retour.png') center center no-repeat;
    background-size: 100% auto;
	border: 0;
	outline: none;
}

#retour-btn:hover{
	opacity: 0.85;
}

#mention{
	position: absolute;
    right: 0;
    bottom: 23px;
    color: #b3b7bb;
    font-size: 12px;
    text-decoration: underline;
}

#footer-content{
	padding-top: 15px;
	font-size: 12px;
	color: #292929;
	border-top: 2px solid #cbcbcb;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../imgs/loading.gif") center no-repeat #fff;
}

@media (max-width: 1000px) {

	.container{
		width: 768px;
		padding-left: 10px;
		padding-right: 10px; 
	}

	#main-content h1{
		font-size: 25px;
	}

	#main-content h2{
		font-size: 20px;
	    padding-top: 0px;
	}

	#form-container{
	   padding: 90px 40px 0 40px;
       font-size: 12px;
       height: 710px;
	}

	#form{
	    padding: 0px 30px 0 30px;
	}

	#form h2{
	    font-size: 21px;
	    margin-bottom: 10px;
	}

	.form-input{
	    padding: 4px 7px;
	}

	#form h2 img{
	    height: 30px;
	}

	#form p{
	    margin-top: 5px;
	}

	#form div{
	    margin: 7px 0;
	}

	#sub-btn{
	    width: 85px;
	}

	#mention{
		bottom: 37px;
	}

}

@media (max-width: 788px) {

	.container{
		width: 100%;
		padding-left:20px;
		padding-right: 20px;
	}

	#main-content{
		max-width: 500px;
	}

	.col{
		width: 100%;
		display: block;
		clear: both;
		overflow: hidden;
		padding: 0;
	}

	#form-container{
        width: 365px;
    	margin: 35px auto;
	}

	#slogan{
		font-size: 16px;
	}

}

@media (max-width: 405px){
	.container{
		padding-left:10px;
		padding-right: 10px;
	}

	#form-container{
        width: 100%;
    	margin: 35px auto;
	    padding-top: 50px;
    	padding-bottom: 40px;
    	background: url('../imgs/bg-gray.png');
	}

	#form{
		padding: 0px;
	}

	#sub-row{
		position: relative;
		bottom: 0;
	}

	#mention{
	    bottom: 0;
    	position: relative;
    	color: #fff;
    	float: right;
	}

	#slogan{
		font-size: 14px;
	}
}

@media (max-width: 350px){
	#wrap{
		overflow: scroll;
	}

	#slogan{
		font-size: 12px;
	}
}
