/*
Theme Name: Passion Parapente
Theme URI: https://la-plagne-parapente.fr/
Author: Stéphane Drouin
Author URI: https://la-plagne-parapente.fr/
Description: Thème WordPress administrable pour Passion Parapente à La Plagne. Gestion des tarifs, pilotes, lieux de départ, coordonnées, contenus et informations de contact depuis l’administration.
Version: 2.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: passion-parapente
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/


:root{--ink:#083e4b;--teal:#0c8e94;--teal2:#066d73;--orange:#f28a3c;--sky:#e7f7fa;--cream:#fff8ef;--white:#fff;--muted:#58727a;--line:#d5e7e9;--shadow:0 18px 50px rgba(5,62,75,.12);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff}body.menu-open{overflow:hidden}a{color:inherit;text-underline-offset:3px}.container{width:min(var(--max),calc(100% - 38px));margin:auto}.skip{position:fixed;top:-80px;left:15px;background:#fff;padding:10px 14px;z-index:999}.skip:focus{top:15px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,62,75,.1);box-shadow:0 7px 24px rgba(8,62,75,.05)}.header-inner{width:min(1280px,calc(100% - 36px));min-height:86px;margin:auto;display:flex;align-items:center;gap:20px}.brand,.custom-logo-link{flex:0 0 auto;display:block}.brand img,.custom-logo-link img{width:72px;height:72px;object-fit:contain;display:block;border-radius:50%;background:#fff;box-shadow:0 7px 22px rgba(8,62,75,.14)}.nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:2px;padding:4px;border:0;border-radius:16px;background:transparent}.nav a{text-decoration:none;font-weight:800;font-size:.82rem;white-space:nowrap;padding:10px 10px;border-radius:11px;color:var(--ink)}.nav a:hover,.nav a.active{background:var(--sky);color:var(--teal2)}.menu{display:none;margin-left:auto;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:10px 15px;font-weight:900}
.hero{min-height:610px;display:grid;align-items:center;background-position:center 43%;background-size:cover;background-repeat:no-repeat}.hero-copy{max-width:700px;padding:105px 0 125px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:900;font-size:.74rem;color:var(--teal);margin:0 0 9px}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.03em}.hero h1{max-width:680px;font-size:clamp(3.25rem,6vw,5.55rem);line-height:.94;margin:.12em 0 .28em;color:#fff;text-wrap:balance}.lead{font-size:1.15rem;color:var(--muted)}.hero .eyebrow{color:#9ee5e9}.hero .lead{max-width:620px;color:rgba(255,255,255,.88);font-size:1.18rem}.buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 20px;border-radius:14px;border:1px solid transparent;text-decoration:none;font-weight:900;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--teal2);color:#fff}.btn-outline{border-color:var(--teal2);background:rgba(255,255,255,.78);color:var(--teal2)}.hero .btn-primary{background:#fff;color:var(--ink);box-shadow:0 10px 28px rgba(0,0,0,.15)}.hero .btn-outline{border-color:rgba(255,255,255,.82);background:rgba(4,44,55,.22);color:#fff}.hero .btn-call{box-shadow:0 10px 28px rgba(0,0,0,.14)}
.section{padding:86px 0}.soft{background:linear-gradient(#fff,var(--sky))}.cream{background:var(--cream)}.section-head{text-align:center;max-width:760px;margin:0 auto 38px}.section-head h2,.page-hero h1{font-size:clamp(2.5rem,5vw,4.7rem);line-height:1;margin:.1em 0 .25em}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-42px;position:relative;z-index:3}.feature,.card,.departure-card,.contact-box,.legal-content{background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.feature{padding:24px}.feature b{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--sky);color:var(--teal2);margin-bottom:13px}.feature h2{font-size:1.25rem;margin:.1em 0}.feature p,.card p,.departure-card p,.muted{color:var(--muted)}
.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:28px}.price{font-size:2.3rem;font-weight:950;color:var(--teal2);margin:5px 0}.card ul{list-style:none;padding:0}.card li{padding:7px 0 7px 25px;position:relative;border-bottom:1px solid var(--line)}.card li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:900}.card.highlight{background:linear-gradient(#fff,#fff0e3);border-color:#efb58e}.card.highlight .price{color:var(--orange)}
.page-hero{padding:92px 0;background:linear-gradient(rgba(235,249,251,.9),rgba(235,249,251,.9)),url('assets/images/hero.jpg') center/cover}.page-hero p{max-width:760px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.step{padding:26px;border-top:4px solid var(--orange);background:#fff;box-shadow:0 8px 28px rgba(8,62,75,.07)}.step strong{color:var(--orange)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info{padding:25px;background:#fff;border:1px solid var(--line);border-radius:20px}.info h2{font-size:1.5rem}.contact-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-box{padding:32px}.form{display:grid;gap:14px}.form label{font-weight:800}.form input,.form textarea{width:100%;padding:12px 13px;border:1px solid #bdd3d7;border-radius:12px}.form textarea{min-height:150px}.form-note{font-size:.85rem;color:var(--muted)}.contact-alert{margin:22px 0;padding:18px 20px;border-left:5px solid var(--orange);border-radius:14px;background:#fff2e7;color:var(--ink)}.contact-alert strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.18rem;margin-bottom:5px}.contact-alert p{margin:0;color:var(--muted)}.contact-alert a{color:var(--teal2);font-weight:900}
.departure-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.departure-card{overflow:hidden}.departure-photo{min-height:260px;display:grid;place-items:center;background:linear-gradient(145deg,var(--sky),#fff0e3);background-size:cover;background-position:center}.photo-placeholder{text-align:center;padding:24px}.photo-placeholder strong{display:block;font-family:Georgia,serif;font-size:1.55rem}.photo-placeholder span{font-size:.84rem;color:var(--muted)}.departure-body{padding:28px}.departure-body h2{font-size:2rem;margin:.1em 0}.departure-data{margin:20px 0}.departure-data div{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.departure-data dt{font-weight:900}.departure-data dd{margin:0;color:var(--muted)}mark{background:#fff0a7;padding:2px 5px;border-radius:4px}.disabled{opacity:.68;cursor:not-allowed}.instructions{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.instructions code{background:var(--sky);padding:2px 5px;border-radius:4px;overflow-wrap:anywhere}
.comments{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.legal-layout{display:grid;grid-template-columns:280px 1fr;gap:38px}.legal-warning{position:sticky;top:105px;background:#fff3ce;border:1px solid #e6c46c;border-radius:18px;padding:22px}.legal-content{padding:34px}.legal-content section{padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--line)}
footer{background:#064c59;color:#dff5f6;padding:55px 0 20px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:40px}.footer-logo{width:175px;height:175px;object-fit:contain;display:block;border-radius:50%;background:#fff;padding:4px;box-shadow:0 12px 32px rgba(0,0,0,.18)}footer a{color:#fff;text-decoration:none}.footer-links{display:grid;gap:7px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;color:#aad3d7;font-size:.82rem}
@media(max-width:1000px){.features{grid-template-columns:1fr 1fr}.prices{grid-template-columns:1fr 1fr}.prices .card:last-child{grid-column:1/-1}.nav a{padding-inline:9px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.photo-grid{grid-template-columns:1fr}.photo-card img{height:240px}.brand img{width:68px;height:68px}.menu{display:block}.nav{display:none;position:fixed;top:86px;left:0;right:0;height:calc(100dvh - 86px);border:0;border-radius:0;padding:20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{font-size:1.05rem;padding:15px 7px;border-bottom:1px solid var(--line)}.hero{background-position:63% center}.hero-copy{padding:70px 0 145px;max-width:460px}.hero h1{font-size:clamp(3.4rem,16vw,5rem)}.features{grid-template-columns:1fr;margin-top:-110px}.prices,.grid2,.info-grid,.contact-panel,.departure-grid,.instructions,.comments,.legal-layout{grid-template-columns:1fr}.prices .card:last-child{grid-column:auto}.legal-warning{position:static}.section{padding:68px 0}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.departure-data div{grid-template-columns:1fr;gap:3px}}
@media(max-width:460px){.container{width:min(var(--max),calc(100% - 26px))}.brand img{width:62px;height:62px}.hero h1{font-size:3.5rem}.buttons{flex-direction:column}.btn{width:100%}.feature,.card,.departure-body,.contact-box,.legal-content{padding:23px}}

.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.photo-grid.compact{margin-top:0}.photo-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;box-shadow:var(--shadow)}.photo-card img{display:block;width:100%;height:280px;object-fit:cover}.photo-card figcaption{padding:16px 18px;color:var(--muted);font-size:.95rem}.departure-photo.has-image{background-image:none}

/* Informations pratiques de la page tarifs */
.price-extra{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.price-extra .price{flex:0 0 auto;margin:0}.takeoff-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.practical-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.practical-card{padding:26px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 10px 34px rgba(8,62,75,.08)}.practical-card h3{font-size:1.5rem;margin:.2em 0 .45em}.practical-card p{margin:0;color:var(--muted)}.step-number{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--sky);color:var(--teal2);font-weight:950}.useful-list{list-style:none;padding:0;margin:0}.useful-list li{position:relative;padding:10px 0 10px 28px;border-bottom:1px solid var(--line);color:var(--muted)}.useful-list li:last-child{border-bottom:0}.useful-list li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:950}.info-practical-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}.practical-notice{padding:30px}.contact-strip{padding:58px 0;background:var(--cream)}.contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}.contact-strip h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:.15em 0}.contact-strip p{max-width:720px;color:var(--muted)}
@media(max-width:1000px){.takeoff-steps{grid-template-columns:repeat(2,1fr)}.practical-grid{grid-template-columns:1fr 1fr}.practical-grid .practical-card:last-child{grid-column:1/-1}}
@media(max-width:760px){.takeoff-steps,.practical-grid,.info-practical-layout{grid-template-columns:1fr}.practical-grid .practical-card:last-child{grid-column:auto}.price-extra,.contact-strip-inner{align-items:stretch;flex-direction:column}.price-extra .price{align-self:flex-start}.contact-strip-inner .buttons{width:100%}}

