/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
/* État normal */


.qlwapp__container {
  z-index: 40 !important;
}

/* Quand le bot GED est ouvert, surtout utile sur mobile */
body.ged-bot-open .qlwapp__container {
  z-index: 20 !important;
}

@media (max-width: 640px) {
  body.ged-bot-open .qlwapp__container {
    z-index: 10 !important;
  }
}

.qlwapp__container {
  z-index: 40 !important;
}

.qlwapp__container.qlwapp-is-open {
  z-index: 9999999 !important;
}