﻿/* ######### */
/* # Popup # */
/* ######### */

#map .leaflet-popup-content
{
    display: grid;
}

/* Titre du popup */
#map .popup_header
{
    color: #546e7a;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
}

/* Ligne de données avec label + valeur */
#map .info_row
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

/* Label de donnée */
#map .label_data
{
    color: #546e7a;
    font-size: 0.9rem;
    margin-right: 1rem;
}

/* Valeur de donnée*/
#map .valeur_data
{
    font-weight: 600;
    text-align: right;
}

/* Bouton permettant de consulter la page des données */
#map .bouton_NavigateTo_Donnees
{
    font-size: 0.9rem;
    margin-top: 1rem;
    justify-self: center;
}

    #map .bouton_NavigateTo_Donnees:hover
    {
        text-decoration: underline;
    }

/* #################################### */
/* # Suppression du drapeau Ukrainien # */
/* #################################### */
#map .leaflet-attribution-flag
{
    display: none;
    visibility: hidden;
    width: 0;
}

/* ##################### */
/* # Icone des markers # */
/* ##################### */
/* Masquer le carré blanc */
#map .leaflet-marker-icon
{
    background: none !important;
    border: none !important;
}
