* {
	font-family: 'Montserrat', Arial, sans-serif;
}
html,body {
	margin:0;
	padding: 0;
}
div {
	position: relative;
}
#container, #containerform {
	float: none;
	width: 1200px;
	margin:0 auto;
}

.header {
	text-align: center;
}

.header img {
	margin: 1em 0;
}
.header h1 {
	margin: 0.6em 0;
	font-size: 30px;
	color: #007acd;
	font-weight: 400;
}

.content {
	background-image: url('../images/bgmain.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #304b5e;
	height: 535px;
	min-height: 535px;
}

.content > div {
	float: right;
	width: 50%;
}

.content > div > div {
	float: left;
	width: 80%;
	height: 80%;
	margin-top: 10%;
	margin-left: 10%;
}

.content h2 {
	margin: 0;
	font-weight: 700;
	font-size: 42px;
	color: #ffffff;
	text-transform: uppercase;
	padding-bottom: 20px;
	border-bottom:4px solid #2fbf1c;
}

.content h3 {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
}

.content ul, .content li {
	margin: 0;
	padding: 0.8em 0.1em;
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
}

.content .bright > div {
	background-color: #ffffff;
	border-radius: 18px;
	border: 3px solid #e81549;
}

#container.description {
	width: 90%;
	max-width: 950px;
	background-color: #007acd;
}

.description h2 {
	margin: -50px 5% 40px 5%;
	width: 90%;
	color: #ffff;
	font-weight: 400;
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
}

#container.avantages {
	width: 90%;
	max-width: 950px;
	border-top: 4px solid #000000;
}

.avantages p {
	margin: 20px 5% 20px 5%;

	color: #007acd;
	font-weight: 800;
	font-size: 35px;
	padding: 30px 0;
	text-align: center;
}

#container.footer {
	width: 90%;
	max-width: 950px;
}

.footer div {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

#scroll_iframe {
	height: 450px;
}

@media only screen and (max-width: 1200px) {
	#container, #containerform {
		width: 100%;
		float: left;
	}
	.content {
		height: auto;
		min-height: auto;
	}
	.content > div {
		height: auto;
	}
	#scroll_iframe {
		margin-bottom: 20px;
	}
	.header img {
		width: 155px;
	}
	.description h2 br {
		display: none;
	}
	#container.avantages, #container.footer,#container.description {
		margin: 0 5%;
		max-width: 100%;
	}

	#container.description {
		margin-top: -20px;
		
	}

	.description h2 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.content > div > div {
	    float: left;
	    width: 92%;
	    height: 80%;
	    margin-top: 10%;
	    margin-left: 4%;
	}

	#container, #containerform {
		height: auto;
		background-color: #FFFFFF;
	}
	.header div.bleft, .header div.bright {
		width: 100%;
		clear: both;
	}
	.header h1 {
		font-size: 25px;
	}
	.content {
		min-height: auto;
		/*padding-bottom: 100px;*/
	}
	.content > div {
		width: 100%;
		clear: both;
	}
	.footer div {
		width: 50%;
	}
	.footer img {
		height: 282px;
	}
	.description h2 {
		margin-top:0;
		font-size:25px;
	}
	.avantages p {
		font-size: 30px;
	}
	#container.description {
		margin: -60px 5% 30px 5%;
	}
}

@media only screen and (max-width: 557px) {
	.footer div {
		width: 100%;
		clear: both;
	}
	.header h1 {
		font-size: 20px;
	}
	.header br {
		display: none;
	}
}