/* Déplacer le rond Next.js dev en haut à gauche */
[data-nextjs-toast],
#__next-build-indicator,
#__next-build-watcher,
nextjs-portal {
  position: fixed !important;
  bottom: auto !important;
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
}