footer {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 1);
	box-sizing: border-box;
}

footer section.menuFooter {
	background-color: #191e25;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	padding: 40px 100px;
	border-top: 1px solid #44484e;
}
footer section.menuFooter ul {
	display: flex;
	align-items: center;
	flex-direction: column;
	list-style: none;
}
footer section.menuFooter ul li {
	margin: 5px 0;
}
footer section.menuFooter ul li h3 {
	color: #fff;	
	letter-spacing: 4px;
	margin-bottom: 10px;
}
footer section.menuFooter ul li a {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 2px;
}
footer section.menuFooter ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

footer section.legalFooter {
	background-color: #212122;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	padding: 20px 100px;
	border-top: 1px solid #44484e;
}
footer section.legalFooter .column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer section.legalFooter .licences {
	max-width: 100px;
	overflow: hidden;
}
footer section.legalFooter .licences .licence {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}
footer section.legalFooter .licences .licence img {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
}
footer section.legalFooter .licences .licence.respectZone {
	margin-top: 5px;
	max-height: 50%;
	max-width: 50%;
}
footer section.legalFooter .copyright {
	position: relative;
	letter-spacing: 3px;
}
footer section.legalFooter .copyright h3 {
	margin-bottom: 20px;
}
footer section.legalFooter .copyright h3::after {
	content: '';
	position: absolute;
	bottom: 45%;
	left: calc(50% -  50px);
	width: 100px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
footer section.legalFooter .copyright h3 span.courgette {
	font-family: 'Courgette';
	color: rgba(255, 255, 255, 1);
}
footer section.legalFooter .copyright p {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}
footer section.legalFooter .version {
	letter-spacing: 1px;
}
footer section.legalFooter .version p {
	color: rgba(255, 255, 255, 0.8);
}
footer section.legalFooter .version span {
	color: rgba(255, 255, 255, 0.6);
}