/* ===================================== GENERAL */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000;
	background: #fff;
}
header, main, footer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
}
header {
	border-bottom: 8px solid #74b72a;
	margin-bottom: 116px;
	position: relative;
	background: #00688a;
}
section {
	width: 82%;/*82%*/
	margin: 0 auto 60px auto;
	display: table;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #000;
}
footer {
	background: #00688a;
	color: #fff;
	padding: 30px 60px;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
figure, blockquote {
	margin: 0;
}
figure {
	width: 100%;
	height: auto;
}
figure img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	display: table;
	margin: 0 0 15px 0;
}
.marge-plus {
	width: 77%;/*77%*/
	margin: 0  auto;
	display: table;
}
.content {
	flex: 0 0 100%;
	max-width: 100%;
}
.row {
	flex-wrap: wrap;
	display: flex;
}
.row::before {
	display: table;
	content: " ";
	box-sizing: border-box;
}
.section-large {
	width: 100%;
	background: #006989;
	border-bottom: none;
}
.section-border-bottom {
	border-bottom: none;
	margin: 0 auto;
}
/* ===================================== HEADER */
.logo {
	position: absolute;
	left: 35px;
	top: 28px;
	z-index: 2000;
}
.title-h1 {
	display: none;
}
.menu-principal {
	position: absolute;
	right: 0;
	top: 63%;
	z-index: 2000;
}
.menu-principal ul {
	margin: 0 2px 0 0;
	padding: 0;
	display: table;
}
.menu-principal ul li {
	display: inline-block;
	margin: 0 4px;
}
.menu-principal ul li a {
	position: relative;
	display: block;
	width: 45px;
	height: 45px;
	background: rgba(255,255,255,0.00);
	transition-duration:0.5s;
}
.menu-principal ul li a:hover {
	background: rgba(255,255,255,1.00);
}
.menu-principal ul .twitter a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 34px/1 FontAwesome;
	content: "\f099";
	color: #fff;
	transition-duration:0.5s;
}
.menu-principal ul .facebook a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f39e";
	color: #fff;
	transition-duration:0.5s;
}
.menu-principal ul li a:hover::before {
	color: #69b541;
}
.buttom-big {
	position: absolute;
	right: 0;
	top: 72%;
	z-index: 2000;
	display: block;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 10px 4px 10px;
	background: #69b541;
	text-decoration: none;
	transition-duration:0.5s;
}
.buttom-big:hover {
	color: #69b541;
	background: #fff;
}
.img-header {
	display: table;
	width: 100%;
	height: auto;
}
.img-header-mobile {
	display: none;
	width: 100%;
	height: auto;
}
.img-header img, .img-header-mobile img {
	display: table;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
}
/* ===================================== MAIN */
.buttom {
	display: table;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 10px;
	margin: 0 auto;
	background: #69b541;
	transition-duration:0.5s;
}
.buttom:hover {
	color: #69b541;
	background: #fff;
}
.litle-buttom {
	font-size: 15px;
}
h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: 40px;
	text-transform: uppercase;
	color: #007092;
	margin: 0 0 50px 0;
}
strong {
	font-weight: 700;
}
p {
	font-size: 17px;
	line-height: 24px;
	margin: 0 0 36px 0;
}
.cartouche {
	margin: 0 0 56px 0;
	padding: 0;
}
.cartouche li {
	background: #007092;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0 0 18px 0;
	padding: 6px 10px;
}
.litle-article {
	width: 50%;
	margin: 0 0 90px 0;
	box-sizing: border-box;
}
.un, .trois {
	padding: 0 20px 0 0;
}
.deux, .quatre {
	padding: 0 0 0 20px;
}
.litle-article h3 {
	font-size: 23px;
	font-weight: 300;
	line-height: 28px;
	text-transform: uppercase;
	margin: 0 20px 18px 20px;
	color: #007b9b;
}
.litle-article p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 20px 36px 20px;
}
blockquote {
	background: #f9f9fa;
	width: 100%;
	padding: 32px 20px;
	box-sizing: border-box;
	display: table;
}
.col-large {
	width: 80%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.col-large p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #007b9b;
	text-align: right;
	font-style: italic;
	margin: 0 0 20px 0;
}
.col-mini {
	width: 20%;
}
.col-mini h3 {
	font-size: 19px;
	line-height: 24px;
	margin: 0;
}
.col-mini p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}
.pictos-moteur {
	margin: 0 0 56px 0;
	padding: 0 0 0 80px;
}
.pictos-moteur li {
	margin: 0 0 40px 0;
	position: relative;
}
.picto-1::before {
	position: absolute;
	left: -60px;
	top: -5px;
	content: url(../images/picto_01.gif);
}
.picto-2::before {
	position: absolute;
	left: -60px;
	top: -10px;
	content: url(../images/picto_02.gif);
}
.picto-3::before {
	position: absolute;
	left: -75px;
	top: 5px;
	content: url(../images/picto_03.gif);
}
.picto-4::before {
	position: absolute;
	left: -60px;
	top: -10px;
	content: url(../images/picto_04.gif);
}
.picto-5::before {
	position: absolute;
	left: -60px;
	top: -5px;
	content: url(../images/picto_05.gif);
}
.content-impot {
	width: 100%;
	padding: 68px 40px 100px 40px;
	box-sizing: border-box;
	display: table;
}
.content-impot h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 30px 0;
}
.content-impot p {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 48px 0;
}
.col {
	width: 10%;
}
.carre {
	width: 20%;
	padding: 20px 20px;
	box-sizing: border-box;
	background: #fff;
	transition-duration:0.5s;
}
.carre:hover {
	background: #69b541;
}
.carre p {
	color: #69b541;
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}
.carre:hover p {
	color: #fff;
}
.carre p span {
	font-size: 36px;
	line-height: 24px;
	font-weight: 700;
}
.carre-vert {
	background: #69b541;
}
.carre-vert p {
	color: #fff;
}
.carre-vert:hover {
	background: #fff;
}
.carre-vert:hover p {
	color: #69b541;
}
.content-avantages {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	display: table;
	color: #fff;
}
.content-avantages h3 {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	margin: 0 0 90px 0;
	text-transform: uppercase;
}
.col-left {
	width: 28%;
	display: table;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}
