?
/* ── Lien vers l'outil ── */
.wizard__tool-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: var(--space-3) var(--space-5);
background: rgba(99, 102, 241, 0.15);
color: #818cf8;
border: 1px solid rgba(99, 102, 241, 0.3);
border-radius: var(--radius-md);
font-weight: 600;
font-size: var(--text-sm);
text-decoration: none;
margin-bottom: var(--space-4);
transition:
background 0.15s,
border-color 0.15s;
}
.wizard__tool-link:hover {
background: rgba(99, 102, 241, 0.25);
border-color: rgba(99, 102, 241, 0.5);
}
/* ── Zone d'import ── */
.wizard__import-zone {
border: 2px dashed var(--color-gray-300);
border-radius: var(--radius-lg);
padding: var(--space-5);
text-align: center;
margin-bottom: var(--space-4);
transition:
border-color 0.15s,
background 0.15s;
}
.wizard__import-zone:hover {
border-color: var(--color-primary);
background: rgba(99, 102, 241, 0.05);
}
.wizard__import-zone.has-data {
display: none;
}
.wizard__import-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: var(--space-3) var(--space-5);
background: var(--color-primary);
color: white;
border-radius: var(--radius-md);
font-weight: 600;
cursor: pointer;
transition: background 0.15s;
}
.wizard__import-btn:hover {
background: var(--color-primary-dark, #4f46e5);
}
.wizard__import-hint {
margin-top: var(--space-3);
font-size: var(--text-sm);
color: var(--color-gray-500);
}
/* ── Résumé des données importées ── */
.wizard__chart-preview {
background: rgba(52, 211, 153, 0.08);
border: 1px solid rgba(52, 211, 153, 0.3);
border-radius: var(--radius-lg);
padding: var(--space-4);
margin-bottom: var(--space-4);
}
.wizard__chart-preview-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--space-3);
}
.wizard__chart-preview-status {
font-weight: 700;
color: #34d399;
font-size: var(--text-sm);
}
.wizard__chart-preview-reset {
background: none;
border: 1px solid rgba(239, 68, 68, 0.4);
color: #f87171;
padding: var(--space-1) var(--space-3);
border-radius: var(--radius-md);
font-size: var(--text-xs);
cursor: pointer;
transition: background 0.15s;
}
.wizard__chart-preview-reset:hover {
background: rgba(239, 68, 68, 0.15);
}
.wizard__chart-preview-data {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: var(--space-2);
margin-bottom: var(--space-3);
}
.wizard__chart-preview-item {
display: flex;
justify-content: space-between;
padding: var(--space-2) var(--space-3);
background: rgba(255, 255, 255, 0.06);
border-radius: var(--radius-sm);
font-size: var(--text-sm);
}
.wizard__chart-preview-item-label {
color: var(--color-gray-700);
}
.wizard__chart-preview-item-value {
font-weight: 700;
color: var(--color-gray-900);
}
.wizard__chart-preview-meta {
font-size: var(--text-xs);
color: var(--color-gray-500);
}
🏠
Séance 1 — Consommation dans une maison connectée
Niveau 5ème • Séquence : Habitat & énergie • Durée : 1h30
📊 Répartition de la consommation annuelle :
| Poste |
kWh/an |
| Chauffage |
2 800 |
| Eau chaude sanitaire |
1 000 |
| Électroménager |
750 |
| Éclairage |
500 |
| Audiovisuel |
450 |
| Cuisson |
380 |
| Veille |
380 |
Q1.1 — Diagramme en bâtons
À l'aide du tableau de données ci-dessus, crée un
diagramme en bâtons
avec le générateur de graphiques, puis importe ton fichier JSON
ici.
📊 Ouvrir le Générateur de graphiques →
Q1.2 — Deux postes consommateurs
Identifie les 2 postes qui consomment le plus
d'électricité.
0 / 200 caractères
Q1.3 — Coût de la veille
La veille des appareils consomme 380 kWh par an.
Le prix de l'électricité est de 0,25 €/kWh.
Calcule le coût annuel de la veille.
0 / 200 caractères
Q1.1 — Éco-gestes et équipements connectés
Pour chaque poste, propose un éco-geste simple et
un équipement connecté qui pourrait aider.
💡 Éclairage
⏻ Veille
🔥 Chauffage
📺 Audiovisuel
Q1.2 — Poste avec le plus grand potentiel
Quel poste offre le plus grand potentiel d'économies avec des
équipements connectés ? Explique en 1-2 phrases.
0 / 300 caractères
📊 Comparaison ampoule incandescente vs LED :
| Critère |
Incandescente |
LED |
| Durée de vie |
1 000 h |
25 000 h |
| Puissance |
60 W |
9 W |
| Matériaux |
Verre, tungstène |
Verre, électronique |
| Recyclage |
Poubelle ordinaire |
Point de collecte |
| Prix |
1 € |
6 € |
Cycle de vie : Extraction → Fabrication →
Transport → Utilisation → Fin de vie
ℹ️
Message
Votre activité a été sauvegardée avec succès.
Merci d'avoir completé cette activité interactif. Vos réponses ont
été enregistrées.
Êtes-vous sûr ? Vos réponses seront perdues après cette action.
Une copie de vos réponses sera téléchargée automatiquement comme
sauvegarde.