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

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

#headerMob {
	background: #fff;
	padding: 20px;
	text-align: center;
	margin: 10px auto 20px auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	display: block;
	width: 80% !important;
}

header {
	background: #fff;
	padding: 10px;
	text-align: center;
	max-width: 300px;
	margin: 10px auto 20px auto;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
	display:none;
}

#logoHeader{
	max-width: 100%!important;
	margin:auto;
}

#logoHeaderMob{
	width:100%!important;
	max-width: 265px;
}

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



.container{
	padding:10px;
}

#chapo1 {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	width: 90%;
	margin-bottom: 20px;
	color: #333;
}

#chapo {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	width: 90%;
	margin-bottom: 20px;
	color: #333;
}




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


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

#formulaire {
	width: 100%;
	background: #fff;
	padding: 20px;
	margin: 15px auto 30px auto;
}

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

h1 {
	font-family: 'Gelasio', serif;
	font-style: italic;
	color: #c9c;
	font-size: 19px;
	font-weight: 800;
	text-align: center;
	margin: 20px auto 20px auto;
}


h2 {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
	text-align: center;
	margin: 20px auto 20px auto;
}



h3 {
	font-family: 'Gelasio', serif;
	color: #c9c;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	margin: 10px 0 10px 0;
}

.gauche {
	background: rgba(255,255,255,0.80);
	padding: 20px;
	width: 80%;
	margin: 15px auto 28px auto;
}

#textDesktop{
	display:none;
}

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

.droite{
	position:relative;
}

.picto {
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	text-align: justify;
	color: #333;
}

.pictoTexte{
	color:#333;
}

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

.pictoImg{
	margin:auto;
	display: block;
}

h3{
	text-align:center;
}

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


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

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

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

.visuImg{
	text-align:center;
}

.visuImg img{
	width: 100%;
	margin: auto!important;
	max-width: 500px;
}

.pictoTarif{
	position:absolute;
	transform: rotate(25deg);
	right:10px;
	top:0;
	z-index:100;

}


@media (min-width: 768px) {

	h1{
		font-family: 'Gelasio', serif;
		font-style: italic;
		color: #c9c;
		font-size: 30px;
		line-height: 44px;
		font-weight: 800;
		text-align: center;
		margin: 20px auto 20px auto;
	}


	h2 {
		font-family: 'Open Sans', sans-serif;
		color: #333333;
		font-size: 18px;
		line-height: 26px;
		font-weight: 800;
		text-align: center;
		margin: 30px auto 30px auto;
	}
/*
	#headerMob{
		display:none;
	}

	header{
		display:block;
	}

	#textDesktop{
		display:block;
	}
	*/
	#logoHeader{
		width:250px;
		margin:0;
	}

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

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

	#formulaire {
		//width: 600px;
	}
}

@media (min-width: 992px) {

	.container{
		max-width:992px;
		margin:auto;
	}

	
	#headerMob{
		display:none;
	}

	header{
		display:block;
	}

	#textDesktop{
		display:block;
	}


	#pictos {
		padding: 0;
		width: 100%;
		max-width: 992px;
		margin: auto;
	}

	.picto {
		width: 55%;
		text-align: left;
		margin: 20px auto 10px auto;
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		color: #fff;
	}

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

	.gauche{
		width:40%;
	}

	.droite{
		width:50%;
	}


}
