@import url("base.css");

.page-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.page-header h1 {
  margin: 0.25rem 0 0;
  font-size: 1.6rem;
}

.page-header .subtitle {
  margin: 0.35rem 0 0;
  color: var(--text-muted);
  font-style: italic;
}

.intro {
  font-size: 1.05rem;
}

.figure {
  text-align: center;
  margin: 1.25rem 0;
}

.figure img {
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 0.5rem;
}

.figure-cover img {
  max-height: 340px;
}

.section-title {
  font-size: 1.15rem;
  color: var(--accent);
  margin: 2rem 0 1rem;
  text-align: center;
}

ul {
  margin: 0 0 0.85rem;
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.35rem;
}

strong {
  color: var(--accent);
}

.etapes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.etape {
  margin: 0;
  max-width: 760px;
  width: 100%;
  text-align: center;
}

.etape img {
  max-width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.note {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
}
