#groupe {
	position: relative;	
	width: 100%;
	height: 30vw;
	z-index: 1;	
}
#mapid {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;	
	background-color: #455a28;
}
#mire {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;	
	opacity:0.5;
	pointer-events: none;
}
#mire img{
  width:100%;
  height:100%;
  display:block;
  z-index: 997;
}
.carte-scroll:before {
    content: 'Utilisez ctrl + scroll pour zoomer sur la carte.';
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 999;
    font-size: 34px;
    color: white;
 }
 .carte-scroll:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: #00000999;
    z-index: 998;
}
.map_lieu{
    height:90%;
}
@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}
	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
	#wrapper.toggled #sidebar-wrapper {
		margin-left: -3.5rem;
	}
}
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
	#carte_leaflet{ 
		height: 150vw;
	}
	#groupe {
		position: relative;	
		width: 100%;
		height: 90vw;
		z-index: 1;	
	}
}