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

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

header {
    background: #eceff1;
    text-align: center;
    height: 88px;
    margin : 0 auto 30px auto;
    padding: 10px 0 10px 0;
}

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

  #logoHeader{
    width:264px;
  }

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


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



.conteneur {
    padding: 10px 0;
   // background: #33ccff;
}



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


#section1{
	text-align:center;
	margin-bottom: 5vw;
	background: linear-gradient(225deg, rgba(140,198,63,0.15) 0%, rgba(0,102,204,0.15) 100%);
}

#formulaire{
	margin: 15px auto 30px auto;
	padding:10px;
    padding-top: 30px;
}

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

h1{
	color: #000;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 20px auto;
	max-width:992px;
}


h2 {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin: 25px 20px 10px 20px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #00bfff;
    margin: 10px auto 20px auto;
    text-align: center;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0066cc;
    margin: 10px auto 0 auto;
    text-align: center;
}

#pictos{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
	flex-wrap: wrap;
	background: rgba(255,255,255,0.65);
	padding: 20px 10px 20px 10px;
	margin: auto;
	    max-width: 992px;
}

.picto{
	width: 198px;
	text-align: center;
	margin: 10px;
	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: 18px;
    font-weight: 400;
    color: #333;
    background: #dbdbdb;
    padding: 40px;
    text-align: justify;
}

#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: 20px auto;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    font-weight: 500;
    text-align: justify;
}


@media (min-width: 768px) {

   #logoPictHeader {
    width: 90%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}


 #pictoHeader {
    height: 80px;
    display: block;
    margin-top: 6px;
}

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

	#formulaire {
		width: 650px;
	}

	h1 {
		font-size: 34px;
		line-height: 38px;
		//color:#0066cc;
	}

	h2 {
    color: #333333;
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    margin: 25px 20px 10px 20px;
}

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

@media (min-width: 992px) {

	#pictos{
		padding: 0;
		//width: 60%;
		margin: auto;
	}

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

	#section1{
		margin-bottom: 3vw;
	}

	#formulaire {
		width: 750px;
	}
}
