/* diginov-signature websearchnews.com cle=fleet-websearchnews-com-fba53 identite=ef284262e2a9eafa4094f818ad0fd47fac33115d8faa1aea511ff0a6e8fd1421 genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

@font-face {
  font-family: "DN Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: "DN Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-500.woff2") format("woff2");
}

@font-face {
  font-family: "DN Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-600.woff2") format("woff2");
}

@font-face {
  font-family: "DN Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/inter-700.woff2") format("woff2");
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 {
  --dn-ink: #101C2E;
  --dn-paper: #FFFFFF;
  --dn-paper-soft: #EDF4F8;
  --dn-line: #C7D7E2;
  --dn-accent: #075F9A;
  --dn-accent-2: #34516F;
  --dn-muted: #5C6671;
  --sig-accent: #075F9A;
  --sig-accent-text: #075F9A;
  --sig-accent-mark: #075F9A;
  --sig-accent-fill: #075F9A;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #C7D7E2;
  --sig-foot-text: #101C2E;
  --sig-foot-muted: #354152;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Inter", ui-sans-serif, system-ui, sans-serif;
  --sig-body-family: "DN Inter", ui-sans-serif, system-ui, sans-serif;
}

/* ---- couche.css ---- */
/*
 * Couche commune de LISIBILITE, v1 du 23/09. Elle ne porte aucune DA : tout ce
 * qui se voit comme une identite (grille, titrage, couleurs de surface, home,
 * filets, pied) est ecrit media par media dans surcharges/<domaine>.css et
 * dediees/<domaine>/home.php. Demande de Marc : « survol et clarte identiques
 * sur les 150 », mais « pas de sites similaires ».
 *
 * Lecons d actuafoot.fr reprises ici :
 * - SmartMag fixe la racine a 14 px : un rem rend 12,5 % plus petit que prevu.
 *   Les tailles de lecture sont donc en px.
 * - Survol du menu : fond d accent et texte calcule pour 4,5 au moins, jamais
 *   l encre du media sur l accent (#07182d sur #304860 chez actuafoot).
 * - Le ::after des onglets recevait le fond d accent : sur « Plus », seul
 *   onglet dont le ::after porte un contenu (le chevron), un pave colore.
 *
 * Convention de bornage : chaque selecteur commence par
 *     html body.diginov-media
 * immediatement suivi du marqueur forme de deux soulignes, du mot MEDIA et de
 * deux soulignes. generer.py remplace ce marqueur par .diginov-media-<cle>.
 *
 * Jetons disponibles (definis par generer.py sur le meme selecteur) :
 *   --dn-accent --dn-accent-2 --dn-on-accent --dn-ink --dn-paper
 *   --dn-paper-soft --dn-muted --dn-line --dn-display --dn-body (et autres --dn-*)
 *   --sig-accent --sig-accent-text --sig-accent-mark --sig-accent-fill
 *   --sig-on-accent --sig-foot-bg --sig-foot-text --sig-foot-muted
 *   --sig-foot-logo --sig-display-family --sig-body-family
 */

/* Menu principal et sous-menus : survol et focus lisibles partout. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .mobile-menu li > a:focus-visible {
  background: var(--sig-accent-fill) !important;
  color: var(--sig-on-accent) !important;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .sub-menu li > a {
  font-size: 15px;
  line-height: 1.35;
  padding-top: 9px;
  padding-bottom: 9px;
}

/* Focus clavier visible sur tout lien et tout bouton. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 a:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 button:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 input:focus-visible {
  outline: 2px solid var(--sig-accent-mark) !important;
  outline-offset: 2px;
}

/* Lecture d article : corps a 18 px, interligne ample, liens reperables. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content {
  font-size: 18px;
  line-height: 1.7;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content li {
  font-size: 18px;
  line-height: 1.7;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content a:not([class]) {
  color: var(--sig-accent-text);
  text-decoration: underline;
  text-decoration-color: var(--sig-accent-mark);
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content a:not([class]):hover {
  text-decoration-thickness: 2px;
}

/* Planchers de taille : meta, etiquettes de rubrique, extraits, fil d Ariane. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .post-meta,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .post-meta a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .post-meta time,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .post-meta span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .breadcrumbs,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .breadcrumbs a {
  font-size: max(13px, 1em);
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .cat-labels a {
  font-size: 12px;
  letter-spacing: 0.04em;
}

html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .excerpt,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .excerpt p {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content,
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content p,
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .entry-content li {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Burger mobile : les barres suivent la couleur du bouton. Le theme enfant
 * fixe --c-hamburger par composition historique (papier pour gameup, sur un
 * en-tete alors sombre) : sous une DA dediee a en-tete clair, l icone
 * devenait blanche sur blanc (game-up, bitcoinmatin, releve du 23/09). */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .offcanvas-toggle .hamburger-icon {
  --c-hamburger: currentColor !important;
}

