html, body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
}

#wrapper{
	background:
	url('fond2.png') 20% center no-repeat  ;
	background-size:100%;
}

#container{
	max-width:992px;
	margin:auto;


	background-color: rgba(255,255,255,0.70);
}

header{
	text-align:center;
	padding: 10px;
	background:#FFF;
}

h1{
	color: #0066cc;

	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	width: 90%;
	margin: auto;
}

h2{
	color:#333;
	
	font-weight:800;
	text-transform:uppercase;
}

h2{
	color: #333;

	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
}

h3{
	color:#666;
	font-weight:500;
	font-size:26px;
	line-height:30px;
	width: 90%;
	margin: auto;
}

h4{
	color: #0066cc;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    width: 90%;
    margin: auto;
    margin: 30px auto;
}

h5{
	color: #0066CC;
	font-size: 20px;
	margin:20px;
	font-weight: 800;
}

h6 {
	color: #0066cc;
	font-size: 20px;
	line-height: 24px;
	font-weight: 800;
	margin:10px 0;
	text-transform: uppercase;
}

.sousTitre{
	margin:10px;
	color:#333;
}

#legendeDesk{
	display:none;
}


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

.section{
	margin:auto;
	padding:10px;
}

#section1{
	display:flex;
	flex-direction: column-reverse;
}

#section2{
	background:#f2e5d9;
	//color:#FFF;
	text-align:center;
	font-weight:600;
}

#section4 {
	background: #f2e5d9;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	//  -webkit-transform: rotate(-4deg);
	padding: 40px;
	clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
	padding: 20px;
}

#section5{
	max-width:992px;
	margin:40px auto;
}

#video1{
	//transform: rotate(4deg);
}

.bloc{
	width:65%;
	padding:10px;
	margin:auto;
	max-width: 200px;
}

.encadre{
	background-color:#f2e5d9;
	margin:40px 0;
	padding: 10px 20px 20px 20px;
}

#coeur{
	width: 75%;
	max-width: 350px;
	margin: 20px auto;
}

#fond_mob{
	display:block;
	width:90%;
	margin:auto;
	max-width: 500px;
	margin-bottom:30px;
}

#formulaire {
	width: 100%;
	max-width: 500px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	margin: 10px auto 20px auto;
}

.video{
	margin:20px auto;
}


.btnScroll {
	background: #0066CC;
	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: #f2e5d9;
	color: #0066CC;
	transition-duration: 0.25s;
}



.gauche{
	text-align: center;
	color:#333;
	font-weight:800;
	line-height:24px;
}

.droite{
	text-align: center;
}

.formulaire{
	width:100%;
}

video {
	width:100%;
	max-width:750px;
	margin:auto;
}

footer {
	font-size: 9px;
	line-height: 12px;
	font-weight: 400;
	color: #333;
	background: #dbdbdb;
	padding: 40px 20px 100px 20px;
	text-align: justify;
	margin-top:40px;
}

.footer_barre {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff;
	border-top: 10px #fff solid;
	border-bottom: 1px solid #ccc;
}

.scroll-line {
	height: 6px;
	margin-bottom: -2px;
	background: #0066cc;
	width: 0%;
	transition-duration: 0.5s;
}


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


#signature a {
	text-decoration: none;
	color: #2272ca;
	transition-duration: 0.5s;
	font-weight: 600;
	cursor: pointer;
}

#signature a:hover {
	color: #f2e5d9;
}



.menu{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	text-align: center;
	margin: 20px auto;
	justify-content: space-between;
	padding: 10px;
	max-width: 992px;
}


.li-menu {
	list-style: none;
    border: 2px solid #fff;
    padding: 10px 10px;
}

li {
    background: #ff6633;
    transition-duration: 0.25s;
}


li:hover {
    background: #ff7f00;
    transition-duration: 0.25s;
}

li a {  
	color: #fff;
	text-decoration: none;
font-weight: 600;
font-size: 20px;
}

li a : hover {
	text-decoration: none;
}




@media (min-width: 360px) {

	#container{
		padding:10px;
	}

	header{
		padding:10px 0 ;
	}

}



@media (min-width: 768px) {



	header {
		background-color: rgba(255,255,255,0.85);
	}


	#container{

		background:none;
	}

	#section2{
		display:flex;
		flex-direction:row;
		justify-content: space-between;
	}

.menu{
	display: flex;
	flex-direction: row;
}



}




@media (min-width: 992px) {
	#wrapper{
	background:
	url('fond.png') center no-repeat  ;
	background-size:100%;
}

	#container{

		// background-color: rgba(255,255,255,0.70);
	}

	header{
		background:none;
	}

	h1{
		font-size: 45px;
		line-height: 46px;
	}

	h2{
		font-size:36px;
		line-height:40px;
	}

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

	h3{
		font-size:26px;
		line-height:30px;
	}

	#fond_mob {
		display:none;
	}


	#section1{
		flex-direction:row;
		flex-wrap:wrap;
		justify-content: center;
	}

	#Fleches1{
width:50%;
	}

#legendeDesk {
    display: block;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    height: 200px;
    width: 126px;
    //margin-top: 50px;
    float: right;
}

	#legendeMob{
	display:none;
}

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

	.gauche{
		width:45%;
		text-align: right;
	}

	.droite {
		width: 55%;
	}

	#coeur{
		width: fit-content;
		max-width: none;
	}

	.col1{
		width:45%;
	}

	.col2{
		width:45%;
	}

}