body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}

p{
	font-size: 16px;
	line-height: 25px;
}

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

header{
	background:#fff;
	padding:10px 0 10px 0;
	text-align:center;
	margin:auto;
	display:flex;
	flex-direction: column;
}

#logoHeader{
	width:300px;
	height:42px;
	margin:auto;
}

#pictoHeader{
	height:100px;
	display:none;
}
.rgpd{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	margin: auto 50px auto 50px;
	height: 37px;
	padding: 3px 5px 5px 5px;
	border: 1px solid #333;
}

.rgpd p{
	display: flex;
	flex-direction: row;
	max-width: 290px;
	font-size: 8.5px;
	line-height: 10px!important;
	font-weight: 500;
	margin: 10px 0;
	text-align: left;
}

.rgpd img{
	width: 40px;
	height: 40px!important;
	margin-right: 7px;
}


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



/*////////// SECTION1 /////////// */
#section1{
	position:relative;
	background:url('fond4.png') no-repeat fixed;
	background-size: 100%;
	background-position-y: 100px, center;
	height: 450px;
}

#container1{
	max-width: 1100px;
	display: flex;
	margin: auto;
}
#section2{
	margin: auto;
    max-width: 1100px;
}
#container2{
    margin: auto;
    max-width: 1200px;
	display: flex;
	flex-direction: row;
	background-color: #fd9133;
	border-radius: 30px;
}

#etoiles{
	text-align: center;
	margin: 1%;
	width: 33%;
	color: #FFff;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 100%;
    color: #022b8a;
    text-align: left;
	background-color: #ffffffdc;
    padding: 30px;
}

h1 span{
	line-height: 90%;
	font-size: 24px;
	font-weight: 400;
    text-align: left;
}

footer{
	padding:40px;
	text-align:center;
	background:#022b8a;
	color:#fff!important;
}

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

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

#signature a:hover{
	text-decoration:none;
	color:#2272ca;
	transition-duration: 0.5s;
}
#section3{
	position:relative;
}
#formulaire{
	margin: 15px auto 30px auto;
}


@media (min-width: 650px) {
	#container4{
		display: none;
	}
	}

@media (max-width: 650px) {
	#section1{
		background:url('fond4.png') no-repeat ;
		background-size: contain;
		background-position-y: -10px, center;
	}
h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 100%;
	color: #022b8a;
	text-align: left;
	background-color: #ffffffde;
	padding: 10px;
	margin-top: 15%;
	margin-left: 0;
}

h1 span{
	line-height: 90%;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}

#container2{
	display: none;
}
#etoiles1{
	text-align: center;
	width: 33%;
	color: #FFff;
	background-color: #fd9133;
	border-radius: 30px;
	margin: 10px auto 10px auto;
	padding: 10px;
	width: 55%;
	}
}
@media (min-width: 768px) {

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

#logoHeader{
		width:auto;
		height:52px;
		margin:30px 0 20px 0;
	}

	#pictoHeader{
		height:90px;
		display:block;
	}
	#formulaire {
		width: 880px;
		padding: 50px 0 50px 0;
	}

}

@media (max-width: 1200px) {
	.logo_cl{
		height: 50px;
		margin: 0 10px;
	}
	}

@media (max-width: 992px) {
	.rgpd{
		display:none;
	}
	#texte1{
		display: none;
	}
	}

