.bloc_carte {
  display: flex;
  gap: 20px;
}
.bloc_recherche_carte {
  background-color: #eee;
  border: 1px dotted #595959;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  width: 250px;
}
.bloc_recherche_carte label {
  display: block;
  font-size: 14px
}
.leaflet-popup-content p {
  line-height: 1.5em;
  margin-bottom: 10px !important;
	margin-top: 0 !important;
}
#map {
  width: 100%;
}

@media(max-width:640px) {
  .bloc_carte {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	  width: 90%;
    margin: auto;
	  flex-flow: wrap-reverse;
  }
	.bloc_recherche_carte
{
  background-color: #eee;
  border: 1px dotted #595959;
  border-radius: 4px;
  padding: 15px;
 width: 100%;
}
}