html{
	
}

h1{
	font-size: 30px
	line-height:34px;
	color:#0166cc;
	margin:30px auto 20px auto!important;
}

h2{
	font-size: 24px
	line-height:28px;
	color:#0166cc;
	margin:20px auto 10px auto!important;
}

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

header{	
	//position:fixed;
	width:100%;
	top:0;
	margin:0;
	text-align:center;
	background-color:#fff;
}

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

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

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

.section{
	padding:10px;
}

#section1{
	background:#e6f1e0;
}
#banner{
	background:#e7e7e7;
	padding: 20px;
    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: 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;
}

#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;
	justify-content:space-around;
	padding:10px;
	max-width:992px;
	margin:auto;
}

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

.listeCheck {
	font-weight:300;
	font-size:16px;
	line-height:20px;
	list-style-image: url(check-carre.png);
	margin: 20px auto;
	color: #333;
	text-align: left;
	max-width: 300px;
}

ul li {
	margin:20px 0 10px 0;
}

.paragraphe{
	font-weight:300;
	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: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;
}

.video{
	width: 100%;
	max-width: 600px;
	margin: 10px auto 20px auto;
	text-align: center;
}

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

.btnScroll {
	//background: #ff6600;
	background: #e66a6f;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
	width: 250px;
	margin: 30px auto 20px auto;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	font-weight: 600;
	cursor: pointer;
	transition-duration: 0.25s;
}

.btnScroll:hover{
	background: #ff6600;
	//background:rgba(0,152,219,1);
	transition-duration: 0.25s;
}

#signature{
	text-align:center;
	background:#2272ca;
	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;
}








.avis{
	//display: flex;
	//max-width:810px;
	//width: 100%;
	//justify-content: space-around;
	margin: auto;
	flex-wrap: wrap;
}


//.avisBlock{
	-webkit-box-shadow: 2px 2px 7px 3px rgba(0,0,0,0.35); 
box-shadow: 2px 2px 7px 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
	margin: 5px 10px;
	max-width: 300px;
}


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

@media (min-width: 768px) {

		#section2bis{
	display: none;
}

#section5{
	display: block;
}

	.avisMob{
	display: none;
}

.avisDesktop{
	display:block;
}



	#logoHeader{
		margin:20px 0 20px 0;
	}

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

	h1{
		font-size: 34px
		line-height:38px;
	}

	h2{
		font-size: 28px;
		line-height:32px;
	}

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

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

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

	.droite{
		width:50%;
	}

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

}



@media (min-width: 992px) {


	




	
}
