/* =========================
   Admin – socle visuel
   ========================= */

body {
  background: #f6f6f6;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  padding: 20px;
}

h2 {
  margin-top: 0;
}

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th, td {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

th {
  background: #eee;
  font-weight: 600;
}

/* États */
tr.past {
  opacity: 0.45;
}

tr.actif td {
  background: #f9fff9;
}

tr.inactif td {
  background: #fff4f4;
}

/* Liens */
a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Formulaire */
.atelier-form {
  margin-bottom: 20px;
}

.atelier-form select,
.atelier-form input,
.atelier-form button {
  padding: 6px 8px;
  margin-right: 6px;
}
