/* Holicare Header Front */
:root{--hch-deep:#173F50;--hch-deep-2:#123441;--hch-green:#2D6B62;--hch-text:#173F50;--hch-soft:#758388}
.hch-wrap,.hch-wrap *{box-sizing:border-box}
.hch-header{position:absolute;top:0;left:0;width:100%;z-index:99990;color:#fff}
.hch-header::before{content:"";position:absolute;inset:0 0 -60px 0;z-index:-1;pointer-events:none;background:linear-gradient(to bottom,rgba(8,27,34,.58) 0%,rgba(8,27,34,.26) 55%,rgba(8,27,34,0) 100%)}
.hch-header-inner{max-width:1500px;margin:0 auto;padding:28px 42px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}
.hch-nav-left,.hch-nav-right{display:flex;align-items:center;gap:31px}.hch-nav-right{justify-content:flex-end}
.hch-nav-link,.hch-products-trigger{position:relative;display:inline-flex;align-items:center;padding:9px 0;border:0;background:none;color:rgba(255,255,255,.9);text-decoration:none;font:inherit;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;cursor:pointer}
.hch-nav-link::after,.hch-products-trigger::after{content:"";position:absolute;left:0;bottom:3px;width:0;height:1px;background:#fff;transition:width .24s ease}.hch-nav-link:hover::after,.hch-products-trigger:hover::after{width:100%}
.hch-logo{min-width:230px;display:flex;justify-content:center;align-items:center;color:#fff;text-decoration:none;text-align:center}.hch-logo img{display:block;max-width:210px;max-height:80px;width:auto;height:auto}.hch-logo-fallback{display:flex;flex-direction:column;align-items:center;gap:5px}.hch-logo-symbol{font-size:24px}.hch-logo-word{font-size:18px;letter-spacing:.23em;font-weight:500}
.hch-mobile-menu-btn{display:none}
.hch-backdrop{position:fixed;inset:0;z-index:99998;background:rgba(9,28,35,.42);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s}.hch-backdrop.is-open{opacity:1;visibility:visible}
.hch-drawer{position:fixed;top:0;right:0;width:min(88vw,1450px);height:100dvh;z-index:99999;background:#fff;color:var(--hch-text);transform:translateX(101%);visibility:hidden;box-shadow:-25px 0 60px rgba(15,45,55,.20);transition:transform .48s cubic-bezier(.22,.75,.25,1),visibility .48s}.hch-drawer.is-open{transform:translateX(0);visibility:visible}
.hch-drawer-header{height:86px;padding:0 38px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E4EAEC}.hch-drawer-brand{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.hch-drawer-close{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid #D8E0E2;border-radius:999px;background:transparent;color:var(--hch-text);font-family:inherit;font-size:11px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.hch-drawer-layout{height:calc(100dvh - 86px);display:grid;grid-template-columns:minmax(440px,40%) 1fr}.hch-drawer-left{min-height:0;padding:34px 42px 28px;display:flex;flex-direction:column}.hch-mobile-primary{display:none}.hch-drawer-eyebrow{margin-bottom:14px;color:#7E8C90;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}
.hch-product-list{display:flex;flex-direction:column}.hch-product-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:15px 0;border-top:1px solid #E6EBEC;color:var(--hch-text);text-decoration:none;transition:padding-left .2s ease}.hch-product-item:first-child{border-top:0}.hch-product-item:hover,.hch-product-item.is-active{padding-left:8px}.hch-product-number{font-size:10px;color:#8AA0A7}.hch-product-name{display:block;margin-bottom:4px;font-size:clamp(20px,1.65vw,27px);font-weight:400;line-height:1.05;transition:color .2s}.hch-product-description{display:block;font-size:11px;color:var(--hch-soft)}.hch-product-arrow{font-size:20px;color:#8CA0A7}.hch-product-item:hover .hch-product-name,.hch-product-item.is-active .hch-product-name{color:var(--hch-green)}
.hch-secondary-links{margin-top:14px;padding-top:14px;border-top:1px solid #E6EBEC;display:grid;gap:8px}.hch-secondary-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;color:#5D7077;text-decoration:none;font-size:11px}.hch-secondary-links a:hover{color:var(--hch-green)}
.hch-advisor{margin-top:auto;padding:18px 20px;background:#F0F5F4;border-left:2px solid var(--hch-green)}.hch-advisor-eyebrow{display:block;margin-bottom:6px;color:var(--hch-green);font-size:9px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.hch-advisor p{max-width:390px;margin:0 0 12px;color:#52656C;font-size:12px;line-height:1.5}.hch-advisor a{display:inline-flex;align-items:center;gap:10px;color:var(--hch-text);text-decoration:none;font-size:12px;font-weight:600}.hch-advisor a span{color:var(--hch-green)}
.hch-drawer-media{position:relative;overflow:hidden;background:var(--hch-deep-2)}.hch-product-image{position:absolute;inset:0;opacity:0;background-repeat:no-repeat;background-size:cover;background-position:center;transform:scale(1.015);transition:opacity .4s ease,transform 1.2s ease}.hch-product-image.is-active{opacity:1;transform:scale(1)}.hch-media-overlay{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(23,63,80,.16) 0%,transparent 36%),linear-gradient(0deg,rgba(10,35,44,.56) 0%,rgba(10,35,44,0) 44%)}.hch-media-copy{position:absolute;z-index:3;left:34px;bottom:30px;color:#fff}.hch-media-copy span{display:block;margin-bottom:6px;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.58)}.hch-media-copy strong{display:block;max-width:420px;font-size:20px;font-weight:400;line-height:1.25}
html.hch-no-scroll{overflow:hidden!important}
@media(max-width:1180px){.hch-header-inner{padding-left:24px;padding-right:24px}.hch-nav-left,.hch-nav-right{gap:18px}.hch-nav-link,.hch-products-trigger{font-size:10px}.hch-logo{min-width:180px}.hch-drawer{width:94vw}}
@media(max-width:900px){.hch-header-inner{grid-template-columns:1fr auto;padding:18px 20px}.hch-nav-left,.hch-nav-right{display:none}.hch-logo{justify-content:flex-start;min-width:0}.hch-logo img{max-width:160px;max-height:58px}.hch-mobile-menu-btn{width:42px;height:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.05);cursor:pointer}.hch-mobile-menu-btn span{width:16px;height:1px;background:#fff}.hch-drawer{width:100vw}.hch-drawer-header{height:72px;padding:0 18px}.hch-drawer-layout{height:calc(100dvh - 72px);display:block;overflow-y:auto}.hch-drawer-left{min-height:100%;padding:20px 20px 24px}.hch-drawer-media{display:none}.hch-mobile-primary{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid #E6EBEC}.hch-mobile-primary a{padding:10px 0;color:var(--hch-text);text-decoration:none;font-size:12px;border-bottom:1px solid #EEF2F3}.hch-product-item{padding:14px 0}.hch-product-name{font-size:20px}.hch-advisor{margin-top:24px}}
@media(max-width:520px){.hch-drawer-brand{font-size:10px;letter-spacing:.12em}.hch-drawer-close{padding:8px 11px;font-size:10px}.hch-mobile-primary{grid-template-columns:1fr}.hch-product-item{grid-template-columns:34px 1fr auto}}


/* =========================================================
   V2.1 — DRAWER DESKTOP RECOMPOSÉ
   Objectif : lisibilité renforcée sans dépasser la hauteur
========================================================= */

@media (min-width: 901px){

  .hch-drawer-header{
    height:72px;
    padding:0 32px;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 72px);
    grid-template-columns:minmax(430px,39%) 1fr;
  }

  .hch-drawer-left{
    padding:24px 34px 22px;
    overflow:hidden;
  }

  .hch-drawer-eyebrow{
    margin-bottom:8px;
    font-size:10px;
  }

  /* Produits : un peu plus compacts, mais titres toujours premium */
  .hch-product-item{
    grid-template-columns:36px 1fr auto;
    gap:12px;
    padding:11px 0;
  }

  .hch-product-name{
    margin-bottom:3px;
    font-size:clamp(19px,1.45vw,24px);
    line-height:1.04;
  }

  .hch-product-description{
    font-size:10.5px;
    line-height:1.35;
  }

  .hch-product-arrow{
    font-size:18px;
  }

  /* Liens secondaires : plus lisibles sans prendre 3 grosses lignes */
  .hch-secondary-links{
    margin-top:10px;
    padding-top:10px;
    gap:0;
    grid-template-columns:1fr;
  }

  .hch-secondary-links a{
    padding:8px 0;
    font-size:13px;
    line-height:1.25;
  }

  /* Bloc conseil : texte plus grand, volume vertical mieux maîtrisé */
  .hch-advisor{
    margin-top:14px;
    padding:16px 18px 15px;
  }

  .hch-advisor-eyebrow{
    margin-bottom:7px;
    font-size:10.5px;
    letter-spacing:.14em;
  }

  .hch-advisor p{
    max-width:460px;
    margin:0 0 10px;
    font-size:14px;
    line-height:1.4;
  }

  .hch-advisor a{
    font-size:13px;
    line-height:1.3;
  }

  /* Image / légende */
  .hch-media-copy{
    left:28px;
    bottom:24px;
  }

  .hch-media-copy strong{
    font-size:18px;
  }
}


/* =========================================================
   ÉCRANS DESKTOP BAS (laptops, viewport faible)
========================================================= */

@media (min-width:901px) and (max-height:850px){

  .hch-drawer-header{
    height:64px;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 64px);
  }

  .hch-drawer-left{
    padding:18px 30px 16px;
  }

  .hch-drawer-eyebrow{
    margin-bottom:5px;
    font-size:9px;
  }

  .hch-product-item{
    padding:8px 0;
  }

  .hch-product-name{
    font-size:19px;
  }

  .hch-product-description{
    font-size:9.5px;
  }

  .hch-secondary-links{
    margin-top:6px;
    padding-top:6px;
  }

  .hch-secondary-links a{
    padding:6px 0;
    font-size:12px;
  }

  .hch-advisor{
    margin-top:9px;
    padding:12px 15px;
  }

  .hch-advisor-eyebrow{
    margin-bottom:5px;
    font-size:9.5px;
  }

  .hch-advisor p{
    margin-bottom:7px;
    font-size:12.5px;
    line-height:1.35;
  }

  .hch-advisor a{
    font-size:12px;
  }
}


/* =========================================================
   TRÈS PETITE HAUTEUR
   Sécurité : le contenu reste accessible sans casser le design
========================================================= */

@media (min-width:901px) and (max-height:700px){

  .hch-drawer-left{
    overflow-y:auto;
    scrollbar-width:thin;
  }

  .hch-product-item{
    padding:7px 0;
  }

  .hch-product-name{
    font-size:18px;
  }

  .hch-product-description{
    display:none;
  }

  .hch-secondary-links a{
    font-size:11.5px;
  }

  .hch-advisor p{
    font-size:12px;
  }
}


/* =========================================================
   TYPOGRAPHIE DU HEADER / DRAWER
========================================================= */

.hch-wrap,
.hch-wrap button,
.hch-wrap a{
  font-family:"Poppins",sans-serif;
}


/* =========================================================
   V2.2 — DESKTOP : UTILISER TOUTE LA HAUTEUR
========================================================= */

@media (min-width: 1101px){

  .hch-drawer-header{
    height:72px;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 72px);
    grid-template-columns:minmax(460px,40%) 1fr;
  }

  .hch-drawer-left{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto auto;
    padding:24px 36px 24px;
    overflow:hidden;
  }

  .hch-drawer-eyebrow{
    margin:0 0 8px;
  }

  /* Les 4 technologies occupent naturellement l'espace disponible */
  .hch-product-list{
    min-height:0;
    display:flex;
    flex-direction:column;
    justify-content:stretch;
  }

  .hch-product-item{
    flex:1 1 0;
    min-height:74px;
    max-height:118px;
    padding:12px 0;
    display:grid;
    align-content:center;
  }

  .hch-product-name{
    font-size:clamp(20px,1.5vw,26px);
  }

  .hch-product-description{
    font-size:10.5px;
  }

  /* Les liens secondaires deviennent une vraie bande fonctionnelle */
  .hch-secondary-links{
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    gap:0;
  }

  .hch-secondary-links a{
    min-height:34px;
    padding:7px 0;
    font-size:13px;
  }

  /* CTA assez lisible mais compact */
  .hch-advisor{
    margin-top:8px;
    padding:15px 18px;
  }

  .hch-advisor-eyebrow{
    font-size:10px;
    margin-bottom:6px;
  }

  .hch-advisor p{
    font-size:13.5px;
    line-height:1.4;
    margin-bottom:9px;
  }

  .hch-advisor a{
    font-size:12.5px;
  }
}


/* =========================================================
   TABLETTE PAYSAGE / PETIT DESKTOP
========================================================= */

@media (min-width: 901px) and (max-width: 1100px){

  .hch-drawer{
    width:100vw;
  }

  .hch-drawer-header{
    height:68px;
    padding:0 24px;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 68px);
    grid-template-columns:48% 52%;
  }

  .hch-drawer-left{
    display:grid;
    grid-template-rows:auto minmax(0,1fr) auto auto;
    padding:20px 26px 20px;
    overflow:hidden;
  }

  .hch-product-list{
    min-height:0;
    display:flex;
    flex-direction:column;
  }

  .hch-product-item{
    flex:1 1 0;
    min-height:65px;
    padding:9px 0;
  }

  .hch-product-name{
    font-size:19px;
  }

  .hch-product-description{
    font-size:9.5px;
  }

  .hch-secondary-links{
    margin-top:8px;
    padding-top:8px;
    gap:0;
  }

  .hch-secondary-links a{
    padding:6px 0;
    font-size:11.5px;
  }

  .hch-advisor{
    margin-top:8px;
    padding:12px 14px;
  }

  .hch-advisor p{
    font-size:12px;
    margin-bottom:7px;
  }

  .hch-advisor a{
    font-size:11.5px;
  }
}


/* =========================================================
   TABLETTE PORTRAIT
   On ne fait plus un simple empilement vertical géant.
========================================================= */

@media (min-width: 601px) and (max-width: 900px){

  .hch-drawer{
    width:100vw;
    height:100dvh;
    border-radius:0;
  }

  .hch-drawer-header{
    position:sticky;
    top:0;
    z-index:5;
    height:68px;
    padding:0 24px;
    background:#fff;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 68px);
    overflow-y:auto;
    display:block;
  }

  .hch-drawer-left{
    min-height:auto;
    padding:22px 28px 30px;
    display:block;
  }

  /* Navigation principale : 5 liens compacts en grille */
  .hch-mobile-primary{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 28px;
    margin:0 0 26px;
    padding:0 0 18px;
    border-bottom:1px solid #E6EBEC;
  }

  .hch-mobile-primary a{
    min-height:48px;
    display:flex;
    align-items:center;
    padding:8px 0;
    font-size:14px;
  }

  .hch-drawer-eyebrow{
    margin:0 0 14px;
    font-size:10px;
  }

  /* 4 technos = grille 2x2 */
  .hch-product-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    background:#E4EAEC;
    border:1px solid #E4EAEC;
  }

  .hch-product-item,
  .hch-product-item:first-child{
    min-height:150px;
    padding:20px;
    border:0;
    background:#fff;
    display:grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto 1fr auto;
    gap:8px 12px;
  }

  .hch-product-item:hover,
  .hch-product-item.is-active{
    padding-left:20px;
  }

  .hch-product-number{
    grid-column:1;
    grid-row:1;
  }

  .hch-product-item > span:nth-child(2){
    grid-column:1 / -1;
    grid-row:2;
    align-self:end;
  }

  .hch-product-arrow{
    grid-column:2;
    grid-row:1;
    justify-self:end;
  }

  .hch-product-name{
    font-size:22px;
    margin-bottom:6px;
  }

  .hch-product-description{
    font-size:11px;
    line-height:1.4;
  }

  /* liens secondaires sur une seule bande */
  .hch-secondary-links{
    margin:18px 0 0;
    padding:0;
    border-top:0;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:1px;
    background:#E4EAEC;
    border:1px solid #E4EAEC;
  }

  .hch-secondary-links a{
    min-height:88px;
    padding:16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-between;
    font-size:12px;
    line-height:1.35;
  }

  .hch-secondary-links a span:last-child{
    align-self:flex-end;
  }

  .hch-advisor{
    margin-top:18px;
    padding:20px 22px;
  }

  .hch-advisor-eyebrow{
    font-size:10px;
  }

  .hch-advisor p{
    max-width:620px;
    font-size:14px;
    margin-bottom:10px;
  }

  .hch-advisor a{
    font-size:13px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px){

  .hch-drawer{
    width:100vw;
    height:100dvh;
    border-radius:0;
  }

  .hch-drawer-header{
    position:sticky;
    top:0;
    z-index:5;
    height:64px;
    padding:0 16px;
    background:#fff;
  }

  .hch-drawer-layout{
    height:calc(100dvh - 64px);
    overflow-y:auto;
    overscroll-behavior:contain;
  }

  .hch-drawer-left{
    min-height:auto;
    padding:18px 18px 26px;
    display:block;
  }

  .hch-mobile-primary{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 18px;
    margin:0 0 22px;
    padding:0 0 14px;
    border-bottom:1px solid #E6EBEC;
  }

  .hch-mobile-primary a{
    min-height:42px;
    display:flex;
    align-items:center;
    padding:7px 0;
    font-size:12.5px;
    line-height:1.25;
  }

  .hch-drawer-eyebrow{
    margin-bottom:8px;
    font-size:9px;
  }

  /* lignes produits compactes */
  .hch-product-list{
    display:block;
    background:transparent;
    border:0;
  }

  .hch-product-item,
  .hch-product-item:first-child{
    min-height:82px;
    padding:13px 0;
    grid-template-columns:30px 1fr auto;
    grid-template-rows:auto;
    border-top:1px solid #E6EBEC;
    background:#fff;
  }

  .hch-product-item:first-child{
    border-top:0;
  }

  .hch-product-item:hover,
  .hch-product-item.is-active{
    padding-left:0;
  }

  .hch-product-name{
    font-size:19px;
    margin-bottom:3px;
  }

  .hch-product-description{
    font-size:10px;
    line-height:1.3;
  }

  .hch-product-arrow{
    font-size:17px;
  }

  /* 3 raccourcis : compact et lisible */
  .hch-secondary-links{
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid #E6EBEC;
    gap:0;
  }

  .hch-secondary-links a{
    min-height:42px;
    padding:9px 0;
    font-size:11.5px;
  }

  .hch-advisor{
    margin-top:12px;
    padding:15px 16px;
  }

  .hch-advisor-eyebrow{
    font-size:9.5px;
    margin-bottom:6px;
  }

  .hch-advisor p{
    font-size:12.5px;
    line-height:1.4;
    margin-bottom:9px;
  }

  .hch-advisor a{
    font-size:12px;
  }
}


/* =========================================================
   PETIT MOBILE
========================================================= */

@media (max-width: 420px){

  .hch-mobile-primary{
    grid-template-columns:1fr;
  }

  .hch-mobile-primary a{
    min-height:36px;
  }

  .hch-product-item,
  .hch-product-item:first-child{
    min-height:74px;
  }

  .hch-product-name{
    font-size:18px;
  }
}