.media-option{margin-top:24px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.practical-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.practical-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:28px;box-shadow:var(--shadow)}.practical-card h3{font-size:1.55rem;margin:.05em 0 .55em}.practical-card ul{padding-left:20px}.practical-card li{margin:8px 0}.small-note{font-size:.9rem;color:var(--muted)}.useful-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.useful-list{display:grid;gap:16px}.useful-list article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.useful-list h3{margin:.05em 0 .25em}.useful-list p{margin:0;color:var(--muted)}.wide-alert{max-width:900px;margin:auto}

@media(max-width:1000px){.process-grid{grid-template-columns:1fr 1fr}.practical-grid{grid-template-columns:1fr 1fr}.practical-grid .practical-card:last-child{grid-column:1/-1}}
@media(max-width:760px){.process-grid,.practical-grid,.useful-layout{grid-template-columns:1fr}.practical-grid .practical-card:last-child{grid-column:auto}}

.legal-identity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}.legal-identity p{margin:0;padding:13px 0;border-bottom:1px solid var(--line)}.legal-identity strong{color:var(--ink)}.contact-legal{margin:20px 0;padding:17px 19px;border:1px solid var(--line);border-radius:15px;background:var(--sky)}.contact-legal>strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.12rem}.contact-legal p{margin:7px 0;color:var(--muted);font-size:.92rem}.contact-legal a{font-weight:900;color:var(--teal2)}.footer-legal{text-align:right}

