body{
	text-align: center;
	font-family: 'Nunito', sans-serif;
}
svg{
	height: auto;
}
header
{
	position: relative;
	background-color: #006eb9;
	min-height: 450px;
	background: #006eb9 url(../img/texture-courbes.jpg) no-repeat center 100px;
	overflow: hidden;
}
header h1{
	padding-top: 100px;
	margin: 0;
	font-size: 27px;
	color: #fff;
	font-weight: 900;
}
header small{
	font-size: 19px;
	color: #7cafd3;
	display: block;
	margin-top: 30px;
}
header p{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-top: 35px;
	display: block;
}
.full-cache{
	width: 105%;
	position: absolute;
	left:0;
	bottom: -1px;
}
a.logo{
	display: inline-block;
	width: 24%;
	margin-top: 50px;
	text-decoration: none;
}
.logo img{
	height: auto;
	width: 255px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.logo:hover img{
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.logo.jeunes img{
	height: auto;
	width: 300px;
}
a.logo:hover span.btn{
	background-color: #ffd76d
}
span.btn{
	display: block;
	text-align: center;
	width: 250px;
	max-width: 80%;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	background-color: #f8bd01;
	color: #584300;
	margin: 35px auto;
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0 2px 0 0 #9b7700;
	box-shadow: 0 2px 0 0 #9b7700;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (min-width:1600px){
	header{
		min-height: 570px;
	}
	header h1{
		font-size: 35px;
		padding-top: 145px;
	}
	header small{
		font-size: 25px;
		margin-bottom: 45px;
	}
	header p{
		font-size: 24px;

	}
	a.logo{
		width: 26%;
	}
	.logo img{
		width: 350px;
		max-width: 80%;
	}
	.logo.jeunes img{
		width: 400px;
	}
}
@media screen and (max-width:1199px){
	a.logo{
		width: 22%;
		margin-top: 50px;
	}
	.logo img{
		max-width: 80%;
	}
}
@media screen and (max-width:991px){
	header{
		padding: 0 30px;
		/*min-height: 560px;*/
	}
	/*header h1{
		padding-top: 50px;
	}*/
	a.logo{
		width: 90%;
		margin: 50px auto;
	}

}
@media screen and (max-width:782px){
	header{
		min-height: inherit;
		padding-bottom: 100px;
		padding: 0 70px 120px;
	}
	header h1{
		padding-top: 54px;
		font-size: 25px;
	}
	header small{
		font-size: 16px;
	}
	header p{
		font-size: 18px;
	}
	header h1 br,header p br{
		display: none;
	}
	span.btn{
		padding: 10px;
		font-size: 14px;
		margin-bottom: 0;
	}
}
@media screen and (max-width:782px){
	header{
		padding: 0 30px 110px;
	}
}
