.goal_container{
    padding-top: 50px;
    width:100%;
}

.goal_title{
    color: #555555;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.table_container{
    padding-top: 2%;
    padding-bottom: 1%;

}

.container {
    display: flex;
    flex-direction: column; /* Disposer les éléments en ligne */
    width: 100%;
    height: 100vh; /* Utiliser toute la hauteur de la vue */
}

.map_container {
    flex: 1; /* La carte prendra tout l'espace restant */
    height: 100%; /* S'assurer que la carte prend toute la hauteur */
}

