body {
  overflow-x: hidden;
}
/* overide */
.home-slider__description {
  font-weight: bold;
}

.header-page__logo {
  float: right;
  width: 150px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.header-page__logo img {
  max-height: 85px;
  width: auto;
}

.single-contenu__havet {
  display: flex;
  padding: 0 1.25rem;
  margin: 20px 0;
}
.single-contenu__havet-text {
  flex-basis: auto;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.single-contenu__havet-logo {
  flex-basis: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.single-contenu__havet-logo img {
  max-height: 85px;
  width: auto;
}
