/* ═══════════════════════════════════════════════════════════
   Page Candidature et formulaire natif
   Couleurs et typographies alignées sur la page Jury.
   ═══════════════════════════════════════════════════════════ */

.pmr-page,
.pmr-form-zone {
  --navy:   #142247;
  --green:  #0A846C;
  --bg:     #f5f6f7;
  --card:   #ffffff;
  --text:   #142247;
  --muted:  #6b7280;
  --border: #e9ecef;
  --radius: 12px;
  --shadow:    0 2px 20px rgba(0,0,0,.07), 0 1px 4px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 48px rgba(0,0,0,.12), 0 2px 8px rgba(0,0,0,.06);
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: var(--text);
}

.pmr-page *,
.pmr-form-zone *,
.pmr-page *::before,
.pmr-form-zone *::before { box-sizing: border-box; }

/* ── Page ─────────────────────────────────────────────── */
.pmr-page { background: #fff; padding: 0 0 80px; }
.pmr-wrap { max-width: 900px; margin: 0 auto; padding: 0 24px; }

/* ── Bandeau plein écran ──────────────────────────────── */
.pmr-hero {
  position: relative;
  height: calc(366px + var(--pmr-header, 120px));
  padding-top: var(--pmr-header, 120px);
  width: 100%;
  display: flex; align-items: center; justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: var(--navy);
  overflow: hidden;
}
.pmr-hero-voile {
  position: absolute; inset: 0;
  background: #000; opacity: .5;
}
.pmr-hero-contenu { position: relative; z-index: 2; padding: 0 24px; width: 100%; }
.pmr-hero-titre {
  font-family: 'Lora', Georgia, serif;
  font-size: 76px; font-weight: 700; line-height: 1.1;
  color: #fff; text-align: center; margin: 0;
}
.pmr-hero-fleche {
  position: absolute; z-index: 3; left: 50%; bottom: 26px; transform: translateX(-50%);
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; text-decoration: none;
  animation: pmrSaut 2.2s ease-in-out infinite;
}
.pmr-hero-fleche span {
  display: block; width: 15px; height: 15px;
  border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: opacity .15s;
}
.pmr-hero-fleche:hover span { opacity: .65; }
@keyframes pmrSaut {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 8px); }
}

.pmr-eyebrow {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em;
  color: #9ca3af; margin: 0 0 10px;
}

