diff --git a/geo_algo/.idea/.gitignore b/.idea/.gitignore similarity index 100% rename from geo_algo/.idea/.gitignore rename to .idea/.gitignore diff --git a/geo_algo/.idea/geo_algo.iml b/.idea/geo_algo.iml similarity index 100% rename from geo_algo/.idea/geo_algo.iml rename to .idea/geo_algo.iml diff --git a/geo_algo/.idea/modules.xml b/.idea/modules.xml similarity index 100% rename from geo_algo/.idea/modules.xml rename to .idea/modules.xml diff --git "a/geo_algo/1.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" "b/1.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" similarity index 100% rename from "geo_algo/1.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" rename to "1.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" diff --git "a/geo_algo/2.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" "b/2.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" similarity index 100% rename from "geo_algo/2.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" rename to "2.G\303\251om\303\251trie Algorithmique-Mod\303\251lisation 3d.pdf" diff --git "a/geo_algo/3.G\303\251om\303\251trie Algorithmique-Projection 3D.pdf" "b/3.G\303\251om\303\251trie Algorithmique-Projection 3D.pdf" similarity index 100% rename from "geo_algo/3.G\303\251om\303\251trie Algorithmique-Projection 3D.pdf" rename to "3.G\303\251om\303\251trie Algorithmique-Projection 3D.pdf" diff --git "a/geo_algo/4.G\303\251om\303\251trie Algorithmique-Rendu 3D-Textures-Shader.pdf" "b/4.G\303\251om\303\251trie Algorithmique-Rendu 3D-Textures-Shader.pdf" similarity index 100% rename from "geo_algo/4.G\303\251om\303\251trie Algorithmique-Rendu 3D-Textures-Shader.pdf" rename to "4.G\303\251om\303\251trie Algorithmique-Rendu 3D-Textures-Shader.pdf" diff --git "a/geo_algo/5.G\303\251om\303\251trie Algorithmique-Algorithmes avanc\303\251s-Ray tracing.pdf" "b/5.G\303\251om\303\251trie Algorithmique-Algorithmes avanc\303\251s-Ray tracing.pdf" similarity index 100% rename from "geo_algo/5.G\303\251om\303\251trie Algorithmique-Algorithmes avanc\303\251s-Ray tracing.pdf" rename to "5.G\303\251om\303\251trie Algorithmique-Algorithmes avanc\303\251s-Ray tracing.pdf" diff --git a/geo_algo/Delaunay.pdf b/Delaunay.pdf similarity index 100% rename from geo_algo/Delaunay.pdf rename to Delaunay.pdf diff --git a/geo_algo/Optimisation.pdf b/Optimisation.pdf similarity index 100% rename from geo_algo/Optimisation.pdf rename to Optimisation.pdf diff --git a/geo_algo/Tableau Vertex.pdf b/Tableau Vertex.pdf similarity index 100% rename from geo_algo/Tableau Vertex.pdf rename to Tableau Vertex.pdf diff --git a/geo_algo/tp/rendu.zip b/tp/rendu.zip similarity index 100% rename from geo_algo/tp/rendu.zip rename to tp/rendu.zip diff --git a/geo_algo/tp/rendu/tp1_projection_3D.js b/tp/rendu/tp1_projection_3D.js similarity index 100% rename from geo_algo/tp/rendu/tp1_projection_3D.js rename to tp/rendu/tp1_projection_3D.js diff --git a/geo_algo/tp/rendu/tp2_shader.glsl b/tp/rendu/tp2_shader.glsl similarity index 100% rename from geo_algo/tp/rendu/tp2_shader.glsl rename to tp/rendu/tp2_shader.glsl diff --git a/geo_algo/tp/rendu/tp3_ray_tracing.js b/tp/rendu/tp3_ray_tracing.js similarity index 100% rename from geo_algo/tp/rendu/tp3_ray_tracing.js rename to tp/rendu/tp3_ray_tracing.js diff --git a/geo_algo/tp/rendu/tp_shader_kevin_bonga.txt b/tp/rendu/tp_shader_kevin_bonga.txt similarity index 100% rename from geo_algo/tp/rendu/tp_shader_kevin_bonga.txt rename to tp/rendu/tp_shader_kevin_bonga.txt diff --git "a/geo_algo/tp/ressources/G\303\251om\303\251trie_algo-TP1.pdf" "b/tp/ressources/G\303\251om\303\251trie_algo-TP1.pdf" similarity index 100% rename from "geo_algo/tp/ressources/G\303\251om\303\251trie_algo-TP1.pdf" rename to "tp/ressources/G\303\251om\303\251trie_algo-TP1.pdf" diff --git "a/geo_algo/tp/ressources/G\303\251om\303\251trie_algo_TP2.pdf" "b/tp/ressources/G\303\251om\303\251trie_algo_TP2.pdf" similarity index 100% rename from "geo_algo/tp/ressources/G\303\251om\303\251trie_algo_TP2.pdf" rename to "tp/ressources/G\303\251om\303\251trie_algo_TP2.pdf" diff --git "a/geo_algo/tp/ressources/G\303\251om\303\251trie_algo_TP3.pdf" "b/tp/ressources/G\303\251om\303\251trie_algo_TP3.pdf" similarity index 100% rename from "geo_algo/tp/ressources/G\303\251om\303\251trie_algo_TP3.pdf" rename to "tp/ressources/G\303\251om\303\251trie_algo_TP3.pdf"