body.is-wing-route main#contenu {
  margin: 0;
  padding: 0;
}

body.is-wing-route .wing-page {
  height: calc(100dvh - 76px);
  min-height: 0;
  padding-top: 0;
  margin-top: 0;
}

body.is-wing-route .wing-app {
  height: 100%;
  border-top: 0;
}

body.is-wing-route .site-header {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  body.is-wing-route .wing-page {
    height: calc(100dvh - 68px);
    padding-top: 0;
  }
}
