/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

/* font-family: 'Tulpen One', cursive; */

/*générique*/
*{margin:0;padding:0;}
html{
	background-color:#e7e7e7;
	width:100%;
}/*a supprimer*/
body {
	font-size:11px;
	/*font-family: 'Montserrat',Arial, Helvetica, sans-serif;*/
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	margin : 0 auto !important;
	background-color:#e7e7e7;
}

img{
	border:none;
}
ul,
ol{
	list-style-type:none;
}
a{
	color:#000;
	text-decoration:none;
	width: inherit;
}

.hidden{
	display:none;
}

.both{
	clear:both;
}
.container{
	width:100%;
	max-width:1024px;
	display:block;
	margin:0 auto;
}

.row{
	display:block;
	margin:0;
}
.col4{
	width:98%;
	display: block;
	margin:0 5px;
}
.col6{
	width:100%;
	display: block;
	margin:0 1px 14px;
	position: relative;
}
.col7{
	width:100%;
	display: block;
	margin:0 1px 14px;
	position: relative;
}
.col8{
	width:100%;
	display: block;
	margin:0 5px;
}

.header{
	display:block;
	width:100%;
	height:auto;
	padding:5px 0;
	background:#fff;
	margin-bottom: 23px;
}

.header > img{
	display:inline-block;
	margin: 15px 0 10px 20px;
}

.header > p{
	color:#353535;
	font-size:12px;
	text-transform:uppercase;
	margin: 5px 10px;
}

.entete{
	display:inline-block;
	background:url("../elements/entete_mobile.jpg") no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height: 204px;
  padding: 20px 0;
	margin-bottom: 23px;
}

.entete_small{
	display:inline-block;
	background:url("../elements/entete_small.jpg") no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height: 204px;
	padding: 20px 0;
	margin-bottom: 23px;
}

.e_small{
	height: 172px;
	padding:0;
}

.entete > p{
	display:inline-block;
	background:rgba(0,0,0,0.5);
	padding:20px 10%;
	margin:0 5%;
	color:#fff;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}

.entete > p > strong{
	font-weight:700;
}

.bloc{
	background:#fff;
	margin:0 0 25px 0;
}

.hfix{
	height:auto;
}

.bloc_large{
	background:#fff;
	margin:0 0 25px 0;
}

.contenu{
	display:block;
	margin:0 auto;
	width:80%;
	padding:40px 0;
}

.contenu h1{
	text-transform:uppercase;
	font-size:22px;
	font-weight: 400;
}

.contenu > p{
	font-size:14px;
	font-weight: 300;
}

.contenu > p > strong{
	font-weight: 700;
}

.contenu .picto{
	display: inline-block;
	float: left;
	height: 20px;
	margin: 5px 10px 0 0;
}

.contenu .contact{
	background: none repeat scroll 0 0 #e7e7e7;
	display: block;
	margin: 10px auto;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	font-size:14px;
	font-weight:300;
	color:#353535;
}

.contact > h2{
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
}

.contenu .contact > img{
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

legend,
label{
	font-size:14px;
	font-weight:700;
	line-height: 14px;
}

legend{
	margin:30px 0;
}

input{
	display:block;
	background:#fff;
	border:1px solid #353535;
	height:50px;
	margin:5px auto 15px;
	color:#353535;
	text-transform:uppercase;
	font-size:14px;
	text-align: center;
	width:100%;
	font-weight:600;
}

input[type="submit"]{
	color:#fff;
	background:#40739b;
	border:none;
	font-weight:700;
}

form#grues{}

form#grues label{
	font-size:14px;
	font-weight:700;
	line-height: 14px;
	display:block;
}

form#grues label > span{
	display:inline-block;
	width:auto;
	text-align:left;
	margin:0;
}

form#grues input{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #353535;
	color: #353535;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	margin: 5px 0 8px;
	text-align: center;
	text-transform: uppercase;
	width: 47%;
}

/*form#grues input:nth-child(odd){
	float:right;
}

form#grues input:nth-child(even){
	float:left;
}*/