.pmr-section-intro { margin-top: 0; padding-top: 26px; }
.pmr-intro { font-size: 16px; line-height: 1.7; color: #374151; max-width: 100%; margin: 14px 0 0; }
.pmr-intro p { margin: 0 0 16px; }
.pmr-intro ul, .pmr-intro ol { margin: 0 0 16px; padding-left: 22px; }
.pmr-intro li { margin-bottom: 7px; }
.pmr-intro strong { color: var(--navy); }
.pmr-intro h1, .pmr-intro h2, .pmr-intro h3,
.pmr-intro .elementor-heading-title {
  font-family: 'Lora', Georgia, serif; color: var(--navy);
  margin: 18px 0 8px; line-height: 1.25; padding: 0;
}
.pmr-intro > *:first-child,
.pmr-intro h2:first-child, .pmr-intro h3:first-child { margin-top: 0; }
.pmr-intro p:last-child, .pmr-intro ul:last-child { margin-bottom: 0; }

/* Boutons repris du site : vert #0A846C, angles droits, uppercase */
.pmr-communiques { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 22px; }
.pmr-bouton-site {
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  background: var(--green); border: 1px solid var(--green); color: #fff;
  font-family: 'Montserrat', sans-serif; font-size: 13.5px; font-weight: 500; line-height: 1.3;
  text-transform: uppercase; text-decoration: none; letter-spacing: normal;
  padding: 13px 28px; border-radius: 0;
  transition: background .15s, border-color .15s;
  text-align: center;
}
.pmr-bouton-site:hover, .pmr-bouton-site:focus { background: #096b57; border-color: #096b57; color: #fff; }
.pmr-bouton-date {
  font-style: italic; font-size: 10.5px; font-weight: 400;
  color: #fff; opacity: .78; text-transform: none; letter-spacing: .01em;
}

/* Statut d'ouverture */
.pmr-statut {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  padding: 6px 14px; border-radius: 20px; margin: 0 0 10px;
}
.pmr-statut::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.pmr-statut.est-ouvert { background: #e7f5f1; color: var(--green); }
.pmr-statut.est-ferme  { background: #f1f2f4; color: var(--muted); }
.pmr-statut.est-test   { background: #fff4e0; color: #a16207; }

/* ── Sections ─────────────────────────────────────────── */
.pmr-section { margin-top: 34px; }
.pmr-section-titre {
  font-family: 'Lora', Georgia, serif;
  font-size: 24px; font-weight: 700; color: var(--navy); margin: 0 0 6px;
}
.pmr-section-sub { font-size: 14.5px; color: var(--muted); margin: 0 0 24px; }

/* ── Boutons ──────────────────────────────────────────── */
.pmr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px; border: none; border-radius: 10px;
  background: var(--navy); color: #fff;
  font-family: inherit; font-size: 14.5px; font-weight: 600; letter-spacing: .01em;
  cursor: pointer; text-decoration: none; transition: background .15s, transform .12s, box-shadow .15s;
}
.pmr-btn:hover  { background: #0d1a38; color: #fff; box-shadow: 0 6px 20px rgba(20,34,71,.22); }
.pmr-btn:active { transform: translateY(1px); }
.pmr-btn:disabled { opacity: .55; cursor: default; box-shadow: none; }
.pmr-btn.pmr-ghost { background: transparent; color: var(--muted); box-shadow: none; }
.pmr-btn.pmr-ghost:hover { background: #ececeb; color: var(--navy); }
.pmr-btn.pmr-vert { background: var(--green); }
.pmr-btn.pmr-vert:hover { background: #096b57; }

/* Formulaire : on le rapproche de l'introduction */
.pmr-section-form { margin-top: 22px; }

/* ── Règlements ───────────────────────────────────────── */
.pmr-reglements { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.pmr-regl {
  display: flex; align-items: center; gap: 13px;
  background: var(--card); border: 1px solid var(--border); border-radius: 10px;
  padding: 12px 14px; text-decoration: none; color: var(--text);
  transition: border-color .15s, box-shadow .15s, transform .12s;
}
.pmr-regl:hover { border-color: #cfd4da; box-shadow: var(--shadow); transform: translateX(2px); color: var(--text); }
.pmr-icone-pdf { flex-shrink: 0; display: flex; }
.pmr-icone-pdf svg { display: block; }
.pmr-regl-txt { min-width: 0; }
.pmr-regl-nom { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.pmr-regl-meta { display: block; font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.pmr-vide-doux { font-size: 14px; color: var(--muted); font-style: italic; }

/* ── Partenaires ──────────────────────────────────────── */
.pmr-partenaires-zone { overflow: hidden; padding: 16px 0 6px; }
.pmr-partenaires {
  display: flex; flex-wrap: nowrap; align-items: center;
  gap: 34px; width: 100%;
}
.pmr-partenaire {
  flex: 1 1 0; min-width: 0;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: opacity .15s;
}
.pmr-partenaire:hover { opacity: .72; }
.pmr-partenaire img {
  max-width: 100%; max-height: 96px; width: auto; height: auto; object-fit: contain;
}
.pmr-partenaire-nom { font-size: 16px; font-weight: 600; color: var(--navy); text-align: center; }

/* Au-delà de six logos : défilement continu, toujours sur une seule ligne */
.pmr-partenaires-zone.defile .pmr-partenaires {
  width: max-content;
  animation: pmrDefile 38s linear infinite;
}
.pmr-partenaires-zone.defile:hover .pmr-partenaires { animation-play-state: paused; }
.pmr-partenaires-zone.defile .pmr-partenaire { flex: 0 0 auto; width: 150px; }
@keyframes pmrDefile {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 17px)); }
}
@media (prefers-reduced-motion: reduce) {
  .pmr-partenaires-zone.defile .pmr-partenaires { animation: none; }
  .pmr-partenaires-zone.defile { overflow-x: auto; }
}

/* ═══════════════════════════════════════════════════════
   FORMULAIRE
   ═══════════════════════════════════════════════════════ */

.pmr-form-zone { max-width: 100%; margin: 0; }
.pmr-form {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px;
  padding: 8px 0 0; box-shadow: var(--shadow); overflow: hidden;
  position: relative;
}

/* Liseré de la catégorie choisie, en haut du formulaire */
.pmr-form::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 6px; background: var(--cat-active, transparent);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.pmr-form.a-categorie { padding-top: 14px; }
.pmr-form.a-categorie::before { transform: scaleX(1); }

/* Pastille du sigle, à droite du fil des étapes */
.pmr-pastille {
  margin-left: auto; align-self: center; border-top: 0 !important;
  background: var(--cat-active, var(--navy)); color: #fff;
  font-size: 11px; font-weight: 800; letter-spacing: .08em;
  padding: 5px 13px; border-radius: 99px; white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,.13);
}
.pmr-pastille[hidden] { display: none; }
.pmr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Fil des étapes */
.pmr-steps {
  display: flex; list-style: none; margin: 0; padding: 20px 26px 0; gap: 6px;
  border-bottom: 1px solid var(--border); padding-bottom: 18px; flex-wrap: wrap;
}
.pmr-step {
  display: flex; align-items: center; gap: 8px; flex: 1; min-width: 130px;
  font-size: 12.5px; font-weight: 600; color: #b3b8c0; letter-spacing: .01em;
}
.pmr-step span {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: #f1f2f4; color: #b3b8c0; font-size: 12px; font-weight: 700;
  transition: background .18s, color .18s;
}
.pmr-step.is-active { color: var(--navy); }
.pmr-step.is-active span { background: var(--navy); color: #fff; }
.pmr-step.is-done { color: var(--green); cursor: pointer; }
.pmr-step.is-done span { background: #e7f5f1; color: var(--green); }
.pmr-step.is-done:hover { text-decoration: underline; }

/* Panneaux */
.pmr-panel { display: none; padding: 34px 30px 30px; }
.pmr-panel.is-active { display: block; animation: pmrIn .22s ease; }
@keyframes pmrIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.pmr-panel-title {
  font-family: 'Lora', Georgia, serif;
  font-size: 22px; font-weight: 700; color: var(--navy); margin: 0 0 5px;
}
.pmr-panel-sub { font-size: 14px; color: var(--muted); margin: 0 0 26px; line-height: 1.55; }

/* Champs */
.pmr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.pmr-field { display: flex; flex-direction: column; margin-bottom: 22px; }
.pmr-grid .pmr-field { margin-bottom: 0; height: 100%; }
.pmr-grid + .pmr-field { margin-top: 24px; }

/* Les libellés n'ont pas tous la même hauteur : on aligne les champs par le bas. */
.pmr-grid .pmr-label { align-items: flex-start; }
.pmr-grid .pmr-input { margin-top: auto; }
.pmr-grid .pmr-aide  { margin-bottom: 9px; }
.pmr-field-full { grid-column: 1 / -1; }

.pmr-label {
  font-size: 11px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 8px;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.pmr-req, .pmr-opt {
  font-size: 9.5px; font-weight: 700; letter-spacing: .06em;
  padding: 2px 7px; border-radius: 20px; text-transform: uppercase;
}
.pmr-req { background: #fdeceb; color: #c0392b; }
.pmr-opt { background: #f1f2f4; color: #9ca3af; }
.pmr-aide { font-size: 13px; color: var(--muted); margin: -3px 0 9px; line-height: 1.5; }

.pmr-input {
  width: 100%; padding: 13px 16px; font-size: 15px; font-family: inherit;
  border: 2px solid var(--border); border-radius: 10px; outline: none;
  color: var(--navy); background: #f8f9fa;
  transition: border-color .15s, background .15s;
}
.pmr-input:focus { border-color: var(--green); background: #fff; }
.pmr-textarea { resize: vertical; min-height: 84px; line-height: 1.55; }
.pmr-field.has-error .pmr-input { border-color: #f87171; background: #fef2f2; }
.pmr-erreur { font-size: 12.5px; font-weight: 600; color: #dc2626; margin: 7px 0 0; }

/* Catégories */
.pmr-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 12px; }
.pmr-cat { position: relative; display: block; cursor: pointer; }
.pmr-cat input { position: absolute; opacity: 0; width: 0; height: 0; }
.pmr-cat-box {
  display: flex; align-items: center; gap: 13px; height: 100%;
  border: 2px solid var(--border); border-radius: 12px; padding: 20px 20px;
  background: #f8f9fa; transition: border-color .15s, background .15s, box-shadow .15s;
}
.pmr-cat-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--cat, #142247); flex-shrink: 0; opacity: .5; transition: opacity .15s; }
.pmr-cat-label { font-size: 15.5px; font-weight: 600; line-height: 1.35; }
/* Bouton règlement, à gauche de la barre de navigation, à chaque étape */
.pmr-regl-lien {
  display: inline-flex; align-items: center; gap: 9px;
  background: #f8f9fa; border: 1.5px solid var(--border); border-radius: 10px;
  padding: 11px 17px; text-decoration: none; color: var(--navy);
  font-size: 13.5px; font-weight: 600; white-space: nowrap;
  transition: border-color .15s, background .15s;
}
.pmr-regl-lien:hover { border-color: #D93025; background: #fff; color: var(--navy); }
.pmr-regl-lien[hidden] { display: none; }
.pmr-regl-lien svg { display: block; flex-shrink: 0; }
.pmr-nav-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.pmr-cat:hover .pmr-cat-box { border-color: #cfd4da; background: #fff; }
.pmr-cat input:checked + .pmr-cat-box {
  border-color: var(--cat, #142247); background: #fff;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--cat, #142247) 12%, transparent);
}
.pmr-cat input:checked + .pmr-cat-box .pmr-cat-dot { opacity: 1; }
.pmr-cat input:focus-visible + .pmr-cat-box { outline: 2px solid var(--green); outline-offset: 2px; }

/* Dépôt de fichiers */
.pmr-depot { margin-bottom: 4px; }
.pmr-drop {
  display: block; border: 2px dashed #d5d9de; border-radius: 12px;
  background: #f8f9fa; padding: 26px 20px; text-align: center; cursor: pointer;
  transition: border-color .15s, background .15s;
}
.pmr-drop:hover, .pmr-drop.is-survol { border-color: var(--green); background: #f4faf8; }
.pmr-drop input[type=file] { position: absolute; opacity: 0; width: 0; height: 0; }
.pmr-drop-inner { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.pmr-drop-icone {
  width: 36px; height: 36px; border-radius: 50%; background: #eef0f2; color: var(--navy);
  display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700;
  margin-bottom: 5px;
}
.pmr-drop-texte { font-size: 14px; color: var(--muted); }
.pmr-drop-texte strong { color: var(--navy); font-weight: 600; }
.pmr-drop-formats { font-size: 11.5px; color: #9ca3af; letter-spacing: .02em; }
.pmr-depot.has-error .pmr-drop { border-color: #f87171; background: #fef2f2; }

.pmr-liste { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-direction: column; gap: 7px; }
.pmr-item {
  display: flex; align-items: center; gap: 11px; position: relative;
  background: #f8f9fa; border: 1px solid var(--border); border-radius: 9px;
  padding: 10px 13px; font-size: 13.5px; overflow: hidden;
}
.pmr-num {
  font-size: 11px; font-weight: 800; letter-spacing: .04em; color: #fff;
  background: var(--navy); border-radius: 5px; padding: 3px 6px; flex-shrink: 0;
}
.pmr-item-nom { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; }
.pmr-item-etat { font-size: 12px; color: var(--muted); flex-shrink: 0; }
.pmr-item.is-ok    { border-color: #cde9df; background: #f4faf8; }
.pmr-item.is-ok .pmr-item-etat { color: var(--green); font-weight: 600; }
.pmr-item.is-ko    { border-color: #f5c6c2; background: #fef2f2; }
.pmr-item.is-ko .pmr-item-etat { color: #dc2626; font-weight: 600; }
.pmr-barre { position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: transparent; }
.pmr-barre i { display: block; height: 100%; width: 0; background: var(--green); transition: width .18s; }
.pmr-item.is-ok .pmr-barre, .pmr-item.is-ko .pmr-barre { display: none; }
.pmr-suppr {
  border: none; background: transparent; color: #9ca3af; cursor: pointer;
  font-size: 19px; line-height: 1; padding: 0 2px; flex-shrink: 0;
}
.pmr-suppr:hover { color: #dc2626; }

.pmr-vide {
  font-size: 14px; color: var(--muted); font-style: italic;
  background: #f8f9fa; border: 1px dashed var(--border); border-radius: 10px;
  padding: 22px; text-align: center;
}

/* Récapitulatif */
.pmr-recap {
  background: #f8f9fa; border: 1px solid var(--border); border-radius: 12px;
  padding: 6px 18px; margin-bottom: 24px;
}
.pmr-recap-ligne {
  display: flex; justify-content: space-between; gap: 20px;
  padding: 11px 0; border-top: 1px solid var(--border); font-size: 14px;
}
.pmr-recap-ligne:first-child { border-top: none; }
.pmr-recap-ligne span { color: var(--muted); flex-shrink: 0; }
.pmr-recap-ligne strong { font-weight: 600; text-align: right; word-break: break-word; }

/* Fichiers transmis et visionneuse */
.pmr-recap-fichiers { margin: 0 0 24px; }
.pmr-recap-titre {
  font-size: 11px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .1em; margin: 0 0 10px;
}
.pmr-vignettes {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 8px;
}
.pmr-vignette {
  display: flex; align-items: center; gap: 11px; width: 100%; text-align: left;
  background: #f8f9fa; border: 1px solid var(--border); border-radius: 10px;
  padding: 8px 11px; cursor: pointer; font-family: inherit; color: var(--text);
  transition: border-color .15s, background .15s;
}
.pmr-vignette:hover { border-color: var(--green); background: #fff; }
.pmr-vignette, .pmr-vignette:hover, .pmr-vignette:focus,
.pmr-vignette:hover *, .pmr-vignette:focus * { color: var(--text); }
.pmr-vignette:hover .pmr-vignette-txt em { color: var(--muted); }
.pmr-vignette-img {
  width: 42px; height: 42px; border-radius: 7px; flex-shrink: 0;
  background-size: cover; background-position: center; background-color: #e9ecef;
}
.pmr-vignette-type {
  width: 42px; height: 42px; border-radius: 7px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; letter-spacing: .04em; color: #fff;
}
.pmr-type-pdf   { background: #D93025; }
.pmr-type-video { background: #6366f1; }
.pmr-type-audio { background: #3498db; }
.pmr-type-autre { background: #9ca3af; }
.pmr-vignette-txt { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 2px; overflow: hidden; }
.pmr-vignette-txt b {
  font-size: 12.5px; font-weight: 600;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
.pmr-vignette-txt em {
  font-style: normal; font-size: 11.5px; color: var(--muted);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

.pmr-vue {
  position: fixed; inset: 0; z-index: 99999; display: none;
  align-items: center; justify-content: center;
  background: rgba(10, 14, 28, .92); padding: 56px 24px 72px;
}
.pmr-vue.est-ouverte { display: flex; }
.pmr-vue-scene {
  max-width: min(1000px, 92vw); max-height: 80vh; width: 100%;
  display: flex; align-items: center; justify-content: center;
}
.pmr-vue-scene img    { max-width: 100%; max-height: 80vh; border-radius: 8px; display: block; }
.pmr-vue-scene video  { max-width: 100%; max-height: 80vh; border-radius: 8px; background: #000; }
.pmr-vue-scene audio  { width: min(560px, 90vw); }
.pmr-vue-scene iframe { width: 100%; height: 80vh; border: 0; border-radius: 8px; background: #fff; }
.pmr-vue-legende {
  position: absolute; bottom: 22px; left: 0; right: 0; margin: 0;
  text-align: center; color: #cfd4da; font-size: 13px;
}
.pmr-vue button {
  position: absolute; border: none; cursor: pointer; color: #fff;
  background: rgba(255,255,255,.12); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .15s;
}
.pmr-vue button:hover { background: rgba(255,255,255,.24); }
.pmr-vue button[hidden] { display: none; }
.pmr-vue-fermer { top: 18px; right: 20px; width: 42px; height: 42px; font-size: 26px; line-height: 1; }
.pmr-vue-prec, .pmr-vue-suiv {
  top: 50%; transform: translateY(-50%); width: 46px; height: 46px; font-size: 30px; line-height: 1;
}
.pmr-vue-prec { left: 18px; }
.pmr-vue-suiv { right: 18px; }

/* ── Bande de modification ────────────────────────────── */
.pmr-bande-modif {
  border-radius: 12px; overflow: hidden; margin-bottom: 20px;
  border: 1px solid #e6d9a8;
}
.pmr-bande-rayures {
  height: 12px;
  background: repeating-linear-gradient(
    45deg, #f2c200 0 14px, #1a1a1a 14px 28px
  );
}
.pmr-bande-texte {
  background: #fffaeb; padding: 13px 18px; font-size: 13.5px; line-height: 1.55; color: #7a5c00;
}
.pmr-bande-texte strong {
  display: block; font-size: 12px; text-transform: uppercase;
  letter-spacing: .08em; color: #1a1a1a; margin-bottom: 3px;
}

/* ── Fiche d'un dossier ───────────────────────────────── */
.pmr-dossier {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 26px 26px; position: relative; overflow: hidden;
}
.pmr-dossier::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 5px; background: var(--cat, var(--navy));
}
.pmr-dossier-tete {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 12px;
}
.pmr-dossier-ref {
  font-size: 12px; font-weight: 800; letter-spacing: .06em; color: #fff;
  background: var(--navy); padding: 5px 12px; border-radius: 99px;
}
.pmr-dossier-cat {
  font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: #fff; background: var(--cat, var(--navy)); padding: 5px 12px; border-radius: 99px;
}
.pmr-dossier-session { font-size: 12.5px; color: var(--muted); }
.pmr-dossier-titre {
  font-family: 'Lora', Georgia, serif; font-size: 21px; font-weight: 700;
  color: var(--navy); margin: 0 0 20px; line-height: 1.3;
}
.pmr-dossier-infos {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0 24px; margin: 0 0 22px;
}
.pmr-dossier-infos > div { padding: 10px 0; border-top: 1px solid var(--border); }
.pmr-dossier-infos dt {
  font-size: 10px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .09em; margin: 0 0 3px;
}
.pmr-dossier-infos dd { margin: 0; font-size: 14px; font-weight: 500; word-break: break-word; }
.pmr-dossier-infos a { color: var(--green); }
.pmr-age {
  display: inline-block; background: #eef0f2; color: var(--navy);
  font-size: 10.5px; font-weight: 700; padding: 1px 7px; border-radius: 99px; margin-left: 5px;
}
.pmr-dossier-lancement {
  background: #f8f9fa; border-radius: 10px; padding: 14px 16px; margin-bottom: 20px;
  font-size: 14px; line-height: 1.6;
}
.pmr-dossier-lancement p:last-child { margin: 0; }
.pmr-dossier-actions { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.pmr-dossier-fige {
  margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border);
  font-size: 13.5px; color: var(--muted); font-style: italic;
}

/* ── Reprendre une inscription ────────────────────────── */
.pmr-reprise { margin-top: 34px; }
.pmr-reprise-form {
  background: #f8f9fa; border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px;
}
.pmr-reprise-ligne { display: flex; gap: 12px; flex-wrap: wrap; align-items: stretch; }
.pmr-reprise-ligne .pmr-input { flex: 1 1 260px; }
.pmr-reprise-ligne .pmr-btn { flex: 0 0 auto; }
.pmr-reprise-form .pmr-aide { margin: 12px 0 0; }
.pmr-reprise-ok {
  background: #f4faf8; border: 1px solid #cde9df; border-radius: 14px;
  padding: 18px 22px; font-size: 14.5px; line-height: 1.6; color: #096b57;
}
.pmr-reprise-ok strong { display: block; margin-bottom: 3px; color: var(--navy); }

/* Consentement */
.pmr-consent {
  background: #f4faf8; border: 1px solid #cde9df; border-radius: 12px; padding: 18px 20px;
}
.pmr-check { display: flex; gap: 13px; align-items: flex-start; cursor: pointer; font-size: 14px; line-height: 1.6; }
.pmr-check input {
  appearance: none; -webkit-appearance: none;
  width: 21px; height: 21px; min-width: 21px; margin-top: 1px;
  border: 2px solid #bfc7c2; border-radius: 6px; background: #fff;
  cursor: pointer; position: relative; transition: background .15s, border-color .15s;
}
.pmr-check input:checked { background: var(--green); border-color: var(--green); }
.pmr-check input:checked::after {
  content: ''; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.pmr-check input:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.pmr-lien-regl {
  display: inline-block; margin-top: 7px; font-size: 13.5px; font-weight: 600;
  color: var(--green); text-decoration: underline; text-underline-offset: 3px;
}
.pmr-lien-regl:hover { color: #096b57; }
.pmr-regl-absent { font-style: italic; font-size: 13px; color: #a16207; }

/* Bloc données personnelles */
.pmr-rgpd {
  background: #f8f9fa; border: 1px solid var(--border); border-radius: 12px;
  padding: 18px 20px; margin-top: 12px;
}
.pmr-rgpd-detail { margin-top: 14px; }
.pmr-rgpd-detail summary {
  cursor: pointer; font-size: 13px; font-weight: 600; color: var(--muted);
  list-style: none; display: inline-flex; align-items: center; gap: 7px;
}
.pmr-rgpd-detail summary::-webkit-details-marker { display: none; }
.pmr-rgpd-detail summary::before {
  content: ''; width: 0; height: 0;
  border-left: 5px solid currentColor;
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
  transition: transform .18s ease;
}
.pmr-rgpd-detail[open] summary::before { transform: rotate(90deg); }
.pmr-rgpd-detail summary:hover { color: var(--navy); }
.pmr-rgpd-detail dl {
  margin: 14px 0 0; padding: 14px 22px;
  border-left: 2px solid var(--border);
  font-size: 12.5px; line-height: 1.6;
}
.pmr-rgpd-detail dt {
  font-size: 10px; font-weight: 700; color: #9ca3af;
  text-transform: uppercase; letter-spacing: .09em; margin-top: 13px;
}
.pmr-rgpd-detail dt:first-child { margin-top: 0; }
.pmr-rgpd-detail dd { margin: 3px 0 0; color: #4b5563; }
.pmr-rgpd-detail a { color: var(--green); }

/* Navigation bas de panneau */
.pmr-nav {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border);
}

/* Messages */
.pmr-alerte {
  background: #fef2f2; border: 1px solid #f5c6c2; color: #b91c1c;
  border-radius: 12px; padding: 15px 18px; margin-bottom: 20px; font-size: 14px; line-height: 1.55;
}
.pmr-alerte ul { margin: 8px 0 0; padding-left: 20px; }
.pmr-alerte li { margin-bottom: 4px; }

.pmr-bandeau-test {
  background: #fff4e0; border: 1px solid #f0dcb4; color: #a16207;
  border-radius: 12px; padding: 13px 18px; margin-bottom: 18px; font-size: 13.5px; line-height: 1.55;
}
.pmr-bandeau-test strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }

.pmr-bandeau-reprise {
  background: #f4faf8; border: 1px solid #cde9df; color: #096b57;
  border-radius: 12px; padding: 13px 18px; margin-bottom: 18px; font-size: 13.5px; line-height: 1.55;
}
.pmr-bandeau-reprise strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }

.pmr-note-brouillon {
  margin: 0; padding: 11px 30px; font-size: 13px; color: var(--green);
  background: #f4faf8; border-bottom: 1px solid #cde9df;
}

.pmr-ferme, .pmr-confirme {
  background: var(--card); border: 1px solid var(--border); border-radius: 18px;
  padding: 46px 34px; text-align: center; box-shadow: var(--shadow);
}
.pmr-ferme h2, .pmr-confirme h2 {
  font-family: 'Lora', Georgia, serif; font-size: 24px; font-weight: 700;
  color: var(--navy); margin: 0 0 12px;
}
.pmr-ferme p, .pmr-confirme p { font-size: 15px; color: var(--muted); line-height: 1.65; margin: 0 auto 10px; max-width: 480px; }
.pmr-confirme-marque {
  width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 20px;
  background: #e7f5f1; color: var(--green);
  display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700;
}
.pmr-confirme-note { font-size: 13.5px; color: #9ca3af; }
.pmr-confirme-ref {
  display: inline-block; background: #f8f9fa; border: 1px solid var(--border);
  border-radius: 8px; padding: 8px 16px; font-size: 14px; margin-bottom: 16px;
}
.pmr-confirme-ref strong { color: var(--navy); letter-spacing: .03em; }
.pmr-confirme-suite {
  margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--border);
}
.pmr-confirme-suite p { margin-bottom: 14px; font-size: 14.5px; }

/* Responsive */
@media (max-width: 900px) {
  .pmr-hero { height: 260px; }
  .pmr-hero-titre { font-size: clamp(30px, 7vw, 52px); }
}
@media (max-width: 860px) {
  .pmr-partenaires { flex-wrap: wrap; justify-content: center; gap: 30px 40px; }
  .pmr-partenaire { flex: 0 1 160px; }
}
@media (max-width: 720px) {
  .pmr-partenaire img { max-height: 76px; }
  .pmr-communique { width: 100%; align-items: stretch; }
  .pmr-bouton-site { width: 100%; padding: 18px 24px; }
  .pmr-grid { grid-template-columns: 1fr; }
  .pmr-panel { padding: 26px 20px 24px; }
  .pmr-steps { padding: 16px 18px 14px; }
  .pmr-step { min-width: 0; flex: 0 0 auto; }
  .pmr-step { font-size: 0; gap: 0; }
  .pmr-step.is-active { font-size: 12.5px; gap: 8px; flex: 1; }
  .pmr-nav { flex-direction: column-reverse; align-items: stretch; }
  .pmr-nav .pmr-btn { width: 100%; }
  .pmr-hero { padding: 48px 0 32px; }
}
