/* COULEURS */
/* BORDURES */
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton,
html #poststuff .-preview #grande_image_avec_texte_et_bouton {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  html body:not(.wp-admin) #grande_image_avec_texte_et_bouton,
  html #poststuff .-preview #grande_image_avec_texte_et_bouton {
    margin-top: 20px;
  }
}
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image {
  min-height: 690px;
  color: #FFFFFF;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image,
  html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image {
    min-height: 357px;
  }
}
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image h2,
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image p,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image h2,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image p {
  margin: 0 0 11px;
  padding: 0;
  color: inherit;
}
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image h2,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image h2 {
  font-size: 46px;
  line-height: 50px;
}
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .grande_image p,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .grande_image p {
  font-family: "Helvetica Neue Condensed", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
}
html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .texte,
html #poststuff .-preview #grande_image_avec_texte_et_bouton .texte {
  max-width: 65%;
}
@media screen and (max-width: 1024px) {
  html body:not(.wp-admin) #grande_image_avec_texte_et_bouton .texte,
  html #poststuff .-preview #grande_image_avec_texte_et_bouton .texte {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
