diff --git a/mon-pix/app/components/module/_beta-banner.scss b/mon-pix/app/components/module/_beta-banner.scss
deleted file mode 100644
index e8571d77630..00000000000
--- a/mon-pix/app/components/module/_beta-banner.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.beta-banner {
- z-index: 2;
-}
diff --git a/mon-pix/app/components/module/_passage.scss b/mon-pix/app/components/module/_passage.scss
index 201470a007d..12501fd489c 100644
--- a/mon-pix/app/components/module/_passage.scss
+++ b/mon-pix/app/components/module/_passage.scss
@@ -1,3 +1,28 @@
+.module-navbar {
+ position: sticky;
+ top: 0;
+ z-index: var(--modulix-z-index-above-all);
+ height: var(--module-navbar-height);
+ padding: var(--pix-spacing-4x);
+ background: var(--pix-neutral-0);
+ box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
+
+ &__content {
+ display: flex;
+ max-width: var(--modulix-max-content-width);
+ margin: 0 auto;
+
+ &__current-step {
+ padding: var(--pix-spacing-1x) var(--pix-spacing-2x);
+ color: var(--pix-primary-700);
+ background-color: var(--pix-primary-100);
+ border-radius: var(--modulix-radius-xs);
+ }
+ }
+
+
+}
+
.module-passage {
max-width: var(--modulix-max-content-width);
margin: 0 auto;
diff --git a/mon-pix/app/components/module/beta-banner.gjs b/mon-pix/app/components/module/beta-banner.gjs
index 68713704d84..0f94289b7c5 100644
--- a/mon-pix/app/components/module/beta-banner.gjs
+++ b/mon-pix/app/components/module/beta-banner.gjs
@@ -2,7 +2,7 @@ import PixBanner from '@1024pix/pix-ui/components/pix-banner';
import { t } from 'ember-intl';
-