diff --git a/src/app.postcss b/src/app.postcss
index b48d092bbe0d8f5c4cdae888414c587486853944..a6183327a592dfb2c5972e9552150a4ff0d5f607 100644
--- a/src/app.postcss
+++ b/src/app.postcss
@@ -18,10 +18,10 @@
 
 @layer components {
   .link {
-    @apply underline hover:text-le-bleu cursor-pointer;
+    @apply underline hover:text-le-bleu;
   }
   .link2 {
-    @apply underline hover:text-gray-800 cursor-pointer;
+    @apply underline hover:text-gray-800;
   }
   .opacity-0-unclickable {
     @apply pointer-events-none opacity-0;
diff --git a/src/lib/components/IntroWarningBillModal.svelte b/src/lib/components/IntroWarningBillModale.svelte
similarity index 100%
rename from src/lib/components/IntroWarningBillModal.svelte
rename to src/lib/components/IntroWarningBillModale.svelte
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index c2d94bb5fb7d1ea5bf557443d756215f8dc00b4e..0e57ed62fcb41008731de2578887bcb48fcf080e 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -32,7 +32,7 @@
   import CopyClipboard from "$lib/components/CopyClipboard.svelte"
   import CsgBudgetView from "$lib/components/CsgBudgetView.svelte"
   import CsgGagnantsPerdantsView from "$lib/components/CsgGagnantsPerdantsView.svelte"
-  import IntroWarningBillModal from "$lib/components/IntroWarningBillModal.svelte"
+  import IntroWarningBillModale from "$lib/components/IntroWarningBillModale.svelte"
   import IrBudgetView from "$lib/components/IrBudgetView.svelte"
   import IrGagnantsPerdantsView from "$lib/components/IrGagnantsPerdantsView.svelte"
   import PersistentPopover from "$lib/components/PersistentPopover.svelte"
@@ -145,7 +145,6 @@
   const isSearchActive = getContext("isSearchActive") as Writable<boolean>
   let isTestCaseSelectModalOpen = false
   let isUserModificationsOpen = false
-  let introWarningBillModalOpen = false
   setContext("newSelfTargetAProps", newSelfTargetAProps)
   setContext("onCopyParameterLink", onCopyParameterLink)
   const parametricReform = getContext(
@@ -848,6 +847,8 @@
   class:after:content-none={!$isSearchActive}
   class:overflow-hidden={$isSearchActive}
 >
+  <IntroWarningBillModale />
+
   <div
     class="flex flex-[1_0_100%] flex-col overflow-x-clip transition-transform duration-500 ease-in-out-quart md:overflow-hidden"
     class:!translate-x-[-33.3%]={displayMode.edit !== undefined}
@@ -1345,30 +1346,6 @@
           class:pb-24={$testCasesIndex.length === 1 &&
             displayMode.parametersVariableName === undefined}
         >
-          <div class="shadow-md border bg-white mx-5 rounded-md mb-5">
-            <div
-              class="flex items-center justify-between bg-le-gris-dispositif-light border-b border-le-gris-dispositif py-1 px-2 lg:px-5"
-            >
-              <span
-                class="text-le-gris-dispositif-dark font-bold uppercase tracking-wider text-base"
-                ><iconify-icon
-                  class="mr-1 align-[-0.15rem] text-lg"
-                  icon="ri-information-line"
-                /> Information : Le simulateur configuré en vue de la période budgétaire
-              </span>
-            </div>
-            <p class="px-2 lg:px-5 w-full text-left text-base py-1">
-              ⚠️ L'hypothèse attendue pour 2024 actuellement affichée sera
-              confirmée par le PLF et le PLFSS en octobre. <a
-                class="link"
-                on:click={() => (introWarningBillModalOpen = true)}
-              >
-                En savoir plus
-              </a>
-            </p>
-
-            <IntroWarningBillModal bind:isOpen={introWarningBillModalOpen} />
-          </div>
           {#if displayMode.budget}
             {#if displayMode.parametersVariableName !== undefined}
               <div class="mb-6 flex flex-col px-2 lg:px-5 w-screen md:w-full">