/* ==========================================================================
   PTC — Le repère de prix.
   Méthodologie arbitrée par Déb le 20/08/2026 (option B) : un repère public
   daté, plus l'élément local publié quand il existe. Jamais un prix PTC.

   La forme sert la règle : le chiffre n'est jamais seul. Il porte sa source,
   son millésime, son champ, et surtout CE QU'IL N'INCLUT PAS — c'est cette
   dernière ligne qui empêche un budget de déraper, plus que le chiffre.
   ========================================================================== */
.ptc-repere{
  border:1px solid #e5e0d7;border-radius:16px;background:#fdfcfa;
  padding:20px 22px 18px;margin:0 0 18px;
  font-family:'DM Sans',system-ui,sans-serif;color:#33404f;
}
.ptc-repere__oeil{
  display:inline-block;background:#ddeaf8;color:#1a2d4a;border:1px solid #c3d9ec;
  border-radius:999px;padding:4px 12px;margin-bottom:11px;
  font-family:'Syne','Poppins',sans-serif;font-weight:800;
  font-size:.6rem;letter-spacing:.11em;text-transform:uppercase;
}
.ptc-repere__titre{
  font-family:'Poppins','DM Sans',sans-serif;font-size:1.06rem;font-weight:700;
  color:#1a2d4a;line-height:1.25;margin:0 0 6px;
}
.ptc-repere__sous{font-size:.88rem;line-height:1.55;color:#5a4636;margin:0 0 15px}

.ptc-repere__grille{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 14px}
.ptc-repere__val{
  flex:1 1 170px;background:#fff;border:1px solid #ece7de;border-radius:12px;padding:12px 14px;
}
.ptc-repere__val b{
  display:block;font-family:'Poppins','DM Sans',sans-serif;font-size:1.32rem;
  font-weight:700;color:#1a2d4a;line-height:1.1;
}
.ptc-repere__val span{display:block;font-size:.79rem;color:#8f8577;margin-top:5px;line-height:1.4}
.ptc-repere__val em{display:block;font-style:normal;font-size:.74rem;color:#a89d8e;margin-top:3px}

/* Ce que le repère ne contient pas : la ligne la plus utile du bloc. */
.ptc-repere__exclut{
  background:#fff6f0;border:1px solid #f2c8b7;border-left:4px solid #e8541a;
  border-radius:12px;padding:12px 15px;margin:0 0 14px;font-size:.85rem;line-height:1.55;
}
.ptc-repere__exclut b{color:#c4400f}

/* La mention de vraisemblance : une phrase, pas une alerte (arbitrage du 20/08). */
.ptc-repere__mention{
  font-size:.85rem;line-height:1.55;color:#5a4636;margin:0 0 14px;
  padding-left:13px;border-left:3px solid #ddeaf8;
}
.ptc-repere__mention b{color:#1a2d4a}

.ptc-repere__absence{
  background:#eaf3fb;border:1px solid #d4e5f4;border-radius:12px;
  padding:12px 15px;margin:0 0 14px;font-size:.85rem;line-height:1.55;color:#33404f;
}
.ptc-repere__absence b{color:#284d73}

.ptc-repere__source{
  border-top:1px solid #ece7de;padding-top:11px;margin:0;
  font-size:.78rem;line-height:1.5;color:#8f8577;
}
.ptc-repere__source a{color:#c4400f;font-weight:600}
.ptc-repere__source summary{cursor:pointer;font-weight:700;color:#1a2d4a;list-style:none}
.ptc-repere__source summary::-webkit-details-marker{display:none}
.ptc-repere__source summary::before{content:"› ";color:#e8541a}
.ptc-repere__source details[open] summary::before{content:"⌄ "}
.ptc-repere__source details p{margin:8px 0 0}

@media(max-width:560px){
  .ptc-repere{padding:17px 16px 15px}
  .ptc-repere__val{flex:1 1 100%}
}
@media print{
  .ptc-repere{background:#fff;break-inside:avoid}
}
