html{
	
}

body{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}

header{
	font-family: 'Gelasio', serif;
	width:100%;
	position:fixed;
	z-index: 100;
	top:0;
	margin:0;
	
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 34px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.25);
}

#header{
	position:relative;
	width:100%;
	display:flex;
	flex-direction:row;
	text-align: center;
}

h1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
	margin: 10px auto 10px auto;
}

h2 {
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	width: 90%;
	margin: 20px auto;
}


#bleu{
	background:#30582e;
	width: 50%;
	height: 65px;
}

#rouge{
	background: #30582e;
	width: 50%;
	height: 65px;
}



.container{
	//display:flex;
	//flex-direction: column-reverse;
}

#avantages {
	width: 90%;
	margin: auto;
	padding: 10px;
	background: rgba(255,255,255,0.65);
	font-size: 15px;
	line-height: 17px;
}

#avantages ul li{
	list-style-type: disc;
	color:#30582e;
}

#avantages ul li p {
	color: #333;
}



#gauche{
	position:relative;
	background:url('../img/fond.png') no-repeat;
	background-position:top left;
	background-size:100%;
	padding:10px 1% 10px 1%;
}



#section1 {
	display: flex;
	flex-direction: column-reverse;
	width: 100%;
	margin: 65px auto 0 auto;
	margin:0;
}


#fleche{
	position:absolute;
	display:none;
}


#section3{
	padding:10px;
	margin:10px;
}

.btnFooter{
	background:#30582e;
	color:#FFF;
	text-align:center;
	width:80%;
	margin:40px auto 40px auto;
	height:80px;
	line-height:80px;
	font-size:26px;
	font-weight:800;
	text-transform: uppercase;
	cursor:pointer;
	transition-duration: 0.25s;
}

.btnFooter:hover{
	background:#ff352c;
	transition-duration: 0.25s;
}

#btnFooterTabDesk{
	display:block;
}

#btnFooterMob{
	display:none;
}

#signature{
	text-align:center;
	background:#f2f2f2;
	font-size:14px;
	padding:10px;

}

#signature a{
	text-decoration: none;
	font-weight:600;
	color:#003189;
	transition-duration: 0.25s;
}
#signature a:hover{
	color:#ff352c;
	transition-duration: 0.25s;
}

.txtFooter{
	text-align:left;
	font-size:12px;
	line-height:15px;
}

#flecheRouge{
	width: 250px;
	margin-bottom: 20px;
}

ul {
	padding-left: 20px;
}

ul li{
	margin-top:5px;
	line-height:18px;
}

#droite {

	margin-top: 80px;
}

#pastille {
	position: absolute;
	z-index: 100;
	right: 5px;
	top: -20px;
	width: 60px;
	transform: rotate(9deg);
}

#formulaire {
	position:relative;
	width: 100%;
	max-width: 479px;
	margin: -20px auto 20px auto;

}

iframe{
	height:410px;
	background:#fff;
	border:none;
}

#instruction {
	width: 90%;
	margin: auto;
	font-family: 'Gelasio', serif;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	text-shadow: 10px 0px 10px #fff;
}

#logoRF{
	width:80px;
	margin:50px auto 50px auto;
}

#section2{
	text-align:center;
}

@media (min-width: 360px) {
	#droite {
		margin-top: 87px;
	}

	@media (min-width: 506px) {
		h1{
			line-height: 50px;
		}
	}



	@media (min-width: 768px) {


		h1{
			font-size: 32px;
		}

		#formulaire{
			padding:10px;
		}

		#section1{
			vertical-align: top;
			flex-direction: row;
			margin: 65px auto 0 auto;
		}

		#gauche{
			width:48%;
		}

		#droite {
			width: 48%;
			margin: 18px 1% 0 1%;
		}

		#avantages {
			width: 70%;
			margin: 200px 0 0 100px;
		}



		#formulaire{
			width: 90%;
			margin: auto;
		}

		#flecheGauche {
			font-family: 'Gelasio', serif;
			background: url(../img/flecheRouge2.png) no-repeat;
			background-position: bottom right;
			background-size: 25%;
			width: 178px;
			height: 63px;
			font-weight: 800;
			position: absolute;
			right: 20px;
			top: 27%;
		}



		#flecheRouge{
			margin-bottom: 0;
		}

	}


	@media (min-width: 992px) {

		#formulaire{
			max-width: 700px;
			padding:10px;
		}

		#titreMob{
			display:none;
		}

		#avantages {
			width: 50%;
			margin: 40% 0 0 47%;
		}

		.container{
			//flex-direction: row;
			//justify-content: space-between;
		}

		.gauche{
			width:50%;
			background:yellow;
		}

		.droite{
			width:50%;
			margin-top: 40px;
			background:red;
		}

		#photo{
			display:none;
		}

		.btnFooter{
			width:400px;
		}

	}
