/*---- Définition du style pour le pied de page ----*/
footer {
	position : absolute;
	font-family: 'Courgette', cursive;
	font-size: 1.3em;
	color: #fff;
	background-color: #404040;
	padding-top: 25px;
	padding-bottom: 25px;
	/*bottom: 0;*/
	left : 0;
	right: 0;
}

footer div div {
	margin-top: 5px;
	margin-bottom: 5px;
}

footer a {
	color: #fff;
	transition: 0.3s;
}

footer a:hover, footer a:focus, footer a:target {
	color: #da4848;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	
	footer{
		padding: 0;	
	}	
	
}
