Duo Planner & Bingo des tâches – Kit autonomie enfant
Plage de prix : €6.95 à €10.50Ton enfant est capable de faire sa chambre, se préparer tout seul, et même aider à la maison.
Il a juste besoin d’un cadre. Et d’un peu de fun.
C’est exactement ce que ce duo lui offre.
🎯 Le Bingo des tâches
Fini les « j’ai rien à faire » et les négociations interminables.
Ton enfant choisit ses tâches, coche ses cases, et avance à son rythme.
Ranger sa chambre devient un défi. Aider à la maison devient un jeu.
📅 Le Planner hebdomadaire
Prières, Coran, tâches, temps calme — tout est là, organisé, visible.
Chaque jour coché est une victoire pour lui.
Chaque semaine complète est une fierté que tu partages avec lui.
Ce duo c’est fait pour toi si :
✅ Tu répètes les mêmes consignes chaque matin
✅ Tu veux que ton enfant gagne en autonomie sans te battre
✅ Tu veux intégrer les prières et le Coran dans sa routine naturellement
✅ Tu cherches un outil concret, pas une promesse vide
:root {
--teal: #0077b5;
--green: #01873f;
--gold: #f6ae34;
--light: #f2faf6;
--white: #ffffff;
--text: #1a2e1f;
--muted: #5a7060;
--border: rgba(0,0,0,0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "Roboto", sans-serif;
background: #e8f4ed;
min-height: 100vh;
display: flex; align-items: flex-start; justify-content: center;
padding: 3rem 1.5rem;
}
.widget { width: 100%; max-width: 500px; }
.w-header {
background: var(--teal);
border-radius: 16px 16px 0 0;
padding: 18px 20px;
display: flex; align-items: center; gap: 14px;
position: relative; overflow: hidden;
}
.w-header::before {
content: ""; position: absolute; right: -20px; bottom: -20px;
width: 100px; height: 100px; border-radius: 50%;
background: rgba(255,255,255,0.06); pointer-events: none;
}
.w-header-title {
font-family: "Gilda Display", Georgia, serif;
font-size: 17px; color: #fff; line-height: 1.3;
}
.w-header-sub { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 3px; }
.w-body {
background: var(--white);
border: 1.5px solid var(--border); border-top: none;
padding: 22px 20px;
}
.w-intro {
display: flex; gap: 10px; align-items: flex-start;
background: #fff9ec; border: 1.5px solid var(--gold);
border-radius: 12px; padding: 12px 14px; margin-bottom: 20px;
font-size: 13px; color: #7a5800; line-height: 1.6;
}
.w-label {
font-size: 10.5px; font-weight: 700; color: var(--muted);
text-transform: uppercase; letter-spacing: 0.09em; margin-bottom: 10px;
}
.w-items { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.w-item {
display: flex; align-items: center; gap: 10px;
padding: 10px 13px; background: var(--light);
border-radius: 8px; border: 1px solid rgba(1,135,63,0.13);
font-size: 13.5px; color: var(--text); font-weight: 500;
opacity: 0; animation: up 0.35s cubic-bezier(0.16,1,0.3,1) forwards;
}
.w-item:nth-child(1){animation-delay:.05s}
.w-item:nth-child(2){animation-delay:.13s}
.w-item:nth-child(3){animation-delay:.21s}
.w-num {
width: 28px; height: 28px; border-radius: 7px;
background: var(--teal); color: #fff;
display: flex; align-items: center; justify-content: center;
font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.w-sep {
display: flex; align-items: center; gap: 8px; margin: 4px 0 14px;
font-size: 10.5px; font-weight: 700; color: var(--muted);
text-transform: uppercase; letter-spacing: 0.09em;
}
.w-sep span { flex: 1; height: 1px; background: var(--border); }
.w-examples {
background: var(--light); border-radius: 12px;
border: 1.5px solid rgba(1,135,63,0.2); padding: 14px 16px;
opacity: 0; animation: up 0.4s cubic-bezier(0.16,1,0.3,1) 0.3s forwards;
}
.w-examples-title {
font-family: "Gilda Display", Georgia, serif;
font-size: 13.5px; color: var(--green); margin-bottom: 10px;
}
.w-examples ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.w-examples li {
font-size: 12.5px; color: var(--muted); line-height: 1.4;
padding-left: 16px; position: relative;
}
.w-examples li::before { content: "→"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.w-footer {
background: var(--green); border-radius: 0 0 16px 16px;
padding: 14px 20px; display: flex; align-items: center; gap: 10px;
font-size: 12.5px; color: rgba(255,255,255,0.92); line-height: 1.5;
opacity: 0; animation: up 0.4s cubic-bezier(0.16,1,0.3,1) 0.45s forwards;
}
@keyframes up {
from { opacity:0; transform: translateY(8px); }
to { opacity:1; transform: translateY(0); }
}


