/*
 * cusi.fr, lot06. Palette de la marque conservee : encre #174c77, accent
 * #217cc8, papier #ffffff. Aucun token invente, aucune police importee.
 * Corrections locales ciblees, sans toucher au gabarit commun.
 */

/* Rail publicitaire d'article : structurellement present, strictement vide et
 * visuellement neutre, desktop comme mobile. Aucun fond, bordure, ombre ou
 * placeholder perceptible. */
.dn-article-rail,
.dn-article-rail__slot,
[data-dn-ad-slot] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dn-article-rail__slot:empty,
[data-dn-ad-slot]:empty {
  display: none !important;
}

/* Pages de confiance : largeur de lecture lisible, titres de formats lisibles. */
.dn-trust__formats-title {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
  line-height: 1.25;
  margin: 0 0 1rem;
}
.dn-trust__format h3 {
  font-size: 1.05rem;
  line-height: 1.3;
}
.dn-trust__format p {
  font-size: 1rem;
  line-height: 1.55;
}

/* Footer : liens interactifs a taille exploitable, sans casser la mise en page. */
.dn-fleet-footer__links a,
.dn-fleet-footer__base a,
.dn-fleet-footer__base button,
.dn-fleet-footer__commercial a {
  font-size: max(14px, 0.9rem);
}

/* Aucun masquage intempestif au focus : le focus clavier reste visible. */
:focus-visible {
  outline-offset: 2px;
}
