/* la taille fixe de la map*/
#mapid {
    width: 100%;
    height: 500px; 
    border-radius: 25px;
}
  
/* container de la map*/
.containerMaps {
    padding: 20px;
    border-radius: 40px;
    box-shadow: 0 0 4px rgb(204, 174, 174);
    max-width: 800px;
    width: 20cm;
    text-align: center;
  }