diff --git a/exercices/TP_Nuisibles.html b/exercices/TP_Nuisibles.html index 9d82c77..c6bc000 100644 --- a/exercices/TP_Nuisibles.html +++ b/exercices/TP_Nuisibles.html @@ -508,6 +508,19 @@ line-height: 1.6; margin-bottom: 1.5rem; } +.info-card { + background: var(--amber-light); + border-radius: 12px; + padding: 16px 20px; + max-width: 620px; + width: 100%; + font-size: 14px; + color: var(--amber-dark); + line-height: 1.6; + display: flex; + gap: 10px; + align-items: flex-start; +} .steps-row { display: flex; gap: 8px; @@ -716,21 +729,26 @@