html{
	
}

h1{
	font-size: 33px;
	line-height: 35px;
}

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

h4{
	text-indent: -18px;
	margin:20px 0 5px 0;
}

#titreTabDesk{
	display:none;
}

#titreMob{
	display:Block;
}

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

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

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

p{
	line-height: 22px;
	margin: 0 0 10px 0;
}

#bandeau{
	background: #66c600;
	font-weight: 600;
	color: #FFF;
	line-height: 20px;
	padding: 10px;
}

#accroche{
	font-weight: 500;
	font-size: 22px;
	color: rgb(0, 102, 204);
	line-height: 26px;
	margin-top: 37px;
}

#logoHeader{
	width: 280px;
	height: 65px;
	margin: 20px auto;
	margin: auto;
}

#imageHeader{
	height: 84px;
	width: 53px;
	margin: 30px auto 10px auto;
	display:none;
}

.section{
	padding:10px;
}

#section1{
	background-color:#e7e7e7;
}

#logos_banques{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

.log {
	display: flex;
	flex-direction: 	row;
	justify-content: 	space-between;
}

.log img {
	margin: 0 10px;
}

.etoiles{
	width: 120px!important;
	height: 26px;
}

#section2{
	background: #61a4e7;
	padding: 10px;
}

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

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

.conteneur_multiCol1{
	display:flex;
	flex-direction:column-reverse;
	justify-content:space-around;
	padding:10px;
	max-width:1200px;
	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:992px;
	margin:auto;
}

.listeCheck {
	font-weight:300;
	font-size:18px;
	line-height:22px;
    background: url(check_vert.png) no-repeat transparent;
    list-style-type: none;
	margin: 20px auto;
	color: #333;
	text-align: left;
	max-width: 300px;
	padding-left:40px;
}

#fleche_bleue{
	display:none;
}

#ilsEnParlent{
	display:flex;
	flex-direction:column;
	justify-content: center;
	flax-wrap:wrap;
	text-align:center;
}

#bannerTitle{
	font-weight: 400;
	font-size: 26px;
	margin: 10px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-style: normal;
}

ul li::marker{
	padding-top:10px;
}

.listeCheck li img {
	width:30px;
	height:30px;
}

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

.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: 30px auto 20px auto;
	text-align: center;
}

iframe{
	background:#fff;
	border-radius: 15px;
	border:none;
	width:300px;
	height:169px;
	margin: auto;
}

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

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

#tier{
	background-color: #e7e7e7;
	padding:20px;
	text-align:center;
}

#pictoTier{
	width:100%;
	max-width:300px;
	margin:auto;
}

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

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

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

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

.sim{
	display: inline-flex;
	font-size: 5vw;
	max-width: 435px;
}

.btnScroll2 {
	
	border-radius: 10px;
	color: #0166cc;
	text-align: center;
	padding: 0px 10px;
	margin: 20px auto 10px auto;
	line-height: 20px;
	font-size: 30px;
	font-weight: 800;
	cursor: pointer;
	transition-duration: 0.25s;
}



.publi2{
	display: none;
}


@media (min-width: 560px) {
	.sim{
		font-size: 28px;
	}

}


@media (min-width: 768px) {


	#logoHeader{
		margin: 10px 0 10px 0;
		width: 300px;
		height: 65px;
	}

	#imageHeader{
		margin: 0;
		display:block;
	}

	.publi1{
		display: none;
	}

	.publi2{
		display: block;
		float: left;
	}

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

	.conteneur_multiCol1{
		    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	}

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

	#formulaire{
		width: 90%;
		margin: auto;
		padding:10px;
	}
	
	#gauche {
		width: 25%;
		padding: 10px 20px;
		background-color: rgba(255,255,255,0.75);
		border-radius: 20px;
	}

	#droite{
		width:65%;
	}

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

	#titreTabDesk{
		display:block;
	}

	#titreMob{
		display:none;
	}

	#section1{
		background: url(bg_photo.png) no-repeat top center;
		background-size: 100%;
		background-color:transparent;
	}

	h1{
	font-size: 30px;
    line-height: 34px;
    color: rgb(0, 0, 0);
    font-weight: 900;
	}

	#fleche_bleue{
		display: block;
		margin: 40px auto 20px auto;
		width:100%;
	}

}

@media (min-width: 992px) {


	#bannerTitle{
		text-align: left;
		max-width: 195px;
	}

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


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

	
}



@media (min-width: 992px) {





	}
