diff --git a/src/lib/components/PlfVariablesListIntro.svelte b/src/lib/components/PlfVariablesListIntro.svelte
index d376d9b3ad092aa75932af8f37cacf74b3fd3097..6aa1dfb1e57fd4d8aa8d32a11ed43337a13dc29d 100644
--- a/src/lib/components/PlfVariablesListIntro.svelte
+++ b/src/lib/components/PlfVariablesListIntro.svelte
@@ -62,4 +62,17 @@
       </a>
     </div>
   </div>
+  <h3 class="mt-4 mb-2 text-base mx-2 font-bold">
+    Article 4 du PLFSS 2025 | Exonération de cotisations TO-DE :
+  </h3>
+  <a
+    class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-sm hover:bg-red-100"
+    data-sveltekit-noscroll
+    href={newSimulationUrl({
+      ...displayMode,
+      parametersVariableName: "exoneration_cotisations_employeur_tode",
+    })}
+  >
+    Hausse du plafond de rémunération de l'<b>exonération TO-DE</b> intégrale
+  </a>
 </div>