/* Pied de page -------------------------- */
footer {
	border-top: 2px solid var(--luc-nav-text);
	color: var(--luc-foot-text);
//	margin: 30px 0px 0px 0px;
}
footer h4 {
	margin-bottom: 20px;
}
footer ul {
	padding: 0px 60px;
}
footer div.row {
	margin-bottom: 15px;
}
footer a.partenaire {
	display: inline-block;
	padding: 5 15 px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	width: 120px;
	left: 33%;
}
footer img.partenaire {
	width: 60px;
	opacity: 0.7;
}
footer img.soutien {
	height: 100px;
	opacity: 1.0;
}
footer img.part {
	height: 60px;
	opacity: 0.6;
}
footer a {
	color: var(--luc-foot-text);
}
footer a:hover {
	color: var(--luc-foot-hover);
	text-decoration: none;
}
footer a:hover img {
	opacity: 1;
}
