.footer .copyright {
	font-size: .8rem;
}
.footer a {
    color: white!important;
}
.menu-footer-note-legali-container,
.menu-footer-note-legali-en-container,
.menu-footer-note-legali-fr-container,
.menu-footer-note-legali-de-container,
.menu-footer-note-legali-es-container {
	display: inline-block;
	text-align: left;
}

#menu-footer-note-legali,
#menu-footer-note-legali-en,
#menu-footer-note-legali-fr,
#menu-footer-note-legali-de,
#menu-footer-note-legali-es {
	list-style-type: none;
	float: left;
	margin: 0;
	text-align: left;
	width: auto;
	display: contents;
}

#button {
	display: inline-block;
	background-color: #b43d4e;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	border-radius: 50px;
	font-size: 10px;
	display:flex;
	justify-content: center;
	align-items: center;
}

#button::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #ffffff;
}

#button:hover {
	cursor: pointer;
	background-color: #b43d4e;
}

#button:active {
	background-color: #b43d4e;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#cookie_access_form {
	width: 100%!important;
	background-color: #f2f2f2 !important;
	color: #666 !important;
	font-size: 0.8em !important
}

#cookie_access_form a {
	color: #666 !important;
	font-size: 0.8em !important;
	text-decoration: none !important
}