/* V41. Première passe éditoriale et médias, français et anglais. */
html body p,
html body li,
html body blockquote {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: none;
  -webkit-hyphens: none;
}

/* Les médias restent autonomes. Aucun texte ajouté par l’interface. */
html body figure figcaption,
html body .rdy-contact-hero-overlay,
html body .rdy-seg-num,
html body .rdy-pf-watermark,
html body .rdy-pf-url,
html body .rdy-pf-count,
html body .rdy-pf-num,
html body .rdy-concept-fictif,
html body .rdy-about-badge,
html body .rdy-about-floating {
  display: none !important;
}

/* Les six visuels de Home respectent leur format paysage natif, sans rognage. */
html body .rdy-service-img-wrap {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden;
}

html body .rdy-service-img {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #07050b;
}

html body .rdy-pf-slide-img,
html body .rdy-method-image img,
html body .rdy-section-image > img {
  object-position: center center !important;
}

html body .rdy-form-multi-hint {
  margin: 0 0 10px;
  color: rgba(228, 222, 236, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
