/*-----------------------------------------------------------*/
.dp-header {
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
}
.dp-header__background {
  min-height: 566px;
  position: relative;
}
.dp-header__background img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-header__background img {
    width: 1048px;
    margin-left: calc(50% - 524px);
    max-width: 1048px;
  }
}
@media (max-width: 761px) {
  .dp-header__background img {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
.dp-header__main-title {
  font-size: 60px;
  margin: 0 auto;
  font-weight: normal;
  padding: 35px 10% 10px;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
  color: #333333;
}
.dp-header__main-title span {
  display: block;
}
.dp-header__main-title br {
  display: none;
}
.dp-header__bold-text {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px;
  font-weight: normal;
}
.dp-header__text {
  font-size: 14px;
  margin: 0 auto;
  max-width: 720px;
}
.dp-header__mentions {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 auto;
  line-height: 1.4em;
  padding-top: 20px;
  max-width: 650px;
}
@media (max-width: 761px) {
  .dp-header__main-title {
    font-size: 45px;
    padding: 15px 10px 10px;
  }
  .dp-header__main-title br {
    display: block;
  }
  .dp-header__bold-text {
    font-size: 14px;
    padding: 20px;
    max-width: 240px;
  }
  .dp-header__text {
    max-width: calc(100% - 40px);
  }
  .dp-header__mentions {
    max-width: calc(100% - 40px);
  }
}



/* --------------------------------------------------------------------------------------- */
.dp-header__main-title {
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-size: 46px;
	font-weight: bold;
	padding: 35px 0 20px;
  letter-spacing: -3px;
}
.dp-header__main-title br {
	display: block;
}
.mobile_br{display: none !important;}
.dp-header__bold-text {
	font-size: 16px;
	padding: 15px 0;
	color: #333;
}
.dp-header__text {
	font-size: 16px;
	color: #333;
  max-width: 100%;
  width: 100%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .mobile_br{display: block !important;}
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .mobile_br{display: block;}
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .mobile_br{display: block !important;}
  .dp-header__main-title {
    font-size: 25px;
    letter-spacing: 0;
  }
  .dp-header__bold-text {
    font-size: 14px;
    max-width: 100%;
  }
  .dp-header__text {
    font-size: 14px;
    max-width: 100%;
  }
}