body{
	font-family: 'Montserrat', sans-serif;
	background:url('fond.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;
}

#logoHeader{
	width: 100%;
	max-width: 310px;
	margin: auto;
}

#pictoHeader{
	height:100px;
	display:none;
}


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

.container{
	padding:10px;
	    background: rgba(255,255,255,0.25);
}
}

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


.section{
	background: rgba(255,255,255,0.85);
}

#section1{
	text-align:center;
	margin : auto;
	max-width:992px;
	background: rgba(255,255,255,0.85);
	padding:10px;
}

#section2{
	    margin-top: 200px;
}

#section3{
	flex-direction: column;
	justify-content: space-between;
}

.gauche{
	width: 90%;
	margin:10px auto;
}

.droite{
	width: 90%;
	margin:10px auto;
}

#formulaire{
	margin: 15px auto 30px auto;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.53);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.53);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.53);
	padding:20px;
}

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

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

p{
	font-size:15px;
	line-height:21px;
}


h2{
	color: #0066CC;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	margin: 25px auto 10px auto;
}

h3{
	color: #0066CC;
	font-size:20px;
	font-weight:700;
	margin: 10px auto 20px auto;
	text-align:center;
	margin:50px auto 30px auto;
}

h4{
	color: #333;
	font-size:20px;
	font-weight:700;
	margin: 10px auto 10px auto;
	text-align:center;
}

#pictos{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: rgba(255,255,255,0.85);
	padding: 20px 10px 20px 10px;
	width: 80%;
	margin: auto;
	-webkit-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.46);
	box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.46);
}

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

p{
	margin:10px 0 10px 0;
}

footer{
	padding:40px;
	text-align:center;
	background:#fff;
}


#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;
}

.titreWidget{
	font-weight:800;
	font-size: 20px;
}




@media (min-width: 768px) {

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

#logoHeader {
    margin-right: 50%;
}

	#pictoHeader{
		height:70px;
		display:block;
		margin-top: 15px;
		margin-right: 4%;
	}

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

	#formulaire {
		width: 600px;
	}

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

	h3{
		font-size:28px;
		line-height:34px;
	}

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

.gauche{
	width: 45%;
	margin:10px auto;
}

.droite{
	width: 45%;
	margin:10px auto;
}

}

@media (min-width: 992px) {

	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: 30px;
		line-height: 38px;
		margin: 30px auto 20px auto;
	}

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