.footer .copyright {
	font-size: .8rem;
	color: #cccccc;
}

.footer .copyright a {
	color: #cccccc;
}

.menu-footer-note-legali-container,
.menu-footer-note-legali-en-container {
	display: inline-block;
	text-align: left;
}

#menu-footer-note-legali,
#menu-footer-note-legali-en {
	list-style-type: none;
	float: left;
	margin: 0;
	text-align: left;
	width: auto;
	display: contents;
}

#button {
	display: inline-block;
	background-color: transparent;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 80px;
	right: 22px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
}

#button:hover {
	cursor: pointer;
	color: #a7cd39;
}

#button:active {
	color: #a7cd39;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#cookie_access_form {
	width: 100%!important;
}