craiyon logo

A planning timeline chart for June 2026, showing three projects: P1 Buanderie, P2 Cabinet, and P3 Chalets, represented by green, orange, and blue bars respectively on a numerical scale.

A planning timeline chart for June 2026, showing three projects: P1 Buanderie, P2 Cabinet, and P3 Chalets, represented by green, orange, and blue bars respectively on a numerical scale.

<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="320" viewBox="0 0 1000 320"> <!-- Fond --> <rect x="0" y="0" width="1000" height="320" fill="#ffffff"/> <!-- Titre --> <text x="20" y="30" font-family="Arial" font-size="18" fill="#37474F">Frise planification – Juin 2026</text> <!-- Axe du temps et repères (jours 1..30) --> <line x1="50" y1="260" x2="900" y2="260" stroke="#000" stroke-width="1"/> <!-- Repères jour 1, 5, 10, 15, 20, 25, 30 --> <g stroke="#999" stroke-dasharray="2,4"> <line x1="60" y1="250" x2="60" y2="270"/> <line x1="172" y1="250" x2="172" y2="270"/> <line x1="312" y1="250" x2="312" y2="270"/> <line x1="452" y1="250" x2="452" y2="270"/> <line x1="592" y1="250" x2="592" y2="270"/> <line x1="732" y1="250" x2="732" y2="270"/> <line x1="872" y1="250" x2="872" y2="270"/> </g> <!-- Légende (couleurs et tâches) --> <rect x="720" y="50" width="180" height="90" fill="none" stroke="#CCC"/> <text x="730" y="70" font-family="Arial" font-size="12" fill="#333">Légende</text> <g> <rect x="735" y="86" width="14" height="14" fill="#4CAF50"/> <text x="755" y="98" font-family="Arial" font-size="12" fill="#333">P1 Buanderie</text> </g> <g> <rect x="735" y="106" width="14" height="14" fill="#FF9800"/> <text x="755" y="118" font-family="Arial" font-size="12" fill="#333">P2 Cabinet</text> </g> <g> <rect x="735" y="126" width="14" height="14" fill="#42A5F5"/> <text x="755" y="138" font-family="Arial" font-size="12" fill="#333">P3 Chalets</text> </g> <g> <rect x="735" Mehr sehen