.col-right {
	width: 72%;
	padding: 0 60px;
	box-sizing: border-box;
	display: table;
	margin: 0 0 60px 0;
}
.col-left p {
	font-size: 35px;
	font-weight: 700;
	line-height: 44px;
	text-align: right;
	color: #69b541;
}
.tableau {
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	display: table;
	width: 100%;
}
.partie-1 {
	padding-top: 10px;
	width: 20%;
	float: left;
}
.partie-2 {
	padding: 10px 0 0 25px;
	width: 80%;
	float: left;
	box-sizing: border-box;
}
.partie-2 ul {
	margin: 0;
	padding: 0;
}
.profil-contact-1, .profil-contact-2 {
	width: 50%;
	margin: 0 0 40px 0;
}
.profil-contact-1 {
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.profil-contact-2 {
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
.profil-contact-1 figure, .profil-contact-2 figure {
	float: left;
	width: 40%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.mailto {
	margin: 0 auto;
	width: auto;
	display: table;
	padding: 0 0 0 50px;
	position: relative;
	color: #000;
	transition-duration:0.5s;
}
.mailto:hover {
	color: #69b541;
}
.mailto::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: url(../images/picto_06.gif);
}
/* ===================================== FOOTER */
.footer-logo {
	width: 62%;
}
.links-sites {
	width: 23%;
	padding: 0 10px;
	box-sizing: border-box;
}
.adresse {
	width: 15%;
	padding: 0 10px;
	box-sizing: border-box;
}
.footer-logo img {
	max-width: 150px;
	height: auto;
}
.footer-logo p {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}
.links-sites p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 6px 0;
}
.links {
	margin: 0 0 12px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #fff;
	display: table;
}
.links li {
	margin: 0 0 6px 0;
}
.links li a {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition-duration:0.5s;
}
.links li a:hover {
	color: #69b541;
}
.reseaux {
	margin: 0;
	padding: 0;
}
.reseaux li {
	width: 34px;
	height: 34px;
	margin: 0 3px 0 0;
	display: inline-block;
}
.reseaux li a {
	display: table;
	width: 34px;
	height: 34px;
	position: relative;
	transition-duration:0.5s;
}
.reseaux li a:hover::before {
	color: #69b541;
}
.reseaux .facebook a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f082";
	color: #fff;
	transition-duration:0.5s;
}
.reseaux .twitter a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f081";
	color: #fff;
	transition-duration:0.5s;
}
.reseaux .linkedin a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f08c";
	color: #fff;
	transition-duration:0.5s;
}
.reseaux .instagram a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f16d";
	color: #fff;
	transition-duration:0.5s;
}
.reseaux .youtube a::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font: 400 32px/1 FontAwesome;
	content: "\f431";
	color: #fff;
	transition-duration:0.5s;
}
.adresse p {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}
/* ===================================== RESPONSIVE */
@media only screen and (min-width : 1024px) and (max-width : 1200px) {
	.logo img {
		width: 90%;
		height: auto;
	}
	.footer-logo {
		width: 58%;
	}
	.links-sites {
		width: 25%;
	}
	.adresse {
		width: 17%;
	}
}
@media only screen and (min-width : 960px) and (max-width : 1023px) {
	.logo {
		left: 20px;
	}
	.logo img {
		width: 90%;
		height: auto;
	}
	.marge-plus {
    	width: 85%;
	}
	.col {
    	width: 5%;
	}
	.carre {
		width: 26.666%;
}
	.col-left {
    	padding: 0 0 0 30px;
	}
	.col-right {
    	padding: 0 30px 0 50px;
}
	.footer-logo {
		width: 54%;
	}
	.links-sites {
		width: 27%;
	}
	.adresse {
		width: 19%;
	}
}
@media only screen and (min-width : 768px) and (max-width : 959px) {
	.logo {
		left: 20px;
	}
	.logo img {
		width: 70%;
		height: auto;
	}
	.menu-principal {
    	top: 50%;
	}
	.buttom-big {
    	top: 80%;
	}
	.marge-plus {
    	width: 85%;
	}
	.col {
    	width: 5%;
	}
	.carre {
		width: 26.666%;
	}
	.content-avantages {
    	padding: 0 60px;
	}
	.profil-contact-1 figure, .profil-contact-2 figure {
    	width: 100%;
    	padding: 0 0 10px 0;
	}
	.profil-contact-1 figure img, .profil-contact-2 figure img {
    	width: 50%;
 
	}
	.col-left {
		width: 100%;
    	padding: 0;
	}
	.col-right {
		width: 100%;
    	padding: 0;
	}
	.footer-logo {
		width: 40%;
	}
	.links-sites {
		width: 30%;
	}
	.adresse {
		width: 30%;
	}
}
@media only screen and (min-width : 640px) and (max-width : 767px) {
	.logo {
		left: 15px;
	}
	.logo img {
		width: 60%;
		height: auto;
	}
	.menu-principal {
    	top: 50%;
	}
	.buttom-big {
    	top: 80%;
	}
	.marge-plus {
    	width: 100%;
	}
	.litle-article {
    	width: 100%;
	}
	.content-impot {
    	padding: 68px 40px 70px 40px;
	}
	.un, .deux, .trois, .quatre {
		padding: 0;
	}
	.col {
    	width: 0%;
	}
	.carre {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.content-avantages {
    	padding: 0 60px;
	}
	.profil-contact-1, .profil-contact-2 {
    	width: 100%;
		padding: 0;
	}
	.profil-contact-1 figure, .profil-contact-2 figure {
    	width: 30%;
    	padding: 0 20px 0 0;
	}
	.col-left {
		width: 100%;
    	padding: 0;
	}
	.col-right {
		width: 100%;
    	padding: 0;
	}
	footer .content {
		flex: none;
	}
	footer .content .row {
		width: 100%;
		flex-wrap: nowrap;
		display: table;
	}
	footer .content .row::before {
    	display:none;
    	content:none;
    	box-sizing:inherit;
	}
	.footer-logo {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer-logo img {
		width: auto;
		margin: 0 auto;
		display: table;
	}
	.footer-logo p {
		text-align: center;
	}
	.links-sites {
		width: auto;
		margin: 0 auto 30px auto;
		display: table;
		padding: 0;
	}
	.adresse {
		width: auto;
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	.text-center {
		text-align: center !important;
	}
}
@media only screen and (min-width : 480px) and (max-width : 639px) {
	h2 {
		font-size: 28px;
		line-height: 32px;
}
	header {
		margin-bottom: 30px;
	}
	.logo {
		top: 10px;
		left: 30px;
	}
	.logo img {
		width: 55%;
		height: auto;
	}
	.menu-principal {
    	top: 15px;
	}
	.buttom-big {
    	top: 80%;
		right:inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu-principal ul li a {
		width: 30px;
		height: 30px;
	}
	.menu-principal ul .twitter a::before {
		font: 400 24px/1 FontAwesome;
	}
	.menu-principal ul .facebook a::before {
		font: 400 23px/1 FontAwesome;
}
	.img-header {
    	display: none;
	}
	.img-header-mobile {
		display: table;
	}
	.marge-plus {
    	width: 100%;
	}
	.litle-article {
    	width: 100%;
	}
	.content-impot {
    	padding: 68px 40px 70px 40px;
	}
	.content-impot h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.un, .deux, .trois, .quatre {
		padding: 0;
	}
	.col {
    	width: 0%;
	}
	.carre {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.col-large {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.col-mini {
    	width: 100%;
		padding: 0 20%;
		box-sizing: border-box;
	}
	.content-avantages {
    	padding: 0 60px;
	}
	.content-avantages h3 {
		font-size: 30px;
		line-height: 30px;
	}
	.col-left {
		width: 100%;
    	padding: 0;
	}
	.col-right {
		width: 100%;
    	padding: 0;
	}
	.col-left p {
		font-size: 26px;
		line-height: 32px;
	}
	.partie-1, .partie-2 {
		width: 100%;
	}
	.partie-2 {
		padding: 10px 0 0 0;
	}
	.profil-contact-1, .profil-contact-2 {
    	width: 100%;
		padding: 0;
	}
	.profil-contact-1 figure, .profil-contact-2 figure {
    	width: 30%;
    	padding: 0 20px 0 0;
	}
	footer .content {
		flex: none;
	}
	footer .content .row {
		width: 100%;
		flex-wrap: nowrap;
		display: table;
	}
	footer .content .row::before {
    	display:none;
    	content:none;
    	box-sizing:inherit;
	}
	.footer-logo {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer-logo img {
		width: auto;
		margin: 0 auto;
		display: table;
	}
	.footer-logo p {
		text-align: center;
	}
	.links-sites {
		width: auto;
		margin: 0 auto 30px auto;
		display: table;
		padding: 0;
	}
	.adresse {
		width: auto;
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	.text-center {
		text-align: center !important;
	}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
	h2 {
		font-size: 28px;
		line-height: 32px;
}
	header {
		margin-bottom: 30px;
	}
	section {
		margin: 0 auto 30px auto;
		padding: 0 0 30px 0;
	}
	.logo {
		top: 5px;
		left: 20px;
	}
	.logo img {
		width: 40%;
		height: auto;
	}
	.menu-principal {
    	top: 10px;
	}
	.buttom-big {
    	top: 80%;
		right:inherit;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
	}
	.menu-principal ul li a {
		width: 30px;
		height: 30px;
	}
	.menu-principal ul .twitter a::before {
		font: 400 24px/1 FontAwesome;
	}
	.menu-principal ul .facebook a::before {
		font: 400 23px/1 FontAwesome;
}
	.img-header {
    	display: none;
	}
	.img-header-mobile {
		display: table;
	}
	.marge-plus {
    	width: 100%;
	}
	.litle-article {
    	width: 100%;
	}
	.litle-article h3 {
		margin: 0 0 18px 0;
	}
	.litle-article p {
		margin: 0 0 36px 0;
	}
	.moteur p {
		text-align: center;
	}
	.pictos-moteur {
		padding: 0;
	}
	.pictos-moteur li {
		padding-top: 50px;
		text-align: center;
	}
	.picto-1::before, .picto-2::before, .picto-3::before, .picto-4::before, .picto-5::before {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
}
	.content-impot {
    	padding: 30px 40px 30px 40px;
	}
	.content-impot h2 {
		font-size: 32px;
		line-height: 34px;
	}
	.un, .deux, .trois, .quatre {
		padding: 0;
	}
	.col {
    	width: 0%;
	}
	.carre {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.col-large {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.col-mini {
    	width: 100%;
		padding: 0 20%;
		box-sizing: border-box;
	}
	.content-avantages h3 {
		font-size: 30px;
		line-height: 30px;
		margin: 0 0 30px 0;
	}
	.col-left {
		width: 100%;
    	padding: 0;
	}
	.col-right {
		width: 100%;
    	padding: 0;
	}
	.col-left p {
		font-size: 26px;
		line-height: 32px;
	}
	.partie-1, .partie-2 {
		width: 100%;
	}
	.partie-2 {
		padding: 10px 0 0 0;
	}
	.profil-contact-1, .profil-contact-2 {
    	width: 100%;
		padding: 0;
		margin: 0;
	}
	.profil-contact-1 figure, .profil-contact-2 figure {
    	width: 100%;
    	padding: 0;
	}
	.profil-contact-1 figure img, .profil-contact-2 figure img {
    	width: 50%;
    	padding: 0;
	}
	.mailto {
		padding: 50px 0 0 0;
		font-size: 14px;
	}
	.mailto::before {
		left: 50%;
		top: 0;
		transform: translateY(0);
		transform: translateX(-50%);
	}
	footer .content {
		flex: none;
	}
	footer .content .row {
		width: 100%;
		flex-wrap: nowrap;
		display: table;
	}
	footer .content .row::before {
    	display:none;
    	content:none;
    	box-sizing:inherit;
	}
	.footer-logo {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.footer-logo img {
		width: auto;
		margin: 0 auto;
		display: table;
	}
	.footer-logo p {
		text-align: center;
	}
	.links-sites {
		width: auto;
		margin: 0 auto 30px auto;
		display: table;
		padding: 0;
	}
	.adresse {
		width: auto;
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	.text-center {
		text-align: center !important;
	}
}