/* =====================================
   GPS APP OVERRIDE
   Corrections propres
===================================== */

/* Uniformise les boutons */

button{
  min-width:34px;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Carte toujours visible correctement */

#map{
  height:220px;
}

/* Correction affichage liste contacts */

#contactListDisplay{
  max-height:150px;
  overflow-y:auto;
}

/* Bouton save toujours vert */

button[onclick="saveEntry()"]{
  background:#2ecc71;
}

/* bouton import GPX */

#importGPXBtn{
  background:#ff9800;
  color:white;
  font-weight:600;
}

/* meilleur contraste sur les labels */

#map.satellite-mode .bal-label{
  color:white;
  text-shadow:0 0 6px black;
}

/* amélioration lisibilité terrain */

.free-code-label{
  font-size:10px;
  font-weight:700;
}

/* optimisation mobile */

html,body{
  touch-action:manipulation;
}
/* =============================
   AJUSTEMENT BOUTONS BAS
============================= */

/* bouton enregistrer plus petit */

#saveBtn{
  flex:2 !important;
}

/* bouton WhatsApp plus large */

.whatsapp{
  .whatsapp{
  flex:4 !important;
}
/* =============================
   BOUTON BAL
============================= */

.balBtn{
  background:#1e88ff !important;
}
button.balBtn{
  background:#1e88ff !important;
  color:white !important;
}