@media(max-width:760px){.legal-identity{grid-template-columns:1fr}.footer-legal{text-align:left}}


/* Page À propos */
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.about-photo{margin:0;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);min-height:480px}.about-photo img{display:block;width:100%;height:100%;min-height:480px;object-fit:cover}.about-copy h2,.about-wide h2,.about-cta h2,.about-home h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05;margin:.15em 0 .4em}.about-copy p{color:var(--muted)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.value-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.value-card span{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--sky);color:var(--teal2);font-weight:950}.value-card h3{font-size:1.65rem;margin:.55em 0 .25em}.value-card p{margin:0;color:var(--muted)}.about-wide{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}.about-points{display:grid;gap:16px}.about-points article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:19px}.about-points h3{margin:.05em 0 .25em;font-size:1.35rem}.about-points p{margin:0;color:var(--muted)}.about-cta,.about-home{display:flex;align-items:center;justify-content:space-between;gap:36px}.about-cta{padding:38px;border:1px solid var(--line);border-radius:25px;background:linear-gradient(135deg,var(--sky),#fff)}.about-cta p,.about-home p{max-width:740px;color:var(--muted)}
@media(max-width:1000px){.values-grid{grid-template-columns:1fr 1fr}.values-grid .value-card:last-child{grid-column:1/-1}.about-layout,.about-wide{grid-template-columns:1fr}.about-photo,.about-photo img{min-height:390px}}
@media(max-width:760px){.values-grid{grid-template-columns:1fr}.values-grid .value-card:last-child{grid-column:auto}.about-cta,.about-home{align-items:stretch;flex-direction:column}.about-photo,.about-photo img{min-height:310px}}


/* Équipe */
.team-section{background:#fff}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.team-card{display:grid;grid-template-columns:130px 1fr;gap:24px;align-items:start;padding:30px;background:linear-gradient(145deg,#fff,var(--sky));border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow)}.team-portrait{width:130px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,var(--teal2),var(--teal));border:5px solid #fff;box-shadow:0 12px 30px rgba(8,62,75,.18)}.team-portrait span{font-family:Georgia,"Times New Roman",serif;font-size:3.5rem;font-weight:900;color:#fff}.team-copy h3{font-size:2rem;margin:.05em 0 .35em}.team-copy p:not(.eyebrow){margin:.55em 0;color:var(--muted)}.team-note{text-align:center;margin:24px 0 0;color:var(--muted);font-size:.92rem}
@media(max-width:1000px){.team-grid{grid-template-columns:1fr}}
@media(max-width:600px){.team-card{grid-template-columns:1fr;text-align:center}.team-portrait{width:112px;margin:auto}.team-copy .eyebrow{text-align:center}}

.team-card-featured{grid-column:span 1}.team-facts{margin:18px 0;padding:0;list-style:none;display:grid;gap:8px}.team-facts li{position:relative;padding:8px 12px 8px 34px;border-radius:12px;background:rgba(255,255,255,.72);color:var(--muted)}.team-facts li:before{content:'✓';position:absolute;left:12px;color:var(--teal2);font-weight:900}.team-facts strong{color:var(--ink)}

.contact-box > :last-child{margin-bottom:0}


/* Intégration WordPress */
.admin-bar header{top:32px}.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}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;display:block;top:10px;left:10px;padding:12px 16px;background:#fff;color:var(--ink);z-index:100000}.custom-logo-link{display:block;line-height:0}.custom-logo{width:76px!important;height:76px!important;object-fit:cover;border-radius:50%;background:#fff;padding:3px;box-shadow:0 8px 22px rgba(8,62,75,.14)}.brand-text{text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;font-weight:900}.entry-content>*:first-child{margin-top:0}.entry-content img{max-width:100%;height:auto}.entry-content .alignwide{width:min(1180px,calc(100vw - 38px));max-width:none;margin-left:50%;transform:translateX(-50%)}.entry-content .alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}.wp-block-image img{border-radius:20px}.wp-block-button__link{border-radius:14px;background:var(--teal2);font-weight:900}.page-editor-content{padding:68px 0}.page-editor-content .entry-content{max-width:900px;margin:auto}.notice-admin-edit{font-size:.8rem;color:var(--muted);text-align:center;margin-top:20px}.empty-content{padding:28px;border:1px dashed var(--line);border-radius:18px;background:var(--sky)}
/* Contenus administrables */
.pp-section{padding:86px 0}.pp-section.soft{background:linear-gradient(#fff,var(--sky))}.pp-section.cream{background:var(--cream)}.pp-section-head{text-align:center;max-width:780px;margin:0 auto 38px}.pp-section-head h2{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1;margin:.1em 0 .25em}.pp-formulas{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pp-formula{background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow);padding:28px}.pp-formula.featured{background:linear-gradient(#fff,#fff0e3);border-color:#efb58e}.pp-formula h3{font-size:1.65rem;margin:.1em 0}.pp-formula .price{font-size:2.3rem;font-weight:950;color:var(--teal2);margin:5px 0}.pp-formula.featured .price{color:var(--orange)}.pp-formula-meta{display:grid;gap:7px;margin:16px 0}.pp-formula-meta span{display:block;padding:7px 0;border-bottom:1px solid var(--line);color:var(--muted)}.pp-formula-content ul{list-style:none;padding:0}.pp-formula-content li{padding:7px 0 7px 25px;position:relative;border-bottom:1px solid var(--line)}.pp-formula-content li:before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:900}.pp-pilots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.pp-pilot{display:grid;grid-template-columns:150px 1fr;gap:24px;align-items:start;padding:30px;background:linear-gradient(145deg,#fff,var(--sky));border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow)}.pp-pilot-photo{width:150px;aspect-ratio:1;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,var(--teal2),var(--teal));display:grid;place-items:center;border:5px solid #fff;box-shadow:0 12px 30px rgba(8,62,75,.18)}.pp-pilot-photo img{width:100%;height:100%;object-fit:cover}.pp-pilot-photo span{font-family:Georgia,"Times New Roman",serif;font-size:3.5rem;color:#fff;font-weight:900}.pp-pilot h3{font-size:2rem;margin:.05em 0 .35em}.pp-pilot-role{color:var(--teal);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.pp-facts{list-style:none;padding:0;margin:16px 0;display:grid;gap:8px}.pp-facts li{padding:8px 12px 8px 34px;border-radius:12px;background:rgba(255,255,255,.74);position:relative;color:var(--muted)}.pp-facts li:before{content:'✓';position:absolute;left:12px;color:var(--teal2);font-weight:900}.pp-departures{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.pp-departure{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.pp-departure-image{height:280px;background:linear-gradient(145deg,var(--sky),#fff0e3);display:grid;place-items:center;overflow:hidden}.pp-departure-image img{width:100%;height:100%;object-fit:cover}.pp-departure-body{padding:28px}.pp-departure-body h3{font-size:2rem;margin:.1em 0}.pp-data{margin:20px 0}.pp-data div{display:grid;grid-template-columns:130px 1fr;gap:10px;padding:9px 0;border-top:1px solid var(--line)}.pp-data dt{font-weight:900}.pp-data dd{margin:0;color:var(--muted);white-space:pre-line}.pp-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pp-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:23px;overflow:hidden;box-shadow:var(--shadow)}.pp-gallery img{display:block;width:100%;height:280px;object-fit:cover}.pp-gallery figcaption{padding:16px 18px;color:var(--muted);font-size:.95rem}.pp-contact-form{display:grid;gap:14px}.pp-contact-form label{font-weight:800}.pp-contact-form input,.pp-contact-form textarea{width:100%;padding:12px 13px;border:1px solid #bdd3d7;border-radius:12px;font:inherit}.pp-contact-form textarea{min-height:160px}.pp-form-status{padding:14px 16px;border-radius:12px}.pp-form-status.success{background:#e9f8ef;color:#24643c}.pp-form-status.error{background:#fff0e8;color:#8a3d20}.pp-honeypot{position:absolute;left:-9999px}.pp-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.pp-contact-card{padding:32px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.pp-comments-wrap{max-width:850px;margin:auto}.comment-list{list-style:none;padding:0}.comment-body{padding:22px;margin-bottom:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.comment-meta{font-size:.85rem;color:var(--muted)}.comment-form input,.comment-form textarea{width:100%;padding:12px;border:1px solid #bdd3d7;border-radius:12px}.comment-form textarea{min-height:150px}.comment-form .submit{border:0;border-radius:14px;background:var(--teal2);color:#fff;padding:13px 20px;font-weight:900;cursor:pointer}.edit-link{display:inline-block;margin-top:18px;font-size:.85rem}.wp-caption-text,.gallery-caption{font-size:.88rem;color:var(--muted)}.sticky{outline:2px solid var(--orange)}.bypostauthor{border-color:var(--teal)}
@media(max-width:1000px){.pp-formulas{grid-template-columns:1fr 1fr}.pp-pilots{grid-template-columns:1fr}.pp-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:782px){.admin-bar header{top:46px}}
@media(max-width:760px){.custom-logo{width:64px!important;height:64px!important}.pp-formulas,.pp-departures,.pp-gallery,.pp-contact-grid{grid-template-columns:1fr}.pp-pilot{grid-template-columns:1fr;text-align:center}.pp-pilot-photo{margin:auto;width:125px}.pp-data div{grid-template-columns:1fr}.page-editor-content{padding:52px 0}}


/* Page Notre philosophie */
.philo-intro{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.philo-photo{margin:0;min-height:520px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.philo-photo img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.philo-copy h2{font-size:clamp(2.3rem,4.7vw,4.2rem);line-height:1.02;margin:.12em 0 .4em}.philo-copy p:not(.eyebrow){color:var(--muted)}.philo-values{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.philo-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.philo-card span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--sky);color:var(--teal2);font-weight:950}.philo-card h3{font-size:1.5rem;line-height:1.12;margin:.65em 0 .35em}.philo-card p{margin:0;color:var(--muted)}.philo-manifesto{max-width:940px;text-align:center}.philo-manifesto blockquote{margin:18px auto 28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.15;color:var(--ink)}.philo-manifesto>p:last-child{max-width:760px;margin:auto;color:var(--muted);font-size:1.08rem}.philo-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.philo-steps article{padding:30px;border-top:4px solid var(--orange);background:#fff;border-radius:0 0 22px 22px;box-shadow:0 10px 34px rgba(8,62,75,.08)}.philo-steps strong{color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-size:.76rem}.philo-steps h3{font-size:1.7rem;margin:.3em 0}.philo-steps p{margin:0;color:var(--muted)}
@media(max-width:1100px){.philo-values{grid-template-columns:1fr 1fr}.menu{display:block}.nav{display:none;position:fixed;top:96px;left:0;right:0;height:calc(100dvh - 96px);border:0;border-radius:0;padding:20px;flex-direction:column;align-items:stretch;overflow-y:auto}.nav.open{display:flex}.nav a{font-size:1.02rem;padding:14px 8px;border-bottom:1px solid var(--line)}}
@media(max-width:850px){.philo-intro{grid-template-columns:1fr}.philo-photo,.philo-photo img{min-height:390px}.philo-steps{grid-template-columns:1fr}}
@media(max-width:600px){.philo-values{grid-template-columns:1fr}.philo-photo,.philo-photo img{min-height:300px}}


/* Accueil version 1.3 */
.home-flight-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-flight-steps article{padding:24px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 10px 34px rgba(8,62,75,.08)}.home-flight-steps strong{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--sky);color:var(--teal2);font-weight:950}.home-flight-steps h3{font-size:1.35rem;margin:.55em 0 .25em}.home-flight-steps p{margin:0;color:var(--muted)}.home-team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.home-team-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.home-team-card h3{font-size:2rem;margin:.08em 0 .35em}.home-team-card p{color:var(--muted)}.home-team-card strong{color:var(--ink)}.home-practical{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:start}.home-practical-list{display:grid;gap:15px}.home-practical-list article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.home-practical-list h3{margin:.05em 0 .25em}.home-practical-list p{margin:0;color:var(--muted)}.home-final-cta{text-align:center;max-width:900px}.home-final-cta .buttons{justify-content:center}.hero .buttons .btn-call{background:var(--orange);color:#fff;border-color:var(--orange)}
@media(max-width:1100px){.home-flight-steps{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-flight-steps,.home-team-grid,.home-practical{grid-template-columns:1fr}.home-flight-steps article{padding:22px}}


/* Départs enrichis et équipe dans la philosophie — version 1.5 */
.departure-sectors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:30px}.departure-sector{padding:28px;background:#fff;border:1px solid var(--line);border-radius:23px;box-shadow:var(--shadow)}.departure-sector h3{font-size:1.8rem;margin:.1em 0 .35em}.departure-sector p{margin:.45em 0;color:var(--muted)}.departure-sector ul{margin:14px 0 0;padding-left:20px}.departure-sector li{margin:7px 0}.departure-guide{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start}.departure-guide-list{display:grid;gap:15px}.departure-guide-list article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.departure-guide-list h3{margin:.05em 0 .25em}.departure-guide-list p{margin:0;color:var(--muted)}.philo-team{padding-top:90px}.philo-team-note{max-width:800px;margin:18px auto 0;text-align:center;color:var(--muted)}.pp-pilot-photo{position:relative}.pp-pilot-photo span{line-height:1}.pp-pilot-photo:has(span)::after{content:'Photo à ajouter';position:absolute;left:50%;bottom:12px;transform:translateX(-50%);white-space:nowrap;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--teal2);font-size:.68rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.pp-departure-badge{display:inline-flex;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:var(--sky);color:var(--teal2);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.pp-departure-note{margin-top:14px;padding:13px 15px;border-left:4px solid var(--orange);border-radius:10px;background:#fff5ec;color:var(--muted);font-size:.9rem}
@media(max-width:760px){.departure-sectors,.departure-guide{grid-template-columns:1fr}.philo-team{padding-top:64px}}

/* Accueil 2.0 : navigation stable et héros lisible */
@media(max-width:1100px){.header-inner{min-height:82px}.brand img,.custom-logo-link img{width:68px;height:68px}.menu{display:block}.nav{display:none;position:fixed;top:82px;left:0;right:0;height:calc(100dvh - 82px);overflow:auto;margin:0;padding:18px 22px 32px;flex-direction:column;align-items:stretch;justify-content:flex-start;border-radius:0;background:#fff;box-shadow:0 18px 45px rgba(8,62,75,.15)}.nav.open{display:flex}.nav a{font-size:1.02rem;padding:14px 8px;border-bottom:1px solid var(--line);border-radius:0}.hero{background-position:62% 42%}}
@media(min-width:1101px){.nav{display:flex!important}.menu{display:none!important}}
@media(max-width:760px){.hero{min-height:580px;background-position:67% center}.hero-copy{padding:82px 0 118px;max-width:520px}.hero h1{font-size:clamp(3rem,15vw,4.65rem)}.hero .lead{font-size:1.05rem}.features{margin-top:-30px}}

/* Navigation 2.1 : menu complet garanti */
.nav{flex-wrap:nowrap}.nav a{display:inline-flex;align-items:center;justify-content:center}.nav a.current{background:var(--sky);color:var(--teal2)}
@media(min-width:1101px) and (max-width:1240px){.header-inner{width:min(100%,calc(100% - 22px));gap:10px}.nav a{font-size:.76rem;padding:9px 7px}}
