.encadrement-auth {
  background: radial-gradient(circle at 18% 8%, #361116 0, transparent 34%), var(--bg);
}

.encadrement-auth .auth-card {
  max-width: 520px;
}

.encadrement-header {
  position: sticky;
  top: 0;
  z-index: 20;
}

.encadrement-role {
  padding: 4px 9px;
  border: 1px solid #4b4b53;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.encadrement-main {
  max-width: 1180px;
}

.encadrement-empty {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 190px;
}

.encadrement-empty h2 {
  margin-bottom: 7px;
}

.encadrement-empty p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.encadrement-empty-mark {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid #5f272d;
  border-radius: 18px;
  background: #291216;
  color: #ff737c;
  font-size: 1.25rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  .encadrement-header > div {
    align-items: center;
  }

  .encadrement-empty {
    grid-template-columns: 1fr;
  }
}
