.dp-header {
  width: 100%;
  height: 312px;
  background-image: url(./images/header.jpg);
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: none;
}

.dp-lp-recettes[data-page="home"] .dp-header {
  display: flex;
}

.dp-header__title {
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
}

.dp-header__title span {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .dp-header {
    background-image: url(./images/header-mobile.jpg);
    height: 176px;
  }

  .dp-header__title {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
  }
}
