/* ══════════════════════════════════════════════════════════════
   SECTION DÉMONSTRATION — feuille autonome
   Aucune dépendance : ni variable CSS, ni police héritée. La page
   d'accueil définit --brand-500 cinq fois avec cinq valeurs, et
   rien ne garantit que sa police soit celle attendue ici.
   ══════════════════════════════════════════════════════════════ */
.demo-sec,.rdv-pli{line-height:1.62}
.demo-sec,.demo-sec *,.rdv-pli,.rdv-pli *{
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif}
.demo-sec h2,.demo-sec h3,.demo-sec .dm-t,.demo-sec .dm-n,
.rdv-pli h3,.rdv-pli .rdv-pt{font-family:'Plus Jakarta Sans','Inter',sans-serif}
/* Les écrans reproduits gardent leur police d'origine : c'est ce qui
   les rend crédibles. */
.iph-st,.iph-ret,.iph-de,.iph-a,.iph-obj,.iph-av,.sf-cad{
  font-family:-apple-system,'SF Pro Text','Segoe UI',sans-serif}
.out-lg,.out-obj,.out-de,.out-a,.out-av,.out-ml{
  font-family:'Segoe UI',system-ui,sans-serif}
.pc-gn,.pc-gs,.pc-gav,.pc-gz,.pc-gb,.nv-ong,.nv-adr{
  font-family:Roboto,Arial,sans-serif}

/* ══════════════════════════════════════════════════════════════
   SECTION DÉMONSTRATION
   Couleurs en dur : index.html définit --brand-500 cinq fois avec
   cinq valeurs différentes selon la section. Aucune dépendance.
   ══════════════════════════════════════════════════════════════ */
