

#bg{
	background: url('bg_photo.jpg') no-repeat fixed;
	background-size:100% ;
	padding-top: 0;
}

h1{
	font-size: 34px;
	line-height:38px;
	color: #0033cc;
	text-align: center;
}

h2{
	font-size: 26px;
	line-height:30px;
	color: #333;
	text-align: center;
}

.sousTitre{
	font-weight: 700;
	font-family: "Maven Pro";
	font-size: 26px;
	line-height:30px;
	color:#333;
	margin:20px auto 10px auto!important;
	max-width: 600px;
}

h2{
	font-weight: 700;
	font-family: "Maven Pro";
	font-size: 30px;
	color: #0033CC;
	font-style: normal;
}

h3{
	color: #0033cc
}

h4{
	font-size: 26px;
	text-align: center;
	color: #0033cc;
	display: none;
}

body{
	position:relative;
	font-family: 'Maven Pro', sans-serif;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	image-rendering: -webkit-optimize-contrast;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}


header{	
	width:100%;
	top:0;
	margin:0;
	text-align:center;
	background-color:#eee;
}

header img{
	image-rendering: crisp-edges!important;
}

p{
	font-size:18px;
	line-height:24px;
}

#logoHeader{
	width:260px;
	margin:20px auto;
}

#logoFooter {
    margin: auto;
    padding-top: 20px;
    display: block;
    max-width: 250px;
}

#imageHeader{
	width:100px;
	margin: 30px auto 10px auto;
	display:none;
}

.section{
	padding:10px;
	//max-width: 1200px;
	margin: auto;
}

#section1{
	background:#fff;
}
#banner{
	background:#8cc63f21;
	padding: 20px;
	margin: auto;
}

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

#listBanner{
	margin: 10px 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;
	color: #0033cc;
}

#section3{
	background: #fff;
}

#section4{
	//margin-top: 400px;
	background: #fff;
}

#section2bis{
	background-color: rgb(27 127 204 / 10%);
}

#section5{
	background-color: rgb(27 127 204 / 10%);
}

.conteneur_header{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:10px;
	max-width:992px;
	margin:auto;
}

.conteneur_multiCol{
	display:flex;
	flex-direction:column-reverse;
	justify-content:space-around;
	padding:10px;
	max-width:1200px;
	margin:auto;
}

.conteneur_1Col{
	padding:10px;
	max-width:992px;
	margin:auto;
}

.desktop{
	display: none;
}

.mobile{
	display: block;
	text-align: center;
}

.listeCheck {
	font-weight:300;
	font-size:20px;
	line-height:26px;
	padding-left: 10px;
	margin: 20px auto;
	color: #333;
	text-align: left;
	max-width: 500px;
}

ul li{

	background : url('valider-vert.png') no-repeat left top;
	list-style : none;
	margin:20px 0 10px 0;
	padding-left: 45px;
	list-style: none;
	margin-bottom:20px;
	vertical-align: middle;
}

.liste2 li{
	list-style: disc!important;
	background: none;
	padding-left: 0;
	margin: 0;
}

.imgGauche{
	margin: 40px auto;
	display: block;
	max-width: 450px;
	width: 100%;
}

.paragraphe{
	font-weight:300;
	font-size:16px;
	line-height:20px;
	background:#FFF;
	margin:0 auto 10px auto;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

.paragraphe img{
	image-rendering: crisp-edges!important;
	image-rendering: auto;
	width:80%;
	margin:auto;
}



#formulaire {
	width: 100%;
	//max-width: 500px;
	margin: 10px auto 20px auto;
}


iframe{
	background:#fff;
	border:none;
	width:100%;
	height:169px;
	margin: auto;
}

.btnScroll {
	background: #FF9100;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	width: 300px;
	margin: 30px auto 20px auto;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	font-weight: 600;
	cursor: pointer;
	transition-duration: 0.25s;
}

.btnScroll:hover{
	background: #0033cc;
	transition-duration: 0.25s;
}

#bandeOrange{
	padding: 20px 0 20px 0;
	background:#0033cc ;
}

.btnBlanc{
	background: #FFF;
	color: #0033cc;
}

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

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

#signature a:hover{
	color:#ff352c;
	transition-duration: 0.25s;
}

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



footer{
	background: #b3b3b3;
	padding-bottom: 20px;
}




.avis{
	margin: auto;
	flex-wrap: wrap;
}


.avisBlock {
	border-bottom: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
	margin: 5px 10px;
}

.avisBlockLast {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
	margin: 5px 10px;
}


.avisMob{
	display: block;
	text-align: center;
}

.avisDesktop{
	display:none;
}

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

#lessMob:hover{
	color:#ff352c;
}

#moreMob{
	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;
	display: block;
}

#moreMob:hover{
	color:#ff352c;
}

#lessDesk{
	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;
	display: block;
}

#lessDesk:hover{
	color:#ff352c;
}

#moreDesk{
	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;
	display: block;
}

#moreDesk:hover{
	color:#ff352c;
}

#section5{
	display: none;
}





#fin img{
	//margin: 10px 0 0 10px;
}


#fin a{
	color: #FFF;
	font-weight:#0033cc ;
}



#pFin{
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}


#fin {
	padding-top: 0;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 500px;
	margin: auto;
	text-align: center;
}

@media (min-width: 768px) {

	#fin {
		padding-top: 0;
		color: #FFF;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		max-width: 500px;
		margin: 50px auto;
		text-align: center;
		line-height: 20px;
	}

	#pFin{
		margin-right: 15px;
	}

	#section2bis{
		display: none;
	}

	#section5{
		display: block;
	}

	.avisMob{
		display: none;
	}

	.avisDesktop{
		display:block;
	}



	#logoHeader{
		margin: 0;
	}

	

	#imageHeader{
		width:100px;
		margin: 0;
		display:block;
	}


	.conteneur_header{
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	

	#formulaire{
		width: 90%;
		margin: auto;
		padding:10px;
	}
	
	

	iframe{
		width:560px;
		height:315px;
	}



	.conteneur_multiCol{
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-around;
	}

	.gauche{
		width:33%;
	}

	.droite{
		width:60%;
	}

	.gauche2{
		width: 45%;
		background: #f1f1f1;
		padding: 20px;
	}

	.droite2{
		width: 45%;
		background: #f1f1f1;
		padding: 20px;
	}
}



@media (min-width: 992px) {

	#bg{;
		padding-top: 500px;
	}
	
	.desktop{
		display:block;
	}

	.mobile{
		display: none;
	}

	#fin{
		margin: 0;
		margin-top: 18px;
	}


	h1{
		font-size: 45px;
	}

	h4{
		display: block;
	}

	footer{
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		height: 60px;
	}

	#logoFooter{
		margin:0;
	}

	
}