form#grues input[type="submit"]{
	color:#fff;
	background:#40739b;
	border:none;
	font-weight:700;
	float:right;
}

form#grues #theader{
	display:none;
}

form#grues span{
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 50px 6px 0;
	width: 18%;
}

form#grues span:first-child{
	font-size:14px;
	font-weight:700;
	width:20%;
	text-align: right;
}

form#grues label > span{
	display:inline-block;
	width:auto !important;
	text-align:left !important;
	margin:0 !important;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 500px) {
	.header{
		min-height:100px;
		max-width:1024px;
	}
	
	.header > p{
		font-size:15px;
		margin: 5px 10px;
		display:inline-block;
		vertical-align: middle;
	}
	
	.header > img{
		margin: 15px 0 10px 30px;
		vertical-align: middle;
	}
	
	.entete{
		display:block;
		background:url("../elements/entete_large.jpg") no-repeat;
		background-size:cover;
		background-position: center;
		width:100%;
		max-width:1024px;
		height:250px;
		padding: 125px 0;
	}
	
	.e_small{
		height: 172px;
		padding:0;
	}
	
	.entete > p{
		display:inline-block;
		padding:20px 10%;
		margin:0 5%;
		font-size:24px;
	}
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#grues .row p {
		display:none;
	}
	
	.entete > p{
		display: block;
    margin: 0 auto;
    padding: 20px 30px;
    width: 598px;
	}
	
	.contenu h1{
		font-size:24px;
	}
	
	.row{
		display:block;
	}
	.col4{
		width:32%;
		display: inline-block;
		vertical-align: top;
	}
	.col6{
		width:49%;
		margin:0 5px 10px;
		display: inline-block;
	}
	.col7{
		width:66%;
		margin:0 5px 10px;
		display: inline-block;
	}
	.col8{
		width:100%;
		display: inline-block;
	}
	.contenu{
		width:75%;
	}
	.clarge{
		width:87%;
	}
	.bloc{
		margin:0 0 25px 0;
		/*height: 390px;*/
	}
	
	.hfix{
		height:390px;
	}
	
	.bloc:nth-child(even){
		float:right;
	}
	
	.bloc:nth-child(odd){
		float:left;
	}
	
	form#grues #theader{
		display:block;
	}
	form#grues span{
		width: 17%;
	}
	form#grues label > span{
		display:none;
	}
	form#grues label{
		display: inline-block;
    height: auto;
    margin: 0;
    position: relative;
    text-align: right;
    width: 20%;
	top:0px;
	left:0px;
	}
	
	form#grues input{
    display: inline-block;
    font-weight: 600;
    height: 50px;
    margin: 10px 5px;
    width: 17%;
	}
	
	form#grues input:nth-child(odd){
		float:unset;
	}
	
	form#grues input:nth-child(even){
		float:unset;
	}
	
	form#grues input[type="submit"]{
		float:right;
	}
	
	.header > p{
		font-size:24px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 980px) {
	#grues .row p {
		display:none;
	}
	.header > p{
		margin: 5px 0 5px 60px;
	}
	.contenu{
		width:62%;
	}
	.clarge{
		width:82%;
	}
	.contenu .picto{
		display: inline-block;
		height: 100%;
		margin: 10px 10px 0 -70px;
	}
	label {
    display: inline-block;
    height: 50px;
    left: 70%;
    margin-top: -50px;
    position: relative;
    top: 60px;
    vertical-align: middle;
    width: 160px;
	}
	label > p{
		display: table-cell;
    height: 60px;
    vertical-align: middle;
	}
	input{
		width:65%;
		margin: 15px 0;
	}
	
	.bloc:nth-child(even) .contenu{
		width:80%;
	}
	
	.bloc:nth-child(even) .contenu .picto{
		margin: -3px 20px 0 0px;
	}
	
	form#grues input{
    display: inline-block;
    font-weight: 600;
    height: 50px;
    margin: 10px 5px;
    width: 18%;
	}
	.header > p{
		font-size:24px;
	}
}