diff --git a/templates/case_weights_report.html.twig b/templates/case_weights_report.html.twig
index 8855f78..afe56bf 100644
--- a/templates/case_weights_report.html.twig
+++ b/templates/case_weights_report.html.twig
@@ -204,63 +204,49 @@
Arrivage du {{ firstArrivalDate ?? '-' }}
+
+ {# 28 colonnes ≈ 3.571% chacune #}
+ {% for _ in 0..27 %}{% endfor %}
+
-
-
-
- |
-
-
- | CASE N° {{ buildingCase.caseNumber ?? '' }} |
-
-
- |
+ PROVENANCE |
-
-
- |
+ {# Paire 1 : chiffre + case vide #}
+ 1 |
+ |
+ |
+ {# Paire 2 #}
+ 2 |
+ |
+ |
+ {# Paire 3 #}
+ 3 |
+ |
+ |
+ {# Paire 4 #}
+ 4 |
+ |
+
+ {# Espacement entre PROVENANCE et RACE (1 col, RACE commence plus tôt) #}
+ |
+
+ {# Bloc RACE #}
+ RACE |
+ LIMOUSIN |
+ |
+ |
+ CHAROLAIS |
+ |
+ |
+ AUTRE |
+ |
+
+ CASE N° {{ buildingCase.caseNumber ?? '' }}
+
+