/* Mode integre dans Softic GMAO : barre d'application et tiroir de Studio masques, la navigation vient du menu de la GMAO. */
body.gmao-embedded .studio-appbar { display: none !important; }
body.gmao-embedded .studio-drawer { display: none !important; }
body.gmao-embedded .mud-main-content,
body.gmao-embedded .studio-main-content { padding-top: 0 !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; }
body.gmao-embedded .mud-layout { --mud-drawer-width-left: 0px; --mud-appbar-height: 0px; }
body.gmao-embedded .studio-main-content > .mud-container { max-width: 100% !important; }

/* Police et composants de Studio a l'echelle de la GMAO (integre : 88 %, fenetre : 94 %). */
body.gmao-embedded { zoom: .88; }
body.gmao-window { zoom: .94; }

/* Fenetre seule : menu et barre conserves, selecteur de langue et bascule clair/sombre masques (la GMAO les pilote). */
body.gmao-window .studio-appbar__actions .mud-menu,
body.gmao-window .studio-appbar__actions .mud-toggle-icon-button { display: none !important; }
body.gmao-embedded .studio-appbar__actions .mud-menu,
body.gmao-embedded .studio-appbar__actions .mud-toggle-icon-button { display: none !important; }
