*{
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
h1,h2,p,a{
	font-family:'Lato', sans-serif;
}
@media screen and (min-width: 1200px){
	.section{
	  display: flex;
	}
}
@media screen and (max-width: 1200px){
	.section p{
	  font-size: 1.5em;
		color:#707070;
	}
}
.section{
  width:70%;
  margin: auto;
	align-items: center;
	margin-bottom:5vh;
}
.section >*{
  flex:1;
}
/* ******** PRESENTATION ********** */
header.head{
	background-image: url(../images/fond_activnyou.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
@media screen and (max-width: 1200px){
	div.logo figure{
	  text-align: center;
		padding-bottom: 5vh;
	}
}
div.logo figure img{
  width: 120%;
	margin-top: 10vh;
}
div.text h1{
  font-size: 2.6em;
}
div.text h1, h2{
  text-transform: uppercase;
	color:#707070;
	padding-bottom: 5vh;
}
.section_2 div.text h2, .ask h2{
  text-align: center;
	font-size: 1.8em;
}
.section_2 {
  padding-bottom: 5vh;
}

.section_3 {
	padding-top:10vh;
}


/* ******** PILIERS ********** */
.section_2 .text h2{
	padding-bottom: 3vh;
}
section.section__2{
	background-image: url(../images/fond_pillier.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 5vh 0 5vh 0;
}
@media screen and (min-width: 1200px){
	div.picture figure img{
		width: 100%;
		padding-left: 7vw;
	}
}
@media screen and (max-width: 1200px){
	div.picture figure img{
		padding-bottom: 5vh;

	}
}
div.picture figure img{
 	width: 100%;

}
.section_2{
	flex-direction: row-reverse;
}


/* ******** PROFILS ********** */
@media screen and (min-width: 1200px){
	.section_3 .profil figure img{
			width: 40%;
			padding-bottom: 10vh;
	}
}
@media screen and (max-width: 1200px){
	.section_3 .profil figure img{
			width: 80%;
			padding-bottom: 5vh;
	}
}
.section_3 .profil{
		text-align: center;
}

/* ******** CHECK ********** */
.check{
	background-image: url(../images/fond_question.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 25vh;
    padding-bottom: 8vh;
}
.check form div {
	text-align: center;
	padding-bottom: 40px;
}
.check form div label{
	font-family:'Lato', sans-serif;
	color:#707070;
}
.check form div label a{
	font-family:'Lato', sans-serif;
	font-weight: bold;
	color:#707070;
	text-decoration: none;
}

button{
	color:#ffffff;
	text-decoration: none;
	font-family:'Lato', sans-serif;
	font-weight:600;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	outline:none;
}
@media screen and (min-width: 1200px){
	button{
		background-color: #8DBE23;
	    padding: 20px 40px;
	    border-radius: 40px 40px 40px 40px;
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 1200px){
	button{
		background-color: #8DBE23;
	    padding: 20px 40px;
	    border-radius: 40px 40px 40px 40px;
	    font-size: 1.5em;
	}
	.check form div label{
		font-size: 1.9em;
	}
}

.rgpd {
font-size: 12px;
    color: #333;
    font-weight: 100;
    padding: 15px 50px 0 50px;
    margin: 0;
    max-width: 1000px;
    position: relative;
    float: none;
    display: block;
    margin: auto;
}

/* ******** FOOTER ********** */
footer.footer{
	display: flex;
	height:5vh;
	background-color: #ffffff;
}
.footer .mentions{
	display: flex;
	margin: auto;

}
footer.footer ul li{
	list-style: none;
	padding-left: 5vw;
}
footer.footer ul li a{
	color: #000000;
	text-decoration: none;

}