/* Burger a barres internes (variante -a) : seules .inner et ses deux
 * pseudo-elements sont des barres. Des surcharges peignaient aussi le bouton,
 * d ou un pave plein (expertise-comptable, hellobiz, techguru, releve du 23/09).
 * Ces surcharges visent `.offcanvas-toggle .hamburger-icon` (1,3,2), autant que
 * `.hamburger-icon:has(.inner)` : a egalite, la surcharge chargee apres
 * gagnait (avocatspecialise, cadres-dirigeants, expertise-comptable, R1).
 * La classe doublee porte la regle a (1,4,2), quel que soit l ordre. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .hamburger-icon.hamburger-icon:has(.inner),
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon.hamburger-icon:has(.inner),
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .hamburger-icon.hamburger-icon:has(.inner)::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon.hamburger-icon:has(.inner)::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .hamburger-icon.hamburger-icon:has(.inner)::after,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon.hamburger-icon:has(.inner)::after {
  background-color: transparent !important;
}

/* Encarts ranksource (publicite-partenariats et contact) : texte justifie,
 * sans cesure automatique. En drapeau, la marge droite tombait a 50-68 px
 * contre 27 a gauche a 390 (sonde commerciale du 23/09, 16 medias) ; avec
 * hyphens:auto, des mots se coupaient a la verticale. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__marketplace p:not(.dn-trust__kicker),
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__contact-commercial p:not(.dn-trust__kicker) {
  text-align: justify;
  hyphens: manual;
  -webkit-hyphens: manual;
}

/* Encarts ranksource, grille. wpautop glisse un <p></p> vide dans l aside
 * contact : il prend la 2e colonne, le texte retombe sous le logo dans la
 * colonne de 210 px (vocatis 648x749, decentre 43/535 chez geekcosmos). La
 * grille 200px|1fr|auto de la marketplace laisse 189 px au texte dans une
 * colonne de page de 650 a 850 px. Regle de la porte : ratio hauteur/largeur
 * <= 0,80 a 1440 ; 32 blocs hors regle au 23/09. En une colonne, le logo en
 * tete : vocatis 0,678, libetoulouse 0,552. La colonne prend la largeur de
 * sa plus longue ligne et se centre : un texte court (une ligne chez
 * biotissime) laissait 29 px a gauche et 104 a droite, hors tolerance de la
 * porte ; un texte long remplit la carte comme avant. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__contact-commercial > p:empty,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__marketplace > p:empty {
  display: none !important;
}
@media (min-width: 821px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__contact-commercial,
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__marketplace {
    grid-template-columns: minmax(0, max-content) !important;
    justify-content: center !important;
    gap: 18px !important;
    align-items: start !important;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__marketplace-logo {
    max-width: 200px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__marketplace > p:last-child {
    margin: 0;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust .dn-trust__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* Pont de survol sous les onglets a sous-menu. La signature centre le menu
 * (align-items:center) dans une rangee de 110 px : l onglet ne fait plus que
 * 44 px de haut, le mega-menu part du bas de la rangee. Trou de 33 px chez
 * montagne-france (releve de Marc du 23/09) : la souris qui descend vers le
 * sous-menu quitte le li, :hover tombe, le sous-menu s efface. Le ::before de
 * l onglet survole se prolonge vers le bas, transparent ; z-index 0, sous le
 * sous-menu (110 chez SmartMag), il ne vole aucun clic. Le ::after porte le
 * chevron : on n y touche pas. 941 px : point de rupture du menu desktop
 * SmartMag (.navigation .menu masque sous 940 px).
 * Deux cas. Sans .nav-hov-b, le ::before est libre ; display force parce que
 * douze surcharges l eteignent. Avec .nav-hov-b, SmartMag y trace le
 * soulignement de survol (border-bottom, bottom:0, z-index 9997) : on
 * l allonge vers le bas et le trait passe en bordure haute, couleur et
 * largeur reprises de SmartMag (border-color et border-width du
 * personnaliseur valent pour les quatre cotes ; 2 px par defaut via :where,
 * qui cede au personnaliseur). translateY(-100%) remonte la boite de sa
 * hauteur plus l epaisseur du trait : le trait reste pile ou SmartMag le
 * dessine, quelle que soit son epaisseur. display laisse a la surcharge qui
 * l a masque. */
