body{
	font-family: 'Lato', sans-serif;
	background:url(fond.png) no-repeat local;
	background-position-y: 1080px, center;
	background-size: 100%;
	margin:0;
	padding:0;
}

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

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

h1{
	font-weight: 500;
	margin-top: 10%;
	font-size:36px;
	color:#1c6798;
	text-align:left;
}

h2{
	font-weight:700;
	color:#fff;
	font-size:25px;
	line-height:36px;
	text-align:center;
	margin: 20px 20px 10px 20px;
}

section{
	display:flex;
	padding:10px;
}

#section1{
	max-width:990px;
	padding-top: 0;
}

#titre{
	width:100%;
	margin: 20px auto 20px auto;
}

#presFiche{
	background:rgba(255,255,255,0.7);
	padding:10px;
	width:90%;
	margin:auto;
	text-align: center;
	position:relative;
}

#fiche{
	width:100%;
}

#formulaire{
	-webkit-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
	box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);

}

h3{
	color:#1d6798;
	text-align:center;
	font-size:20px;
	line-height:20px;
	font-weight:700;
}

h4{
	color:#ff3300;  
	text-align:center;
	font-size:20px;
	line-height:20px;
}

#avantages{
	display:flex;
	flex-direction:column;
	text-align:center;
}

.pictosAvantages{
	margin-bottom:20px;
	padding:10px;
}

.pictosAvantages p{
	color: #1d6798;
	font-weight:700;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 15px;
}
#avantages3{
	text-align:center;
}

.pictosAvantages3{
	margin-bottom:20px;
	padding:10px;
}

.pictosAvantages3 p{
	color: #1d6798;
	font-weight:700;
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 15px;
}

#fleches2{
	display:none;
}

#instruction{
	color: #1d6798;
	text-align: center;
	font-size: 18px;
	font-weight:600;
	line-height: 18px;
	width: 270px;
	margin: auto;
}

#section2{
	flex-direction:column;
}

.bouton {
	max-width: 500px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #55AF38;
	text-align: center;
	margin: 20px auto 20px auto;
	font-weight: 700;
	font-size: 20px;
	cursor: pointer;
	transition-duration: 0.5s;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
	box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
}


.bouton img{
	margin-top:5px;
}

.bouton:hover {
	background: #ff5100;
	transition-duration: 0.5s;
}

#pictosBas{
	padding: 10px;
	width: 90%;
	margin: auto;
}

#avantages2{
	display:flex;
	flex-direction:column;
	text-align:center;
}

.pictosAvantages2{
	float: left;
	width: 50%;
	margin : 10px auto 20px auto;
}
.pictosAvantages3{
	width: 45%;
	margin : 10px auto 20px auto;
}

.pictosAvantages2 p{
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight:700;
	margin:0;
	padding:0;
}

h5{
	color:#1d6798;  
	font-family: 'Noto Sans', sans-serif;
	text-align:center;
	font-size:16px;
	line-height:18px;
}




#section3{
	margin-left: auto;
	margin-right: auto;
	max-width:990px;
	flex-direction:column;
	background: rgba(255,255,255,0.75);
}

#section3 p{
	font-size: 14px;
	line-height: 18px;
}

#section4{
	flex-direction:column;
	background: rgba(255,255,255,0.75);
}

#section4 p{
	font-size: 14px;
	line-height: 18px;
}

#gauche4{
	background-color:#cccccc;
	padding:20px;
	font-size:14px;
	line-height:16px;
}

#droite4{
	background-color:#3eaad5;
	padding:10px;
	color:#FFF;
}

#cadre{
	border:1px  dotted #fff;
	padding:10px;
	text-align: center;
}


#listeSection3 {
	width:90%;
}

#listeSection3 ul{
	padding-left: 20px;
	width:250px;
}

#listeSection3 li{
	list-style : none;
	display:flex;
	flex-direction:row;
}

#listeSection3 li p {
	margin:0;
}

footer{
	background:#cccccc;
	padding:30px;
	font-size: 14px;
	line-height: 18px;
	text-align:justify;
	text-justify:inter-word; 
}

