.footer {
	background-color: #858687;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer ul {
	padding-left: 15px;
	margin-bottom: 0;
}

.footer ul li {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.footer ul li::marker {
	color: #4CA9E3;
	margin-right: .5rem;
}

.footer ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer .copyright {
	color: #ffffff;
	opacity: .5;
	font-size: 14px;
}

#button {
	display: inline-block;
	background-color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 23px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	border: 2px solid #4CA9E3;
}

#button::after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 1.5em;
	line-height: 50px;
	color: #4CA9E3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#button:hover {
	cursor: pointer;
	background-color: #4CA9E3;
}

#button:active {
	background-color: #4CA9E3;
	color: #ffffff;
}

#button:hover::after,
#button:active::after {
	color: #ffffff;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#cookie_access_form {
	width: 100%!important;
	font-size: 14px!important
}

.grecaptcha-badge {
	visibility: hidden;
}

ul#menu-menu-gdpr-en, ul#menu-menu-gdpr {
    text-align: center;
    padding: 10px 30px;
}
ul#menu-menu-gdpr-en li, ul#menu-menu-gdpr li {
    list-style: none;
    display: inline-block;
    padding: 1px;
}