.carteInteractive {
	position: relative;
	background-color: white;
	border: 2px solid black;
	min-height: 500px;
}
.infoCarteInteractive {
	position: absolute;
	z-index: 10;
	background-color: black;
	border: 1px solid #ccc;
	color: #fff;
	padding: 5px;
	font-size: 18px;
	top: -10em;
	pointer-events: none;
	display: none;
}

#zoomBtns{
	position: absolute;
	z-index: 1000;
	text-decoration: none;
	right: 1.3em;
	bottom: 0.6em;
	display: flex;
	flex-direction: column;
  }

.ol-control button {
	background-color: var(--noir, black);
	margin: 0.4rem;
	padding-bottom: 0.5rem;
	
}

.ol-control button:focus, .ol-control button:hover {
	background-color: var(--noir, black);
	border-color: gray;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
	border-radius: unset;
}

.leafletPopupEQ .leaflet-popup-content-wrapper {
	max-width: 500px;
	min-width: 300px;
	border-radius: 0;
}

.leafletPopupEQ .leaflet-popup-content{
	margin: 0px;
}

.leafletPopupEQ .leaflet-popup-content .popupLinks{
	padding: 10px;
  }
  
  .leafletPopupEQ .leaflet-popup-content .popupLink{
	color: black;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 45px;
	background-image: url(../images/icons/fleche-action-mobile.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center right+5px;
  }

.leafletPopupEQ .leaflet-popup-content .popupTitle{
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 25px;
	background-color: black;
	color: white;
	border-radius: 0;
	position: relative;
	font-family: Gilroy;
	font-weight: bold;
	font-size: 1rem;
	min-height: 35px;
}

.leafletPopupEQ .leaflet-popup-content .closePopover{
	color: white;
	position: absolute;
	display: block;
	top: 0;
	right: 12px;
	text-decoration: none;
	font-size: 2rem;
}

.resetMap{
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: black;
	color: white;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	right: 1.3em;
	top: 0.6em;
}

.blocCarte{
	position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width: 768px){
  
  .resetMap{
	top: 2.6em;
  }

}