diff --git a/Diiane b/Diiane
new file mode 100644
index 00000000..f905ddd3
--- /dev/null
+++ b/Diiane
@@ -0,0 +1,125 @@
+
+
+
+
+ Diiane Éducation
+
+
+
+
+
+
+
+
+ Bienvenue sur Diiane Éducation
+ Cours gratuits, sujets corrigés, vidéos pédagogiques : tout pour réussir.
+
+
+
+
Cours
+
Du primaire jusqu’au lycée, disponibles en PDF.
+
+
+
Examens
+
Sujets BEPC, BAC avec corrigés détaillés.
+
+
+
Vidéos
+
Leçons et explications en vidéo (YouTube intégrés).
+
+
+
+
+
+
+
+body { margin: 0; font-family: 'Poppins', sans-serif; color: #333; }
+header { display: flex; justify-content: space-between; align-items: center; background: #1f3a93; padding: 10px 20px; position: sticky; top: 0; }
+header .logo { color: white; font-size: 1.5em; font-weight: bold; }
+header nav a { color: white; margin: 0 10px; text-decoration: none; }
+header nav a:hover { text-decoration: underline; }
+.hero { background: #27ae60; color: white; padding: 60px 20px; text-align: center; }
+.features { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 20px; padding: 40px 20px; text-align: center; }
+.features h2 { color: #1f3a93; }
+footer { background: #1f3a93; color: white; text-align: center; padding: 10px; }
+@media (max-width:600px){
+ header nav { flex-direction: column; }
+ .features { grid-template-columns: 1fr; }
+}
+
+
+ … // mêmes meta, title, CSS que index.html
+
+
+
+
+ Cours disponibles
+
+
+
+
+
+
+
+
+ …
+
+
+
+ Sujets corrigés
+
+
+
+
+
+
+
+
+ …
+
+
+
+ Vidéos pédagogiques
+
+
+
+
+
+
+
+
+
+
+ …
+
+
+
+ Contact
+
+
+
+
+
+