footer{
	
	text-align:center;
	position:absolute;
	width:50%;
	right:25%;
	left:25%;
	height:4%;
	top:95%;
	bottom:1%;
	
}
.form_connexion{
	
	text-align:center;
	max-height:50%;
	min-height:50%;
	height:50%;
	width:30%;
	margin-left:35%;
	margin-right:35%;
	
}
.accueil{
	
	padding-top:0px;
	padding-left:0px;
	height:100%;
	width:100%;
	
}
.content{
	
	margin-top:0px;
	height:100%;
	max-height:100%;
	width:100%;
	
}
.button_scroll_content{
	
	text-decoration:none;
	border:none;
	background:none;
	color:#051483;
	font-size:28px;
	transition-property:color;
	transition-duration: 500ms;
	
}
.button_scroll_content:hover{
	
	text-decoration:none;
	cursor:pointer;
	border:none;
	color:#1EB312;
	transition-property:color;
	transition-duration: 500ms;
	
}
.text_presentation{
	
	position:absolute;
	top:20%;
	bottom:25%;
	height:50%;
	width:50%;
    left:25%;
    right:25%;
	color:#171313;
	text-align:center;
	font-size:25px;
	font-weight:600;
	z-index:1;
	
}
.titre{
	
	font-size:27px;
	
}