/* MaPrimaire - CM2 sciences : correction masquée jusqu'au clic */
.mp-correction-card .mp-reveal-correction {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
}

.mp-correction-card .mp-correction-body {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #dfeaf6;
}

.mp-correction-card .mp-correction-note {
  color: #6b7280;
  margin-bottom: 12px;
}

.mp-correction-card:not(.is-open) .mp-correction-body[hidden] {
  display: none !important;
}

.mp-correction-card.is-open .mp-reveal-correction {
  background: #20304a;
  color: #ffffff !important;
}