/* DPEP V70 — derniers ajustements espace propriétaire */
body.dpep-owner-space-v69-body .dpep-owner-hero-v64 {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: clamp(28px, 4vw, 44px) !important;
}
body.dpep-owner-space-v69-body .dpep-owner-hero-v64 > div:first-child {
  margin: 0 auto !important;
}
body.dpep-owner-space-v69-body .dpep-owner-hero-v64 p {
  margin-left: auto !important;
  margin-right: auto !important;
}
body.dpep-owner-space-v69-body .dpep-owner-hero-actions-v64 {
  justify-content: center !important;
}
.dpep-owner-gallery-v70 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}
.dpep-owner-gallery-v70 label {
  margin: 0 !important;
  background: #FAF7F1;
  border: 1px solid rgba(7,29,51,.12);
  padding: 8px;
  cursor: pointer;
}
.dpep-owner-gallery-v70 img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  margin-bottom: 8px;
}
.dpep-owner-gallery-v70 span {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 11px;
  color: #071D33;
}
.dpep-owner-help-v70 {
  color: rgba(7,29,51,.58);
  font-size: 13px;
  line-height: 1.45;
  margin: 8px 0 0;
}
.dpep-pro-fields-v70.is-muted {
  opacity: .58;
}
.dpep-pro-fields-v70.is-muted:before {
  content: "Particulier : ces champs sont facultatifs et ne sont utiles que pour une vitrine professionnelle.";
  display: block;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: #FAF7F1;
  color: rgba(7,29,51,.64);
  border: 1px solid rgba(7,29,51,.10);
}
@media (max-width: 767px) {
  body.dpep-owner-space-v69-body .dpep-owner-hero-v64 {
    padding-top: 26px !important;
  }
  .dpep-owner-gallery-v70 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
