.hnp-mount.hnp-pending{visibility:hidden!important}
.hnp-mount{width:100%;box-sizing:border-box}
.hnp-banner{--hnp-bg:#0b0d0f;--hnp-accent:#ec1c24;--hnp-max-width:1320px;--hnp-height:148px;box-sizing:border-box;position:relative;width:min(var(--hnp-max-width),100%);max-width:var(--hnp-max-width);margin:10px auto;background:linear-gradient(105deg,rgba(8,10,12,.98),rgba(17,19,22,.98) 55%,rgba(8,9,11,.99));border:1px solid color-mix(in srgb,var(--hnp-accent) 66%,transparent);border-radius:14px;box-shadow:0 0 0 1px rgba(255,255,255,.025) inset,0 0 24px color-mix(in srgb,var(--hnp-accent) 13%,transparent);overflow:hidden;z-index:2}
.hnp-banner:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 50%,color-mix(in srgb,var(--hnp-accent) 10%,transparent),transparent 28%),radial-gradient(circle at 78% 35%,rgba(255,255,255,.035),transparent 27%)}
.hnp-banner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--hnp-accent),transparent);opacity:.55;pointer-events:none}
.hnp-banner *{box-sizing:border-box}
.hnp-shell{position:relative;z-index:1;min-height:var(--hnp-height);display:grid;grid-template-columns:minmax(190px,220px) 50px minmax(0,1fr) 50px;gap:12px;align-items:center;padding:18px 20px}
.hnp-copy{align-self:center;padding-right:8px}
.hnp-title-row{display:flex;align-items:flex-start;gap:12px}
.hnp-accent{width:5px;height:48px;flex:0 0 5px;border-radius:4px;background:var(--hnp-accent);box-shadow:0 0 14px color-mix(in srgb,var(--hnp-accent) 38%,transparent)}
.hnp-copy h2{margin:0!important;color:#f4f4f4!important;font:800 20px/1.04 system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;letter-spacing:.025em;text-transform:uppercase}
.hnp-copy p{margin:8px 0 0 17px!important;color:#8d9095!important;font:400 14px/1.45 system-ui,-apple-system,"Segoe UI",Arial,sans-serif!important;max-width:175px}
.hnp-arrow{appearance:none;border:1px solid color-mix(in srgb,var(--hnp-accent) 82%,transparent);background:rgba(5,7,8,.86);color:#fff;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease;box-shadow:0 0 16px rgba(0,0,0,.35)}
.hnp-arrow span{font:300 36px/1 Arial,sans-serif;transform:translateY(-2px)}
.hnp-arrow:hover{background:color-mix(in srgb,var(--hnp-accent) 16%,#090b0d);transform:scale(1.04)}
.hnp-arrow:disabled{opacity:.28;cursor:default;transform:none}
.hnp-viewport{min-width:0;overflow:hidden}
.hnp-track{display:flex;align-items:stretch;gap:0;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}
.hnp-track::-webkit-scrollbar{display:none}
.hnp-logo-item{position:relative;flex:0 0 25%;min-width:0;height:104px;display:flex;align-items:center;justify-content:center;padding:8px 24px;scroll-snap-align:start}
.hnp-logo-item:not(:last-child):after{content:"";position:absolute;right:0;top:22%;bottom:22%;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.23),transparent)}
.hnp-logo-item a,.hnp-logo-static{display:flex;width:100%;height:100%;align-items:center;justify-content:center;text-decoration:none}
.hnp-logo-item img{display:block;max-width:100%;max-height:88px;width:auto;height:auto;object-fit:contain;filter:none;opacity:.94;transition:filter .22s ease,opacity .22s ease,transform .22s ease}
.hnp-logo-item:hover img{opacity:1;transform:scale(1.035)}
.hnp-monochrome .hnp-logo-item img{filter:grayscale(1) saturate(0) contrast(1.04) brightness(1.42);opacity:.88}
.hnp-monochrome.hnp-hover-color .hnp-logo-item:hover img{filter:none;opacity:1}
.hnp-no-arrows .hnp-arrow{display:none}
.hnp-no-arrows .hnp-shell{grid-template-columns:minmax(190px,220px) minmax(0,1fr)}

/* Mode "tous les logos" : une seule ligne, aucun carrousel. */
.hnp-mode-all .hnp-arrow{display:none!important}
.hnp-mode-all .hnp-shell{grid-template-columns:minmax(190px,220px) minmax(0,1fr)}
.hnp-mode-all .hnp-track{overflow:hidden;scroll-snap-type:none;width:100%}
.hnp-mode-all .hnp-logo-item{flex:1 1 0;min-width:0;padding-left:18px;padding-right:18px}

@media (max-width:1320px){
  .hnp-banner{width:calc(100% - 20px)}
}

@media (max-width:1120px){
  .hnp-shell{grid-template-columns:185px 44px minmax(0,1fr) 44px;padding:16px 14px;gap:8px}
  .hnp-logo-item{flex-basis:33.333%;padding:8px 18px}
  .hnp-copy h2{font-size:18px!important}
  .hnp-copy p{font-size:13px!important}
  .hnp-no-arrows .hnp-shell,.hnp-mode-all .hnp-shell{grid-template-columns:185px minmax(0,1fr)}
  .hnp-mode-all .hnp-logo-item{flex-basis:0;padding:8px 12px}
}

@media (max-width:760px){
  .hnp-banner{width:calc(100% - 20px);margin:8px auto;border-radius:12px}
  .hnp-shell{min-height:0;grid-template-columns:42px minmax(0,1fr) 42px;grid-template-areas:"copy copy copy" "prev logos next";gap:10px;padding:15px 12px 12px}
  .hnp-copy{grid-area:copy;padding:0}
  .hnp-title-row{align-items:center}
  .hnp-accent{height:24px;width:4px;flex-basis:4px}
  .hnp-copy h2{font-size:16px!important;line-height:1.1!important}
  .hnp-copy p{margin:4px 0 0 16px!important;font-size:12px!important;max-width:none}
  .hnp-prev{grid-area:prev}.hnp-viewport{grid-area:logos}.hnp-next{grid-area:next}
  .hnp-arrow{width:38px;height:38px;align-self:center}
  .hnp-arrow span{font-size:30px}
  .hnp-logo-item{flex-basis:72%;height:92px;padding:8px 18px}
  .hnp-logo-item img{max-height:74px}
  .hnp-logo-item:not(:last-child):after{top:18%;bottom:18%}
  .hnp-no-arrows .hnp-shell{grid-template-columns:1fr;grid-template-areas:"copy" "logos"}
  .hnp-mode-all .hnp-shell{grid-template-columns:1fr;grid-template-areas:"copy" "logos"}
  .hnp-mode-all .hnp-viewport{grid-area:logos;overflow:hidden}
  .hnp-mode-all .hnp-track{width:100%;overflow:hidden}
  .hnp-mode-all .hnp-logo-item{flex:1 1 0;height:78px;padding:6px 5px}
  .hnp-mode-all .hnp-logo-item img{max-height:60px;max-width:100%}
}

@media (prefers-reduced-motion:reduce){.hnp-track{scroll-behavior:auto}.hnp-arrow,.hnp-logo-item img{transition:none}}
