Nouvelle session 1 Avril | Anglais
13/03/2026 2026-03-25 17:05
Nouvelle session 1 Avril | Anglais
.header { background: black; color: #d4d700; text-align: center; padding: 25px; }
.nav { text-align: center; padding: 10px; }
.nav button { padding: 10px 20px; margin: 5px; border: none; border-radius: 20px; cursor: pointer; font-weight: bold; }
.nav button.active { background: #d4d700; }
.section { display: none; padding: 20px; }
.section.active { display: block; }
.card { background: white; border-radius: 10px; padding: 20px; max-width: 900px; margin: auto; }
table { width: 100%; border-collapse: collapse; }
th { background: black; color: #d4d700; padding: 10px; }
td { border: 1px solid #ddd; padding: 8px; text-align: center; }
.date { background: #d4d700; padding: 5px; border-radius: 5px; }
.cta { margin-top: 15px; padding: 12px 25px; background: #d4d700; border: none; border-radius: 25px; cursor: pointer; font-weight: bold; }
.footer { text-align: center; background: black; color: white; padding: 10px; }
đ VITA Formation
Formation 32h â 16 sĂ©ances
Début : 06 Avril
đ Cours du soir
| Séance | Jour | Date | Horaire |
|---|---|---|---|
| 1 | Lundi | 06 Avril | 18h – 20h |
| 2 | Mardi | 07 Avril | 18h – 20h |
| 3 | Jeudi | 09 Avril | 18h – 20h |
| 4 | Lundi | 13 Avril | 18h – 20h |
| 5 | Mardi | 14 Avril | 18h – 20h |
| 6 | Jeudi | 16 Avril | 18h – 20h |
| 7 | Lundi | 20 Avril | 18h – 20h |
| 8 | Mardi | 21 Avril | 18h – 20h |
| 9 | Jeudi | 23 Avril | 18h – 20h |
| 10 | Lundi | 27 Avril | 18h – 20h |
| 11 | Mardi | 28 Avril | 18h – 20h |
| 12 | Jeudi | 30 Avril | 18h – 20h |
| 13 | Lundi | 04 Mai | 18h – 20h |
| 14 | Mardi | 05 Mai | 18h – 20h |
| 15 | Jeudi | 07 Mai | 18h – 20h |
| 16 | Lundi | 11 Mai | 18h – 20h |
âïž Cours de jour
| Groupe | Jours | Horaire |
|---|---|---|
| G1 | Lundi, Mercredi, Jeudi | 13h30 – 15h30 |
| G2 | Lundi, Mercredi, Jeudi | 15h30 – 17h30 |
đ» Formation en ligne
| Jours | Horaire |
|---|---|
| Lundi, Mardi, Jeudi | 18h – 20h |
function showSection(id) { let sections = document.querySelectorAll('.section'); let buttons = document.querySelectorAll('.nav button');
sections.forEach(s => s.classList.remove('active')); buttons.forEach(b => b.classList.remove('active'));
document.getElementById(id).classList.add('active'); event.target.classList.add('active'); }
