body.sticky-menu:not(.autosuggest-open) #header > .header-1 {
  background: #fff;
  box-shadow: #777 0 4px 6px -6px;
  height: auto;
  left: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1041 !important;
  display:none;
}
body.sticky-menu:not(.autosuggest-open) #header > .header-1 > .container {
  padding-bottom: 50px;
}
body.sticky-menu:not(.autosuggest-open)
  #header
  > .header-1
  .progress-scroll-bar {
  background: #fc560b;
  height: 1px;
  width: 0;
}
@media (min-width: 992px) {
  body.sticky-menu:not(.autosuggest-open) #header > .header-1 > .container {
    padding: 0;
  }
  body.sticky-menu:not(.autosuggest-open) #header > .header-1 .header-logo img {
    display: block;
    margin-left: 60px;
    margin-top: 0;
    width: 127px;
  }
  body.sticky-menu:not(.autosuggest-open)
    #header
    > .header-1
    .header-logo
    img.header-logo-desktop {
    display: block;
    width: 1px;
  }
  body.sticky-menu:not(.autosuggest-open) #header > .header-1 .header-search {
    margin-top: 0;
  }
  body.sticky-menu:not(.autosuggest-open) #header > .header-1 .header-tools {
    float: right;
    line-height: 1.2;
    padding-top: 10px;
  }
  body.sticky-menu:not(.autosuggest-open) #header > .header-1 .content-scroll {
    margin: 50px auto 0;
    padding: 100px 0;
    width: 80%;
  }
  body.sticky-menu:not(.autosuggest-open)
    #header
    > .header-1
    [data-ga-event-action="Open MegaMenu"] {
    color: #000;
    display: block;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 7px;
    z-index: 1;
  }
}
[id] {
  scroll-margin-top: 50px;
}
/*# sourceMappingURL=sticky-menu.css.map */
/* ═══════════════════════════════════════════════
   Alignement vertical du header sticky
   Référence : barre de recherche (bien positionnée)
   → descendre logo + burger (trop hauts)
   → remonter MON COMPTE + panier (trop bas)
   ═══════════════════════════════════════════════ */
/* Descendre le logo */
body.sticky-menu:not(.autosuggest-open) #header > .header-1 .header-logo img {
    margin-top: 3px;
}
/* Descendre le burger MegaMenu */
body.sticky-menu:not(.autosuggest-open) #header > .header-1 [data-ga-event-action="Open MegaMenu"] {
    top: 10px;
}
/* Remonter MON COMPTE + panier */
body.sticky-menu:not(.autosuggest-open) #header > .header-1 .header-tools {
    padding-top: 0px;
    padding-bottom: 10px;
}