diff --git a/index.md b/index.md
index cf61cf063b34ee56b8c7469fdc7cefba7b48a45d..d9c7e95387df7e4325a7916c100f85e47fc9c0c2 100644
--- a/index.md
+++ b/index.md
@@ -54,7 +54,7 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Base 1 [PDF](prog_seq_c_cours/base_1.pdf)
 
-## Base 2 [PDF](prog_seq_c_cours/base_2.pdf)
+<!-- ## Base 2 [PDF](prog_seq_c_cours/base_2.pdf)
 
 ## Base 3 [PDF](prog_seq_c_cours/base_3.pdf)
 
@@ -66,12 +66,15 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## La ligne de commande [PDF](prog_seq_c_cours/ligne_commande.pdf)
 
-## Les pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf)
+## Les pointeurs avancés [PDF](prog_seq_c_cours/pointeurs_avances.pdf) -->
 
 # Exercices de programmation séquentielle en C
 
 ## Le nombre secret, [HTML](prog_seq_c_tp/nombre_secret/index.html), [PDF](prog_seq_c_tp/nombre_secret/nombre_secret.pdf)
 
+# Cours de physique appliquée
+
+##  [Polycopié](phys/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/isc_physique), [pdf](phys/cours.pdf)
 
 :::
 ::: {.column width="60%"}
@@ -83,9 +86,19 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ##  [Polycopié](mti/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info), [pdf](mti/cours.pdf)
 
-##  [Travail pratique: intégrales](mti/tpIntegrales/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info/tree/master/tpIntegrales), [pdf](mti/tpIntegrales/tp_integrales_conv.pdf)
+<!-- ##  [Travail pratique: intégrales](mti/tpIntegrales/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info/tree/master/tpIntegrales), [pdf](mti/tpIntegrales/tp_integrales_conv.pdf)
+
+##  [Travail pratique: EDO](mti/tpEdo/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info/tree/master/tpEdo), [pdf](mti/tpEdo/tpEquadiffs.pdf) -->
+
+:::
+::::::::::::::
 
-##  [Travail pratique: EDO](mti/tpEdo/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info/tree/master/tpEdo), [pdf](mti/tpEdo/tpEquadiffs.pdf)
+# Les projets de bachelor passés
+
+## [Astéroides avec algorithme génétique, T. Ibanez](https://dai.ly/x6tosqh)
+## [Pacman, Pong et Phoenix avec technique de renforcement, N. Nufer](https://dai.ly/x6tosqg)
+
+# Cours d'années précédentes
 
 # Programmation concurrente
 
@@ -109,16 +122,6 @@ La chaîne *twitch* de mes cours se trouve sur <https://www.twitch.tv/omhepia>
 
 ## Projet: Asteroids concurrents [PDF](tp_concurrence/multithreaded_asteroids.pdf), [HTML](tp_concurrence/multithreaded_asteroids.html)
 
-:::
-::::::::::::::
-
-# Les projets de bachelor passés
-
-## [Astéroides avec algorithme génétique, T. Ibanez](https://dai.ly/x6tosqh)
-## [Pacman, Pong et Phoenix avec technique de renforcement, N. Nufer](https://dai.ly/x6tosqg)
-
-# Cours d'années précédentes
-
 ## [Programmation séquentielle en Rust](prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust)
 
 # Anciens exercices en C (2019-20)