@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Outfit:wght@100..900&display=swap');

#container {
    position: relative;
    display: flex;
    height: 86vh;
    align-items: center;
    justify-content: space-around;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Fredoka, sans-serif;
    font-family: 'Fredoka', sans-serif;
    background-color: #f4f6f8;
    margin: 0;
    text-align: center;

}
#prTable_wrapper {
    font-size: 14px;
}

/* Grands écrans (desktop) */
@media (min-width: 1025px) {
    #prTable_wrapper {
               font-size: 9px;
    }
    #table-container{
        font-size: 9px;
    }
    }
/* Grands écrans (desktop) */
@media (min-width: 1640px) {
     #prTable_wrapper {
               font-size: 14px;
    }
    #table-container{
        font-size: 14px;
    }
    }
header {
    display: flex;
    align-items: center
}

.statut-valide {
    background-color: #c3fdd0 !important;
    /* vert pâle */
}

.statut-bientot {
    background-color: #fcd396 !important;
    /* orange pâle */
}

.statut-expire {
    background-color: #f89099 !important;
    /* rouge pâle */
}

li {
    list-style: none;
}

#mini-maps {
    position: absolute;
      width: 6%;

    display: flex;
    height: 80vh;
    flex-direction: column;
    top: 20px;
    left: 70px;
    gap: 10px;
    padding: 10px;
    z-index: 10001;
}

h1 {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.mini-map {
    height: 15%;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#map {
    width: 50%;
    height: 90%;
    margin-left: 2%;
}

.label {
    font-size: 8px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}

.legend {
  display: flex;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.legend i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #999;
}
