body{
font-family: 'Open Sans', sans-serif;
}



.container{
	min-width:320px;
	margin:0 auto;
}


header{
	width:100%;
	background:#FFF;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	padding-top:10px;
}



#header-wrapper{
	min-width:320px;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap:wrap;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}


/*
.logo img{
	width:300px;
}
*/



.accrocheMob{

	color:#bbb;
	padding-top:16px;
	font-size:22px;
	line-height: 23px;
	font-weight:500;
display:block;
}

.accrocheTabDesk{

	color:#bbb;
	padding-top:16px;
	font-size:26px;
	line-height: 26px;
	font-weight:500;
display:none;
}


#section1{
	//background:#faf8f6;
	display:flex;
	flex-wrap: wrap;
	flex-direction:column-reverse;
	justify-content: space-around;
	position:relative;
}

#couv{
	position:absolute;
	z-index:100;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
	transform: rotate(12deg);
        left: 16em;
    top: 15em;
}



#gauche{
	margin-top:10px;
//	background:#faf8f6;
	margin-bottom:10px;
//	display:none;
	position:relative;
}


.illustration-top{

	background-size:cover;
	margin-top:0px;
	margin-bottom:10px;
	padding:10px;
	background:#FFF;
	position:relative;
	text-align:center;
}


.illustration-top img{
   width:100%;
    	margin:0 auto;
}

#photoCouple{
width:100%;
}



.flechePicto{
	margin-top:40px;
	text-align:center;
	width:100%;
	display:none;
}


.titre{

	font-weight:700;
	color:#233c46;
	font-size:30px;
	line-height:38px;
	text-align:center;
	border-top:0;
	padding-top:0;
	margin-top:0;
}


h1{
	font-weight:500;
	display:block;
	font-size:32px;
	line-height:40px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	color : #660066;
	text-align:center;
}

iframe{
	border:0;
	max-width:80%;
	height:148vw;
}

#formulaire{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#FFF;
	margin-bottom: 30px;
}


#droite{
	background:#FFF;
		position:relative;
}






#avantages{
	text-align:left;
	margin: 0 auto;
	width: 85%;
	color: #233c46;
    font-size: 18px;
    line-height: 22px;
	list-style-image:url(check.png);
}

ul li{
	margin-top:10px;
}





.p1{
	display:inline-block;
	color:#ffcc33;
	font-size : 18px;
	line-height:20px;
}

.p2{
    display: inline-block;
    color: #233c46;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.p3{
	display:inline-block;
	color:#ffcc33;
	font-weight:400;
	font-size : 5vw;
	line-height:3vw;
	margin-bottom:5vw;
	margin-left:6vw;
}

.text2{
    text-align: left;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}


#section2{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom:20px;

}



.pave{
	background:#faf8f6;
	color:#333333;
	font-weight:400;
	font-size:16px;
	text-align:center;
	border-radius:2.5px;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	width:200px;
	margin-bottom:15px;
}



.pave2{
	margin-left:0px;
	margin-right:0px;
}


h3{
	font-weight:600;
	color:#233c46;
	font-size:18px;
	line-height:22px;
}




h2{
	color:#cc33cc;
	font-weight:bold;
	font-size:24px;
	margin-top:15px;
	text-align:center;
}






.paragraphe{
	padding-left:10px;
	padding-right:10px;
}


#graph{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

.graphique{
	text-align:center;
}

footer{
	padding-top:1vw;
	padding-bottom:1vw;
	text-align:center;
}

#signature{
	display:flex;
	width:100%;
	margin:auto;
	flex-wrap:space-between;
	font-size:11px;
	padding:10px;
}

#signature p{
	display:block;
	margin:auto;
}

.btnFooter{
	width:40%;
}

#btnFooterMob{

	font-size:25px;
	line-height:25px;
	background:#99cc33;
border-bottom:3px #99cc33 solid;
	color:#FFF;
	padding:10px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-decoration: none;
	cursor: pointer;
	position:relative;
	display:block;
	margin-bottom:30px;
		transition-duration:0.5s;
	-moz-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-webkit-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-o-box-shadow: 3px 3px 4px 0px #c0c0c0;
	box-shadow: 3px 3px 4px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
}

