h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Beau Rivage;
}

élément {
}
.yp-container [class$="_body-title"].yp-title, .yp-container [class$="_header"] .yp-title {
  color: var(--primary);
  font-size : 60px;
}
.list-item > li .yp-articles-list__body-title {
  font-weight: 600;
  text-transform: var(--title-text-transform);
  font-family: Beau Rivage;
  font-size: 40px;
}

.yp-lang__list {
  display: flex;
  list-style: none;
}

.yp-lang__item {
  padding: 0 8px
}

.yp-lang__item:first-child {
  content: '';
  border-right: solid 1px #fff;
}

@media screen and (max-width: 992px) {
  .yp-container--header .yp-col--header-3 {
  	flex-direction: column-reverse;
  }
  .yp-container--header .yp-col--header-3 > div {
  	flex-basis: 100%;
    width: 100%;
  }
  
  .yp-container--header .yp-col--header-3 .yp-lang__list {
    justify-content: center;
    margin-top: 1rem;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .yp-container--header .header__logo img {
    max-height: 145px;
  }
  
  .yp-lang {
  	display: flex;
    justify-content: right;
  }
  
}