*
{ margin: 0; padding: 0; }
html,
body { overflow: hidden; }
.webgl { position: fixed; top: 0; left: 0; outline: none; }

.loading-gri {
    position: absolute;
	transform: translate(-256px, -110px);
	left: 50%;
    top: 50%;
    width: 512px;
    height: 20px;
    background: #dfdfdf;
	transform-origin: left;
}
.loading-bar {
    position: absolute;
	transform: translate(-256px, -110px) scaleX(0);
	left: 50%;
    top: 50%;
    width: 512px;
    height: 20px;
    background: #1cb473;
	transform-origin: left;
	transition: transform 0.5s;
}
.tx {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #10151a;
}
.slogan {
	visibility: hidden;
	position: relative;
	background: #00000015;
	text-align: center;
	width: max-content;
	margin: 10px;
	margin-left: auto;
  	margin-right: auto;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.tx1 {
	user-select: none;
}
.copyright {
	visibility: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	font-weight: 500;
	background: #ffffff33;
}
a {
	font-weight: 900;
	color: #10151a;
}
a:link { text-decoration: none }
a:visited {	color: #10151a }
a:hover { color: #1cb473 }


.legendes { visibility: hidden; }
.legende {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: scale(1, 1); }

.pin {
    position: absolute;
	top: -64px;
	left: -21.365px;
	width: 42.73px;
	height: 64px;
	fill: #1cb473;
	opacity: 1;
	transform-origin: bottom;
	transform: scale(0, 0);
	transition: opacity 0.5s, transform 0.5s;
	user-select: none;
}
.pin .pin-symb {
	fill: #ffffff;
}
.pin:hover { 
	fill: #ffffff;
	transform: scale(1, 1);
}
.pin:hover .pin-symb {
	fill: #2c6eff;
}
.legende.occlus .pin { opacity: 0; }

.descrip {
	position: absolute;
	text-align: center;
	width: max-content;
    padding: 12px;
    border-radius: 5px;
    background: #ffffff;
    color: #2c6eff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 16px;
	opacity: 0;
	transition: opacity 0.5s;
	pointer-events: none;
}
.legende:hover .descrip { opacity: 1; }



/*# sourceMappingURL=main.css.map*/