<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
}

html, body {
	font-family: 'Open Sans';
	width: 100%;
	height: 100%;
}

#map {
	width: 100%;
	height: 100%;
	background: white;
}

h1,h2,h3 {
	font-size: 1.4em;
	font-weight: 300;
	padding: 6px 0;
}

.mapcontainer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 30;
}

.sidebar {
	position: absolute;
	top: 190px;
	left: 0;
	overflow: hidden;
	width: 500px;
	opacity: 0.95;
	color: #fff;
	z-index: 70;
	padding: 20px;
}

.sidebar input {
	border: 2px solid white;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-appearance: none;
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: rgb(249,250,252);
	color: rgb(168,169,171);
	height: 34px;
	width: 100%;
	font-size: 13pt;
	padding: 0 9px;
	padding-right: 30px;
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.sidebar input:focus {
	border-color: rgb(27,141,178);
	outline: 0;
}

.markerContent {
	padding: 10px;
}

.muted {
	color: #aaa;
}

.clear {
	clear:both;
}

p {
	margin: 10px 0;
}

hr {
	background: none;
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 4px 0;
}

.appcom-logo {
	background: url(img/appcomlogo.png);
	width: 59px;
	height: 56px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}

.hover-label {
	background: #fff;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 2px 4px;
	border-radius: 4px;
	pointer-events: none;
	color: #333;
	position: absolute;
	z-index: 60;
	transition: opacity 100ms;
}

.click-effect {	
	pointer-events: none;
	position: absolute;
	border-radius: 50%;
	padding: 20px;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 100;
	background: rgba(255,255,255,1);
	-webkit-animation: zoom 2s;
	animation: zoom 2s;
}

::selection {
	background-color: transparent;
}

/* Lightbox */

.lightbox {
	z-index: 80;
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {	
	margin: auto;
	display: block;
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	border: 2px solid #d3d3d3;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

/* Search results */

.search-results {
	margin: 10px 0;
	background: #fff;
	color: #333;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 2px;
	overflow: hidden;
}

.search-results .result {
	padding: 4px 8px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.search-results .result.located {
	cursor: pointer;
	padding-left: 32px;
	background: url(img/location.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.search-results .result.located:hover, .search-results .result.located.hover {
	background-color: #eee;
}

.small {
	font-size: 0.8em;
}

.padded {
	padding-left: 8px;
}

/* Cartes d'info */

.info .card {
	margin: 10px 0;
	background: #fff;
	color: #333;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	border-radius: 2px;
	overflow: auto;
	padding: 4px 8px;
}

.card .located {
	border-bottom: 1px solid #ccc;
	margin: -4px -8px 0 -8px;
	cursor: pointer;
	padding: 20px 0 20px 32px;
	background: url(img/location.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

.card .located:hover {
	background-color: #eee;
}

.card .right {
	min-height: 100px;
	max-height: 600px;
	padding: 10px 10px 6px 6px;
	font-size: 0.9em;
}

.info .card img {
	float: left;
	max-width: 85px;
	max-height: 150px;
	margin: 20px 20px 10px 10px;
	border-radius: 4px;
	border: 2px solid #d3d3d3;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.info .card img:hover {
	opacity: 0.7;
}

.info .card p {
	text-align: left;
	font-family: 'Lora';
	font-style: italic;
	margin-left: 110px;
}

/* Popups */

.olPopup {
	background: none !important;
}

.olPopup .image {
	display: block;
	position: relative;
	height: 150px;
}

.olPopup .olFramedCloudPopupContent {
	width: 300px;
}

.olPopup .image {
	height: 170px;
	padding: 10px 0;
}

.olPopup .image img {
	display: block;
	min-height: 150px;
	max-width: 150px;
	max-height: 150px;
	margin: auto;
}

.olPopup .muted {
	color: #aaa;
}

.olPopup h3 {
	border: 0;
}

.olPopup p {
	text-align: justify;
}

.olPopupCloseBox {
	background-image: url(img/close.png);
	cursor: pointer;
}

.olPopup .olFramedCloudPopupContent {
	padding: 4px 10px;
}

.olPopup .olControlFeaturePopups_hover {
	display: block;
	background: rgba(255,255,255,0.9);
	margin: 0;
	padding: 3px 0px 3px 6px;
	max-width: 300px;
	height: auto !important;
	width: auto !important;
	border-radius: 4px;
	color: #666;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Controls */

svg image {
	cursor: pointer;
}

.olControlPanZoomBar {
	top: 195px !important;
	right: 0px !important;
	width: 50px;
	left: auto !important;
}

.olControlScaleLine {
	opacity: 0.6;
}

.olControlScaleLine * {
	border-color: white;
	color: white;
	text-shadow: 1px 1px 3px black;
}

@media (max-width: 960px) {
	.sidebar {
		width: auto;
		top: 230px;
		left: 20px;
		right: 20px;
	}	

	.olControlPanZoomBar {
		display: none;
	}

	.info .card {
		max-height: 400px;
	}

	.info .card img {
		float: none;
	}

	.info .card a.image {
		display: block;
		text-align: center;
	}

	.info .card p {
		margin-left: 0;
	}
}</pre></body></html>