@media (hover: hover) and (min-width: 941px) {
  /* Le theme enfant met le menu de la rangee basse en overflow:hidden des
   * 1025 px (pas de retour a la ligne) : le pont etait rogne sous l onglet.
   * clip sur l axe horizontal garde la coupe a droite, l axe vertical laisse
   * passer le pont. */
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .smart-head-bot :is(.navigation-main, .navigation) > .menu {
    overflow-x: clip;
    overflow-y: visible;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li.menu-item-has-children > a {
    position: relative;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main:not(.nav-hov-b) .menu > li.menu-item-has-children:hover > a::before {
    content: "";
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 72px;
    z-index: 0;
    background: transparent !important;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main.nav-hov-b .menu > li.menu-item-has-children:hover > a::before {
    top: calc(100% + 72px);
    bottom: auto;
    box-sizing: content-box;
    height: 72px;
    transform: translateY(-100%);
    z-index: 0;
    border-bottom-style: none;
    border-top-style: solid;
    background: transparent !important;
  }

  :where(html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .navigation-main.nav-hov-b .menu > li.menu-item-has-children:hover) > a::before {
    border-top-width: 2px;
  }
}

/* Colonne d article : le texte prend toute la largeur de sa colonne. Le theme
 * enfant plafonne .dn-article-content a 42rem (588 px) ou 760 px : chez
 * finactu, texte a 588 px dans une colonne de 826 ou la notice et le pied
 * font 826, trou de 236 px avant le rail (releve de Marc du 23/09). Sonde de
 * flotte du 23/09 a 1440 : 25 medias dans ce cas. Sans rail, la grille
 * commune des styles d image a la Une (article/commun.css) ramene deja la
 * colonne a 800 px centree. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-main > .dn-article-content {
  max-width: none !important;
}

/* Sans rail (emplacement de pub vide, masque), la colonne d article tient en
 * 800 px, centree. La grille commune des styles d image a la Une y pourvoit,
 * mais certaines surcharges passent la mise en page en flex : chez
 * france-escape, colonne de 1061 px, soit des lignes de 1061 px une fois le
 * plafond du texte leve (sonde du 23/09). */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full:has(> .dn-article-rail > .dn-article-rail__slot[aria-hidden="true"]:only-child) > .dn-article-main,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full:has(> .dn-article-rail[aria-hidden="true"]:empty) > .dn-article-main {
  max-width: 800px !important;
  margin-inline: auto !important;
}

/* Rail publicitaire d article, a cote du texte et flottant. Demandes de Marc
 * du 23/09 : « sur un article sidebar obligatoire avec pub », « mettre les
 * pub sidebar en flottant partout ». Sonde de flotte du 23/09, 77 medias
 * AdSense a 1440 : 12 surcharges passaient la mise en page en bloc centre ou
 * en colonne de 720 px (hellobiz, display block au-dela de 1100 px), la pub
 * tombait sous l article ; 3 posaient le rail en absolu hors colonne
 * (lanimalier) ; et sur les 77, main.dn-article en overflow hidden devenait
 * le conteneur de defilement et figeait le sticky. overflow-x clip rogne
 * pareil sans capter le defilement. Ne vaut que pour un rail qui porte une
 * annonce AdSense : un rail vide reste replie. */
@media (min-width: 1021px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 main.dn-article:has(.dn-article-rail ins.adsbygoogle) {
    overflow: visible !important;
    overflow-x: clip !important;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout.dn-article-layout--full:has(> .dn-article-rail ins.adsbygoogle) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 336px) !important;
    column-gap: clamp(32px, 3.5vw, 56px) !important;
    align-items: start !important;
    justify-content: stretch !important;
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    position: relative !important;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout.dn-article-layout--full:has(> .dn-article-rail ins.adsbygoogle) > .dn-article-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout.dn-article-layout--full:has(> .dn-article-rail ins.adsbygoogle) > .dn-article-rail {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    position: sticky !important;
    top: var(--dn-rail-top, clamp(88px, 9vw, 120px)) !important;
    left: auto !important;
    right: auto !important;
    align-self: start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
  }
}

/* ---- surcharges/websearchnews.com.css ---- */
/*
 * websearchnews.com : fil d agence minute. Encre marine #101C2E, bleu d agence #075F9A, papier blanc, bleu glace #EDF4F8. Inter partout, hierarchie par la graisse. Motif : double filet de telescripteur (2 px encre + 1 px trait) et heures en chiffres tabulaires.
 * Partie commune generee par couverture.py (reglages propres au media),
 * puis home ecrite a la main.
 */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 {
  --x-ink:#101C2E;
  --x-paper:#FFFFFF;
  --x-soft:#EDF4F8;
  --x-line:#C7D7E2;
  --x-accent:#075F9A;
  --x-muted:#5C6671;
  --x-deck:#34516F;
  background:var(--x-paper);
  color:var(--x-ink);
}

/* ------------------------------------------------ remise a zero cohorte */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__brand,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__commercial,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-card,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card {
  box-shadow:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content h2 {
  border-left:0;
  padding-left:0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero::after,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero h2::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__story h2::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__pillar::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content h2::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content h2::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header::after,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header::after {
  content:none;
  display:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__brand,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__commercial {
  transform:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-layout,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-shell {
  border-left:0;
  box-shadow:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-section__head {
  border-bottom:0 !important;
  box-shadow:none;
  background-image:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-section__head::after,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-section__head::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-layout::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content::before {
  content:none;
  display:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-grid,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-section {
  border-top:0;
  box-shadow:none;
  background-image:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-grid::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-section::before {
  content:none;
  display:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card {
  border-left:0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-card {
  border-top-width:1px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero {
  border-bottom:0;
  background-image:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__mast {
  background-image:none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__mast-inner {
  border-left:0;
  border-right:0;
}

/* ------------------------------------------------ en-tete et menu */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .smart-head-row,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .smart-head-row {
  background:#FFFFFF !important;
  border:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .smart-head-bot,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .smart-head-row:last-child {
  border-top:1px solid var(--x-line) !important;
  box-shadow:inset 0 -2px 0 var(--x-ink), inset 0 -4px 0 #fff, inset 0 -5px 0 var(--x-line) !important;
  padding-bottom:5px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li > a {
  color:var(--x-ink) !important;
  font-family:var(--dn-body) !important;
  font-size:15px !important;
  font-weight:600 !important;
  letter-spacing:0;
  text-transform:none;
  padding-left:14px !important;
  padding-right:14px !important;
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li.current-menu-item > a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li.current-menu-parent > a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .menu > li.current-post-ancestor > a {
  box-shadow:inset 0 -3px 0 var(--x-accent) !important;
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .sub-menu {
  background:#FFFFFF !important;
  border:1px solid var(--x-line) !important;
  border-radius:3px;
  padding:6px !important;
  box-shadow:0 12px 28px rgba(0,0,0,.12) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .navigation-main .sub-menu li > a {
  color:var(--x-ink) !important;
  border-radius:2px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-icon,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-button,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon {
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .hamburger-icon .inner::after {
  background-color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-icon:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-icon:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-button:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .search-icon:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head-mobile .search-icon:focus-visible {
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .search-modal-wrap .search-modal-box,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .search-modal-wrap .search-form {
  background:var(--x-paper) !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .search-modal-wrap .search-field,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 #smart-head .search-form input[type="search"] {
  color:var(--x-ink) !important;
  background:#fff !important;
  border:2px solid var(--x-ink) !important;
  border-radius:3px !important;
  font-size:17px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .search-modal-wrap .search-submit {
  background:var(--sig-accent-fill) !important;
  color:var(--sig-on-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .off-canvas-content {
  background:var(--x-paper) !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .mobile-menu li > a {
  color:var(--x-ink) !important;
  font-family:var(--dn-body) !important;
  font-size:17px !important;
  font-weight:600 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .close-button,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .off-canvas .close-button .tsi {
  color:var(--x-ink) !important;
}

/* ------------------------------------------------ fil d Ariane */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-breadcrumb span {
  color:var(--x-muted) !important;
  font-size:14px !important;
  font-family:var(--dn-body);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-breadcrumb a:focus-visible {
  color:var(--x-accent) !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-breadcrumb a:focus-visible {
  color:#fff !important;
}

/* ------------------------------------------------ etiquettes et meta */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header .dn-category,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card .dn-category,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card .dn-category,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-kicker {
  color:var(--x-accent) !important;
  background:transparent !important;
  font-family:var(--dn-body) !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header .dn-category:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card .dn-category:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card .dn-category:hover {
  color:var(--x-ink) !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-meta,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-meta time,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-meta span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-byline {
  color:var(--x-muted) !important;
  font-size:14px !important;
  font-family:var(--dn-body);
}

/* ------------------------------------------------ article */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header {
  border-bottom:2px solid var(--x-ink);
  padding-bottom:22px;
  margin-bottom:26px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-header h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(32px, 3.6vw, 48px) !important;
  line-height:1.1 !important;
  letter-spacing:-0.02em !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-deck,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-deck p {
  font-family:var(--dn-body) !important;
  font-size:21px !important;
  line-height:1.5 !important;
  color:var(--x-deck) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-author {
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-author strong {
  color:var(--x-ink) !important;
  font-size:15px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-author:hover strong {
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-hero img {
  border-radius:4px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-hero figcaption,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-image-credit {
  color:var(--x-muted) !important;
  font-size:13px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content {
  color:var(--x-ink) !important;
  font-family:var(--dn-body);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content h2 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:29px !important;
  line-height:1.2 !important;
  color:var(--x-ink) !important;
  margin:44px 0 16px !important;
  padding-top:14px;
  border-top:2px solid var(--x-ink);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content h3 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:23px !important;
  line-height:1.25 !important;
  color:var(--x-ink) !important;
  margin:32px 0 12px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content blockquote {
  margin:34px 0 !important;
  padding:20px 24px !important;
  border:0 !important;
  border-left:4px solid var(--x-accent) !important;
  background:var(--x-soft) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content blockquote p {
  font-family:var(--dn-body) !important;
  font-size:22px !important;
  line-height:1.45 !important;
  color:var(--x-ink) !important;
  margin:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-content figcaption {
  color:var(--x-muted) !important;
  font-size:14px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief {
  background:var(--x-soft) !important;
  border:0 !important;
  border-top:3px solid var(--x-accent) !important;
  padding:20px 24px !important;
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief h2 {
  border:0 !important;
  padding:0 !important;
  margin:0 0 10px !important;
  font-size:19px !important;
  letter-spacing:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief p:first-child {
  font-family:var(--dn-display) !important;
  font-size:19px !important;
  margin-top:0 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief li,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-brief p {
  font-size:17px !important;
  line-height:1.6 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-tags a {
  display:inline-block;
  padding:6px 12px !important;
  border:1px solid var(--x-line) !important;
  border-radius:2px;
  color:var(--x-ink) !important;
  font-size:14px !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-tags a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-tags a:focus-visible {
  background:var(--sig-accent-fill) !important;
  border-color:var(--sig-accent-fill) !important;
  color:var(--sig-on-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card {
  background:var(--x-soft) !important;
  border:0 !important;
  border-top:2px solid var(--x-ink) !important;
  padding:24px !important;
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card h3 {
  font-family:var(--dn-display) !important;
  font-size:22px !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card p:not(.dn-kicker) {
  font-size:16px !important;
  line-height:1.6 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-card a:not([class]) {
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related .dn-section__head h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-section__head h2 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:26px !important;
  color:var(--x-ink) !important;
  padding-bottom:10px;
  border-bottom:2px solid var(--x-ink);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card h3,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card h3 a {
  font-family:var(--dn-display) !important;
  font-size:18px !important;
  line-height:1.3 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h3 a:hover {
  color:var(--x-accent) !important;
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-related-card__media img,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card__media img {
  border-radius:3px;
}

/* ------------------------------------------------ rubrique et auteur */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero {
  background:var(--x-soft) !important;
  border-bottom:2px solid var(--x-ink) !important;
  padding-top:36px !important;
  padding-bottom:30px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(34px, 4vw, 54px) !important;
  line-height:1.08 !important;
  letter-spacing:-0.02em !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-archive-description,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-archive-description p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-author-bio,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-author-bio p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-count,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-count {
  font-size:18px !important;
  line-height:1.55 !important;
  color:#34516F !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-kicker {
  color:#34516F !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-author-hero .dn-breadcrumb a:focus-visible {
  color:var(--x-ink) !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card {
  background:#fff !important;
  border:0 !important;
  border-top:2px solid var(--x-ink) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding-top:14px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card__body {
  padding:14px 2px 4px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h2 a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h3,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card h3 a {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:20px !important;
  line-height:1.28 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-archive-card__body p {
  font-size:15px !important;
  line-height:1.55 !important;
  color:var(--x-muted) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-pagination .page-numbers {
  min-width:42px;
  padding:9px 13px !important;
  border:1px solid var(--x-line) !important;
  border-radius:2px;
  color:var(--x-ink) !important;
  font-size:15px !important;
  background:var(--x-paper) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-pagination .page-numbers.current {
  background:var(--x-ink) !important;
  border-color:var(--x-ink) !important;
  color:var(--x-paper) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-pagination a.page-numbers:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-pagination a.page-numbers:focus-visible {
  background:var(--sig-accent-fill) !important;
  border-color:var(--sig-accent-fill) !important;
  color:var(--sig-on-accent) !important;
}

/* ------------------------------------------------ pages de confiance */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header {
  background:var(--x-soft) !important;
  color:var(--x-ink) !important;
  border-bottom:2px solid var(--x-ink) !important;
  padding-top:36px !important;
  padding-bottom:30px !important;
  margin-bottom:28px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header h1,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(32px, 3.6vw, 48px) !important;
  line-height:1.1 !important;
  letter-spacing:-0.02em !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-kicker {
  color:var(--x-muted) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-header .dn-breadcrumb a:focus-visible {
  color:var(--x-ink) !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content li {
  font-size:18px !important;
  line-height:1.7 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content h2 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:27px !important;
  line-height:1.2 !important;
  color:var(--x-ink) !important;
  margin:40px 0 14px !important;
  padding-top:14px;
  border-top:2px solid var(--x-ink);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content h3 {
  font-family:var(--dn-display) !important;
  font-size:21px !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-page-content a:not([class]) {
  color:var(--x-accent) !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero {
  background:var(--x-soft) !important;
  border-left:4px solid var(--x-accent) !important;
  border-radius:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero h1,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__lede,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__lede p {
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__lede,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__lede p {
  font-size:20px !important;
  line-height:1.55 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__kicker {
  color:var(--x-accent) !important;
  font-size:13px !important;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__pillar {
  background:#fff !important;
  border:0 !important;
  border-top:2px solid var(--x-ink) !important;
  border-radius:0 !important;
  padding:18px 4px !important;
  box-shadow:none !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__pillar h3 {
  font-family:var(--dn-display) !important;
  font-size:20px !important;
  color:var(--x-ink) !important;
  margin-top:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__pillar p {
  font-size:16px !important;
  line-height:1.6 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__links a {
  color:var(--x-accent) !important;
  font-weight:600;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__links a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__links a:focus-visible {
  color:var(--x-ink) !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero {
  background:var(--x-ink) !important;
  color:#fff !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero .dn-kicker {
  color:#C7D7E2 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero h1,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-team-hero h2 {
  color:#fff !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust__story h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-trust h2 {
  border-top:0 !important;
  border-left:0 !important;
  padding:0 !important;
  margin-top:0 !important;
}

/* ------------------------------------------------ pied */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer {
  background:var(--x-ink) !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__mast {
  border-bottom:1px solid #2B3B52 !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__brand {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__statement,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer p,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__label {
  color:#AFC2D3 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__label {
  font-size:13px !important;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer a strong,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer button {
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer button {
  font-size:15px !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer a:focus-visible,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer button:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer button:focus-visible {
  color:#C7D7E2 !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__base {
  border-top:1px solid #2B3B52 !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__commercial {
  background:#16263D !important;
  border:0 !important;
  border-top:3px solid #C7D7E2 !important;
  padding:22px !important;
  border-radius:0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-fleet-footer__commercial h2 {
  font-family:var(--dn-display) !important;
  font-size:22px !important;
  line-height:1.25 !important;
}

/* ================================================ home dediee */
/* Fil d agence : la une et la colonne « Just filed » minutee, les bureaux
   en quatre colonnes filetees, le fil complet en deux colonnes, puis une
   rangee a images. Heures en gras tabulaire, jamais de numero decoratif. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn {
  display: block;
  background: #fff;
  color: var(--x-ink);
  font-family: var(--dn-body);
  padding: 0 0 64px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn a {
  color: inherit;
  text-decoration: none;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h2,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h3,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h4 {
  font-family: var(--dn-display);
  font-weight: 700;
  color: var(--x-ink);
  margin: 0;
  letter-spacing: -0.015em;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h2 a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h3 a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn h4 a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__title:hover {
  color: var(--x-accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .dn-cover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn picture,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-stamp {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--x-muted);
  font-variant-numeric: tabular-nums;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-stamp strong {
  color: var(--x-accent);
  font-weight: 700;
  font-size: 15px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-cat,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-slug a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--x-accent);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-cat:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-slug a:hover {
  color: var(--x-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-by {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--x-muted);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-by a {
  color: var(--x-ink);
  font-weight: 600;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-by a:hover {
  color: var(--x-accent);
  text-decoration: underline;
}
/* Tete de section : double filet de telescripteur. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-head {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 0 12px;
  margin: 0 0 26px;
  border-top: 2px solid var(--x-ink);
  border-bottom: 1px solid var(--x-line);
  box-shadow: 0 -5px 0 -3px var(--x-line);
}
/* ---- la une et la colonne minutee */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-top {
  padding: 34px 0 44px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-top__grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(300px, 1fr);
  gap: 40px;
  align-items: start;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lead__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 3px;
  background: var(--x-soft);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lead__body {
  padding: 22px 0 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-slug {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin: 0 0 12px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lead h2 {
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.025em;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lede {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.55;
  color: #34516F;
  max-width: 64ch;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash {
  background: var(--x-soft);
  border-top: 4px solid var(--x-ink);
  padding: 20px 22px 8px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash__title {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 6px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash article {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-top: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash article .wsn-stamp {
  order: -1;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
/* ---- bureaux */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desks {
  padding: 44px 0 20px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk {
  padding: 0 22px;
  border-left: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk:first-child {
  padding-left: 0;
  border-left: 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk:last-child {
  padding-right: 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 14px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__head h3 {
  font-size: 20px;
  color: var(--x-accent);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__head a {
  font-size: 14px;
  font-weight: 600;
  color: var(--x-ink);
  white-space: nowrap;
  border-bottom: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__head a:hover,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__head a:focus-visible {
  color: var(--x-accent);
  border-bottom-color: var(--x-accent);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk article {
  padding: 14px 0;
  border-top: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk article.wsn-desk__first {
  padding-top: 0;
  border-top: 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin: 0 0 12px;
  border-radius: 3px;
  background: var(--x-soft);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk h4 {
  font-size: 17px;
  line-height: 1.32;
  font-weight: 600;
  margin: 0 0 8px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk__first h4 {
  font-size: 19px;
  font-weight: 700;
}
/* ---- fil complet */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire {
  padding: 40px 0 20px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 48px;
  column-rule: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list li {
  break-inside: avoid;
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 16px;
  padding: 14px 0;
  margin: 0;
  border-bottom: 1px solid var(--x-line);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list .wsn-stamp {
  flex-direction: column;
  gap: 2px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list li > div {
  display: grid;
  gap: 4px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--x-ink);
}
/* ---- rangee a images */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row {
  padding: 40px 0 0;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0 0 14px;
  border-radius: 3px;
  background: var(--x-soft);
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row h3 {
  font-size: 21px;
  line-height: 1.25;
  margin: 6px 0 10px;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row p:not(.wsn-by) {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--x-muted);
}
/* ---- tablette et mobile */
@media (max-width: 1080px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-top__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wrap {
    padding: 0 16px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-top {
    padding: 18px 0 30px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lead h2 {
    font-size: 28px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-lede {
    font-size: 17px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-flash {
    padding: 16px 16px 4px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desks__grid,
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-row__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-desk {
    padding: 0;
    border-left: 0;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list {
    columns: 1;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list li {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-wsn .wsn-wire__list .wsn-stamp {
    flex-direction: row;
    gap: 8px;
  }
}

/* ------------------------------------------------------------ correctif pilote 23/09 : titrage */
/* Cette surcharge compose ses titres avec var(--dn-display) sans le definir :
 * le jeton du profil media (Georgia ou Arial Narrow) prenait la place de la
 * police de la charte. Le titrage suit desormais --sig-display-family. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 {
  --dn-display: var(--sig-display-family);
}

/* Planchers de lisibilite (24/09, demande de Marc : textes jamais trop petits).
   Legendes 14px mini et contraste AA, nom d auteur 13px mini ; valeurs mesurees a 390 et 1440. */
/* .dn-article-content figcaption .dn-image-credit : 13px */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53:not(#p0) .dn-article-content figcaption .dn-image-credit { font-size: 14px !important; }
/* .dn-article-content p.dn-image-credit : 13px */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53:not(#p0) .dn-article-content p.dn-image-credit { font-size: 14px !important; }
/* .dn-article-hero figcaption : 13px */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53:not(#p0) .dn-article-hero figcaption { font-size: 14px !important; }

/* ---- article/commun.css ---- */
/* Page article, bloc commun a tous les styles d image a la Une.
 * Genere dans signature.css apres la surcharge du media, seulement pour les
 * medias actives dans article/une.json. */

/* 1. Rail publicitaire vide (arbitrage de Marc du 23/09, « Poser, lots de 10 »).
 * Le gabarit pose aria-hidden sur le slot, le MU plugin diginov-media-ads le
 * retire en servant l unite : tant qu il est la, aucune regie n est servie.
 * On replie la piste et le rail, et la colonne de lecture reprend la mesure
 * de la maison (800 px centres) au lieu de s etaler sur toute la coque.
 * Le jour ou la regie sert, la regle cesse de matcher toute seule. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full:has(> .dn-article-rail > .dn-article-rail__slot[aria-hidden="true"]:only-child),
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full:has(> .dn-article-rail[aria-hidden="true"]:empty) {
  grid-template-columns: minmax(0, 800px) !important;
  justify-content: center !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full:has(> .dn-article-rail > .dn-article-rail__slot[aria-hidden="true"]:only-child) > .dn-article-rail,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article .dn-article-layout--full > .dn-article-rail[aria-hidden="true"]:empty {
  display: none !important;
}

/* 2. Image a la Une : une photo n est jamais recadree en portrait ou en carre
 * par le profil de surface. Le style du media fixe largeur et format. */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero {
  position: relative;
  overflow: visible !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none;
  padding: 0 !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: var(--une-ratio, 16 / 9) !important;
  object-fit: cover !important;
  object-position: 50% 40%;
  border: 0 !important;
  border-radius: var(--une-radius, 0) !important;
}

/* 3. Legende : sous l image, dans l axe du titre, en DA (trait d accent,
 * corps lisible, jamais sous 14 px). */
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero figcaption {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 12px 0 0;
  padding: 0 0 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--dn-ink) 14%, transparent);
  color: var(--dn-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero figcaption::before {
  content: "";
  flex: 0 0 28px;
  height: 2px;
  background: var(--dn-accent);
  transform: translateY(-4px);
}

@media (max-width: 760px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero figcaption {
    margin-inline: 16px;
  }
}

/* ---- article/une-ample.css ---- */
/* Style « ample » : l image deborde la colonne du titre (1280 px), en 2/1. */
@media (min-width: 761px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero {
    width: min(1280px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    --une-ratio: 2 / 1;
  }
  /* Le filet de la legende suit toute la largeur de l image ; seul le texte
   * reste a 800 px (filet de 800 sous une image de 1280, sonde du 23/09). */
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-article-shell > .dn-article-hero figcaption {
    padding-inline-end: max(0px, calc(100% - 800px));
  }
}

/* ---- article/gouttiere.json ---- */
/* Gouttiere mobile du titre : aligne sur le texte du corps. */
@media (max-width: 680px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-surface .dn-article-shell > .dn-article-header.dn-shell {
    margin-inline: 0 !important;
    width: auto !important;
    max-width: none !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }
}
@media (min-width: 681px) and (max-width: 760px) {
  html body.diginov-media.diginov-media-fleet-websearchnews-com-fba53 .dn-surface .dn-article-shell > .dn-article-header.dn-shell {
    margin-inline: 0 !important;
    width: auto !important;
    max-width: none !important;
    align-self: stretch !important;
    justify-self: stretch !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }
}
