.ContenantCarte
{
width:100%;

	
}

#map
{
width:60%;
height:600px;	
margin:0 auto;
margin-top:50px;
margin-bottom:50px;
z-index: 1;
position: relative;
}

.leaflet-container a  {
   position: relative;
   color:grey !important;
   z-index: 1;
}


@media screen and (max-width: 1040px)
{

#map
{
width:98%;
height:600px;	

margin-top:30px;
margin-bottom:50px;

}
}



@media screen and (max-width: 600px)
{

#map
{
width:98%;
height:350px;	

margin-top:30px;
margin-bottom:50px;
}
}