
/* CRITT V66 — Data Driven UI */
.v66-ready .central-content{transition:opacity .18s ease}.v66-page{max-width:1220px;margin:0 auto;padding:28px 20px 64px}.v66-hero{border-radius:28px;padding:38px;background:linear-gradient(135deg,#071a33,#0f6f8e 62%,#00c4b8);color:white;margin-bottom:24px;box-shadow:0 18px 50px rgba(5,25,45,.18)}.v66-hero span,.v66-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#00c4b8;font-size:.78rem}.v66-hero span{color:white;background:rgba(255,255,255,.16);border-radius:999px;padding:7px 13px}.v66-hero h1{font-size:clamp(2rem,4vw,3.8rem);line-height:1;margin:14px 0}.v66-hero p{font-size:1.05rem;max-width:820px;opacity:.94}.v66-toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 22px}.v66-toolbar input,.v66-toolbar select{border:1px solid #d8e5ee;border-radius:14px;padding:13px 15px;font:inherit;min-width:260px;background:#fff;box-shadow:0 6px 20px rgba(15,42,61,.06)}.v66-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.v66-card{background:#fff;border:1px solid #dce8ef;border-radius:24px;overflow:hidden;box-shadow:0 16px 36px rgba(15,42,61,.10);display:flex;flex-direction:column}.v66-card figure{height:185px;background:#eef6f7;margin:0;display:grid;place-items:center;overflow:hidden}.v66-card figure img{width:100%;height:100%;object-fit:cover}.v66-expertises .v66-card figure img{width:80px;height:80px;object-fit:contain}.v66-card>div{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.v66-card h3{font-size:1.25rem;line-height:1.15;margin:0;color:#0f2a3d}.v66-card p{color:#536879;margin:0;line-height:1.5}.v66-card a{margin-top:auto;text-decoration:none;color:#0f7ea1;font-weight:900}.v66-card ul{margin:0;padding-left:18px;color:#536879}.v66-tags{display:flex;flex-wrap:wrap;gap:7px}.v66-tags span{background:#ecf8f7;color:#0b796f;border:1px solid #cbecea;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:800}.v66-tags.big span{font-size:.92rem}.v66-overlay{display:none;position:fixed;inset:0;background:rgba(3,15,28,.72);z-index:99999;padding:24px;overflow:auto}.v66-overlay.show{display:grid;place-items:start center}.v66-modal{width:min(1050px,96vw);background:#fff;border-radius:26px;position:relative;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.v66-close{position:absolute;right:14px;top:10px;border:0;background:#0f2a3d;color:white;border-radius:50%;width:42px;height:42px;font-size:28px;cursor:pointer}.v66-popup-head{padding:8px 52px 18px 4px}.v66-popup-head h2{margin:8px 0 8px;color:#0f2a3d;font-size:2rem}.v66-popup-head p{color:#536879;line-height:1.55}.v66-fiche{width:100%;height:auto;border-radius:16px;border:1px solid #e1e9ef}.v66-print{margin-top:16px;border:0;border-radius:12px;background:#00a99d;color:#fff;padding:12px 18px;font-weight:900;cursor:pointer}@media(max-width:980px){.v66-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.v66-grid{grid-template-columns:1fr}.v66-page{padding:18px 12px}.v66-hero{padding:26px}.v66-toolbar input,.v66-toolbar select{min-width:100%;width:100%}}

/* V66.6 - correction affichage résumé des vignettes Actualités en mode serveur local */
#actualitesCentralContent .actualites-v52-news .actualites-v66-resume,
#actualitesCentralContent .actualites-v52-news p.actualites-v66-resume{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:#263c58 !important;
}
