/* /adultes/ only: compact header with the site's rounded lower edge. */
body.page-id-12 .premium-header {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
}

body.page-id-12 .premium-header .header-inner {
  min-height: 204px;
  padding-top: 20px;
  padding-bottom: 17px;
}

@media (max-width: 1100px) {
  body.page-id-12 .premium-header .header-inner {
    min-height: 188px;
  }
}

@media (max-width: 800px) {
  body.page-id-12 .premium-header .header-inner {
    min-height: 136px !important;
    height: 136px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  body.page-id-12 .premium-header .premium-nav,
  body.page-id-12 .premium-header .premium-nav.is-open {
    top: 136px !important;
  }
}

@media (max-width: 375px) {
  body.page-id-12 .premium-header .header-inner {
    min-height: 128px !important;
    height: 128px !important;
  }

  body.page-id-12 .premium-header .premium-nav,
  body.page-id-12 .premium-header .premium-nav.is-open {
    top: 128px !important;
  }
}
