html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
#page-wrapper {
  height: auto !important;
  min-height: 100% !important;
}
.not-front .head {
  background: #fff !important;
  z-index: 1000;
}
.not-front #main-menu > ul.menu > li > a {
  color: #202020 !important;
}
.not-front #main-menu > ul.menu > li.active-trail > a,
.not-front #main-menu > ul.menu > li > a:hover,
.not-front #main-menu > ul.menu > li > a:focus-visible {
  color: #e94b43 !important;
}
.not-front #logo img {
  filter: invert(1);
}
.page-tournee #content {
  box-sizing: border-box;
  padding-top: 106px !important;
}
.front header {
  height: 100vh !important;
  min-height: 700px !important;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #dc3b2f;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