.signature{
	text-align:center;
}

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

.signature a:hover{
	color:#ff3300;
	transition-duration: 0.5s;
}




/*/////// BREAKPOINT 600PX /////////////*/




@media (min-width: 600px){

	#fiche {
		width: 511px;
	}


}


/*/////// BREAKPOINT 768PX /////////////*/



@media (min-width: 768px){
	header{
		flex-direction: row;
		justify-content: space-between;
		padding-left:15%;
		padding-right:15%;
	}


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

	#blocTitre1{
		width: 726px;
		margin: auto;
	}

	#blocTitre2{
		width: 726px;
		margin: auto;
	}


	h4 {
		font-size: 26px;
	}

	#formulaire{
		width: 80%;
		margin: auto;
	}


	#titre{
		width:80%;
	}

	#fiche {
		width: 70%;
	}

	#gauche {
		text-align:center;
	}

	#avantages{
		flex-direction: row;
	}

	#presFiche {
		width: 95%;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
		-moz-box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
		box-shadow: 5px 5px 5px 0px rgba(105,105,105,0.5);
	}

	.pictosAvantages{
		width:108px;
	}

	#avantages2{
		flex-direction: row;
	}

	.pictosAvantages2{
		width:100px;
	}

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

	#gauche3{
		width:45%;
		text-align:justify;
	}

	#droite3{
		width:45%;
		text-align:justify;
	}

	#listeSection3 ul {
		padding-left: 240px;
	}

}
@media (max-width: 992px) {
	.rgpd{
		display:none;
	}
	#logoHeader{
		width:auto;
		height:52px;
		margin: auto;
	}
	#texte1{
		display: none;
	}
	}
	@media (max-width: 850px){
		#immo{
			display: none;
		}
		#immo2{
			margin: auto 25%;
			width: 50%;
		}
		h2{
			display: none;
		}
		#avantages{
			display: none;
		}
		#container1{
			height: 100%;
			background-color: #ffe2c6;
			margin:auto;
		}

		h1{
			margin-top: 1%;
			text-align: center;
		}
		body{
			background:none;
		}
		#avantages2{
			display: none;
		}
		
	}
@media (min-width: 850px){
	#immo2{
		display: none;
	}
	#section1{
		margin: 0 auto;
		flex-direction: row;
		justify-content: space-between;
	}

	#gauche {
		width: 48%;
	}

	#droite {
		width: 48%;
	}

	#titre {
		width: 100%;
	}

	#avantages {
		flex-wrap: wrap;
	}
	#immo{
		margin-top: 15%;
		width: 100%;
	}

	#blocTitre1{
		width: 817px;
	}

	#formulaire{
		border-radius: 20px;
		width:100%;
	}

	#blocTitre2 {
		width: 808px;
	}

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

	#gauche4{
		width:45%;
	}

	#droite4{
		width:45%;
	}

	#listeSection3 ul {
		padding-left: 87px;
	}

}

@media (min-width: 850px){

	#container{
		max-width:990px;
		margin:auto;
	}
	#container1{
		height: 100%;
    background: linear-gradient(110deg, #ffe2c6 50%, rgb(255, 255, 255) 50%);
		margin:auto;
	}
	#container2{
		background-color: #fff;
		margin-left:80px;
		margin-right:80px;
		padding-bottom:10px;
	}
}


@media (min-width: 1300px){

	#section1 {
		justify-content: space-around;
	}

	#presFiche {
		width: 83%;
	}

	h3{
		text-align: left;
		margin-left: 74px;
	}

	#blocTitre1 {
		width: 900px;
	}

	#blocTitre2 {
		width: 900px;
	}

}
@media (min-width: 670px){
#avantages3{
	display:none;
}
}
@media (max-width: 670px){
	.pictosAvantages2 p{
		color: #1c6798;
	}
	}
@media (max-width: 750px){
.pictosAvantages img{
	display:none;
}
.pictosAvantages p{
	font-size: 20px;
	margin: 0px;
	line-height: 22px;
}}