.buton-cookie {
	background: white;
	color: black;
	text-decoration:none;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
}

.cookiebanner {
	display: none;
	background: #333;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 111;
	
}


.cookiebanner .container {
	margin: 0 auto;
	width: 100%;
	color: white;
	padding: 15px;
}
	.inchide {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.inchide:hover,
.inchide:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}