.app-aside-mycity{
	margin-top: 5.125rem;	
} 
.mycity-map{
	stroke:gold;
  stroke-width:2;
  fill:yellow;
}
canvas{
	opacity:0.8
}
#map_canvas {
	height: 100%;
	width: 100%;
	margin: 0px;
}

#map_canvas {
	position: relative;
}

.angular-google-map-container {
	position: absolute;
	top: 4.5rem;
	bottom: 0;
	right: 0;
	left: 0;
}

.ctop {
	height: 60px;
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

.cleft {
	top: 60px;
	height: 740px;
	position: absolute;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1;
}

#sidenav-overlay {
	display: none;
}

#legend {
	font-family: Arial, sans-seriv;
	background: white;
	padding: 10px;
	margin: 10px;
	border: 3px solid black;
	float: right: 
	position: absolute;
	width: 300px;
}

#legend h3 {
	margin-top: 0;
}

#legend img {
	vertical-align: middle;
}

.ng-map-info-window {
	font-size: 125%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, 	.x-ng-cloak {
	display: none !important;
}

.ng-map-info-window table td {
	padding: 2px !important;
	vertical-align: top;
}

.ng-map-info-window table td:nth-child(1) {
	font-weight: bold;
	text-align: right;
}

.grecaptcha-badge {
	bottom: 127px !important;
	
}
button.gm-fullscreen-control{
	display: none !important;
}

.invalid-feedback i{
	float: left;
} 

.categorie-filter{
	height: 250px !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.categorie-filter {
		height: calc(100vh - 25rem) !important;
	} 
	.app-aside-mycity{
	/*	margin-top: 11rem !important;*/
		width: 100vw;
		
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.app-aside-mycity{
		width: 100vw;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.app-aside-mycity{
 		/*margin-top: 9rem !important;*/
		width: 480px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.categorie-filter {
		height: 250px !important;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	}