.alert-cookie{
	position: fixed;
	bottom: 0px;
	width:100%;
	margin-bottom: 0px;
	left: 0px;
	z-index: 999999999;
	background-color:#454545;
	color: #fff;
	padding: 10px;
}
.alert-cookie a:hover{
	color: #fff;
}