html{
	
}
.rgpd{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	margin: auto 50px auto 50px;
	height: 37px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #333;
}

.rgpd p{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	font-size: 8.5px;
	line-height: 10px!important;
	font-weight: 500;
	margin: 10px 0;
	text-align: left;
}

.rgpd img{
	width: 40px;
	height: 40px!important;
	margin-right: 7px;
}
@media (max-width: 768px) {
	.rgpd{
		display:none;
	}
	}
body{
	position:relative;
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}

header{
	background-color:#ddebf3;
		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: #003189;
	}
	.bandeau{
		width:100%;
	}
	#bandeau2{

		font-weight: 700;
		font-size: 10px;
		padding: 5px 0;
		margin-top: 10px;
	}

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

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


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





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

#avantages {
	width: 70%;
	margin: 90px auto;
	padding: 10px;
	border-left: #003189 6px solid;
	background: rgba(255,255,255,0.50);
	font-size: 18px;
	line-height: 26px;
}

#avantages ul li{
	margin-left: 15px;
	list-style-type: disc;
	color:#003189;
}

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

#droite {
	border: 1px solid #333;
	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;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
}

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

#section2{
	text-align:center;
}

@media (min-width: 360px) {
	#droite {
		margin-left: 10px;
		margin-right: 10px;

	}

	@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: 50%;
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 0;
		}





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

		#flecheGauche {

			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) {
		#logoHeader{
			margin-bottom: 10px;
		}
		#instruction {
			background-color: #ddebf3;
		}
		#bandPicto{
			display: none;
		}
		#droite{
			border: none;
		}
		#avantages {
			width: 90%;
			margin: 10px;
			padding: 10px;
			background: rgba(255,255,255,0.50);
			font-size: 16px;
			line-height: 18px;
		}

		}

		
h3{
    font-size: 16px;
    line-height: 19px;
    margin: 10px auto;
}

h4 {
    margin: 0 0 10px 0;
    font-size: 21px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    border: 1px solid #212121;
    max-width: 700px;
    padding: 10px;
    margin: auto;
}

h5 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-align: center;
    max-width: 700px;
    padding: 10px;
    margin: auto;
}

.myBtn1{
	color:#003189;
	text-align:left;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	transition-duration: 0.25s;
}

.myBtn1:hover{
	color:#ff352c;
}

.myBtn2{
	color:#003189;
	text-align:left;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	transition-duration: 0.25s;
}

.myBtn2:hover{
	color:#ff352c;
}

.faq{
	font-size:16px;
	line-height:20px;
	max-width:290px;
	background:#FFF;
	margin:20px auto 10px auto;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	background: #ddebf3;
}

#section4{
	    margin-top: 40px;
}

.accordion {
	margin: 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
}
.accordion ul {
	margin: 0;
	padding: 0;
}
.accordion li {
	display: block;
}
.accordion label {
	font-weight: 500;
	color:#fff;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	display: flex;
	flex-direction:row;
	justify-content: left;
	padding: 0.7em 1em;
	overflow: hidden;
	text-transform: uppercase;
}

.checked{
	font-size: 30px;
    color: #FFF;
    margin-right: 10px;
}

.accordion input[type=radio],
.accordion input[type=checkbox] {
	display: none;
}
.accordion .sub > li {
	cursor: pointer;
	overflow: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	font-size: 0.875em;
	transition: all 0.25s ease-in-out;
}
.accordion .sub > li:hover {
	padding-left: 1.5em;
	background: rgba(0, 0, 0, 0.1);
}
.accordion input:checked + .sub > li {
	padding: 1.5em 2em;
	height: auto;
	opacity: 1;
	margin-bottom:10px;
}

#lb1{
	background-color:#003189!important;
	color:#fff!important;
}

#lb1:hover{
	background:#ff352c!important;
	transition-duration:0.25s;
}

#lb2{
	background-color:#003189!important;
	color:#fff!important;
}

#lb2:hover{
	background:#ff352c!important;
	transition-duration:0.25s;
	background-blend-mode: multiply;
}

#lb3{
	background-color:#003189!important;
	color:#fff!important;
}

#lb3:hover{
	background:#ff352c!important;
	transition-duration:0.25s;
	background-blend-mode: multiply;
}

#lb4{
	background-color:#003189!important;
	color:#fff!important;
}

#lb4:hover{
	background:#ff352c!important;
	transition-duration:0.25s;
	background-blend-mode: multiply;
}

#li1{
	background-color:#ebebeb!important;
	color:#333;
font-size: 14px;
    line-height: 23px;
 
}

#li2{
	background-color: #ebebeb!important;
	font-size: 14px;
	 line-height: 23px;
   
}

#li3{
	background-color: #ebebeb!important;
	font-size: 14px;
	 line-height: 23px;
   
}

#li4{
	background-color: #ebebeb!important;
	font-size: 14px;
	 line-height: 23px;
   
}

#li5{
	background-color:#ffe8d9!important;
	font-size: 14px;
	 line-height: 23px;
   
}
.avisMob{
	display: block;
}

.avis{
	display: flex;
	justify-content: space-around;
	margin: auto;
	flex-wrap: wrap;
	padding: 20px;
	margin-top: 20px;
	background: #ddebf3;
}


.avisBlock {
    border-bottom: 1px solid #999;
    padding: 20px auto;
    margin: 20px auto;
}

.avisBlockDer {
    padding: 20px auto;
    margin: 20px auto;
}

#ilsEnParlent{	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	max-width: 1050px;
	margin: auto;
}

#listBanner{
	margin: 15px auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	text-align: center;
}

#listBanner img{
margin: 10px;
}

#bannerTitle{
line-height: 90px!important;
    margin: auto!important;
}


#section3{
	padding: 10px;
    margin: auto;
    max-width: 992px;	
}

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

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

#btnFooterTabDesk{
	display:block;
}

#btnFooterMob{
	display:none;
}


.btnAvis{
	color:#003189;
	text-align:center;
	width:80%;
	margin: 10px auto;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
		transition-duration: 0.25s;
}

.btnAvis:hover{
	color:#ff352c;
}


#less{
	color:#003189;
	text-align:center;
	width:80%;
	margin: 10px auto;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
		transition-duration: 0.25s;
}

#less:hover{
	color:#ff352c;
}

#more{
	color:#003189;
	text-align:center;
	width:80%;
	margin: 10px auto;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
		transition-duration: 0.25s;
}

#more:hover{
	color:#ff352c;
}
