/* Le dossier reprend la charte du Campus et distingue conversation, documents et agenda. */
body:not(.session-accompagnement) .nav-accompagnement { display: none !important; }
.acc-page { max-width: 1280px; margin: 0 auto; color: var(--ink); font-size: 1rem; line-height: 1.55; }
.acc-page h1, .acc-page h2, .acc-page h3, .acc-page h4 { color: var(--vert-nuit); line-height: 1.25; }
.acc-page h1 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin: 0 0 8px; font-weight: 800; }
.acc-page h2 { font-size: 1.15rem; margin: 0 0 12px; }
.acc-page h3 { font-size: 1.05rem; margin: 0 0 8px; }
.acc-page h4 { font-size: 1.1rem; margin: 0 0 7px; }
.acc-page p { margin: 0; }
.acc-page .btn { min-height: 44px; font-size: .94rem; line-height: 1.4; white-space: normal; }
.acc-page a, .acc-page button, .acc-page summary { -webkit-tap-highlight-color: transparent; }
.acc-page :is(button, a, summary, input, textarea, select):focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.acc-page button:disabled { cursor: wait; opacity: .65; }
.acc-entete { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 10px; }
.acc-entete-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.acc-entete-actions .acc-prive { margin-top: 0; }
.acc-entete-actions .btn { font-size: .85rem; }
.acc-entete > div { min-width: 0; }
.acc-entete p { color: var(--muted); max-width: 70ch; overflow-wrap: anywhere; }
.acc-prive { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; margin-top: 7px; color: var(--green-deep); font-size: .85rem; background: var(--green-tint); padding: 7px 11px; border-radius: 6px; font-weight: 700; }
.acc-page .acc-confidentialite { color: var(--muted); margin-bottom: 26px; font-size: .86rem; }
.acc-retour { display: inline-flex; min-height: 44px; align-items: center; margin: -7px 0 14px; font-size: .96rem; }
.acc-disposition { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 28px; }
.acc-principal { min-width: 0; border: 1px solid var(--hairline); border-radius: 14px; background: var(--card); overflow: hidden; }
.acc-onglets { display: flex; gap: 4px; border-bottom: 1px solid var(--hairline); padding: 0 20px; background: var(--surface-2); overflow-x: auto; }
.acc-onglets button { background: none; border: 0; border-bottom: 3px solid transparent; border-radius: 0; min-height: 62px; padding: 12px 13px 10px; font: inherit; font-weight: 650; white-space: nowrap; color: var(--muted); cursor: pointer; }
.acc-onglets button.actif { color: var(--green-deep); border-bottom-color: var(--green); }
.acc-onglets button:hover { color: var(--green-deep); background: var(--survol); }
.acc-sidebar { display: flex; flex-direction: column; gap: 24px; min-width: 0; }
.acc-prochain { border-top: 4px solid var(--jaune); padding: 20px; border-radius: 0 0 12px 12px; background: var(--card); }
.acc-prochain > .btn { display: flex; justify-content: center; width: 100%; margin-top: 15px; }
.acc-prochain p { color: var(--muted); font-size: .94rem; }
.acc-prochain-date { display: inline-flex; flex-direction: column; align-items: center; min-width: 68px; padding: 8px 12px; background: var(--jaune); color: #003223; margin: 3px 0 15px; border-radius: 8px; line-height: 1.15; }
.acc-prochain-date b { font-size: 2rem; font-weight: 800; }
.acc-prochain-date span { font-size: .87rem; margin-top: 3px; }
.acc-progression { padding: 0 6px; }
.acc-progression-total { display: flex; flex-direction: column; margin: 17px 0 11px; }
.acc-progression-total b { color: var(--green-deep); font-size: 1.75rem; line-height: 1.2; }
.acc-progression-total span { color: var(--muted); font-size: .9rem; margin-top: 5px; }
.acc-page progress { appearance: none; border: 0; display: block; width: 100%; height: 8px; border-radius: 4px; overflow: hidden; background: var(--progress-track); accent-color: var(--green); }
.acc-page progress::-webkit-progress-bar { background: var(--progress-track); }
.acc-page progress::-webkit-progress-value { background: var(--progress); border-radius: 4px; }
.acc-page progress::-moz-progress-bar { background: var(--progress); }
.acc-progression-formation { border-top: 1px solid var(--hairline); padding-top: 15px; margin-top: 20px; }
.acc-progression-formation b { display: block; font-size: .93rem; }
.acc-progression-formation span { display: block; color: var(--muted); font-size: .84rem; margin: 4px 0 9px; }
.acc-fil { padding: 12px 28px 25px; max-height: 720px; overflow-y: auto; overscroll-behavior: contain; }
.acc-separateur { text-align: center; color: var(--muted); font-size: .84rem; padding: 17px 0 20px; }
.acc-message { border-left: 3px solid var(--control-border); padding: 0 0 0 17px; margin-bottom: 26px; }
.acc-message:last-child { margin-bottom: 0; }
.acc-message-soi { border-left-color: var(--green); }
.acc-message header { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-bottom: 9px; }
.acc-message header b { font-size: .96rem; }
.acc-message header > span { font-size: .76rem; color: var(--green-deep); background: var(--green-tint); padding: 2px 6px; border-radius: 3px; }
.acc-message time { color: var(--muted); font-size: .8rem; margin-left: auto; }
.acc-message-texte { white-space: pre-wrap; overflow-wrap: anywhere; }
.acc-message .acc-message-texte { max-width: 75ch; line-height: 1.65; }
.acc-message .acc-fichier { margin-top: 13px; }
.acc-fichier { display: flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; border: 1px solid var(--control-border); background: var(--surface-2); border-radius: 9px; padding: 12px 15px; color: var(--ink); text-decoration: none; }
.acc-fichier:hover { border-color: var(--green); text-decoration: none; background: var(--green-tint); }
.acc-fichier > span:nth-child(2) { min-width: 0; flex: 1; }
.acc-fichier b { display: block; font-size: .94rem; overflow-wrap: anywhere; }
.acc-fichier small { display: block; font-size: .8rem; color: var(--muted); margin-top: 3px; }
.acc-document { display: grid; place-items: center; flex-shrink: 0; width: 35px; height: 40px; font-size: 1.55rem; color: var(--green-deep); }
.acc-composer { border-top: 1px solid var(--hairline); background: var(--surface-2); padding: 22px 27px; }
.acc-composer > label { display: block; font-weight: 700; margin-bottom: 9px; }
.acc-page textarea, .acc-page input:not([type="file"]), .acc-page select { width: 100%; min-height: 46px; border: 1px solid var(--input-border); border-radius: 7px; padding: 10px 12px; font: inherit; color: var(--ink); background: var(--card); box-sizing: border-box; }
.acc-page textarea { resize: vertical; line-height: 1.55; }
.acc-composer-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 13px; }
.acc-ajout-fichier { position: relative; cursor: pointer; overflow: hidden; }
.acc-ajout-fichier:focus-within { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.acc-ajout-fichier input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; }
.acc-pieces-selection { display: flex; flex-wrap: wrap; gap: 7px; }
.acc-pieces-selection > span { display: flex; align-items: center; gap: 9px; background: var(--green-tint); padding: 4px 4px 4px 10px; font-size: .86rem; border-radius: 6px; margin-top: 10px; overflow-wrap: anywhere; }
.acc-pieces-selection button { min-width: 36px; min-height: 36px; border: 0; background: none; font-size: 1.3rem; color: var(--ink); cursor: pointer; }
.acc-page .acc-aide { font-size: .83rem; color: var(--muted); margin-top: 10px; line-height: 1.55; }
.acc-premier-message { padding: 30px 0 10px; }
.acc-premier-message p { color: var(--muted); max-width: 62ch; }
.acc-panel { padding: 26px; }
.acc-panel-entete { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.acc-panel-entete p, .acc-intro { color: var(--muted); max-width: 68ch; }
.acc-compteur { background: var(--green-tint); color: var(--green-deep); font-weight: 750; border-radius: 6px; padding: 4px 12px; }
.acc-bibliotheque { display: grid; gap: 20px; margin-bottom: 26px; }
.acc-bibliotheque .acc-fichier { width: 100%; box-sizing: border-box; }
.acc-bibliotheque article > p { margin-top: 6px; font-size: .85rem; color: var(--muted); }
.acc-page .acc-note { color: var(--muted); padding: 17px 20px; border-left: 3px solid var(--control-border); background: var(--surface-2); border-radius: 0 7px 7px 0; margin: 16px 0; }
.acc-conversation > .acc-note { margin: 15px 26px 26px; }
.acc-page .acc-erreur, .acc-page .acc-succes { border-radius: 8px; padding: 15px 18px; margin-bottom: 22px; }
.acc-erreur { color: var(--red); background: var(--red-tint); border: 1px solid var(--red); }
.acc-succes { color: var(--green-deep); background: var(--green-tint); border: 1px solid var(--green); }
.acc-parametres { padding: 0; margin: 22px 0; border: 1px solid var(--hairline); border-radius: 10px; background: var(--card); }
.acc-sidebar .acc-parametres { margin: 0; }
.acc-parametres > summary { padding: 17px 20px; font-weight: 700; color: var(--green-deep); cursor: pointer; }
.acc-parametres > .acc-intro { margin: 0 20px 20px; }
.acc-parametres .acc-form { padding: 0 20px 20px; }
.acc-parametres > .acc-note { margin: 0 20px 20px; }
.acc-parametres[open] > summary { margin-bottom: 6px; }
.acc-form { display: flex; flex-direction: column; gap: 17px; }
.acc-form > label, .acc-form-deux > label { display: flex; flex-direction: column; gap: 8px; font-size: .93rem; font-weight: 650; }
.acc-form label small { display: inline; font-weight: 400; color: var(--muted); }
.acc-form .acc-aide, .acc-form .acc-note { margin: 0; }
.acc-form > button { align-self: flex-start; }
.acc-form-deux { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.acc-reservation { padding: 21px; background: var(--green-tint); border-radius: 10px; margin: 24px 0; }
.acc-reservation h3 { margin-bottom: 17px; }
.acc-reservation .acc-aide { color: var(--ink); }
.acc-nouveau-rdv > summary { width: fit-content; cursor: pointer; }
.acc-nouveau-rdv .acc-form { padding: 23px 0; }
.acc-calendrier { margin: 25px 0 30px; }
.acc-calendrier > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.acc-calendrier > header h3 { margin: 0; text-transform: capitalize; }
.acc-calendrier > header button { min-width: 44px; font-size: 1.4rem; }
.acc-cal-grille { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-bottom: 1px solid var(--hairline); border-right: 1px solid var(--hairline); }
.acc-cal-jour { text-align: center; padding: 9px 0; font-size: .79rem; color: var(--muted); border-bottom: 1px solid var(--hairline); }
.acc-cal-case { min-height: 78px; padding: 7px; border-left: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--card); font-size: .85rem; }
.acc-cal-case > time { display: inline-flex; justify-content: center; align-items: center; min-width: 24px; height: 24px; }
.acc-cal-aujourdhui > time { background: var(--jaune); color: #003223; border-radius: 50%; font-weight: 800; }
.acc-cal-vide { background: var(--surface-2); }
.acc-cal-case a { display: block; border-radius: 4px; margin-top: 5px; padding: 5px; background: var(--green-tint); color: var(--green-deep); font-size: .75rem; line-height: 1.35; overflow-wrap: anywhere; }
.acc-cal-case a span { display: block; }
.acc-agenda > h3 { padding: 14px 0 7px; }
.acc-rdv { padding: 20px 0; border-bottom: 1px solid var(--hairline); }
.acc-rdv:last-child { border-bottom: 0; padding-bottom: 0; }
.acc-rdv-entete { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.acc-rdv-entete p { color: var(--muted); }
.acc-rdv-annule { opacity: .8; }
.acc-etiquette { display: inline-flex; flex-shrink: 0; background: var(--green-tint); color: var(--green-deep); border-radius: 5px; padding: 4px 8px; font-size: .8rem; font-weight: 650; }
.acc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.acc-rdv details { margin-top: 16px; }
.acc-rdv summary { min-height: 36px; cursor: pointer; color: var(--green-deep); font-size: .95rem; text-decoration: underline; text-underline-offset: 3px; }
.acc-rdv details .acc-form { padding: 16px; background: var(--surface-2); border-radius: 9px; margin-top: 7px; }
.acc-report { border-left: 3px solid var(--jaune); padding: 12px 16px; background: color-mix(in srgb, var(--jaune) 9%, var(--card)); margin-top: 17px; }
.acc-report p { margin: 5px 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.acc-report small { font-size: .84rem; color: var(--muted); }
.acc-historique { list-style: none; padding: 0; margin: 28px 0 0; }
.acc-historique li { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; padding: 0 0 25px; }
.acc-historique time { font-size: .83rem; color: var(--muted); }
.acc-historique li > div { border-left: 2px solid var(--control-border); padding-left: 18px; }
.acc-historique h3 { font-size: .96rem; margin: 0 0 5px; }
.acc-historique p { color: var(--muted); font-size: .9rem; margin-top: 4px; }
.acc-vide { padding: 40px 25px; text-align: center; border: 1px dashed var(--control-border); border-radius: 12px; margin: 28px 0; background: var(--card); }
.acc-vide p { max-width: 60ch; margin: 0 auto; color: var(--muted); }
.acc-vide-icone { display: block; color: var(--green); font-size: 2rem; margin-bottom: 17px; }
.acc-liste-entete { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin: 30px 0 18px; }
.acc-liste-entete h2 { margin: 0; }
.acc-liste-entete h2 span { color: var(--muted); font-size: .93rem; font-weight: 500; margin-left: 5px; }
.acc-recherche { width: 310px; max-width: 100%; }
.acc-dossiers { border-top: 1px solid var(--hairline); }
.acc-dossier { display: flex; align-items: center; gap: 18px; padding: 22px; border-bottom: 1px solid var(--hairline); color: var(--ink); background: var(--card); }
.acc-dossier:first-child { border-radius: 10px 10px 0 0; }
.acc-dossier:last-child { border-radius: 0 0 10px 10px; }
.acc-dossier:hover { text-decoration: none; background: var(--green-tint); }
.acc-avatar { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; flex-shrink: 0; background: var(--green-tint); border: 1px solid var(--hairline); color: var(--green-deep); border-radius: 50%; font-weight: 800; }
.acc-dossier-identite { min-width: 0; }
.acc-dossier-identite h3 { font-size: 1.08rem; margin: 0 0 5px; overflow-wrap: anywhere; }
.acc-dossier-identite p { color: var(--muted); font-size: .9rem; }
.acc-dossier-suite { margin-left: auto; text-align: right; font-size: .87rem; color: var(--muted); display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.acc-nonlu { display: inline-flex; background: var(--jaune); color: #003223; border-radius: 5px; padding: 3px 7px; font-weight: 750; }
.acc-dispos { margin: 0; padding: 0 20px 20px; list-style: none; }
.acc-dispos li { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 0; border-top: 1px solid var(--hairline); }
.acc-dispos b { display: block; font-size: .94rem; }
.acc-dispos small { display: block; font-size: .83rem; color: var(--muted); }
.acc-bas-page { padding-top: 25px; font-size: .94rem; }
@media (max-width: 1100px) {
  .acc-disposition { grid-template-columns: minmax(0, 1fr) 250px; gap: 18px; }
  .acc-panel { padding: 20px; }
  .acc-onglets { padding: 0 8px; gap: 0; }
  .acc-onglets button { padding-left: 11px; padding-right: 11px; font-size: .94rem; }
}
@media (max-width: 800px) {
  .acc-disposition { grid-template-columns: minmax(0, 1fr); }
  .acc-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }
  .acc-sidebar .acc-parametres { grid-column: 1 / -1; }
  .acc-entete { flex-wrap: wrap; gap: 8px; }
  .acc-prive { margin: 0 0 5px; }
  .acc-page .acc-confidentialite { margin-top: 10px; }
  .acc-dossier { flex-wrap: wrap; padding: 18px; gap: 12px; }
  .acc-dossier-suite { margin-left: 62px; flex: 1; align-items: flex-start; text-align: left; }
  .acc-dossier > span:last-child { margin-left: auto; }
}
@media (max-width: 720px) {
  .acc-page { font-size: 1rem; }
  .acc-fil { padding: 8px 17px 22px; max-height: 650px; }
  .acc-composer { padding: 19px 17px; }
  .acc-message { padding-left: 12px; }
  .acc-message header time { margin-left: 0; }
  .acc-liste-entete { flex-direction: column; align-items: stretch; gap: 12px; }
  .acc-recherche { width: 100%; }
  .acc-panel { padding: 20px 16px; }
  .acc-sidebar { display: flex; }
  .acc-form-deux { grid-template-columns: minmax(0, 1fr); }
  .acc-composer-actions { align-items: stretch; flex-direction: column; }
  .acc-composer-actions .btn { justify-content: center; text-align: center; }
  .acc-onglets button { min-height: 57px; padding-left: 10px; padding-right: 10px; font-size: .9rem; }
  .acc-cal-case { min-height: 63px; padding: 3px; font-size: .8rem; }
  .acc-cal-case a { font-size: .65rem; padding: 3px 1px; }
  .acc-cal-case a span { display: none; }
  .acc-cal-jour { font-size: .72rem; }
  .acc-rdv-entete { flex-wrap: wrap; }
  .acc-historique li { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .acc-historique time { padding-left: 20px; }
  .acc-reservation { padding: 17px; }
  .acc-actions .btn { width: 100%; justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) { .acc-page * { scroll-behavior: auto !important; } }

.acc-acces-contenu { padding: 0 20px 20px; }
.acc-recherche-acces { display: block; max-width: 560px; font-size: .93rem; font-weight: 650; margin: 20px 0; }
.acc-recherche-acces input { margin-top: 8px; }
.acc-acces-liste form { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 20px; border-top: 1px solid var(--hairline); padding: 18px 0; }
.acc-acces-liste b, .acc-acces-liste small { display: block; overflow-wrap: anywhere; }
.acc-acces-liste small { font-size: .83rem; color: var(--muted); margin-top: 3px; }
.acc-checkbox { display: flex; align-items: center; gap: 10px; font-size: .9rem; cursor: pointer; min-height: 44px; }
.acc-page .acc-checkbox input { padding: 0; width: 20px; height: 20px; min-height: 20px; accent-color: var(--green); }
.acc-demandes-liste { padding: 0 20px 20px; }
.acc-demandes-liste article { border-top: 1px solid var(--hairline); padding: 22px 0; }
.acc-demandes-liste article:last-child { padding-bottom: 0; }
.acc-demandes-liste article > header { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px; }
.acc-demandes-liste article > p { margin: 12px 0; }
.acc-demande-statut { display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end; margin-top: 18px; }
.acc-demande-statut label { font-size: .9rem; font-weight: 600; display: flex; flex-direction: column; gap: 8px; }
.acc-offre { max-width: 1080px; }
.acc-offre > .acc-entete { margin-bottom: 27px; }
.acc-offre > .acc-entete h1 { max-width: 22ch; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.acc-offre > .acc-entete p { max-width: 67ch; }
.acc-offre-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 45px; padding: 42px; align-items: center; background: var(--card); border-radius: 16px; border: 1px solid var(--hairline); }
.acc-offre-hero h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); line-height: 1.22; margin-bottom: 22px; letter-spacing: -.03em; }
.acc-offre-hero p { line-height: 1.7; max-width: 51ch; }
.acc-offre-hero .btn { margin-top: 25px; padding-left: 22px; padding-right: 22px; }
.acc-offre-hero .acc-aide { margin-top: 14px; max-width: 45ch; }
.acc-fichier-illustration { padding: 22px; background: var(--green-tint); border-radius: 12px; transform: rotate(2deg); }
.acc-fichier-titre { display: flex; align-items: center; gap: 11px; padding: 2px 0 16px; color: var(--green-deep); font-weight: 750; }
.acc-fichier-titre > span { display: grid; place-items: center; width: 34px; height: 38px; background: var(--green); color: var(--card); border-radius: 5px; font-size: 1.45rem; }
.acc-feuille { display: grid; grid-template-columns: 30px minmax(0, 1fr) minmax(0, 1fr) 42px; background: var(--card); border-top: 1px solid var(--control-border); border-left: 1px solid var(--control-border); border-radius: 4px; overflow: hidden; }
.acc-feuille > * { display: flex; min-width: 0; min-height: 36px; align-items: center; justify-content: center; border-right: 1px solid var(--control-border); border-bottom: 1px solid var(--control-border); font-size: .77rem; padding: 4px 3px; }
.acc-feuille > span { background: var(--surface-2); color: var(--muted); }
.acc-feuille > b { justify-content: flex-start; padding-left: 8px; color: var(--ink); font-size: .78rem; white-space: nowrap; }
.acc-feuille > strong { background: var(--jaune); color: #003223; border: 2px solid var(--green); white-space: nowrap; font-size: .75rem; }
.acc-fichier-illustration > p { margin-top: 15px; font-size: .85rem; color: var(--green-deep); }
.acc-offre-parcours { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin: 34px 0; }
.acc-offre-parcours article { border-top: 3px solid var(--green); padding-top: 18px; }
.acc-offre-parcours h3 { font-size: 1.02rem; }
.acc-offre-parcours p { color: var(--muted); font-size: .95rem; line-height: 1.65; }
.acc-decouverte-form { background: var(--card); border: 1px solid var(--hairline); padding: 28px; border-radius: 12px; margin-top: 30px; max-width: 760px; }
.acc-decouverte-form h2 { margin-bottom: 24px; }
.acc-demande-confirmation { border-left: 4px solid var(--green); background: var(--green-tint); padding: 22px 25px; margin: 28px 0; }
.acc-demande-confirmation > p { margin-top: 10px; }
.acc-historique-offre { margin-top: 30px; }
@media (max-width: 900px) {
  .acc-offre-hero { padding: 30px; gap: 26px; }
  .acc-fichier-illustration { padding: 16px; }
  .acc-acces-liste form { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
  .acc-acces-liste form > div { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .acc-offre-hero { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 25px; }
  .acc-fichier-illustration { max-width: 380px; transform: none; }
  .acc-offre-parcours { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .acc-offre-parcours article { padding-top: 14px; }
  .acc-decouverte-form { padding: 23px 19px; }
  .acc-acces-liste form { grid-template-columns: minmax(0, 1fr); }
  .acc-acces-liste form > button { justify-self: start; }
  .acc-entete-actions { justify-content: flex-start; }
}
