.bottom_bar {
    width: 100%;
    z-index: 2;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8vh;
    background-color: #FEFEFE;
    border-radius: 0;
    border-top-color: var(--param_couleur3);
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}



.bottom_bar_map {
    width: 16vw;
    height: 16vw;
    z-index: 3;    
    position: absolute;
    bottom: 20px;
    left: 42vw;    
    background-color: var(--param_couleur2);
    border-radius: 50%;
       box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}




.bouton_map2,  #bouton_collection_add, #bouton_collection_profil
{
    font-size: 25px;
    font-weight: bold;
   
    width:40%;
    z-index:20;
    display:block;
    position:absolute;
    bottom:2%;
    right:5%;
    height: 8vh;
    background-color: #ebebeb;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}



 #bouton_collection_profil
{
    bottom:50vh;
    right:20vw;
    width: 60vw;
   
}
