/* Styles exclusifs à la page de garde du labo */

.quarto-title {
  display: none;
}

.page-header {
  padding-top: calc(var(--page-top-space, 4.5rem) + 4rem);
  margin-bottom: 30px;
  text-align: left;
}

.header-title {
  font-family: var(--ib-font-family, "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-weight: 650;
  font-size: 2.5rem;
  line-height: 1.1;
  color: var(--ib-headings-color, #0f0f10);
  padding-bottom: 15px;
}

.header-subtitle {
  font-family: var(--ib-font-family, "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--ib-muted, #6b6b6b);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.hero-banner {
  position: relative;
  width: 100%;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 2rem;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-align: justify;
  align-content: center;
  line-height: 1.6;
  color: var(--ib-body-color, #333);
  overflow-y: auto;
}

@media (max-width: 900px) {
  .hero-text {
    position: relative;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 2rem;
  }
}