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


/*////////// HEADER /////////// */
header{
		padding: 10px 0 0 0;
		text-align: center;
		margin: auto;
		display: flex;
		flex-direction: column;
	}
	
	#headerContainer{
		margin: auto;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.bandeau{
		width:100%;
	}
	
	#bandeau1{
		background-color: #c9c;
		padding:1px 0 1px 0;
	}
	
	#bandeau2{
		font-weight: 700;
		font-size: 10px;
		padding: 5px 0;
		margin-top: 10px;
	}

	.bandeau2Flex img{
		width: 20px;
		height: 20px;
	}

	#bandPicto {
		display: inline-flex;
		flex-direction: row;
		justify-content: space-between;
		text-align: center;
		width: 95%;
		margin: 0 auto;
	}
	#section1{
		text-align:center;
	}

	#logoHeader{
		height:60px;
		margin:auto;
	}
	h1 {
		font-family: 'Kalam', cursive;
		color: #ffffff;
		font-size: 36px;
		line-height: 48px;
		font-weight: 700;
		text-align: center;
		margin: 10px 10px 0px 10px;
		padding-bottom: 10px;
	}
	h2 {
		color: #c9c;
		font-size: 30px;
		text-align: center;
		margin: 10px 10px 0px 10px;
		padding-bottom: 20px;
		padding-top: 30px;
	}
/*////////// SECTION1 /////////// */





#coupleMob{
	width:200px;
	display:block;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}



#coupleTab{
	width:320px;
	display:none;
	margin:auto;
	margin-top:10px;
	margin-bottom:40px;
}



#coupleDesk{
	display:none;
	margin-top:25px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

em{
	font-weight:400;
	color:#A8A394;
	font-style: normal;
}


#formulaire{
	display:block;
	width:100%;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
}





#avantages{
	display:block;
}

ol,
ul {
  padding-left: 3rem;
}

#avantages li{
	list-style-image: url(puce.png);
	color: #1bb4b4;
	font-size: 5vw;
	width: 87%;
	padding-top: 15px;
	text-align:left;
	margin:auto;
}




#avantagesDesk{
	display:none;
}










/*////////// section2Mobile /////////// */

#gauche{
	background: #f5e6f5;
}
#droite{
	background: #f5e6f5;
}
#section2Mobile{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content: space-around;
	margin:0 auto;
	background:#f5e6f5;
}



/*////////// section2TabDesk /////////// */



#section2TabDesk{
	display: none;

}






.paveMobile{
	display:block;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	line-height:20px;
	text-align: center;
	border-radius: 2.5px;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 230px;
	margin-bottom: 15px;
}

.paveMobile img{
	width: 80px;
}

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


.paveTabDesk{
	display:none;
}







h3{
	color:#e45e5a;
	font-weight:500;
	font-size:20px;
	margin-top:30px;
}



h4{
	font-weight:700;
	color:#1bb4b4;
	font-size:20px;
	font-weight:500;
}


.titre{
	font-weight:600;
	color:#667581;
	font-size:20px;
	font-weight:600;
	text-align:left;
}

.titre2{
	color:#c9c;
	font-size:16px;
	font-weight:600;
	text-align:left;
}




/*////////// SECTION3 /////////// */




#section3{
	display: flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content: space-around;
	margin: auto;
	margin-top: 30px;
	background:#fff;
	padding:15px;
}



#section3 ul{
	list-style-type: disc
}



.paragraphe{
	font-size:15px;
}






/*////////// FOOTER /////////// */



footer{
	margin-bottom:30px;
	text-align:center;
	height:80px;

}


#btnFooterMob{
	font-size:25px;
	line-height:25px;
	background:#e25d20;
	color:#FFF;
	padding:10px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	text-decoration: none;
	cursor: pointer;
	position:relative;
	display:block;
	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);
}

#btnFooterMob:hover{
	text-decoration: none
	color:#FFF;
	background:#a8a394;
	transition-duration:0.5s;
}

#btnFooterMob img{
	width:30px;
}


#btnFooterTabDesk{
	display:none;
}

#btnFooterTabDesk{
	font-size:20px;
	line-height:25px;
	background:#e25d20;
	color:#FFF;
	padding:10px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:40%;
	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{
	background:#e4d8e4;
	transition-duration:0.5s;
	color:#3f618d;
}




/*////////// SIGNATURE /////////// */

#signature{
	width:100%;
	margin:auto;
	font-size:16px;
	text-align:center;
	padding-top:20px;
	color:#3f618d;
	background:#d8e4e0;
	height:250px;
}

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

#signature a{
	color:#333;
}


@media (min-width: 990px) {
	#coupleTab{
		display:block;
	}
}


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




@media (min-width: 500px) {





	#avantages li{
		font-size: 4vw;

	}


	



	#btnFooterMob{
		display:none;
	}


	#btnFooterTabDesk{
		display:block;
	}




}

@media (max-width: 768px) {

	#bandeau2{
		display: none;
	}

	#droite{
		width: 100%;
	}

	#gauche{
		display: none;
	}

}



