diff --git a/Autre/gantt.puml b/Autre/gantt.puml
new file mode 100644
index 0000000000000000000000000000000000000000..0c5abad1aefb0690f83c68e04c16d62f1a1e0e3f
--- /dev/null
+++ b/Autre/gantt.puml
@@ -0,0 +1,33 @@
+@startgantt
+
+Language fr
+hide footbox
+Project starts 2025-02-04
+
+
+today is colored in grey
+
+
+
+[Capteur V1] as [C1] starts 2025-02-13 and requires 30 days
+
+
+[Capteur autonome] as [C2] starts 2025-02-20 and ends at [C1]'s end
+[Document de cadrage] happens 2025-02-23
+
+[Capteur autonome suite] as [C2s] starts at [C2]'s end and requires 17 days
+[C2s] displays on same row as [C2]
+
+[GW V2] starts 2025-02-20 and requires 40 days
+[GW custom] starts 2025-02-20 and requires 40 days
+
+[Integration] as [I] starts 2025-03-22 and ends 2025-04-12
+
+[Revue de projet] happens 2025-03-27
+
+[Qualifier le système] starts at [I]'s end and requires 2 weeks
+
+[Recette du projet] happens 2025-05-23
+
+
+@endgantt
\ No newline at end of file