footer{
	padding-top:1rem;
  margin-bottom: 3rem;
	border-top:1px solid #333;
	background: #eee;
	margin-bottom: 0;
}
footer .list-inline{
	display:inline;
}
footer .text-center{
  font-size: 1rem;
	text-decoration:none;
	margin-bottom:.2rem;
}
footer .text-center.it{
	font-size:1.4rem;
}
footer .text-center.it ul li:nth-child(2),
footer .text-center[lang*="en"],
footer .text-center[lang*="fr"]{
	display:none;
}
footer .list-inline > li:after{
	display:inline;
	content:"-";
	padding-left:.5rem;
}
footer .list-inline > li{
	padding-left:0;
	padding-right:.2rem;
	display: inline-block;
}
footer .list-inline > li:last-child:after{
	display:none;
}
footer a{
  color: #414141;
  text-decoration: none;
  font-weight: 600;
	text-transform: uppercase;
}
footer a:hover{
  color:#29ABE2;
  text-decoration: underline;
}

footer .lang{
	font-size:1.1rem;
	font-weight:600;
	text-transform:uppercase;
	margin-right:.5rem;
}
@media (max-width: 599px){
	footer .lang {
		display:block;
		margin-top:.5rem;
	}
}