@media (min-width: 768px) {
	#logoHeader{
		height:50px;
		margin:20px 0 20px 0;
		}

	header{
		padding-left: 5%;
		   padding-right: 5%;
		   }
	   
		   #logoHeader{
		   height:50px;
		   margin:20px 0 20px 0;
		   }
	   
		   #pictoHeader{
			   height:90px;
			   display:block;
		   }
	   
	   #headerContainer{
			   flex-direction: row;
		   justify-content: space-between;
		  
	   }
	   
	   #bandeau2 {
		font-weight: 700;
		font-size: 12px;
		margin-top: 10px;
		height: 40px;
		margin: 20px 0 20px 0;
		max-width: 400px;
		padding-bottom: 10px;
	}
	
		.bandeau2Flex img {
		display: block;
		margin: auto;
		width: 30px;
		height: 30px;
		}

	#section1{

		display:flex;
		flex-wrap:wrap;
		flex-direction:row;
		justify-content: space-between;
		margin-bottom:10px;
		position:relative;
		background: #FFF;
	}


	#section2Mobile{
		display:none;
	}



	#section2TabDesk{
		display:block;
		margin:0 auto;
		background:#f5e6f5;
		padding-top:20px;
		padding-bottom:20px;

	}

	.paveTabDesk{
		display:block;
		color: #333333;
		font-weight: 400;
		font-size: 16px;
		line-height:20px;
		text-align: center;
		border-radius: 2.5px;
		margin-top: auto;
		margin-bottom: auto;
		margin-left:auto;
		margin-right:auto;

		width: 80%;
		text-align:left;
	}
	.paveTabDesk3{
		display:block;
		color: #333333;
		font-weight: 400;
		font-size: 16px;
		line-height:20px;
		text-align: center;
		border-radius: 2.5px;
		margin-top: 40px;
		margin-bottom: auto;
		margin-left:auto;
		margin-right:auto;

		width: 80%;
		text-align:left;
	}
	.paveTabDesk3 img{
		float:left;
		width: 50px;
		margin-right: 20px;
	}

	.paveTabDesk img{
		float:left;
		width: 50px;
		margin-right: 20px;
	}
	
	.paveTabDesk p{
		margin-left: 100px;
	}

	.paveTabDesk3 p{
		margin-left: 100px;
	}

	.paveTabDesk1{
		display:block;
		color: #333333;
		font-weight: 400;
		font-size: 16px;
		line-height:20px;
		text-align: center;
		border-radius: 2.5px;
		margin-top: 40px;
		margin-bottom: auto;
		margin-left:auto;
		margin-right:auto;

		width: 80%;
		text-align:left;
	}
	.paveTabDesk1 img{
		float:left;
		width: 50px;
		margin-right: 20px;
	}
	.paveTabDesk1 p{
		margin-left: 100px;
	}

	.header-wrapper{
		display:flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap:wrap; 
		text-align:center;
		padding-left:10px;
		padding-right:10px;
		width:100%;
		margin:auto;
	}



	.logo{
		padding-top:20px;

	}




	.accroche{
		font-weight:300;
		margin-top:10px;
		border-top:0px;
	}


	.pictosHead{
		display:block;
	}







	#marge{
		margin-top:20px;
	}





	#avantages{
		margin-top:20px;
		margin-left:20px;
	}


	#avantages li{
		list-style-image: url(puce.png);
		color: #1bb4b4;
		font-size: 24px;
		font-weight:300;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 20px;
	}




	#coupleMob{
		display:none;
	}


	#coupleDesk{
		display:none;
	}






}



@media (min-width: 992px) {
	h1 {
		font-size: 36px;
		margin: 20px auto 10px auto;
	}


	#bandPicto {
		width: 100%;
	}

	.bandeau2Flex img {
		display: block;
		margin: auto;
		width: 50px;
		height: 50px;
	}
	
	#bandeau2 {
		color: #c9c;
		font-weight: 700;
		font-size: 12px;
		background: none;
		padding: 5px 0;
		margin-top: 5px;
	}

	#headerContainer{
		flex-direction: row;
		justify-content: space-between;
		max-width: 1200px;
		margin: auto;
	}





	.accroche{
		display:flex;
		flex-direction: row;
		justify-content: space-around;
		padding-bottom: 0;
		margin-top:0;
	}


	.accroche p{
		line-height:53px;
		//margin-right:10px;
	}


	#marge{
		margin-top:20px;
	}


	#coupleTab{

		margin-top:25px;

	}


	#avantages{
		display:none;
	}

	#droite{
		padding-top:15px;
		padding-right:15px;
	}


	#avantagesDesk{
		display:block;
		margin-top:40px;
	}


	#avantagesDesk li {
		list-style-image: url(puce.png);
		color: #1bb4b4;
		font-size: 24px;

		padding-top: 5px;
		padding-bottom: 20px;
	}




}







@media (min-width: 1200px) {

	.header-wrapper{

		max-width:1200px;
		
	}




	#avantagesDesk{

		margin-left:40px;
	}

	#coupleTab{

		display:none;
	}

	#coupleDesk{

		display:block;
	}



}