<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.notice_data_information {
	margin: 0;
	font-size: 10px;
	line-height: 16px;
}

a.link_notice_data_information {

}

/* ------------------------------------------------------------
		COOKIES
------------------------------------------------------------ */

#cookie_bottom_bar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index:1000;
	background: #fff;
	border-top:1px solid #ccc;
	color: #555555;
}

#cookie_bottom_bar *{
	color: #555555;
}

#cookie_bottom_bar .wrapper{
	max-width:1015px;
	margin:0 auto;	
	position:relative;
	padding:22px 10px;
}

#cookie_bottom_bar button{
	background:none;
	font-weight:900;
	width:16px;
	color:#9b9b9b;
	height:16px;
	border:0;
	position:absolute;
	right:10px;
	top:50%;
	margin:-8px 0 0 0;
	cursor:pointer;
}

#cookie_bottom_bar p{
	margin:0;
}

#cookie_bottom_bar input{
	border:2px solid #555555;
	padding:5px 10px;
	border-radius:5px;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width : 992px) {
	#cookie_bottom_bar p{
	float:none;
}

#cookie_bottom_bar input{
	margin:10px 0 0 0;
	position:relative;
	left:0;
	top: 50%;
    transform: translate(0,0);
}

}

/* ------------------------------------------------------------
		Fix OpenStreetMap
------------------------------------------------------------ */

.leaflet-container img {
	margin: 0;
	padding: 0;
}</pre></body></html>