body.page-template-landing-page {
  background: #FDEFE5 url("/app/themes/wwp_child_theme/assets/raw/images/vagues/vague-top-white-3.svg") no-repeat center 10rem;
}

body.page-template-landing-page .site-header {
  position: static;
  background: white;
  height: auto;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

body.page-template-landing-page .inner-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 16px 0;
  background: transparent !important;
  overflow: visible !important;
}

body.page-template-landing-page .inner-header a.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7rem;
  -ms-flex: 0 0 7rem;
  flex: 0 0 7rem;
  margin: 0 0 0 -5px;
  width: auto;
  height: auto;
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}

body.page-template-landing-page .inner-header a.logo img {
  height: auto;
  width: 100%;
}

body.page-template-landing-page .inner-header h1 {
  margin: 0 0 0 1rem;
  font-size: 2.1rem;
  letter-spacing: 0;
}

body.page-template-landing-page .inner-header h1 strong {
  color: #E40063;
}

@media (min-width: 768px) {

  body.page-template-landing-page {
    background-position: center top;
  }

  body.page-template-landing-page .site-header {
    background: transparent;
  }

  body.page-template-landing-page .inner-header h1 {
    margin-left: 2rem;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {

  body.page-template-landing-page {
    background-position: center 8rem;
  }
}
