.nrj-fiche {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  max-width: 860px;
  margin-bottom: 16px;
  padding: 28px 32px 36px;
  background: radial-gradient(120% 80% at 50% 0%, #d8ecf8 0%, #eef6fb 45%, #f7fbfd 100%);
  border-radius: 4px;
}

.nrj-fiche * { box-sizing: border-box; }

.nrj-h1 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nrj-h1 span { color: #e30613; }

.nrj-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 12px 16px;
  background: #f6f0e6;
  border-radius: 20px;
  color: #555;
  font-size: 13px;
}

.nrj-note i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #888;
  border-radius: 50%;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  color: #666;
}

.nrj-h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nrj-lead {
  margin: 6px 0 22px;
  color: #555;
  font-size: 14px;
}

.nrj-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nrj-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(30, 60, 90, 0.08);
  padding: 20px 22px 16px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
}

.nrj-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

.nrj-card h3 svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.nrj-card p {
  margin: 0 0 4px;
  line-height: 1.45;
  color: #333;
}

.nrj-mod {
  margin-top: auto;
  padding-top: 14px;
  color: #222;
  font-size: 14px;
  text-decoration: underline;
  cursor: default;
}
