diff --git a/redux/reducers/results/total-pop.ts b/redux/reducers/results/total-pop.ts
index 6b0823999645d8dae3263e9074954853a7251de4..fc00d90d1bf10c33953afff926395427e36b629b 100644
--- a/redux/reducers/results/total-pop.ts
+++ b/redux/reducers/results/total-pop.ts
@@ -178,10 +178,10 @@ const DEFAULT_STATE: State = {
       irpp_on_rfr_avant: 0.04315351816046735,
       avg_irpp_on_avg_rfr_avant: 0.04315351816046735,
       plf: 5810007005.203121,
-            sum_irpp_plf: 5810007005.203121,
-            avg_irpp_plf: 1515.6807399278928,
-            irpp_on_rfr_plf: 0.04235158541360509,
-            avg_irpp_on_avg_rfr_plf: 0.04235158541360509,
+      sum_irpp_plf: 5810007005.203121,
+      avg_irpp_plf: 1515.6807399278928,
+      irpp_on_rfr_plf: 0.04235158541360509,
+      avg_irpp_on_avg_rfr_plf: 0.04235158541360509,
     },
     {
       sum_rfr: 179011128573.3233,
@@ -217,28 +217,28 @@ const DEFAULT_STATE: State = {
 
   foyersFiscauxTouches: {
     avant_to_plf: {
-      neutre_zero: 19649623,
-      perdant: 7620826,
-      neutre: 10289,
-      gagnant: 11052238
-  },
+      neutre_zero: 17078623,
+      perdant: 143587,
+      gagnant: 15417831,
+    },
+    avant_to_apres: {
+      neutre_zero: 17078623,
+      perdant: 143587,
+      gagnant: 15417831,
+    },
+    plf_to_apres: {
+      neutre_zero: 18029380,
+      gagnant: 14610661,
+    },
   },
   frontieresDeciles: [
-    2365.825439453125,
-    9034.31640625,
-    13487.224609375,
-    17108.0,
-    20664.244140625,
-    25757.998046875,
-    31956.744140625,
-    40103.5703125,
-    55275.3984375,
-    8615171.0
+    2365.825439453125, 9034.31640625, 13487.224609375, 17108.0, 20664.244140625,
+    25757.998046875, 31956.744140625, 40103.5703125, 55275.3984375, 8615171.0,
   ],
   total: {
     //avant: 82400000000.00001, PLF 2022
     avant: 86800000000.00001, // PLF 2023, chiffre révisé 2022 (page 15 du PLF2023)
-    plf: 86887586871.0001 // PLF2023 page 136
+    plf: 86887586871.0001, // PLF2023 page 136
   },
 };