.header__logo {
  margin-bottom: 20px;
}

.header__subtitles {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.header__subtitles span {
  background-color: #252b38;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  padding: 0.125rem 0.75rem;
  white-space: nowrap;
}

/* Split H3 spans */
.header__subsection h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.325rem;
}
.header__subsection h3 span {
  display: block;
}

.text-body {
  color: var(--body-text-color);
}

.contenus__item figcaption {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

.essai__box--info {
  background-color: #beeaff;
  background-image: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.essai__box--info .btn {
  background-color: #2aa1d8;
}
.essai__box--info .btn:hover, .essai__box--info .btn:active {
  background-color: #1e85b5;
}
.essai__box--info .btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 161, 216, 0.5);
}
.essai__box--description {
  min-height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media all and (min-width: 992px) {
  .essai__box {
    padding-inline: 80px;
  }
}