/* --- COOKIE BAR --- */
.cookie {
	display: none;
	width: 100%;
	height: 50px;
	background-color: #333333;
	position: fixed;
	z-index: 999999;
	top: 0;
}
.infocookie {
	width: 50%;
	height: 50px;
	margin:0 auto; 
}
.infocookie p {
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
}
.buttoncookie {
	margin: 0 7px;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
	color: #333333;
}
.buttoncookie:hover {
	background-color: #008C67;
	color: #FFFFFF;
}
.linkprivacy {
	color: #FFFFFF;
	text-decoration: none;
}
.linkprivacy:hover {
	text-decoration: underline;
}
.titleprivacy {
    margin: 10px 0px;
    text-align: center;
}
.privacy {
    margin: 10px auto;
}
.privacyP {
    text-align: justify;
}
.privacyA {
    line-height: 3em; 
}
@media only screen and (max-width:660px) {
	.infocookie p {
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	}
}
@media only screen and (max-width:480px) {
	.infocookie p {
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	}
	.cookie {
		display: none;
		width: 100%;
		height: 100px;
		background-color: #333333;
		position: fixed;
		z-index: 999999;
		top: 0;
	}
	.infocookie {
	width: 50%;
	height: 100px;
	margin:0 auto; 
	}
}