#btnFooterMob:hover{
	text-decoration: none
	color:#FFF;
	background:#3399cc;
	transition-duration:0.5s;
	border-bottom:3px #99cc33 solid;
}

#btnFooterMob img{
	width:30px;
}


#btnFooterTabDesk{
	display:none;
}

#btnFooterTabDesk{

	font-size:20px;
	line-height:25px;
	background:#99cc33;
	color:#FFF;
	padding:10px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:3px #99cc33 solid;
	width:400px;
	text-decoration: none;
	cursor: pointer;
	position:relative;
	display:none;
	margin-bottom:30px;
	-moz-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-webkit-box-shadow: 3px 3px 4px 0px #c0c0c0;
	-o-box-shadow: 3px 3px 4px 0px #c0c0c0;
	box-shadow: 3px 3px 4px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
}

#btnFooterTabDesk:hover{
	text-decoration: none
	color:#FFF;
	background:#3399cc;
	transition-duration:0.5s;
	border-bottom:3px #99cc33 solid;
}



/*//////////////BREAKPOINT500PX//////////////*/


@media (min-width: 480px) {

.titre {
    width:90%;
}



/*//////////////BREAKPOINT500PX//////////////*/


@media (min-width: 530px) {

.titre {
    width:460px;
}
	


}





/*//////////////BREAKPOINT500PX//////////////*/


@media (min-width: 528px) {


	iframe{

		height:768px;
	}


}



@media (min-width: 768px) {


.titre {
    width:90%;
    margin-top: 20px;
}

body{
background: url("fondTab.png") no-repeat fixed;
background-position: 25% 75%;
width:100%;
}



#header-wrapper {

    flex-direction: row;
    justify-content: space-around;
}

.accrocheMob {
    color: #bbb;
    padding-top: 30px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    vertical-align: middle;
}


ul li{
	margin-top:10px;
}



.flechePicto{
	display:block;
}

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


	.container{
		margin-top:30px;
		min-width:320px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}

	.accroche{
		display:block;
	}


	#gauche{
		margin-top:10px;
		display:block;
		margin-top:220px;
	}

	#couv{
		display:block;
	}


	#formulaire{
		display:block;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		background:#FFF;
	}

	iframe{
		height:600px;
			-webkit-box-shadow: 2px 2px 10px 0px rgba(133,128,133,1);
-moz-box-shadow: 2px 2px 10px 0px rgba(133,128,133,1);
box-shadow: 2px 2px 10px 0px rgba(133,128,133,1);
	}


	.fde-main-box {

		height:82%;

	}


	#simulH{
		display:block;
		width: 100%;
		margin-bottom: 15px;
	}

	#simulV{
		display:none;
	}



	




	.p1{

		font-size : 18px;
		line-height:20px;

	}

	.p2{

		font-size : 18px;
		line-height:20px;

	}


	#btnFooterMob{
		display:none;
	}
	
	#btnFooterTabDesk{
		display:block;
	}




}


@media (min-width: 992px) {


body{
background: url("fond_new.png") no-repeat fixed;
background-size:70%;
width:100%;

}

	#gauche{
		margin-top:10px;
		display:block;
		margin-top:180px;
	}


	#couv{
    left: 23em;
    top: 24em;
	}


	#header-wrapper{
		flex-direction: row;
		max-width:992px;
		margin:auto;
	}

.accrocheTabDesk{
	color:#bbb;
	padding-top:30px;
	font-size:22px;
	line-height: 24px;
	font-weight:500;
display:block;
}


.accrocheMob{
	display:none;
}

	

	iframe{
		height:780px;
	}

	.p1{

		font-size : 24px;
		line-height:22px;

	}

	.p2{

		font-size : 24px;
		line-height:28px;

	}


}


@media (min-width: 1200px) {

	#header-wrapper{
		max-width:1190px;	
	}
	
	iframe{
		height:850px;
	}

	.titre{
		width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
	}



	#couv{
		    left: 28em;
    top: 31em;

	}


	#avantages{

	width: 100%;

}


}