/* CFA360 V204 — suppression globale du logo dans le bandeau blanc.
   Masque uniquement le bloc institutionnel du topbar, pas les logos de contenu. */
.cfa360-topbar > .cfa360-institution,
.cfa360-topbar > .cfa360-institution img,
.cfa360-topbar .cfa360-institution,
.cfa360-topbar .cfa360-institution img{
  display:none!important;
  visibility:hidden!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}
.cfa360-topbar{
  justify-content:flex-end!important;
}
.cfa360-topbar .role-top-actions{
  margin-left:auto!important;
}
