* { box-sizing: border-box; }
body {
  font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #1c2530;
  background: #f4f6f8;
  margin: 0;
}
.header-band {
  background: #00344d;
  color: #fff;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 18px;
}
.wrap { max-width: 720px; margin: 24px auto; padding: 0 16px 60px; }
.card { background: #fff; border: 1px solid #e1e6ea; border-radius: 10px; padding: 24px; margin-bottom: 20px; }
h1, h2 { color: #00344d; }
label { display: block; margin-top: 12px; font-weight: 600; font-size: 14px; }
input[type=text], input[type=email], input[type=password], select, textarea {
  width: 100%; padding: 9px 10px; margin-top: 4px; border: 1px solid #cfd6db; border-radius: 6px; font-size: 15px;
}
button, input[type=submit] {
  background: #0084b4; color: #fff; border: none; border-radius: 6px;
  padding: 11px 22px; font-size: 15px; cursor: pointer; margin-top: 18px;
}
button.secondary { background: #6b7785; }
.flash-error { background: #fdecea; color: #611a15; padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; }
.flash-ok { background: #e7f6ec; color: #15532d; padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; }
a { color: #0084b4; }
.small-links { font-size: 13px; margin-top: 14px; }
.footer-note { font-size: 11px; color: #8a95a1; margin-top: 30px; }
table.events { width: 100%; border-collapse: collapse; margin-top: 10px; }
table.events th, table.events td { padding: 10px 8px; border-bottom: 1px solid #eef1f3; text-align: left; font-size: 14px; }
table.events th { color: #6b7785; font-weight: 600; }

/* Formulaire d'évaluation dynamique */
.session-block { border: 1px solid #e1e6ea; border-radius: 8px; padding: 14px 16px; margin-bottom: 12px; }
.session-block .code { color: #0084b4; font-weight: 700; font-size: 13px; }
.session-block .titre { margin: 4px 0 10px; }
.day-header {
  background: #00344d; color: #fff; padding: 8px 14px; border-radius: 6px;
  margin: 22px 0 10px; font-weight: 700;
}
.rating-scale { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.rating-scale label { display: inline-flex; align-items: center; gap: 4px; font-weight: 400; margin: 0; }
.rating-scale input { width: auto; margin: 0; }
.already-evaluated { color: #15532d; background: #e7f6ec; padding: 6px 10px; border-radius: 6px; font-size: 13px; display: inline-block; }
.question-block { border-bottom: 1px solid #eef1f3; padding: 14px 0; }
.question-block p { margin: 0 0 8px; font-weight: 600; }
.scale-hint { font-size: 12px; color: #6b7785; display: flex; justify-content: space-between; margin-top: 4px; }
