#MessageCookie {
	width: 100%;
	z-index: 1000;
	overflow: hidden;
	bottom: 0;
	position: fixed;
	background: rgba(0,0,0,.8);
}

#ContingutCookie {
	max-width: 930px;
	margin: 0 auto;
}

#msgCookie {
	max-width: 800px;
	float: left;
	margin: 1.5rem;
	color: #fff;
	font-family: sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
}

#msgCookie a {
	color: #fff;
	text-decoration: underline;
}

#msgCookie a:hover {
	color: #9ee6d8;
	text-decoration: underline;
}

p.textCookie {
	margin: 0;
}

#acceptCookie {
	max-width: 120px;
	float: left;
	margin: 1.5em 0 1.5em 1em;
}

#buttonCookie {
	padding: .5em;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	background-color: rgb(0, 132, 108);
	cursor: pointer;
	margin: 0;
}

#buttonCookie:hover {
	background-color: rgb(0, 92, 75);
}