/* LeCatho V221 — vraie sidebar sticky : aucun scroll interne. */
@media (min-width:1021px){
  html body .lca-v219-home,
  html body .lca-v219-home > .lca-v208-home-shell,
  html body .lca-v219-home-grid,
  html body .lca-v219-editorial-column{
    overflow:visible!important;
  }
  html body .lca-v219-home-grid{align-items:start!important;}
  html body .lca-v219-home-grid > .lca-v208-sidebar{
    position:sticky!important;
    top:var(--lca-v221-sticky-top,18px)!important;
    align-self:start!important;
    height:max-content!important;
    min-height:0!important;
    max-height:none!important;
    overflow:visible!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    padding-right:0!important;
    scrollbar-width:none!important;
    overscroll-behavior:auto!important;
  }
  html body .lca-v219-home-grid > .lca-v208-sidebar::-webkit-scrollbar{
    display:none!important;width:0!important;height:0!important;
  }
}
@media (max-width:1020px){
  html body .lca-v219-home-grid > .lca-v208-sidebar{
    position:static!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
}
