html{
	
}

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

header{	
	width:100%;
	top:0;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	background-color:#ddebf3;
	position: fixed;
	z-index: 1000;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}

.head_logos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 400px;
	margin: auto;
}

.rgpd{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	margin: 5px auto 0 auto;
	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;
}

.rgpdMob{
	width: 50px;
	height: 50px;
}



.mob{
	display: none;
}

#logoHeader{
	width: 280px;
    margin: 5px auto 0 auto;
	display: flex;
	flex-direction: row;
}

#logoHeader img{

}

#pictoLogo{
	height: 40px;
    margin-right: 5px;
}

#imageHeader {
    width: 80px;
    margin: 90px auto 10px auto;
    position: absolute;
    right: 3%;
    display: none;
}

#titreLogo{
	font-size: 18px;
    font-weight: 800;
    color: #15348e;
    line-height: 40px;
}

h1 {
    width: 95%;
    color: #15348e;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    margin: 130px auto 20px auto;
}

h2 {
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #333;
    font-size: 22px;
   color: #212121;
}

#logo{
	margin:auto;
	height: 39px;
}



#avantages {
    width: 90%;
    margin: auto;
    padding: 10px;
    background: rgba(255,255,255,0.65);
    font-size: 15px;
    line-height: 18px;
    -webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.25);
box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.25);
}

#avantages ul li{
	list-style-type:none ;
	color:#003189;
}

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



#gauche{
	position:relative;
	padding:10px 1% 10px 1%;
}



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


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

#section2{
	background:#e5e5e5;
	width:100%;
	padding:20px 0 ;
}

.section{
    display: flex;
    flex-direction: column-reverse;
 	width: 100%;
    margin: auto;
   position: relative;
}


#avantages2{
display:flex;
flex-direction: column;
}

.pictosAvantages2{
	background: #cecece;
    text-align: center;
    padding: 20px;
    width: 90%;
    margin: 10px auto;
    width: 81%;
}

#banner{
	background:#e7e7e7;
	padding: 20px 0;
    margin: 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:#003189;
	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;
}


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

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

ul {
	padding-left: 20px;
}

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

}

li::before {
	/*content: "► ";
    color: #0083ae;
    margin-left: -1.25em;
    text-indent: 1em;*/
}

#droite {
z-index: 2;
}

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

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

#flecheGauche{
	display:none;
}

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


#instruction {
	text-align: center;
	display:block;
	border-radius:5px;
    font-weight: 800;
    right: 20px;
    top: 25%;
    background:#15348e;
	color:#fff;
	border-radius:5px;
	padding:5px 10px;
	margin: auto;
	max-width: 465px;
}

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

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


.avisMob{
	display: block;
}

p{
	font-size: 13px;
    line-height: 16px;
}

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:#666!important;
	color:#fff!important;
}

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

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

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

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

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

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

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

#lb5{
	background-color:#ff6838!important;
	color:#fff!important;
}

#lb5:hover{
	background:#2984bd!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;
   
}



@media (min-width: 768px) {

header{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

h1{
	font-size: 32px;
	line-height: 36px;
	margin: 100px auto 20px auto;
}

#formulaire{
	 padding:10px;
}

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

#gauche{
	width:48%;
}

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

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

#avantages {
    width: 92%;
}

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

#flecheGauche {
	display:block;
	border-radius:5px;
    width: 178px;
    font-weight: 800;
    position: absolute;
    right: 20px;
    top: 25%;
    background:#15348e;
	color:#fff;
	border-radius:5px;
	padding:10px;
}

#txtBleu{
 background: url(../img/flecheRouge2.png) no-repeat;
    background-position: bottom right;
    background-size: 25%;
}

#avantages2 {
    display: flex;
    flex-direction: row;
}


h3{
	margin: 0 0 10px 0;
    font-size: 21px;
    line-height: 24px;
}

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


.section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    //max-width: 992px;
    margin: auto!important;
    position: relative;
}

}

@media (min-width: 992px) {

	h2{
		width:450px;
	}

	#section1{
		max-width:992px;
		margin:auto;
	}

#pictosBas{
	max-width:992px;
	margin:auto;
}

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

#titreMob{
	display:none;
}

#avantages {
    width: 450px;
    margin:auto;
}

.gauche{
	width:45%;

}

.droite{
	width:45%;
	    margin-top: 40px;
}

.droite2{
	width:45%;
}

#photo{
	display:none;
}

	.btnFooter{
width:400px;
	}


	#logoHeader{
	width: 280px;
}


}


@media (min-width: 1100px) {


	
#imageHeader {
right: 21%;
}

	
}