/* CSS spécifique pour l'app mobile */
body {
  padding-top: 50px !important;
}

.main-content, .container, .page-content {
  margin-top: 50px !important;
}

/* Seulement dans l'app Capacitor */
@media (display-mode: standalone) {
  body {
    padding-top: 50px !important;
  }
}