.demo-sec{background:#F7FAFB}
.demo-sec .shead.center{text-align:center;max-width:640px;margin:0 auto 36px}
.demo-sec .eyebrow{display:inline-block;font-size:.75rem;font-weight:800;
  letter-spacing:.13em;text-transform:uppercase;color:#0A55C4;margin-bottom:12px}
.demo-sec h2{font-size:2.1rem;line-height:1.16;letter-spacing:-.03em;color:#0A2530;
  font-weight:800;margin-bottom:12px}
.demo-sec .sub{font-size:1.02rem;color:#3F5A63;line-height:1.6}
@media(max-width:640px){.demo-sec h2{font-size:1.6rem}}

.dm-g{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
@media(max-width:1040px){.dm-g{grid-template-columns:1fr;max-width:480px;margin:0 auto}}
.dm-col{min-width:0}
.dm-hd{display:flex;gap:12px;align-items:flex-start;margin-bottom:15px;
  min-height:66px}
.dm-n{width:29px;height:29px;border-radius:50%;background:#0A55C4;color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;
  font-size:.87rem;font-family:'Plus Jakarta Sans',sans-serif;flex:none}
.dm-t{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.04rem;font-weight:800;
  color:#0A2530;line-height:1.3}
.dm-s{font-size:.86rem;color:#7A939C;margin:3px 0 0;line-height:1.5}

/* ── les onglets iPhone / Outlook ── */
.dm-onglets{display:flex;gap:5px;background:#EDF2F7;border-radius:9px;padding:3px;
  margin-bottom:13px}
.dm-o{flex:1;border:0;background:transparent;padding:7px 10px;border-radius:7px;
  font-family:inherit;font-size:.83rem;font-weight:700;color:#64748B;cursor:pointer;
  transition:.15s}
.dm-o.on{background:#fff;color:#0A2530;box-shadow:0 1px 3px rgba(8,48,59,.14)}

/* ── iPhone ── */
.iph{background:#000;border-radius:34px;padding:9px;max-width:290px;margin:0 auto;
  box-shadow:0 16px 40px -18px rgba(8,48,59,.5)}
.iph-enc{width:96px;height:22px;background:#000;border-radius:0 0 14px 14px;
  margin:0 auto -22px;position:relative;z-index:3}
.iph-st{background:#fff;border-radius:26px 26px 0 0;padding:9px 20px 4px;
  display:flex;justify-content:space-between;align-items:center;font-size:.72rem;
  font-weight:700;color:#000;font-family:-apple-system,'SF Pro Text',sans-serif}
.iph-si{display:inline-flex;gap:4px;align-items:center;color:#000}
.iph-nav{background:#F9F9F9;padding:8px 14px;border-bottom:.5px solid #E0E0E2}
.iph-ret{font-size:.79rem;color:#007AFF;font-family:-apple-system,sans-serif}
.iph-c{background:#fff;border-radius:0 0 26px 26px;overflow:hidden;
  display:flex;flex-direction:column}
/* HAUTEUR COMMUNE — la grille étire les colonnes à la même taille, et
   chaque appareil occupe la place obtenue. Le message long défile à
   l'intérieur, comme sur un vrai téléphone ; la page courte se centre.
   Fixer une valeur en dur était une erreur : elle dépend du contenu de
   la colonne la plus haute, qui change avec la largeur de l'écran. */
.dm-col{display:flex;flex-direction:column}
.dm-vue{flex:1;display:flex;flex-direction:column;min-height:0}
/* « hidden » ne pose que display:none, qu'une règle display:flex
   écrase. Il faut donc le réaffirmer, sinon les deux vues s'affichent
   l'une sous l'autre. */
.dm-vue[hidden]{display:none}
.iph{display:flex;flex-direction:column;flex:1;min-height:430px}
.iph-c{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}
.iph-c::-webkit-scrollbar{width:0}
.sf-c{overflow:hidden}
.out,.nv{flex:1;display:flex;flex-direction:column}
.out-c,.nv-c{flex:1;min-height:0;overflow-y:auto}
.out-c::-webkit-scrollbar,.nv-c::-webkit-scrollbar{width:0}
.iph-exp{display:flex;align-items:center;gap:9px;padding:11px 14px 8px}
.iph-av{width:32px;height:32px;border-radius:50%;background:#0A55C4;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.9rem;
  font-weight:500;flex:none;font-family:-apple-system,sans-serif}
.iph-de{font-size:.82rem;font-weight:600;color:#000;line-height:1.25;
  font-family:-apple-system,sans-serif}
.iph-a{font-size:.72rem;color:#8A8A8E;font-family:-apple-system,sans-serif}
.iph-h{margin-left:auto;font-size:.71rem;color:#8A8A8E;flex:none}
.iph-obj{padding:0 14px 9px;font-size:.88rem;font-weight:600;color:#000;
  font-family:-apple-system,sans-serif;border-bottom:.5px solid #EFEFF0}

/* ── Outlook ── */
.out{border:1px solid #E1E1E1;border-radius:8px;overflow:hidden;background:#fff;
  box-shadow:0 3px 14px -6px rgba(8,48,59,.24)}
.out-bar{background:#0F6CBD;padding:8px 13px;display:flex;align-items:center;
  justify-content:space-between}
.out-lg{color:#fff;font-size:.83rem;font-weight:600;
  font-family:'Segoe UI',system-ui,sans-serif}
.out-act{display:inline-flex;gap:5px}
.out-i{width:11px;height:11px;border-radius:2px;background:rgba(255,255,255,.42)}
.out-hd{padding:14px 16px 12px;border-bottom:1px solid #EDEBE9}
.out-obj{font-size:1rem;font-weight:600;color:#242424;margin-bottom:11px;
  font-family:'Segoe UI',system-ui,sans-serif}
.out-exp{display:flex;align-items:center;gap:10px}
.out-av{width:32px;height:32px;border-radius:50%;background:#0A55C4;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.88rem;
  flex:none;font-family:'Segoe UI',system-ui,sans-serif}
.out-de{font-size:.82rem;font-weight:600;color:#242424;
  font-family:'Segoe UI',system-ui,sans-serif}
.out-ml{font-weight:400;color:#616161;font-size:.76rem}
.out-a{font-size:.74rem;color:#616161;font-family:'Segoe UI',system-ui,sans-serif}
.out-h{margin-left:auto;font-size:.73rem;color:#616161;flex:none}
.out-c{background:#F7FAFB}

/* ── le message, commun aux deux ── */
.ml-band{flex:none;background:#0A55C4;color:#fff;padding:13px;text-align:center;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:.92rem}
.ml-body{background:#fff;padding:17px 17px 15px}
.ml-body p{font-size:.83rem;color:#3F5A63;line-height:1.6;margin:0 0 10px}
.ml-btn{display:block;background:#0A55C4;color:#fff;text-align:center;padding:11px;
  border-radius:8px;font-weight:700;font-size:.86rem;
  font-family:'Plus Jakarta Sans',sans-serif;margin:14px 0 12px}
.ml-aide{font-size:.77rem!important;color:#7A939C!important;text-align:center;
  margin:0!important}
.ml-photo{display:block;width:100%;height:112px;object-fit:cover;flex:none}
.ml-pied{padding:11px 17px 13px;font-size:.7rem;color:#93A3B4;line-height:1.6;
  text-align:center;border-top:1px solid #EDF2F5;background:#FAFCFD}
.ml-lien{color:#0A55C4;text-decoration:underline}

/* ── le parcours ── */
.ph{border:1px solid #E2E8F0;border-radius:12px;background:#fff;padding:20px 18px;
  box-shadow:0 2px 12px -5px rgba(8,48,59,.16);min-height:296px}
.ph-h{font-family:'Plus Jakarta Sans',sans-serif;font-size:.96rem;font-weight:700;
  color:#0A2530;text-align:center;margin-bottom:18px;line-height:1.4}
.ph-et{display:flex;gap:7px;justify-content:center;margin-bottom:11px}
.ph-s{width:30px;height:30px;border:0;padding:0;background:#E3EDEF;cursor:pointer;
  transition:.13s;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.ph-s:hover,.ph-s.sv{background:#FBBC04;transform:scale(1.12)}
.ph-lb{text-align:center;font-size:.85rem;color:#7A939C;font-weight:600;
  min-height:20px}
.ph-e{animation:phin .28s ease}
@keyframes phin{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

.ph-ok,.ph-ko{display:flex;align-items:center;gap:9px;justify-content:center;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:1rem;
  margin-bottom:9px}
.ph-ok{color:#188038}.ph-ko{color:#D97706}
.ph-tx{font-size:.86rem;color:#5B7186;text-align:center;line-height:1.55;
  margin-bottom:15px}

.ph-gg{border:1px solid #E3E8EC;border-radius:9px;padding:13px;background:#fff}
.ph-gh{display:flex;align-items:center;gap:9px;margin-bottom:11px}
.ph-gav{width:30px;height:30px;border-radius:50%;background:#7C4DFF;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.85rem;flex:none;
  font-family:Roboto,Arial,sans-serif}
.ph-gn{font-size:.85rem;color:#202124;font-weight:500;font-family:Roboto,Arial,sans-serif}
.ph-gs{font-size:.75rem;color:#70757a;font-family:Roboto,Arial,sans-serif}
.ph-get{display:flex;gap:3px;margin-bottom:10px}
.ph-get span{width:21px;height:21px;background:#dadce0;display:inline-block;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.ph-get span.on{background:#fbbc04}
.ph-gz{border:1px solid #DADCE0;border-radius:7px;padding:10px 11px;font-size:.8rem;
  color:#9AA0A6;margin-bottom:10px;font-family:Roboto,Arial,sans-serif}
.ph-gb{background:#1a73e8;color:#fff;text-align:center;padding:8px;border-radius:18px;
  font-size:.8rem;font-weight:500;font-family:Roboto,Arial,sans-serif}

.ph-fm{border:1px solid #E3EDEF;border-radius:9px;padding:13px;background:#FAFCFD}
.ph-fz{border:1px solid #DDE6F2;border-radius:7px;padding:11px;font-size:.81rem;
  color:#93A3B4;background:#fff;margin-bottom:10px;min-height:52px}
.ph-fb{background:#0A55C4;color:#fff;text-align:center;padding:9px;border-radius:8px;
  font-size:.83rem;font-weight:700;font-family:'Plus Jakarta Sans',sans-serif}
.ph-nb{font-size:.78rem;color:#188038;text-align:center;margin-top:11px;
  font-weight:600}
.ph-rj{display:block;margin:16px auto 0;border:0;background:transparent;
  color:#0A55C4;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit}
.ph-rj:hover{text-decoration:underline}

/* ── le tableau de bord ── */
.tb{border:1px solid #E2E8F0;border-radius:12px;background:#fff;padding:16px 18px;
  box-shadow:0 2px 12px -5px rgba(8,48,59,.16)}
.tb-h{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
.tb-ti{font-family:'Plus Jakarta Sans',sans-serif;font-size:.9rem;font-weight:700;
  color:#0A2530}
.tb-p{font-size:.72rem;color:#64748B;background:#F1F5F9;padding:3px 9px;border-radius:6px}
.tb-k{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}
.tb-kl{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:#94A3B8;margin-bottom:3px}
.tb-kv{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.75rem;font-weight:800;
  color:#0F172A;line-height:1;letter-spacing:-.03em}
.tb-ke{display:inline-block;font-size:.72rem;font-weight:800;color:#047857;
  background:#DCFCE7;padding:1px 7px;border-radius:5px;margin-top:5px}
.tb-gr{width:100%;height:auto;display:block;margin-bottom:9px}
.tb-f{display:flex;justify-content:space-between;font-size:.74rem;color:#94A3B8}
.tb-fb{color:#0A55C4;font-weight:700}

.dm-pq{list-style:none;margin:16px 0 0;padding:0;flex:none}
/* La liste se colle en bas de colonne : sans cela, une liste plus courte
   laisse l'appareil s'étirer davantage que son voisin. */
.dm-col>.dm-pq{margin-top:16px}
.dm-pq li{position:relative;padding:5px 0 5px 22px;font-size:.85rem;line-height:1.55;
  color:#5B7186}
.dm-pq li::before{content:'';position:absolute;left:2px;top:12px;width:6px;height:6px;
  border-radius:50%;background:#0A55C4}

/* ══ PRISE DE RENDEZ-VOUS ══════════════════════════════════════ */
.rdv{background:#fff;border:1px solid #E3EDEF;border-radius:20px;padding:30px 32px;
  margin-top:44px;box-shadow:0 10px 34px -22px rgba(8,48,59,.4)}
@media(max-width:640px){.rdv{padding:22px 18px}}
.rdv-h{display:flex;gap:24px;align-items:flex-start;margin-bottom:26px;
  padding-bottom:24px;border-bottom:1px solid #EDF2F5}
.rdv-sur{display:inline-block;font-size:.73rem;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;color:#0A55C4;margin-bottom:9px}
.rdv-h h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.42rem;
  font-weight:800;color:#0A2530;margin-bottom:8px;letter-spacing:-.02em}
.rdv-h p{font-size:.97rem;color:#3F5A63;line-height:1.62;max-width:62ch}
.rdv-r{list-style:none;display:flex;gap:20px;flex-wrap:wrap;margin:14px 0 0;padding:0}
.rdv-r li{position:relative;padding-left:20px;font-size:.86rem;color:#5B7186;
  font-weight:600}
.rdv-r li::before{content:'';position:absolute;left:0;top:6px;width:11px;height:6px;
  border-left:2px solid #188038;border-bottom:2px solid #188038;
  transform:rotate(-45deg)}
.rdv-ic{width:60px;height:60px;border-radius:16px;background:#EAF1FD;color:#0A55C4;
  display:flex;align-items:center;justify-content:center;flex:none}
@media(max-width:760px){.rdv-ic{display:none}}

.rdv-piege{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.rdv-b{margin-bottom:24px}
.rdv-l{display:flex;align-items:center;gap:10px;font-family:'Plus Jakarta Sans',sans-serif;
  font-size:1rem;font-weight:800;color:#0A2530;margin-bottom:14px}
.rdv-num{width:24px;height:24px;border-radius:50%;background:#0A55C4;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.78rem;flex:none}

.rdv-boite{position:relative}
.rdv-jours{display:flex;gap:9px;overflow-x:auto;padding-bottom:10px;
  scroll-behavior:smooth;scrollbar-width:thin}
.rdv-jours::-webkit-scrollbar{height:6px}
.rdv-jours::-webkit-scrollbar-track{background:#F1F5F9;border-radius:3px}
.rdv-jours::-webkit-scrollbar-thumb{background:#CBD8E2;border-radius:3px}
.rdv-jours::-webkit-scrollbar-thumb:hover{background:#0A55C4}
/* Un dégradé sur le bord droit : sans lui, rien ne dit qu'il y a
   d'autres jours au-delà. */
.rdv-boite::after{content:'';position:absolute;right:0;top:0;bottom:10px;width:44px;
  background:linear-gradient(90deg,rgba(255,255,255,0),#fff 75%);
  pointer-events:none;opacity:1;transition:.2s}
.rdv-boite.fin::after{opacity:0}
.rdv-fle{position:absolute;top:50%;transform:translateY(-60%);width:32px;height:32px;
  border-radius:50%;background:#fff;border:1.5px solid #DDE6F2;cursor:pointer;
  display:flex;align-items:center;justify-content:center;z-index:2;
  box-shadow:0 3px 10px -4px rgba(8,48,59,.3);transition:.15s;font-family:inherit}
.rdv-fle:hover{border-color:#0A55C4;color:#0A55C4}
.rdv-fle[hidden]{display:none}
.rdv-fg{left:-6px}
.rdv-fd{right:-6px}
.rdv-chg{font-size:.88rem;color:#93A3B4;padding:14px 0}
.rdv-j{flex:none;min-width:82px;border:1.5px solid #DDE6F2;border-radius:12px;
  padding:11px 8px;background:#fff;cursor:pointer;text-align:center;
  font-family:inherit;transition:.15s}
.rdv-j:hover{border-color:#0A55C4}
.rdv-j.on{border-color:#0A55C4;background:#F2F6FE;
  box-shadow:0 0 0 3px rgba(10,85,196,.1)}
.rdv-j.on .rdv-jn,.rdv-j.on u{color:#0A55C4}
.rdv-jn{display:block;font-size:.7rem;color:#93A3B4;font-weight:600;
  text-transform:uppercase;letter-spacing:.03em}
.rdv-j b{display:block;font-family:'Plus Jakarta Sans',sans-serif;font-size:1.42rem;
  color:#0A2530;font-weight:800;line-height:1.1;margin:1px 0}
.rdv-j u{display:block;font-size:.72rem;color:#5B7186;text-decoration:none;
  font-weight:700}
.rdv-j em{display:block;font-size:.71rem;color:#188038;font-style:normal;
  font-weight:700;margin-top:4px}

.rdv-heures{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.rdv-hh{border:1.5px solid #DDE6F2;border-radius:10px;padding:9px 17px;background:#fff;
  cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:700;color:#3F5A63;
  transition:.15s}
.rdv-hh:hover{border-color:#0A55C4;color:#0A55C4}
.rdv-hh.on{background:#0A55C4;border-color:#0A55C4;color:#fff}

.rdv-champs{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}
@media(max-width:700px){.rdv-champs{grid-template-columns:1fr}}
.rdv-c{display:block}
.rdv-c span{display:flex;align-items:center;font-size:.83rem;font-weight:700;
  color:#3F5A63;margin-bottom:6px}
/* L'icône hérite de la couleur du libellé : le rouge de l'erreur
   l'atteint sans règle supplémentaire. */
.rdv-c span svg{width:15px;height:15px;stroke:currentColor;fill:none;
  stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none;
  margin-right:6px;opacity:.62}
.rdv-c input,.rdv-c select{width:100%;border:1.5px solid #DDE6F2;border-radius:10px;
  padding:12px 14px;font-family:inherit;font-size:.94rem;color:#0A2530;background:#fff;
  transition:.15s}
.rdv-c input:focus,.rdv-c select:focus{outline:0;border-color:#0A55C4;
  box-shadow:0 0 0 3px rgba(10,85,196,.11)}
.rdv-c input.ko,.rdv-c select.ko{border-color:#DC2626;background:#FEF2F2;
  box-shadow:0 0 0 3px rgba(220,38,38,.12)}
/* Le libellé bascule avec son champ : l'œil trouve la ligne fautive
   sans relire tout le formulaire. */
.rdv-c.ko span{color:#DC2626}
.rdv-c.ko span svg{opacity:1}
/* Le motif du refus, sous le champ plutôt qu'au pied du formulaire.
   Les valeurs sont réaffirmées une à une : .rdv-c span impose gras,
   marge basse et couleur à tout span de la zone, celui-ci compris. */
.rdv-c .rdv-e{display:flex;align-items:center;font-size:.79rem;
  font-weight:600;color:#DC2626;margin:5px 0 0;line-height:1.4}
.rdv-c .rdv-e span{display:inline;font-size:inherit;font-weight:inherit;
  color:inherit;margin:0}
.rdv-c .rdv-e svg{width:14px;height:14px;stroke:#DC2626;fill:none;
  stroke-width:2;stroke-linecap:round;flex:none;margin-right:5px;opacity:1}
.rdv-c input::placeholder{color:#AFC0CB}

.rdv-cs{display:flex;gap:11px;align-items:flex-start;margin-bottom:20px;
  font-size:.85rem;color:#5B7186;line-height:1.55}
.rdv-cs input{margin-top:3px;width:17px;height:17px;flex:none;accent-color:#0A55C4;
  cursor:pointer}
.rdv-cs a{color:#0A55C4}

.rdv-env{border:0;background:#0A55C4;color:#fff;padding:15px 34px;border-radius:12px;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:700;font-size:1rem;
  cursor:pointer;transition:.2s;box-shadow:0 12px 26px -12px rgba(10,85,196,.65)}
.rdv-env:hover{background:#0847A5}
.rdv-env:disabled{opacity:.55;cursor:default}
.rdv-fin{font-size:.82rem;color:#93A3B4;margin-top:11px}

.rdv-msg{border-radius:11px;padding:13px 17px;font-size:.9rem;margin-top:16px;
  background:#FEF2F2;border:1px solid #FECACA;color:#B91C1C}

.rdv-ok{text-align:center;padding:22px 0 8px}
.rdv-okic{width:56px;height:56px;border-radius:50%;background:#188038;margin:0 auto 16px;
  display:flex;align-items:center;justify-content:center}
.rdv-ok h3{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.42rem;font-weight:800;
  color:#0A2530;margin-bottom:9px}
.rdv-quand{font-size:1.12rem;color:#0A55C4;font-weight:700;margin-bottom:14px;
  font-family:'Plus Jakarta Sans',sans-serif}
.rdv-suite{font-size:.93rem;color:#5B7186;line-height:1.62;max-width:52ch;
  margin:0 auto}

/* ══ VERSION REPLIÉE, pour les pages profession et le blog ══════ */
.rdv-pli{background:#fff;border:1px solid #E3EDEF;border-radius:16px;margin:34px 0;
  overflow:hidden}
.rdv-pli>summary{padding:18px 22px;cursor:pointer;list-style:none;display:flex;
  align-items:center;gap:14px}
.rdv-pli>summary::-webkit-details-marker{display:none}
.rdv-pli>summary::after{content:'';width:9px;height:9px;margin-left:auto;flex:none;
  border-right:2px solid #7A939C;border-bottom:2px solid #7A939C;
  transform:rotate(45deg);transition:.2s}
.rdv-pli[open]>summary::after{transform:rotate(-135deg)}
.rdv-pli>summary:hover{background:#FAFCFD}
.rdv-pt{font-family:'Plus Jakarta Sans',sans-serif;font-size:1.02rem;font-weight:800;
  color:#0A2530}
.rdv-ps{font-size:.86rem;color:#7A939C;margin-top:2px}
.rdv-pic{width:40px;height:40px;border-radius:11px;background:#EAF1FD;color:#0A55C4;
  display:flex;align-items:center;justify-content:center;flex:none}
.rdv-pli .rdv{border:0;border-radius:0;margin:0;padding:0 22px 24px;box-shadow:none}
.rdv-pli .rdv-h{display:none}

/* ══ ÉCRAN 2 · le navigateur du patient ════════════════════════
   Le bouton du message ouvre une page web : le cadre est donc un
   navigateur. Safari sur iPhone, Chrome en version bureau. */
.sf-adr{background:#F9F9F9;padding:7px 12px;border-bottom:.5px solid #E0E0E2;
  display:flex;justify-content:center}
.sf-cad{display:inline-flex;align-items:center;gap:5px;background:#EBEBEC;
  border-radius:9px;padding:5px 14px;font-size:.75rem;color:#3C3C43;
  font-family:-apple-system,'SF Pro Text',sans-serif}
.sf-c{border-radius:0!important;padding:0;justify-content:flex-start}
.sf-bas{background:#F9F9F9;border-top:.5px solid #E0E0E2;padding:9px 18px 12px;
  display:flex;justify-content:space-between;border-radius:0 0 26px 26px;
  margin-top:auto}
.sf-b{color:#007AFF;font-size:1.02rem;line-height:1}
.sf-off{color:#C7C7CC}

.nv{border:1px solid #DADCE0;border-radius:10px;overflow:hidden;background:#fff;
  box-shadow:0 3px 16px -6px rgba(8,48,59,.26)}
.nv-bar{background:#DEE1E6;padding:7px 11px 0;display:flex;align-items:center;gap:6px}
.nv-p{width:10px;height:10px;border-radius:50%;flex:none}
.nv-ong{background:#fff;border-radius:8px 8px 0 0;padding:7px 15px 8px;
  font-size:.76rem;color:#3C4043;display:inline-flex;align-items:center;gap:7px;
  margin-left:6px;font-family:Roboto,Arial,sans-serif;white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;max-width:190px}
.nv-fav{width:12px;height:12px;border-radius:3px;background:#0A55C4;flex:none}
.nv-url{background:#fff;padding:7px 11px;display:flex;align-items:center;gap:9px;
  border-bottom:1px solid #E8EAED}
.nv-fl{color:#5F6368;font-size:.86rem;line-height:1}
.nv-off{color:#BDC1C6}
.nv-adr{flex:1;background:#F1F3F4;border-radius:15px;padding:5px 13px;font-size:.75rem;
  color:#3C4043;display:inline-flex;align-items:center;gap:6px;
  font-family:Roboto,Arial,sans-serif}
.nv-c{background:#F7FAFB}

/* ── le parcours, commun aux deux cadres ── */
.pc{padding:22px 18px 0;flex:1;display:flex;flex-direction:column}
.pc-e{display:flex;flex-direction:column;flex:1}
/* La photo se colle en bas de l'écran, le contenu reste en haut. */
.pc-bas{margin:auto -18px 0}
.pc-photo{display:block;width:100%;height:112px;object-fit:cover}
.pc-pied{padding:11px 17px 13px;font-size:.7rem;color:#93A3B4;line-height:1.6;
  text-align:center;border-top:1px solid #EDF2F5;background:#FAFCFD}
.pc-lien{color:#0A55C4}
.pc-e{animation:pcin .28s ease}
.pc-e[hidden]{display:none}
@keyframes pcin{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.pc-lg{text-align:center;font-size:.78rem;font-weight:700;color:#0A55C4;
  letter-spacing:.04em;margin-bottom:13px;font-family:'Plus Jakarta Sans',sans-serif}
.pc-h{font-family:'Plus Jakarta Sans',sans-serif;font-size:.94rem;font-weight:700;
  color:#0A2530;text-align:center;margin-bottom:17px;line-height:1.4}
.pc-et{display:flex;gap:6px;justify-content:center;margin-bottom:11px}
.pc-s{width:29px;height:29px;border:0;padding:0;background:#E3EDEF;cursor:pointer;
  transition:.13s;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.pc-s:hover,.pc-s.sv{background:#FBBC04;transform:scale(1.12)}
.pc-lb{text-align:center;font-size:.83rem;color:#7A939C;font-weight:600;min-height:19px}

.pc-ok,.pc-ko{display:flex;align-items:center;gap:8px;justify-content:center;
  font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:.97rem;
  margin-bottom:8px}
.pc-ok{color:#188038}.pc-ko{color:#D97706}
.pc-tx{font-size:.83rem;color:#5B7186;text-align:center;line-height:1.55;
  margin-bottom:14px}

.pc-gg{border:1px solid #E3E8EC;border-radius:9px;padding:12px;background:#fff}
.pc-gh{display:flex;align-items:center;gap:9px;margin-bottom:10px}
.pc-gav{width:28px;height:28px;border-radius:50%;background:#7C4DFF;color:#fff;
  display:flex;align-items:center;justify-content:center;font-size:.82rem;flex:none;
  font-family:Roboto,Arial,sans-serif}
.pc-gn{font-size:.83rem;color:#202124;font-weight:500;font-family:Roboto,Arial,sans-serif}
.pc-gs{font-size:.73rem;color:#70757a;font-family:Roboto,Arial,sans-serif}
.pc-get{display:flex;gap:3px;margin-bottom:9px}
.pc-get span{width:20px;height:20px;background:#dadce0;display:inline-block;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.pc-get span.on{background:#fbbc04}
.pc-gz{border:1px solid #DADCE0;border-radius:7px;padding:9px 10px;font-size:.78rem;
  color:#9AA0A6;margin-bottom:9px;font-family:Roboto,Arial,sans-serif}
.pc-gb{background:#1a73e8;color:#fff;text-align:center;padding:8px;border-radius:18px;
  font-size:.78rem;font-weight:500;font-family:Roboto,Arial,sans-serif}

.pc-fm{border:1px solid #E3EDEF;border-radius:9px;padding:12px;background:#FAFCFD}
.pc-fz{border:1px solid #DDE6F2;border-radius:7px;padding:10px;font-size:.79rem;
  color:#93A3B4;background:#fff;margin-bottom:9px;min-height:48px}
.pc-fb{background:#0A55C4;color:#fff;text-align:center;padding:9px;border-radius:8px;
  font-size:.81rem;font-weight:700;font-family:'Plus Jakarta Sans',sans-serif}
.pc-nb{font-size:.76rem;color:#188038;text-align:center;margin-top:10px;font-weight:600}
.pc-rj{display:block;margin:15px auto 0;border:0;background:transparent;color:#0A55C4;
  font-size:.81rem;font-weight:700;cursor:pointer;font-family:inherit}
.pc-rj:hover{text-decoration:underline}

/* La légende du graphique : sans elle, on ne sait pas ce que
   représentent les barres ni la courbe. */
.tb-lg{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin:10px 0 0;
  font-size:.76rem;color:#64748B}
.tb-lg span{display:inline-flex;align-items:center;gap:6px}
.tb-lg i{width:10px;height:10px;border-radius:2px;display:inline-block}
.tb-li-b{background:#2563EB}
.tb-li-g{background:#DBE7FA}
.tb-ex{font-size:.82rem;color:#3F5A63;text-align:center;margin:12px 0 0;
  padding-top:11px;border-top:1px solid #F1F5F9;line-height:1.55}

/* Le logo Google dans le titre du tableau de bord, aligné sur le texte. */
.tb-lgG{height:17px;width:auto;display:inline-block;vertical-align:-3px;
  margin-left:3px}

/* Le contraste avant/après, en tête du tableau de bord. C'est ce que le
   praticien retient : deux chiffres et une flèche. */
.tb-ap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;
  margin-bottom:16px;padding:14px 12px;background:#F8FAFC;border-radius:11px}
.tb-av,.tb-ap2{text-align:center}
.tb-avl,.tb-apl{font-size:.66rem;font-weight:800;letter-spacing:.07em;
  text-transform:uppercase;margin-bottom:4px}
.tb-avl{color:#94A3B8}
.tb-apl{color:#2563EB}
.tb-avv,.tb-apv{font-family:'Plus Jakarta Sans',sans-serif;font-size:2rem;
  font-weight:800;line-height:1;letter-spacing:-.03em}
.tb-avv{color:#94A3B8}
.tb-apv{color:#0F172A}
.tb-avs,.tb-aps{font-size:.72rem;color:#94A3B8;margin-top:4px}
.tb-fl{display:flex;flex-direction:column;align-items:center;gap:3px;
  color:#2563EB;flex:none}
.tb-fl span{font-size:.66rem;font-weight:700;color:#64748B}
