h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.landing-section {
  display: flex;
  height: 100vh;
  padding-bottom: 5vh;
  align-items: center;
}

.cloud-container {
  width: 32ch;
  color: #d9d9d9;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 300;
}

.body {
  font-family: nitti, sans-serif;
}

.cloud-words {
  margin-bottom: 2rem;
}

.cloud-words.mobile {
  display: none;
}

.cloud-words.mobile.hidden {
  display: none;
}

.cloud-logo {
  color: #262626;
}

.cta-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.button {
  border: 1px solid #000;
  background-color: #262626;
  color: #d9d9d9;
}

.button:hover {
  background-color: transparent;
  color: #262626;
}

.button.secondary {
  background-color: transparent;
  color: #262626;
}

.button.secondary:hover {
  background-color: #262626;
  color: #d9d9d9;
}

.hero-stack {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: 80px 30px;
  align-items: center;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
  font-family: nitti, sans-serif;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two {
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider {
  width: 50%;
  height: 1px;
  margin: 2rem auto;
  background-color: #000;
}

.content_wrapper {
  max-width: 85ch;
}

.bold-text {
  font-weight: 400;
}

.article_wrapper {
  text-align: left;
}

.html-embed {
  margin-bottom: 2rem;
}

.audio_wrapper {
  text-align: center;
}

.partenariat {
  margin-bottom: 2rem;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .cloud-container {
    font-size: 2rem;
  }

  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .landing-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cloud-container {
    font-size: 1.7rem;
  }

  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .cloud-container {
    width: 17ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.3rem;
  }

  .cloud-words.mobile {
    display: block;
  }

  .cloud-words.mobile.hidden {
    display: block;
  }

  .cloud-words.desktop {
    display: none;
  }

  .cta-container {
    width: 80vw;
    flex-direction: column;
  }

  .container {
    max-width: none;
  }
}

