/* ============================================================
   HK – Feuille de style centralisée (pages éditoriales)
   À charger UNE seule fois site-wide (snippet CSS WPCode).
   Toutes les pages utilisent ces classes .hk-* (perf : plus de
   styles inline ni de <style> répétés dans chaque page).
   ============================================================ */

/* ---- Base : police Poppins sur tout le contenu éditorial ---- */
.hk-page{font-family:'Poppins',sans-serif;}
.hk-page h1,.hk-page h2,.hk-page h3,.hk-page p,.hk-page a,.hk-page div,.hk-page span,.hk-page strong{font-family:'Poppins',sans-serif;}

/* ---- HERO ---- */
.hk-hero{max-width:920px;margin:0 auto;text-align:center;padding:60px 24px 26px;}
.hk-hero h1{font-size:33px;line-height:1.2;margin:0 0 16px;color:#0e0e0e;font-weight:800;letter-spacing:-0.5px;}
.hk-hero p{font-size:18px;line-height:1.6;color:#777;max-width:720px;margin:0 auto;}
.hk-hero strong{color:#0e0e0e;font-weight:bold;}
.hk-herometa{max-width:1040px;margin:0 auto;padding:30px 24px 10px;text-align:center;}

/* ---- Chips / badges ---- */
.hk-chips{display:flex;flex-wrap:wrap;gap:10px;}
.hk-chips--center{justify-content:center;}
.hk-chips--mt{margin-top:24px;}
.hk-chip{display:inline-block;font-size:13px;font-weight:600;letter-spacing:.3px;color:#222;background:#f1f1f1;border:1px solid #e2e2e2;border-radius:30px;padding:10px 18px;}

/* ---- Boutons ---- */
.hk-cta-block{margin:28px 0 0;}
.hk-btn{display:inline-block;background:#111;color:#fff;text-decoration:none;padding:15px 32px;border-radius:8px;font-size:12.5px;letter-spacing:1.2px;text-transform:uppercase;font-weight:600;margin:6px;}
.hk-btn--outline{background:transparent;border:1px solid #111;color:#111;padding:14px 31px;}
.hk-btn--light{background:#fff;color:#111;padding:16px 38px;font-size:13px;font-weight:bold;margin:0;}
.hk-btn-note{font-size:12.5px;color:#999;margin-top:16px;letter-spacing:.3px;}
.hk-btnrow{margin-top:24px;}

/* ---- Conteneur d'article + sections ---- */
.hk-article{max-width:1040px;margin:0 auto;padding:0 24px;}
.hk-sec{padding:60px 0;border-top:1px solid #eee;}
.hk-sec--first{padding:56px 0 0;}            /* 1re section : pas de bordure haute */
.hk-sec--gap{margin-top:56px;}               /* espace supp. après la carte studio */

/* ---- Têtes de section ---- */
.hk-eyebrow{font-size:12px;font-weight:bold;letter-spacing:2.5px;text-transform:uppercase;color:#9a9a9a;margin:0 0 10px;}
.hk-h2{font-size:30px;font-weight:800;letter-spacing:-0.5px;line-height:1.18;color:#0e0e0e;margin:0 0 12px;text-transform:none;}
.hk-lead{font-size:15.5px;line-height:1.7;color:#8a8a8a;max-width:720px;margin:0 0 4px;}

/* ---- Carte "Le studio" (intro encadrée) ---- */
.hk-studio-card{max-width:1000px;margin:30px auto;background:#fff;border:1px solid #ececec;border-radius:24px;padding:46px 52px;box-shadow:0 16px 44px rgba(0,0,0,.06);box-sizing:border-box;}
@media(max-width:600px){.hk-studio-card{padding:30px 22px;border-radius:18px;margin:20px auto;}}

/* ---- Grille de cartes ---- */
.hk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-top:26px;}
.hk-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.hk-card{background:#f7f7f7;border:1px solid #e6e6e6;border-radius:12px;padding:26px;}
.hk-card-t{font-size:17px;font-weight:bold;color:#111;margin:0 0 8px;}
.hk-card-p{font-size:14px;line-height:1.65;color:#666;margin:0;}
.hk-card-p--mb{margin-bottom:14px;}

/* ---- Étapes numérotées ---- */
.hk-step-num{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#111;color:#fff;font-weight:bold;font-size:18px;margin:0 0 16px;}

/* ---- Liste équipements ---- */
.hk-eqp{background:#f7f7f7;border:1px solid #e6e6e6;border-radius:12px;padding:26px;margin-top:24px;}
.hk-eqp-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0 40px;}
.hk-eqp-item{padding:11px 0;border-bottom:1px solid #e6e6e6;color:#444;font-size:14.5px;}

/* ---- Liens soulignés ---- */
.hk-link{color:#111;text-decoration:underline;font-size:14.5px;}
.hk-linkrow{margin-top:18px;}

/* ---- Services compl. (prix) ---- */
.hk-price{font-size:24px;font-weight:800;color:#111;}
.hk-price small{font-size:13px;color:#999;font-weight:400;}

/* ---- Tableau tarifs ---- */
.hkpl-wrap{border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;margin-top:24px;}
.hkpl{max-width:1000px;margin:0 auto;border:1px solid #ececec;border-radius:16px;overflow:hidden;}
.hkpl-head{display:grid;grid-template-columns:1.5fr 1fr 1fr;background:#0e0e0e;color:#fff;padding:17px 26px;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;}
.hkpl-head span:not(:first-child){text-align:right;}
.hkpl-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;align-items:center;padding:17px 26px;border-top:1px solid #f0f0f0;font-size:16px;color:#333;}
.hkpl-row .d{font-weight:600;color:#0e0e0e;}
.hkpl-row span:not(.d){text-align:right;}
.hkpl-row.hl{background:#f5f5f5;font-weight:700;}
.hkpl-row.hl .d{font-weight:800;}
@media(max-width:600px){.hkpl-head,.hkpl-row{padding:13px 15px;}.hkpl-head{font-size:10px;letter-spacing:1px;}.hkpl-row{font-size:14px;}}
.hk-note{font-size:13px;color:#aaa;margin:14px 0 0;}

/* ---- Témoignages ---- */
.hk-stars{color:#f5a623;letter-spacing:3px;font-size:14px;margin-bottom:12px;}
.hk-quote{font-size:14.5px;line-height:1.65;color:#333;margin:0 0 14px;}
.hk-author{font-weight:bold;font-size:14px;color:#111;}
.hk-source{font-size:12px;color:#aaa;margin-top:2px;}

/* ---- FAQ (accordéon) ---- */
.hkfaq-sec{background:#f2f2f2;border-radius:24px;margin:30px 0;padding:60px 20px 52px;font-family:'Poppins',sans-serif;}
.hkfaq-wrap{max-width:820px;margin:0 auto;text-align:center;}
.hkfaq-eyebrow{font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#9a9a9a;margin:0 0 14px;}
.hkfaq-title{font-size:30px;font-weight:800;letter-spacing:-0.5px;color:#0e0e0e;margin:0 0 30px;line-height:1.12;text-transform:none;}
.hkfaq{text-align:left;}
.hkfaq details{border:1px solid #e3e3e3;border-radius:14px;margin-bottom:12px;background:#fff;}
.hkfaq summary{list-style:none;cursor:pointer;padding:20px 56px 20px 24px;font-size:16px;font-weight:600;color:#0e0e0e;position:relative;}
.hkfaq summary::-webkit-details-marker{display:none;}
.hkfaq summary::after{content:'+';position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:#9a9a9a;line-height:1;}
.hkfaq details[open] summary::after{content:'\2212';}
.hkfaq-a{padding:0 24px 20px;font-size:15px;line-height:1.65;color:#555;}
@media(max-width:600px){.hkfaq-sec{padding:44px 12px 34px;}.hkfaq-title{font-size:25px;}.hkfaq summary{font-size:15px;padding:16px 46px 16px 18px;}.hkfaq-a{padding:0 18px 16px;font-size:14px;}}

/* ---- Encadré accès ---- */
.hk-accessbox{background:#f7f7f7;border:1px solid #e6e6e6;border-radius:12px;padding:26px;margin-top:24px;}
.hk-accessbox p{font-size:15.5px;line-height:1.85;color:#444;margin:0;}
.hk-accessbox strong{color:#0e0e0e;}
.hk-accessbox a{color:#111;text-decoration:underline;}

/* ---- CTA final foncé ---- */
.hk-ctafinal-wrap{padding:34px 0 74px;}
.hk-ctafinal{background:#111;border-radius:14px;padding:54px 24px;text-align:center;}
.hk-ctafinal h2{font-size:26px;letter-spacing:-0.3px;color:#fff;margin:0 0 20px;font-weight:800;}

/* ---- Anchor nav (barre d'ancres fixe en bas) ---- */
.hk-anchornav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ececec;box-shadow:0 -4px 16px rgba(0,0,0,.08);font-family:'Poppins',sans-serif;z-index:9000;}
.hk-anchornav-inner{max-width:1200px;margin:0 auto;display:flex;gap:4px;justify-content:center;flex-wrap:nowrap;overflow-x:auto;padding:0 14px;}
.hk-anchornav a{display:inline-block;white-space:nowrap;padding:14px 15px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#8a8a8a;text-decoration:none;border-top:2px solid transparent;margin-top:-1px;}
.hk-anchornav a:hover{color:#0e0e0e;}
.hk-anchornav a.active{color:#0e0e0e;border-top-color:#0e0e0e;}
.hk-anchornav-inner::-webkit-scrollbar{display:none;}
@media(max-width:600px){.hk-anchornav a{padding:12px 12px;font-size:11px;letter-spacing:1px;}.hk-anchornav-inner{justify-content:flex-start;}}

/* ============================================================
   AJOUTS PAGE "Le studio en images / présentation"
   (réutilise au maximum les classes ci-dessus ; on n'ajoute
    que ce qui est spécifique à cette page)
   ============================================================ */

/* Intro centrée + carte grise */
.hk-introwrap{max-width:820px;margin:0 auto;text-align:center;padding:0 24px;}
.hk-intro-card{background:#f7f7f7;border:1px solid #e6e6e6;border-radius:12px;padding:20px 26px;margin:0 0 24px;}
.hk-intro-card p{font-size:16.5px;line-height:1.75;color:#666;margin:0;}

/* Variantes de titres (échelle typo unifiée, mêmes couleur/graisse que .hk-h2) */
.hk-h2--intro{font-size:32px;margin:0 0 14px;}            /* titre d'intro de page */
.hk-h2--feat{font-size:26px;letter-spacing:-0.3px;line-height:1.2;margin:0;}  /* sections process numérotées */
.hk-h2--sub{font-size:28px;margin:0 0 8px;}               /* sous-sections (visite, confort, galerie, vidéo) */

/* Utilitaire : alignement à droite (sections process "right") */
.hk-tr{text-align:right;}

/* Sous-sections éditoriales */
.hk-subsec{padding:54px 0 0;}

/* Bloc embed (iframe Street View / Maps) */
.hk-embed{border:1px solid #e6e6e6;border-radius:16px;overflow:hidden;margin-top:24px;}
.hk-embed iframe{border:0;width:100%;height:520px;display:block;}

/* Galerie WPBakery — mobile : 1 colonne pleine largeur */
@media(max-width:768px){.wpb_image_grid ul.wpb_image_grid_ul li{width:100% !important;float:none !important;display:block !important;margin:0 0 14px !important;}.wpb_image_grid ul.wpb_image_grid_ul li img,.wpb_image_grid .wpb_image_grid_image img{width:100% !important;height:auto !important;display:block !important;}}

/* ============================================================
   AJOUTS PAGE "L'équipement / matériel"
   ============================================================ */

/* Layout 2 colonnes des sections process Edge (image | texte).
   Centralisé ici : profite à toutes les pages à process_section. */
.edgtf-process-section{display:table !important;width:100% !important;table-layout:fixed !important;}
.edgtf-process-section .edgtf-process-section-left-holder,.edgtf-process-section .edgtf-process-section-right-holder{width:50% !important;display:table-cell !important;vertical-align:middle !important;}
@media only screen and (max-width:1024px){.edgtf-process-section{display:block !important;width:100% !important;}.edgtf-process-section .edgtf-process-section-left-holder,.edgtf-process-section .edgtf-process-section-right-holder{display:block !important;width:100% !important;}}

/* iframe nue (visite virtuelle dans une section process) */
.hk-frame{border:0;max-width:100%;}

/* Rangée de boutons centrée (CTA en bas de page éditoriale) */
.hk-btns{text-align:center;margin:30px 0;}
/* ===== Page Équipe — cartes membres ===== */
.hk-card--center{text-align:center;}
.hk-avatar{width:108px;height:108px;border-radius:50%;margin:0 auto 16px;overflow:hidden;background:#283d50;box-shadow:0 2px 10px rgba(0,0,0,.12);}
.hk-avatar img{width:100%;height:100%;object-fit:cover;display:block;object-position:center center;}
.hk-avatar--top img{object-position:center 22%;}
.hk-role{color:#3a5068;font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin:0 0 12px;}
.hk-site{display:inline-block;font-size:13px;color:#111;text-decoration:none;border-bottom:1px solid #bbb;padding-bottom:1px;}
.hk-site:hover{border-color:#111;}
/* ============================================================
   Page "Accès / Plan d'accès"
   ============================================================ */
.hk-map{width:100%;height:340px;border:0;border-radius:12px;margin:26px 0 0;display:block;}
.hk-callout{background:#f0f3f6;border-left:3px solid #3a5068;border-radius:8px;padding:14px 18px;margin:24px 0 0;font-size:14px;line-height:1.6;color:#333;}
.hk-callout strong{color:#222;}
.hk-card a:not(.hk-site){color:#3a5068;text-decoration:none;font-weight:600;}
.hk-card a:not(.hk-site):hover{text-decoration:underline;}
/* ============================================================
   Page "Tarifs / location"
   ============================================================ */
.hk-tac{text-align:center;}
.hk-lead--center{margin-left:auto;margin-right:auto;}
.hk-eyebrow--mt{margin-top:30px;}
.hk-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#111;color:#fff;font-size:12px;font-weight:800;margin:0 0 16px;}
.hk-studio-card--accent{border-left:4px solid #0e0e0e;}
/* Section "Fonds" + restyle de l'accordéon Edge (scopé #hk-fonds) */
#hk-fonds{background:#f2f2f2;border-radius:24px;padding:54px 0 48px;margin:24px 0;}
#hk-fonds .edgtf-accordion-holder{margin:28px auto 0 !important;box-sizing:border-box !important;padding:0 40px !important;}
#hk-fonds .edgtf-title-holder{position:relative;max-width:560px;margin:0 auto !important;background:#0e0e0e !important;border:none !important;border-radius:12px !important;padding:0 18px !important;height:60px !important;display:flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;cursor:pointer;}
#hk-fonds .edgtf-title-holder,#hk-fonds .edgtf-title-holder *{color:#fff !important;}
#hk-fonds .edgtf-tab-title{line-height:1 !important;}
#hk-fonds .edgtf-left-mark{display:none !important;}
#hk-fonds .edgtf-right-mark{position:absolute !important;right:22px !important;top:0 !important;height:60px !important;width:auto !important;transform:none !important;margin:0 !important;}
#hk-fonds .edgtf-right-mark .edgtf-accordion-mark-icon,#hk-fonds .edgtf-right-mark .icon_plus,#hk-fonds .edgtf-right-mark .icon_minus-06{line-height:60px !important;height:60px !important;}
.hkfaq summary h3{display:inline;margin:0;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;letter-spacing:inherit;}
@media(max-width:600px){#hk-fonds .edgtf-accordion-holder{padding:0 8px !important;}#hk-fonds .edgtf-title-holder{max-width:100% !important;padding:0 42px 0 14px !important;}#hk-fonds .edgtf-tab-title{font-size:11px !important;letter-spacing:1px !important;}#hk-fonds .edgtf-right-mark{right:16px !important;}}
/* ============================================================
   Page "Formations / cours photo"
   ============================================================ */
.hk-grid--4{grid-template-columns:repeat(4,1fr);}
.hk-grid--3{grid-template-columns:repeat(3,1fr);}
@media(max-width:980px){.hk-grid--4,.hk-grid--3{grid-template-columns:repeat(2,1fr);}}
@media(max-width:600px){.hk-grid--4,.hk-grid--3{grid-template-columns:1fr;}}
.hk-ctafinal p{color:rgba(255,255,255,.6);font-size:14px;line-height:1.6;margin:0 0 24px;}
.hkfaq p:empty,.hk-article p:empty{display:none;}
.hk-fmcard{background:#fff;border:1px solid #ececec;border-radius:22px;box-shadow:0 16px 44px rgba(0,0,0,.05);padding:46px 48px;margin:30px 0 50px;}
.hk-fmnews{background:#f7f7f8;border-radius:22px;padding:46px 48px;margin:60px 0 80px;}
@media(max-width:768px){.hk-fmcard,.hk-fmnews{padding:30px 24px;}}
/* ============================================================
   Page "Membre Premium"
   ============================================================ */
.hk-card--white{background:#fff;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,.04);padding:34px 30px;}
.hk-numo{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1.5px solid #e6e6e6;color:#141414;font-weight:600;font-size:13px;margin:0 0 20px;}
.hk-bigprice{font-size:42px;font-weight:700;color:#141414;line-height:1;letter-spacing:-1px;margin:0 0 6px;}
.hk-bigprice span{font-size:17px;font-weight:500;color:#9a9a9a;letter-spacing:0;}
.hk-figure{max-width:800px;margin:36px auto 6px;}
.hk-figure img{max-width:100%;height:auto;border-radius:16px;display:block;margin:0 auto;}
.hk-figcap{text-align:center;margin:8px 0 0;font-size:14px;color:#777;}
.hk-figcap a{color:#3a5068;text-decoration:none;font-weight:600;}
.hk-figcap a:hover{text-decoration:underline;}
/* ============================================================
   Page "Contact"
   ============================================================ */
.hk-seo-h1{font-size:12px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:2.5px !important;color:#9a9a9a !important;line-height:1.5 !important;margin:0 0 14px !important;}
.hk-contact h2{font-size:28px !important;font-weight:700 !important;text-transform:none !important;letter-spacing:-0.4px !important;color:#141414 !important;line-height:1.25 !important;margin:0 0 16px !important;}
.hk-contact-panel{background:#f5f6f7;border-radius:24px;padding:54px 50px;margin-bottom:34px;}
.hk-contact-card{background:#fff;border:1px solid #ececec;border-radius:18px;box-shadow:0 16px 44px rgba(0,0,0,.05);padding:34px 36px;}
.hk-contact-card p{font-size:14px;line-height:1.7;color:#666;margin:0 0 14px;}
.hk-contact-card p:last-child{margin-bottom:0;}
.hk-contact-card strong{color:#141414;}
.hk-contact-card a{color:#666;text-decoration:none;}
.hk-contact-card a:hover{color:#141414;}
.hk-contact-formwrap{background:#fff;border:1px solid #ececec;border-radius:22px;box-shadow:0 24px 64px rgba(0,0,0,.12);padding:44px;margin-top:-10px;}
@media(max-width:1024px){.hk-contact-formwrap{margin-top:0;}.hk-contact-formwrap .vc_empty_space{height:24px !important;}}
@media(max-width:768px){.hk-contact-panel{padding:32px 22px;}.hk-contact-formwrap{padding:30px 24px;}}
.hkco{margin-top:20px;font-family:'Poppins',sans-serif;}
.hkco-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;}
.hkco-ic{width:15px;height:15px;flex:0 0 15px;margin-top:3px;}
.hkco-item>div{font-size:14px;color:#666;line-height:1.6;}
.hkco-item a{color:#666;text-decoration:none;}
.hkco-item a:hover{color:#141414;}
.hkco-sub{color:#9a9a9a;font-size:12.5px;}
.hk-contact .wpcf7-form input.wpcf7-text,.hk-contact .wpcf7-form input[type=email],.hk-contact .wpcf7-form select,.hk-contact .wpcf7-form textarea{background:#f7f7f8 !important;border:1px solid #e6e6e6 !important;border-radius:10px !important;padding:14px 16px !important;font-family:'Poppins',sans-serif !important;font-size:14px !important;color:#333 !important;box-shadow:none !important;width:100% !important;box-sizing:border-box !important;}
.hk-contact .wpcf7-form input.wpcf7-text:focus,.hk-contact .wpcf7-form input[type=email]:focus,.hk-contact .wpcf7-form select:focus,.hk-contact .wpcf7-form textarea:focus{border-color:#141414 !important;background:#fff !important;outline:none !important;}
.hk-contact .wpcf7-form textarea{min-height:150px !important;}
.hk-contact .wpcf7-form input.wpcf7-submit{background:#141414 !important;color:#fff !important;border:none !important;border-radius:8px !important;font-family:'Poppins',sans-serif !important;font-size:12px !important;font-weight:600 !important;letter-spacing:1.5px !important;text-transform:uppercase !important;padding:16px 40px !important;cursor:pointer !important;width:auto !important;transition:opacity .2s;}
.hk-contact .wpcf7-form input.wpcf7-submit:hover{opacity:.85 !important;}
.hk-contact .wpcf7-form,.hk-contact .wpcf7-form p,.hk-contact .wpcf7-form label{text-align:left !important;}
.edgtf-google-map-holder{border-radius:22px !important;overflow:hidden !important;box-shadow:0 16px 44px rgba(0,0,0,.06) !important;}
/* ============================================================
   Page produit "Réservation" (#17836) — description courte
   ============================================================ */
.hkresa{max-width:780px;margin:0 auto;}
.hkresa>*+*{margin-top:16px;}
.hkresa-hero{background:#0e0e0e;color:#fff;border-radius:16px;padding:32px 30px;}
.hkresa-hero .hk-eyebrow{color:#b8b8b8;}
.hkresa-hero h2{color:#fff;font-size:23px;font-weight:800;line-height:1.25;letter-spacing:-.3px;text-transform:none;margin:10px 0 12px;}
.hkresa-hero p{margin:0;font-size:15px;line-height:1.65;color:#d8d8d8;}
.hkmaj{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:14px;padding:24px 26px;}
.hkmaj .hk-eyebrow{display:block;color:#0e0e0e;margin-bottom:14px;}
.hkmaj-row{display:flex;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #e4e4e4;font-size:14.5px;}
.hkmaj-row:last-child{border-bottom:0;}
.hkmaj-row strong{white-space:nowrap;}
/* Tarifs (page-id 11653) : masque la description courte du produit embarqué
   — intro/horaires/tarifs/CTA sont déjà affichés dans la section éditoriale au-dessus */
body.page-id-11653 .woocommerce-product-details__short-description{display:none;}
.hkpl--solo .hkpl-head,.hkpl--solo .hkpl-row{grid-template-columns:1fr auto;}
/* Tableau prix une seule colonne */
.hkpl--solo .hkpl-head,.hkpl--solo .hkpl-row{grid-template-columns:1fr auto;}

/* Section "Nos tarifs" : deux cartes — tableau élargi */
.hk-tarifs2{grid-template-columns:2fr 3fr;align-items:start;}
.hk-tarifs2 .hk-card{display:flex;flex-direction:column;justify-content:center;}
.hk-tarifs2 .hk-card .hk-chips{margin:16px 0 14px;}
.hk-tarifs2 .hk-card .hk-note{margin:0;}
.hk-tarifs2 .hkpl{margin:0;}
@media(max-width:782px){.hk-tarifs2{grid-template-columns:1fr;}}
body.page-id-11653 .product_meta{display:none;}
body.single-product.postid-17836 .product_meta{display:none;}
/* ─── Maillage interne : liens contextuels de clôture ─── */
.hk-crosslinks{
  max-width: 720px;
  margin: 2.5rem auto 1rem;
  padding: 1.25rem 1.25rem 0;
  border-top: 1px solid rgba(0,0,0,.12);
  font-size: .95rem;
  line-height: 1.65;
  color: #555;
  text-align: center;
}
.hk-crosslinks a{
  color: #111;                 /* ← remplace par ta couleur d'accent HK si tu en as une */
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.35);
  padding-bottom: 1px;
  transition: border-color .2s ease, color .2s ease;
}
.hk-crosslinks a:hover{
  color: #000;
  border-bottom-color: #000;
}
