#NoCarte {
    height: 50px;
}


.buttonben {
    padding: 5px;
    border-radius: 5px;
}

#form {
    position: absolute;
    top: var(--header-height);
    z-index: 5;
    width: 100vw;
    font-size: 1rem;
    text-align: center;
    padding: 15px;
    background-color: var(--yellow);
    align-items: center;
}


#input {
    width: 70%;
    min-width: max-content;
    padding: 10px;
    border-radius: 10px;
}


.leaflet-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 0;

}

#map {
    position: absolute;
    right: 0;
    left: 0;
    top: calc(1rem + 28px + 66px + var(--header-height));
    bottom: 0;

}

#toggleNoCarte {
    display: none;
}

html,


#map {
  width: 100%;
  height: calc(100vh - 1rem - 28px - 66px - var(--header-height));
 
}

label {
    font-size: 18px;
    font-weight: bold;
    /* display: block; */
    margin-bottom: 5px;
}

.boutons {
    text-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.leaflet-marker-pane .marker-cluster {
    z-index: 200;
    /* Par défaut pour la plupart des clusters */
}

.leaflet-marker-pane .marker-cluster-green {
    z-index: 300;
    /* Priorité supérieure pour les clusters verts */
}

.custom-cluster-icon {
    display: inline-block;
    text-align: center;
  }
  .custom-cluster-icon img {
    display: block;
    margin: 0 auto;
  }
  .custom-cluster-icon div {
    margin-top: 5px;
  }
  