html{
	
}

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

header{
	background-color: #fff;
		padding: 10px 0 0 0;
		text-align: center;
		margin: auto;
		display: flex;
		flex-direction: column;
	}
	
	#headerContainer{
		margin: auto;
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	#logoHeader{
		height: 30px ;
		margin-left:auto;
		margin-right: auto;
	}
	
	#pictoHeader{
		height:100px;
		display:none;
	}
	#bandPicto {
		display: inline-flex;
		flex-direction: row;
		justify-content: space-between;
		text-align: center;
		width: 95%;
		margin: 0 auto;
	}
	
	.bandeau2Flex img{
		width: 30px;
		height: 30px;
	}
	.txtBandeau{
		margin-top: 5px;
		color: #30582e;
	}
	.bandeau{
		width:100%;
	}
	#bandeau2{

		font-weight: 700;
		font-size: 10px;
		padding: 5px 0;
		margin-top: 10px;
	}
	#bandeau3{
		width:100%;
		background-color: #30582e;
	}

h1 {
	width: 95%;
	color: #ffff;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px;
}
h2{
	color: #30582e;
	text-align: center;
}



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





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

#avantages {
	width: 70%;
	margin: 90px auto;
	padding: 10px;
	background: rgba(255,255,255,0.50);
	font-size: 18px;
}

#avantages ul li{
	margin-left: 15px;
	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:18px;
	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:#30582e;
	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;
}

#droite {

	margin-top: 80px;
}

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

#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: 7px;
	}

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


	@media (min-width: 768px) {


		h1{
			font-size: 32px;
		}

		#formulaire{
			padding:10px;
		}

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

		#gauche{
			width:48%;
		}

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





		#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;
		}


		.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;
		}

	}
	@media (min-width: 768px) {
	
		#bandeau2 {
			color: #fff;
			font-weight: 700;
			font-size: 12px;
			margin-top: 10px;
			height: 40px;
			margin: 20px 0 20px 0;
			max-width: 400px;
			padding-bottom: 10px;
		}
		

		header{
	 padding-left: 5%;
		padding-right: 5%;
		}
	
		#logoHeader{
		margin:30px 0 20px 0;
		}
	
		#pictoHeader{
			height:90px;
			display:block;
		}
	
	#headerContainer{
			flex-direction: row;
		justify-content: space-between;
	   
	}


		.bandeau2Flex img {
		display: block;
		margin: auto;
		width: 40px;
		height: 40px;
		}
	
	
	
	
	}
	@media (max-width: 768px) {
		#bandPicto{
			display: none;
		}
		#avantages {
			width: 90%;
			margin: 10px;
			padding: 10px;
			background: rgba(255,255,255,0.50);
			font-size: 16px;
			line-height: 18px;
		}
		h2 {
			color: #30582e;
			line-height: 18px;
			font-weight: 700;
			text-align: left;
			width: 90%;
			font-size: 18px;
			margin: 20px auto;
			text-align: center;
		}
		}