/*
Theme Name: Voyons Patrimoine V2
Theme URI: https://voyonspatrimoine.fr/
Author: Voyons Patrimoine
Description: Thème éditorial sur mesure pour Voyons Patrimoine.
Version: 0.3.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: voyons-patrimoine
*/
:root{--vp-navy:#0B1F36;--vp-navy2:#163A63;--vp-gold:#C9A14A;--vp-gold2:#E4C878;--vp-white:#F8F9FA;--vp-gray:#9AA7B9;--vp-line:rgba(228,200,120,.28);--vp-card:#102b49;--vp-max:1220px;--vp-radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--vp-navy);color:var(--vp-white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,textarea{font:inherit}.vp-wrap{width:min(var(--vp-max),calc(100% - 40px));margin:auto}.vp-site-header{position:sticky;top:0;z-index:30;background:rgba(11,31,54,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.vp-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px}.vp-brand{display:flex;align-items:center;gap:11px;font-family:Georgia,serif;font-weight:700;color:var(--vp-gold2);white-space:nowrap}.vp-brand span{font-size:19px;letter-spacing:.015em}.vp-brand img{width:38px;height:38px;object-fit:contain}.vp-nav{display:flex;align-items:center;gap:25px;font-size:14px}.vp-nav a{color:#d7dfeb}.vp-nav a:hover{color:var(--vp-gold2)}.vp-search{font-size:20px}.vp-hero{padding:72px 0 56px;background:radial-gradient(circle at 84% 22%,rgba(22,58,99,.75),transparent 34%)}.vp-hero-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.15fr);gap:62px;align-items:center}.vp-eyebrow,.vp-badge,.vp-term{color:var(--vp-gold2);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.vp-hero h1{font-family:Georgia,serif;font-size:clamp(54px,6vw,90px);line-height:.98;margin:16px 0 28px;letter-spacing:-.045em}.vp-hero h1 span{color:var(--vp-gold2)}.vp-lead{font-size:18px;color:#c7d0dd;max-width:650px}.vp-media-card,.vp-card{background:linear-gradient(145deg,var(--vp-card),#0e2742);border:1px solid var(--vp-line);border-radius:var(--vp-radius);overflow:hidden}.vp-video-frame{aspect-ratio:16/9;background:#050b12;position:relative}.vp-video-frame iframe{width:100%;height:100%;border:0}.vp-video-thumb{display:block;position:relative;height:100%}.vp-video-thumb img{width:100%;height:100%;object-fit:cover}.vp-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:74px;height:52px;border-radius:15px;background:#ff0033;display:grid;place-items:center;font-size:23px;color:#fff}.vp-media-meta{padding:22px 24px}.vp-media-meta h2,.vp-media-meta h3{margin:.4rem 0 .2rem;line-height:1.2}.vp-btns{display:flex;justify-content:center;gap:12px;margin-top:18px;flex-wrap:wrap}.vp-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;border:1px solid var(--vp-gold);font-weight:800;font-size:14px}.vp-btn--primary{background:var(--vp-gold2);color:#102238}.vp-section{padding:62px 0}.vp-section--alt{background:#0d253f}.vp-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.vp-section h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);margin:0;line-height:1.05}.vp-section-link{color:var(--vp-gold2);font-weight:800}.vp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.vp-card-media{aspect-ratio:16/9;background:#0a1828}.vp-card-media img{width:100%;height:100%;object-fit:cover}.vp-card{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.vp-card:hover{transform:translateY(-3px);border-color:rgba(228,200,120,.55);box-shadow:0 16px 34px rgba(0,0,0,.18)}.vp-card-body{padding:20px}.vp-card h3{font-size:20px;line-height:1.25;margin:8px 0 10px}.vp-meta{color:var(--vp-gray);font-size:13px}.vp-actu-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:38px}.vp-actu-list{display:flex;flex-direction:column;gap:14px}.vp-actu-item{display:grid;grid-template-columns:140px 1fr;gap:16px;padding:12px;border-bottom:1px solid rgba(255,255,255,.08)}.vp-actu-item img{width:140px;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.vp-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vp-topic{min-height:140px;padding:24px;border:1px solid var(--vp-line);border-radius:16px;background:linear-gradient(145deg,#102c4b,#0c223a)}.vp-topic h3{margin:0 0 8px;font-family:Georgia,serif;font-size:25px}.vp-site-footer{border-top:1px solid rgba(255,255,255,.1);padding:48px 0 28px}.vp-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px}.vp-footer-title{font-weight:800;color:var(--vp-white);margin-bottom:10px}.vp-footer-links{display:flex;flex-direction:column;gap:7px;color:#b7c3d2;font-size:14px}.vp-copyright{margin-top:34px;color:#8290a3;font-size:12px}.vp-article{padding:52px 0 80px}.vp-article-wrap{width:min(860px,calc(100% - 40px));margin:auto}.vp-breadcrumbs{font-size:13px;color:#95a3b6;margin-bottom:26px}.vp-article h1{font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.035em;margin:12px 0 20px}.vp-chapo{font-size:20px;color:#c7d0dd}.vp-byline{display:flex;align-items:center;gap:12px;color:#9daabd;font-size:14px;margin:20px 0 30px}.vp-article-content{font-size:18px}.vp-article-content h2{font-family:Georgia,serif;font-size:35px;line-height:1.15;margin-top:46px}.vp-article-content h3{font-size:24px;margin-top:34px}.vp-article-content a{color:var(--vp-gold2);text-decoration:underline}.vp-callout{border:1px solid var(--vp-gold);border-radius:12px;background:#0f2945;padding:20px 22px;margin:30px 0}.vp-author-box{margin-top:46px;padding:24px;border:1px solid var(--vp-line);border-radius:16px;background:#102842;display:flex;gap:18px}.vp-author-box img{width:70px;height:70px;border-radius:50%}.vp-author-box h3{margin:0 0 6px}.vp-related{margin-top:52px}.vp-archive-hero{padding:58px 0 30px}.vp-archive-hero h1{font-family:Georgia,serif;font-size:58px;margin:0}.vp-pagination{margin-top:30px}.vp-pagination .page-numbers{display:inline-block;padding:8px 12px;border:1px solid var(--vp-line);border-radius:8px;margin-right:5px}.vp-pagination .current{background:var(--vp-gold2);color:#102238}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){.vp-nav{display:none}.vp-hero-grid,.vp-actu-layout,.vp-footer-grid{grid-template-columns:1fr}.vp-hero-grid{gap:34px}.vp-grid,.vp-topic-grid{grid-template-columns:1fr 1fr}.vp-hero{padding-top:45px}.vp-hero h1{font-size:58px}.vp-media-card{max-width:760px}.vp-footer-grid{gap:24px}}
@media(max-width:600px){.vp-wrap,.vp-article-wrap{width:min(100% - 28px,var(--vp-max))}.vp-grid,.vp-topic-grid{grid-template-columns:1fr}.vp-hero h1{font-size:48px}.vp-section{padding:46px 0}.vp-actu-item{grid-template-columns:105px 1fr}.vp-actu-item img{width:105px}.vp-section-head{align-items:start;flex-direction:column}.vp-article h1{font-size:42px}}

.vp-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.vp-socials a{width:36px;height:36px;border:1px solid var(--vp-line);border-radius:9px;display:grid;place-items:center;font-size:12px;font-weight:800;color:var(--vp-gold2);background:rgba(255,255,255,.02)}.vp-socials a:hover{border-color:var(--vp-gold2);background:rgba(228,200,120,.08)}
