Stelvyo·learning

Tech

Analyse critique d’une blockchain ou d’une cryptomonnaie

Exercice : Travail en groupe • Préparation en autonomie • Oral en classe + échange critique Durée de passage 20 min de présentation + 10 min de questions (minimum) Objectif réel Savoir argumenter, défendre et convaincre…

5 min de lecture998 motsPublié le 12 janvier 2026

/* THEME */ .lpwrap{ --text:#0f172a; --muted:#475569; --border: rgba(15,23,42,.12); --blue:#2563eb; --teal:#14b8a6; --violet:#7c3aed; --rose:#e11d48; --amber:#f59e0b; --green:#16a34a; --indigo:#4f46e5; --softBlue: rgba(37,99,235,.10); --softTeal: rgba(20,184,166,.10); --softViolet: rgba(124,58,237,.10); --softRose: rgba(225,29,72,.10); --softAmber: rgba(245,158,11,.12); --softGreen: rgba(22,163,74,.10); --softIndigo: rgba(79,70,229,.10); max-width:1120px; margin:0 auto; padding:0 14px 26px 14px; font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif; box-sizing:border-box; color:var(--text); } .lpwrap { box-sizing:border-box; } / HERO (safe, léger) / .lphero{ background:linear-gradient(135deg, #f3f7ff 0%, #ffffff 55%, #f3fffb 100%); border:1px solid var(--border); border-radius:26px; padding:26px 22px; margin:10px 0 18px 0; box-shadow:0 14px 40px rgba(2,6,23,.07); } .lpbadge{ display:inline-flex; align-items:center; padding:8px 12px; border-radius:999px; background:linear-gradient(90deg, var(--blue), var(--violet)); color:#fff; font-weight:900; font-size:13px; letter-spacing:.25px; } .lphero h1{ margin:14px 0 8px 0; font-size:30px; line-height:1.15; letter-spacing:-.3px; } .lpsub{ margin:0; font-size:16px; color:#334155; } .lpheronote{ margin-top:14px; padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.92); border:1px solid rgba(37,99,235,.18); } / META / .lpmeta{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:16px; } .lpmetaItem{ background:#fff; border:1px solid var(--border); border-radius:16px; padding:12px 14px; box-shadow:0 10px 24px rgba(2,6,23,.05); } .lpmetaLabel{ font-size:12px; color:#64748b; font-weight:900; text-transform:uppercase; letter-spacing:.55px; } .lpmetaValue{ font-size:14px; margin-top:4px; font-weight:800; color:#0f172a; } .lpmetaA{ background:linear-gradient(180deg, var(--softBlue), #fff 55%); border-color: rgba(37,99,235,.22); } .lpmetaB{ background:linear-gradient(180deg, var(--softTeal), #fff 55%); border-color: rgba(20,184,166,.22); } .lpmetaC{ background:linear-gradient(180deg, var(--softViolet), #fff 55%); border-color: rgba(124,58,237,.22); } / GRID / .lpgrid2{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:0 0 16px 0; } / CARDS / .lpcard{ background:#fff; border:1px solid var(--border); border-radius:22px; padding:18px 18px; box-shadow:0 12px 30px rgba(2,6,23,.06); } .lpcard h2{ margin:0 0 10px 0; font-size:20px; letter-spacing:-.2px; } .lpcard h3{ margin:0 0 8px 0; font-size:16px; letter-spacing:-.2px; } .lpcard p{ margin:0; color:#334155; line-height:1.6; } .lpsubp{ margin:0; color:var(--muted); line-height:1.6; } / Accents / .lpaccentBlue{ border-left:6px solid var(--blue); background:linear-gradient(180deg, var(--softBlue), #fff 55%); } .lpaccentViolet{ border-left:6px solid var(--violet); background:linear-gradient(180deg, var(--softViolet), #fff 55%); } .lpaccentTeal{ border-left:6px solid var(--teal); background:linear-gradient(180deg, var(--softTeal), #fff 55%); } .lpaccentAmber{ border-left:6px solid var(--amber); background:linear-gradient(180deg, var(--softAmber), #fff 55%); } .lpaccentRose{ border-left:6px solid var(--rose); background:linear-gradient(180deg, var(--softRose), #fff 55%); } .lpaccentIndigo{ border-left:6px solid var(--indigo); background:linear-gradient(180deg, var(--softIndigo), #fff 55%); } .lpaccentGreen{ border-left:6px solid var(--green); background:linear-gradient(180deg, var(--softGreen), #fff 55%); } / Lists / .lplist{ margin:10px 0 0 18px; padding:0; color:#334155; line-height:1.6; } .lplist li{ margin:6px 0; } / Callouts / .lpnote{ margin-top:12px; padding:12px 14px; border-radius:16px; background:linear-gradient(180deg, rgba(37,99,235,.08), #fff 55%); border:1px solid rgba(37,99,235,.18); } .lpalert{ margin-top:12px; padding:12px 14px; border-radius:16px; background:linear-gradient(180deg, rgba(225,29,72,.10), #fff 55%); border:1px solid rgba(225,29,72,.22); color:#881337; } .lpmini{ margin-top:12px; padding:12px 14px; border-radius:16px; background:linear-gradient(180deg, rgba(20,184,166,.10), #fff 55%); border:1px solid rgba(20,184,166,.20); } .lpminiTitle{ font-weight:900; color:#0f172a; margin-bottom:8px; letter-spacing:-.2px; } .lpminiText{ margin:0; color:#334155; line-height:1.6; } / Steps / .lpsteps{ display:grid; gap:10px; margin-top:10px; } .lpstep{ display:flex; gap:12px; align-items:flex-start; padding:12px 12px; border-radius:18px; border:1px solid var(--border); background:#fff; } .lpstepNum{ width:34px; height:34px; border-radius:12px; background:linear-gradient(135deg, var(--blue), var(--violet)); color:#fff; font-weight:900; display:flex; align-items:center; justify-content:center; flex:0 0 auto; } .lpstepTitle{ font-weight:900; color:#0f172a; } .lpstepText{ margin-top:3px; color:#334155; line-height:1.5; } / Score / .lpscore{ display:grid; gap:12px; margin-top:10px; } .lpscoreItem{ padding:12px 12px; border-radius:18px; border:1px solid var(--border); background:#fff; } .lpscoreTop{ display:flex; justify-content:space-between; gap:12px; align-items:center; } .lpscoreTitle{ font-weight:900; color:#0f172a; } .lpscorePct{ font-weight:900; color:var(--rose); } .lpbar{ height:10px; background:#e2e8f0; border-radius:999px; overflow:hidden; margin-top:10px; } .lpbar span{ display:block; height:100%; background:linear-gradient(90deg, var(--rose), var(--violet)); border-radius:999px; } / Chips / .lpqa{ margin-top:14px; padding-top:12px; border-top:1px solid var(--border); } .lpqa h3{ margin:0 0 10px 0; font-size:16px; } .lpchips{ display:flex; flex-wrap:wrap; gap:8px; } .lpchip{ display:inline-flex; padding:8px 10px; border-radius:999px; border:1px solid rgba(37,99,235,.20); background:linear-gradient(180deg, rgba(37,99,235,.08), #fff 55%); color:#0f172a; font-weight:800; font-size:13px; } / Sources / .lpsourcesIntro{ margin:0 0 12px 0; color:#475569; } .lpsrcGrid{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:12px; } .lpsrcCard{ border:1px solid rgba(79,70,229,.18); border-radius:18px; padding:14px 14px; background:linear-gradient(180deg, rgba(79,70,229,.08), #fff 55%); } .lpsrcList{ margin:0; padding-left:18px; color:#334155; line-height:1.6; } .lpsrcList li{ margin:6px 0; } .lpsrcList a{ color:var(--indigo); font-weight:900; text-decoration:none; } .lpsrcList a:hover{ text-decoration:underline; } .lpsrcNoLink{ font-weight:900; color:#0f172a; } / Footer / .lpfooter{ border:1px dashed rgba(22,163,74,.35); } / Responsive */ @media (max-width: 860px){ .lpmeta{ grid-template-columns:1fr; } .lpgrid2{ grid-template-columns:1fr; } .lpsrcGrid{ grid-template-columns:1fr; } .lphero h1{ font-size:24px; } }