/* Composant Statistique EDC UEMOA - observatoire public
 * Charge par-dessus uemoa-app.css. Retire les commandes qu'un visiteur n'a pas a utiliser.
 * Ce fichier est de la presentation, pas la frontiere de securite (partage DHIS2 + liste blanche nginx). */
[data-test="headerbar-apps"],
[data-test="headerbar-notifications"],
[data-test="headerbar-profile"],
[data-test="headerbar-online-status"],
button[aria-label="Profile menu"] { display: none !important; }
[data-test="headerbar-logo"] a { pointer-events: none !important; cursor: default !important; }
[data-test="headerbar-title"] { font-weight: 600 !important; letter-spacing: .2px; }
[data-test="new-button"],
[data-test="dashboard-unstarred"],
[data-test="dashboard-starred"],
[data-test="more-actions-button"],
[data-test="dashboarditem-menu-button"],
[data-test="interpretations-unit"],
[data-test="dhis2-uicore-modal"] [data-test*="interpretation"] { display: none !important; }
:root { accent-color: #00519E; }
/* bandeau d'attribution (condition des licences CC BY / CC BY-IGO) */
body:has([data-test="headerbar-title"])::after {
  content: "Sources : FAO GIEWS FPMA ; PAM VAM via HDX ; Banque mondiale (Open Data, Pink Sheet, LPI, RPW, WGI, Enterprise Surveys, ESMAP RISE) ; UNCTADstat. Reutilisation avec attribution. Commission de l'UEMOA - Direction de la Concurrence.";
  display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  padding: 4px 12px; font-size: 10.5px; line-height: 1.35; color: #414040;
  background: #E8F0F9; border-top: 1px solid #C9DAEE; pointer-events: none;
}
