body{
	font-family: 'Montserrat', sans-serif;
	background:url('fond1.png') no-repeat fixed;
	margin:0;
	padding:0;
}

/*////////// HEADER /////////// */

header{
	background:#FFF;
	padding:10px 0 10px 0;
	text-align:center;
	margin:auto;
	display:flex;
	flex-direction: column;
	border-bottom:5px solid #FFF;
}

#logoHeader{
		//width:280px;
		//height:53px;
		margin:auto;
	}

#pictoHeader{
	display:none;
}


/*////////// FIN HEADER /////////// */



.container{
	padding:10px;
}



/*////////// SECTION1 /////////// */


#section1{
	text-align:center;
	margin-bottom: 5vw;
}

#formulaire{
	margin: 15px auto 30px auto;
		-webkit-box-shadow: 3px 3px 5px 2px rgba(158,158,158,1);
-moz-box-shadow: 3px 3px 5px 2px rgba(158,158,158,1);
box-shadow: 3px 3px 5px 2px rgba(158,158,158,1);
}

#fde-slot-am-1574936862{
	width:100%;
}

h1{
    color: #0066CC;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    text-align: center;
    margin: 20px auto 20px auto;
    width: 80%;
}


h2{
	color: #FFF;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	margin: 25px auto 10px auto;
	text-shadow: 1px 1px 2px black;
}

h3{
	font-size: 22px;
    font-weight: 700;
    max-width: 480px;
    padding: 10px;
    color: #333;
    margin: 10px auto 20px auto;
    text-align: center;
    background: #0066CC;
    color: #FFF;
}

h4{
	font-size:20px;
	font-weight:600;
	color:#1374c7;
	margin: 10px auto 20px auto;
	text-align:center;
}

#pictos{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: rgba(255,255,255,0.65);
	padding: 20px 10px 20px 10px;
	width: 80%;
	margin: auto;
}

.picto{
	width: 198px;
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
}

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

footer{
	font-size:12px;
	line-height:16px;
	padding:40px;
	text-align:justify;
	background:#fff;
}

footer p{
		text-align:justify;
		font-size:12px;
	line-height:16px;
}


#signature{
	margin:auto;
	text-align:center;
	font-size:12px;
}

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

#signature a:hover{
	text-decoration:none;
	color:#666;
	transition-duration: 0.5s;
}

#paragraphe{
	width:80%;
	max-width:800px;
	margin:30px auto;
	font-size:14px;
	line-height:20px;
	padding:5%;
	font-weight:500;
	text-align: justify;
}


@media (min-width: 768px) {

	body{

	background-position-x:20%;

}

	header{
		flex-direction: row;
		justify-content: space-between;
		padding-left:15%;
		padding-right:15%;
	}

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

	#pictoHeader{
		//height:100px;
		display: block;
    margin-top: 30px;
    margin-bottom: 20px;
		margin-right: 4%;
	}

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

	#formulaire {
		width: 500px;
	}

	h1 {
		font-size: 34px;
		line-height: 38px;
		margin: 30px auto 20px auto;
	}

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

}

@media (min-width: 992px) {

		body{
background:url('fond.png') no-repeat fixed;
	//background-size:100%;

}

	header{
		flex-direction: row;
		justify-content: space-between;
		padding-left:20%;
		padding-right:20%;
	}

	#pictoHeader{
		
		margin-right: 10%;
	}

	#pictos{

		padding: 0;
		width: 60%;
		margin: auto;
	}

	.picto {
		margin: 20px auto 10px auto;
		font-weight: 500;
	}

	#section1{
		margin-bottom: 3vw;
	}

	h1 {
		font-size: 40px;
		line-height: 46px;
		margin: 30px auto 20px auto;
	}

	h2 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
    margin: 20px auto 45px auto;
}
}
