@import url('core.css');

/* Logo officiel Maison Siriès fourni par le propriétaire */
.brand {
  display: block;
  width: 300px;
  height: 106px;
  flex: 0 0 auto;
  background: #fff url('logo-maison-siries.png') center / contain no-repeat;
  border-radius: 2px;
}

header {
  height: 118px;
}

.hero {
  min-height: calc(100vh - 118px);
}

.brand .mark,
.brand > span {
  display: none;
}

@media (max-width: 900px) {
  header {
    height: 92px;
  }

  .brand {
    width: 220px;
    height: 78px;
  }

  .nav {
    top: 92px;
  }
}
