/* Extension du thème original de vps-voyage-front. */
[hidden]{display:none!important} :focus-visible{outline:3px solid var(--accent-2);outline-offset:5px} html{scroll-padding-top:90px}.hero-inner{position:relative}.nav-list .nav-current{color:var(--accent-ink)}.btn{gap:.65rem;cursor:pointer;font-family:inherit}.btn-primary{background:var(--accent-ink);color:var(--bg-alt)}
:root[data-theme="dark"] .btn-primary{color:#16110c}
.blog-hero{padding-bottom:1rem}.blog-hero .lede{max-width:49ch}.hero-strip{margin-top:1.5rem}.featured-section{padding-top:1.3rem}.featured{display:grid;grid-template-columns:1.08fr 1fr;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm)}
.card-picture{position:relative;display:block;overflow:hidden;isolation:isolate;background:linear-gradient(145deg,var(--glow-2),transparent 65%),linear-gradient(30deg,var(--border),var(--bg-alt))}.card-picture::before,.card-picture::after{content:'';position:absolute;width:120%;height:75%;border:1px solid color-mix(in srgb,var(--accent-2) 30%,transparent);border-radius:50%;transform:rotate(-22deg);left:-15%;top:50%;z-index:-1}.card-picture::after{top:65%;left:12%;border-color:var(--accent)}.picture-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-family:var(--font-serif);font-size:2.6rem;color:var(--accent-2)}.card-picture img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .35s ease}.card-picture:hover img{transform:scale(1.035)}.picture-label{position:absolute;left:1rem;bottom:1rem;padding:.3rem .7rem;border:1px solid var(--border);background:var(--surface);border-radius:999px;font-size:.72rem;font-weight:600;color:var(--text)}.picture-label span{color:var(--accent);margin:0 .2rem}
.featured-picture{min-height:340px}.featured-body{padding:clamp(1.5rem,3vw,2.8rem)}.featured-body h2{font-size:clamp(1.7rem,3vw,2.2rem);line-height:1.2;margin:.2rem 0 1rem}.featured-body>p:not(.kicker){color:var(--text-soft);font-size:.97rem}.featured-body .post-meta{margin:1.3rem 0}
.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.8rem}.catalog-heading .section-head{max-width:35rem;margin:0}.catalog-heading>p{white-space:nowrap}.filters{margin:2rem 0 0}.filter-fields{display:grid;grid-template-columns:1fr 290px;gap:1rem}.filter-fields>label:only-child{grid-column:1/-1}.filter-fields label>span{display:block;font-size:.8rem;font-weight:600;margin-bottom:.45rem}input[type=search],select{width:100%;min-height:48px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;font-size:.93rem}input::placeholder{color:var(--text-soft);opacity:1}.filter-tabs{display:flex;flex-wrap:wrap;gap:.5rem;border:0;padding:0;margin:1.2rem 0 0}.filter-tabs label{position:relative;cursor:pointer}.filter-tabs input{position:absolute;opacity:0;width:1px;height:1px}.filter-tabs span{display:block;border:1px solid var(--border);border-radius:999px;padding:.45rem .9rem;font-size:.83rem;color:var(--text-soft)}.filter-tabs :checked+span{background:var(--text);color:var(--bg);border-color:var(--text)}.filter-tabs input:focus-visible+span{outline:3px solid var(--accent-2);outline-offset:3px}.results-status{min-height:1.4rem;margin:1rem 0;font-size:.8rem}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem}.post-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,border-color .2s}.post-card:hover{box-shadow:var(--shadow-sm);border-color:var(--accent)}.post-card .card-picture{aspect-ratio:16/10}.post-card-body{padding:1.3rem;display:flex;flex-direction:column;flex:1}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .85rem;font-size:.71rem;color:var(--text-soft)}.category{color:var(--accent-2);font-weight:700}.post-card h3{font-family:var(--font-serif);font-size:1.35rem;line-height:1.3;font-weight:600;margin:.8rem 0 .7rem}.post-card h3 a{color:var(--text);text-decoration:none}.post-card h3 a:hover{color:var(--accent-ink)}.post-card-body>p{color:var(--text-soft);font-size:.88rem;margin:0 0 1.3rem}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.9rem;border-top:1px solid var(--border);font-size:.76rem}.card-bottom>span{color:var(--text-soft)}.card-bottom a{text-decoration:none;font-weight:700}.card-bottom a span{margin-left:.25rem}.load-more{display:flex;margin:2.2rem auto 0}.empty-state{text-align:center;padding:3rem 1rem;border:1px dashed var(--border);border-radius:var(--radius)}.empty-state p{color:var(--text-soft)}
.destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.destination-card{position:relative;display:block;padding:1.3rem;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;background:var(--surface);color:var(--text-soft);font-size:.78rem;transition:border-color .2s}.destination-card:hover{border-color:var(--accent)}.destination-continent{color:var(--accent-2);font-size:.65rem;text-transform:uppercase;letter-spacing:.12em}.destination-card h3{font:600 1.4rem var(--font-serif);color:var(--text);margin:.6rem 0}.destination-arrow{position:absolute;right:1.2rem;top:1.1rem;color:var(--accent-ink);font-size:1rem}.footer-links{display:flex;gap:1.2rem;font-size:.8rem}.footer-links a{color:var(--text-soft);text-decoration:none}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:.7rem;margin:0 0 2rem;font-size:.8rem;color:var(--text-soft)}.breadcrumbs a{color:var(--text-soft);text-decoration:none}.breadcrumbs a:hover{color:var(--accent-ink)}.article-hero{padding-bottom:2.5rem}.article-hero h1{max-width:24ch;font-size:clamp(2rem,4.5vw,3.2rem)}.article-byline{display:flex;flex-wrap:wrap;gap:.4rem .75rem;color:var(--text-soft);font-size:.82rem;margin-top:1.5rem}.article-cover{margin:0 auto}.article-cover .card-picture{aspect-ratio:2.6;border-radius:var(--radius)}.article-cover figcaption{text-align:right;font-size:.7rem;margin-top:.4rem}.article-cover figcaption a{color:var(--text-soft)}
.reading-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:3.5rem;padding-top:2.7rem;padding-bottom:4rem}.article-sidebar{align-self:start;position:sticky;top:94px;max-height:calc(100vh - 118px);overflow-y:auto;font-size:.82rem}.article-sidebar details{border-left:1px solid var(--border);padding-left:1rem}.article-sidebar summary{font-weight:700;color:var(--accent-ink);cursor:pointer}.article-sidebar ol{list-style:none;padding:0;margin:.8rem 0 0}.article-sidebar li{margin:.6rem 0}.article-sidebar a{color:var(--text-soft);text-decoration:none}.article-sidebar a:hover{color:var(--accent-ink)}.sidebar-back{display:block;margin:1.5rem 0 0 1rem;padding-top:1rem;border-top:1px solid var(--border)}.article-body{min-width:0;max-width:740px;font-size:1.04rem;line-height:1.85;overflow-wrap:anywhere}.article-body>:first-child{margin-top:0}.article-body h2{font-size:1.9rem;line-height:1.3;margin:2.7rem 0 1rem}.article-body h3{font-family:var(--font-serif);font-size:1.4rem;margin:1.8rem 0 .65rem}.article-body p{margin:0 0 1.2rem}.article-body li{margin-bottom:.35rem}.article-body img{max-width:100%;height:auto;border-radius:var(--radius)}.article-body blockquote{margin:1.5rem 0;padding:1rem 1.4rem;border-left:3px solid var(--accent);background:var(--surface);color:var(--text-soft)}.article-body blockquote p:last-child{margin-bottom:0}.table-scroll{overflow-x:auto;margin:1.5rem 0;border:1px solid var(--border);border-radius:10px}.article-body table{border-collapse:collapse;width:100%;font-size:.86rem}.article-body th{background:var(--surface);text-align:left;color:var(--accent-ink)}.article-body th,.article-body td{padding:.7rem .9rem;border-bottom:1px solid var(--border)}.article-body tr:last-child td{border-bottom:none}.article-body hr{border:0;border-top:1px solid var(--border);margin:2rem 0}.article-body pre{overflow-x:auto;background:var(--surface);padding:1rem;border-radius:10px}.article-note{font-size:.8rem;line-height:1.6;color:var(--text-soft);border-top:1px solid var(--border);padding-top:1.2rem;margin-top:2rem}.article-end{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:1000px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-list{gap:1rem}.reading-layout{gap:2rem;grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:700px){.featured{grid-template-columns:1fr}.featured-picture{min-height:0;aspect-ratio:16/9}.catalog-heading{display:block}.filter-fields{grid-template-columns:1fr}.post-grid,.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reading-layout{grid-template-columns:1fr;gap:2rem}.article-sidebar{position:static;max-height:none}.article-sidebar details{padding:1rem;border:1px solid var(--border);border-radius:10px}.article-sidebar ol{columns:2}.article-sidebar li{break-inside:avoid}.sidebar-back{display:none}.article-cover .card-picture{aspect-ratio:16/10}.footer-inner{gap:1.2rem}}
@media(max-width:480px){.post-grid{grid-template-columns:1fr}.destination-grid{gap:.7rem}.destination-card{padding:1rem}.destination-card h3{font-size:1.2rem}.destination-arrow{display:none}.article-sidebar ol{columns:1}.footer-links{flex-wrap:wrap}.post-card h3{font-size:1.5rem}.article-byline{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important}}
@media(max-width:800px){html:not(.js) .nav-toggle{display:none}html:not(.js) .header-inner{height:auto;flex-wrap:wrap;padding-block:1rem;gap:1rem}html:not(.js) .nav-list{position:static;display:flex;border:0;padding:0}html:not(.js) .site-header{position:relative}}
