/**
 * Homepage
 */


/* Non connecté */
.content__heading {
  transform: translateY(calc(-80px - 2rem));
  position: relative;
}

/* Connecté avec toolbar */
.toolbar-horizontal .content__heading {
  transform: translateY(calc(-120px - 2rem));
}

.content-heading__hero {
  position: relative;
}

.content-heading__hero {
  position: relative;
  overflow: hidden;
}

.content-heading__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.content-heading__hero-content {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.content-heading__hero-title {
  color: white;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
  max-width: 900px;
  font-family: 'Jost', sans-serif;
  line-height: 100%;
}

.content-heading__hero-subtitle {
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: 400;
}

.content-heading__hero img {
  border-bottom-left-radius: 150px;
}

@media (min-width: 450px) {
  .content-heading__hero-title {
    font-size: 2.5rem;
  }
  .content-heading__hero-subtitle {
    font-size: 1.8rem;
  }
}

@media (min-width: 850px) {
  .content-heading__hero-content {
    top: 50%;
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .content-heading__hero-title {
    font-size: 4.5rem;
    line-height: 60px;
  }
  .content-heading__hero-subtitle {
    font-size: 2.75rem;
  }
  .content-heading__hero img{
    border-bottom-left-radius: 400px;
  }
}


@media (min-width: 1200px) {
  .content-heading__hero-content {
    top: 40%;
  }
}
