/* diginov-signature newstv.fr cle=fleet-newstv-fr-82456 identite=95676c31f0b1df28bd45f989278f426c47dc5f8c97c92954eece8f74abaf2384 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");
}

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

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 {
  --dn-accent: #B72D32;
  --dn-accent-2: #2E638C;
  --dn-ink: #17191C;
  --dn-paper: #FFFEFB;
  --dn-paper-soft: #F1F1EE;
  --dn-line: #D0D0CB;
  --dn-muted: #5E6063;
  --sig-accent: #0032A8;
  --sig-accent-text: #0032A8;
  --sig-accent-mark: #0032A8;
  --sig-accent-fill: #0032A8;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #14202A;
  --sig-foot-text: #FFFEFB;
  --sig-foot-muted: #F1F1EE;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Zilla Slab", Georgia, "Times New Roman", 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-newstv-fr-82456 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #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-newstv-fr-82456 a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 button:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 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-newstv-fr-82456 .entry-content {
  font-size: 18px;
  line-height: 1.7;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .entry-content p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .entry-content li {
  font-size: 18px;
  line-height: 1.7;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .post-meta,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .post-meta a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .post-meta time,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .post-meta span,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .breadcrumbs,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .breadcrumbs a {
  font-size: max(13px, 1em);
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .cat-labels a {
  font-size: 12px;
  letter-spacing: 0.04em;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .excerpt,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .excerpt p {
  font-size: 15px;
  line-height: 1.55;
}

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

@media (prefers-reduced-motion: reduce) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 * {
    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-newstv-fr-82456 #smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #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-newstv-fr-82456 #smart-head .hamburger-icon.hamburger-icon:has(.inner),
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .hamburger-icon.hamburger-icon:has(.inner),
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon.hamburger-icon:has(.inner)::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .hamburger-icon.hamburger-icon:has(.inner)::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon.hamburger-icon:has(.inner)::after,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #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-newstv-fr-82456 .dn-trust .dn-trust__marketplace p:not(.dn-trust__kicker),
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .dn-trust .dn-trust__contact-commercial > p:empty,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-trust .dn-trust__marketplace > p:empty {
  display: none !important;
}
@media (min-width: 821px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-trust .dn-trust__contact-commercial,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .dn-trust .dn-trust__marketplace-logo {
    max-width: 200px;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-trust .dn-trust__marketplace > p:last-child {
    margin: 0;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 #smart-head .smart-head-bot :is(.navigation-main, .navigation) > .menu {
    overflow-x: clip;
    overflow-y: visible;
  }

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

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #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-newstv-fr-82456 #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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 main.dn-article:has(.dn-article-rail ins.adsbygoogle) {
    overflow: visible !important;
    overflow-x: clip !important;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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/newstv.fr.css ---- */
/* ---------- Socle commun des vues : newstv.fr ---------- */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 {
  --tv-accent: #0032A8;
  --tv-brick: #00758C;
  --tv-ink: #17191C;
  --tv-paper: #FFFEFB;
  --tv-soft: #F1F1EE;
  --tv-line: #D0D0CB;
  --tv-muted: #17191C;
  --tv-th_bg: #14202A;
  --tv-th_fg: #FFFEFB;
  --tv-title: "DN Zilla Slab", Georgia, serif;
  --tv-text: "DN Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--tv-paper) !important;
  color: var(--tv-ink);
  font-family: var(--tv-text);
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .main-wrap,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-surface {
  background: var(--tv-paper) !important;
}

/* En-tete */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .smart-head-row,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .smart-head-mid {
  background: #FFFEFB !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile {
  border-bottom: 5px solid #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid {
  min-height: 84px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid .inner,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid .items,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid .nav-wrap {
  align-items: center !important;
  align-self: center;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid .logo-link {
  margin-right: 28px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-mid .logo-image {
  height: 54px !important;
  width: auto !important;
  max-height: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu > li > a {
  font-family: var(--tv-title) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #17191C !important;
  padding: 18px 16px 0 !important;
  height: 84px !important;
  line-height: 84px !important;
  display: flex !important;
  align-items: center;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .navigation-main .menu > li:hover > a {
  background: #0032A8 !important;
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .sub-menu,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu {
  background: var(--tv-paper) !important;
  border-top: 3px solid var(--tv-accent) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu .dn-loop-post-fallback__body a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu .post-title a {
  color: var(--tv-ink) !important;
  font-family: var(--tv-title);
  font-size: 16px;
  line-height: 1.3;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu .dn-loop-post-fallback__body a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu .post-title a:hover {
  color: var(--tv-accent) !important;
  background: none !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .mega-menu .dn-category {
  color: var(--tv-accent) !important;
  font-family: var(--tv-title);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .search-icon,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .search-button,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .hamburger-icon {
  color: #17191C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .hamburger-icon .inner::after,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .hamburger-icon .inner::after {
  background: #17191C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .search-icon:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .search-icon:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .search-button:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .search-icon:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .smart-head-mobile .search-icon:focus-visible {
  color: #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-search .query {
  background: var(--tv-paper) !important;
  color: var(--tv-ink) !important;
  border: 1px solid var(--tv-line) !important;
  font-size: 15px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .off-canvas,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .mobile-menu-container {
  background: #14202A !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .off-canvas .mobile-menu li > a {
  font-family: var(--tv-title) !important;
  font-size: 19px !important;
  color: #FFFEFB !important;
  padding: 12px 8px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .off-canvas .mobile-menu li > a:focus-visible {
  background: #FFFEFB !important;
  color: #14202A !important;
}

/* Fil d Ariane, surtitres, meta */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-breadcrumb a {
  font-family: var(--tv-title);
  font-size: 14px !important;
  color: var(--tv-muted) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-breadcrumb a:focus-visible {
  color: var(--tv-accent) !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-kicker,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-category,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 a.dn-category {
  font-family: var(--tv-title) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--tv-accent) !important;
  background: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-meta,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-meta a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-meta time {
  font-family: var(--tv-title);
  font-size: 14px !important;
  color: var(--tv-muted) !important;
}

/* Article */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-header {
  text-align: left;
  padding-top: 32px !important;
  padding-bottom: 24px !important;
  border-bottom: 0 !important;
  
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-header .dn-breadcrumb {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  gap: 4px 8px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-header .dn-breadcrumb span[aria-current] {
  flex: 0 1 auto !important;
  margin: 0 !important;
  text-align: left !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-header h1,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article h1 {
  font-family: var(--tv-title) !important;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em;
  color: var(--tv-ink) !important;
  max-width: 920px;
  
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-deck,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-deck p {
  font-family: var(--tv-text) !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  color: var(--tv-ink) !important;
  max-width: 780px;
  
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-byline {
  justify-content: flex-start;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-author {
  font-family: var(--tv-title);
  font-size: 15px;
  font-weight: 700;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-author:hover {
  color: var(--tv-accent) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-hero {
  border: 0; outline: 0; border-bottom: 8px solid #0032A8;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-hero img {
  border-radius: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content {
  font-family: var(--tv-text) !important;
  color: var(--tv-ink);
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content li,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content li {
  font-family: var(--tv-text) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content a:not([class]),
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content a:not([class]) {
  color: var(--tv-accent) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content a:not([class]):hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content a:not([class]):hover {
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content h2,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content h2 {
  font-family: var(--tv-title) !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  color: #17191C !important;
  margin-top: 44px !important;
  padding-bottom: 8px !important; border-bottom: 3px solid #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content h3,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content h3 {
  font-family: var(--tv-title) !important;
  font-size: 23px !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content blockquote,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-content blockquote {
  border: 0 !important;
  background: #F1F1EE !important; border-left: 6px solid #0032A8 !important;
  padding: 20px 26px !important;
  margin: 32px 0 !important;
  font-size: 21px !important;
  line-height: 1.5;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content .wp-block-table {
  overflow-x: auto;
  max-width: 100%;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content table {
  width: 100% !important;
  border-collapse: collapse;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content th,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content th p {
  background: var(--tv-th_bg) !important;
  color: var(--tv-th_fg) !important;
  font-family: var(--tv-title) !important;
  font-size: 17px !important;
  text-align: left;
  padding: 10px 12px !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td li {
  font-family: var(--tv-text) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: var(--tv-ink) !important;
  white-space: normal !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td {
  border-bottom: 1px solid var(--tv-line) !important;
  padding: 10px 12px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-tags a {
  font-family: var(--tv-title);
  font-size: 14px !important;
  color: var(--tv-accent) !important;
  background: transparent !important;
  border: 1px solid var(--tv-line) !important;
  border-radius: 0 !important;
  padding: 5px 12px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-tags a:hover {
  background: var(--tv-accent) !important;
  color: #FFFFFF !important;
  border-color: var(--tv-accent) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card {
  background: var(--tv-soft) !important;
  border: 0 !important;
  border-top: 5px solid #0032A8 !important;
  padding: 26px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card h2,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card h2 a {
  font-family: var(--tv-title) !important;
  font-size: 22px !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card h2 a:hover {
  color: var(--tv-accent) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card p:not(.dn-kicker) {
  font-family: var(--tv-text) !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 img.dn-author-portrait,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card__portrait img {
  border-radius: 50% !important;
  aspect-ratio: 1 !important;
  object-fit: cover !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 div.dn-author-portrait {
  width: max-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 div.dn-author-portrait img.dn-author-portrait {
  display: block !important;
  width: 150px !important;
  height: 150px !important;
  max-width: none !important;
}

@media (max-width: 720px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: start !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card__portrait,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-card__portrait img {
    width: 72px !important;
    height: 72px !important;
  }
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-section__head h2,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related h2 {
  font-family: var(--tv-title) !important;
  font-size: 28px !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related-card h3,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related-card h3 a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h2 a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h3,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h3 a {
  font-family: var(--tv-title) !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  color: var(--tv-ink) !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card h3 a:hover {
  color: var(--tv-accent) !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related-card__media,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card__media {
  border-bottom: 5px solid #0032A8;
  overflow: hidden;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card {
  background: transparent !important;
  border: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-card__body p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-related-card p {
  font-family: var(--tv-text) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: var(--tv-muted) !important;
}

/* Rubrique et auteur */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero {
  background: #14202A !important;
  color: #FFFEFB !important;
  border-bottom: 8px solid #0032A8 !important;
  padding-top: 44px !important;
  padding-bottom: 40px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero h1 {
  font-family: var(--tv-title) !important;
  font-size: 54px !important;
  line-height: 1.05 !important;
  color: #FFFEFB !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero .dn-breadcrumb a {
  color: #F1F1EE !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero nav.dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero nav.dn-breadcrumb a {
  font-family: var(--tv-title) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero .dn-breadcrumb a:focus-visible {
  color: #FFFEFB !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-description,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-description p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-count,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-bio,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-bio p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-count,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero a {
  color: #FFFEFB !important;
  font-family: var(--tv-text) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-count,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-count {
  font-family: var(--tv-title) !important;
  font-size: 15px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination ul.page-numbers {
  border: 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li {
  margin: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > .page-numbers {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  width: auto !important;
  min-width: max-content !important;
  height: auto !important;
  padding: 8px 14px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > .page-numbers::before {
  white-space: nowrap !important;
  position: static !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > .page-numbers.dots {
  border: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > .page-numbers {
  font-family: var(--tv-title) !important;
  font-size: 16px !important;
  white-space: nowrap !important;
  color: var(--tv-ink) !important;
  border: 1px solid var(--tv-line) !important;
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > .page-numbers.current,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > a.page-numbers:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-pagination li > a.page-numbers:focus-visible {
  background: var(--tv-accent) !important;
  color: #FFFFFF !important;
  border-color: var(--tv-accent) !important;
}

/* Pages de confiance et equipe */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-header {
  text-align: left;
  padding-top: 40px !important;
  padding-bottom: 28px !important;
  border-top: 8px solid #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-header .dn-breadcrumb {
  justify-content: flex-start;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-header h1,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-team-hero h1,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-trust__hero h1 {
  font-family: var(--tv-title) !important;
  font-size: 46px !important;
  line-height: 1.08 !important;
  color: #17191C !important;
}

/* Pied */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-site-footer,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer {
  background: #14202A !important;
  color: #F1F1EE !important;
  border-top: 8px solid #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-site-footer a {
  color: #F1F1EE !important;
  font-size: 15px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-site-footer a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast {
  background: #0032A8 !important;
  border: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__brand {
  color: #FFFFFF !important;
  font-family: var(--tv-title) !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__statement {
  color: #FFFFFF !important;
  font-family: var(--tv-text) !important;
  font-size: 17px !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__label {
  font-family: var(--tv-title) !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #D0D0CB !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__statement,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer p {
  color: #F1F1EE !important;
  font-size: 15px;
  line-height: 1.6;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial {
  background: #FFFEFB !important;
  border: 0 !important;
  border-top: 6px solid #0032A8 !important;
  transform: none !important;
  padding: 26px 26px 28px !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial * {
  transform: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial h2 {
  color: #17191C !important;
  font-family: var(--tv-title) !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial p {
  color: #17191C !important;
  font-family: var(--tv-text) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial p.label {
  font-family: var(--tv-title) !important;
  font-size: 13px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial a {
  background: #0032A8 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  opacity: 1 !important;
  font-family: var(--tv-title) !important;
  font-size: 16px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__commercial a:focus-visible {
  background: #FFFEFB !important;
  color: #17191C !important;
}

@media (max-width: 720px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-header h1,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article h1 {
    font-size: 32px !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-deck,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-deck p {
    font-size: 18px !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-archive-hero h1,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-author-hero h1,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-page-header h1 {
    font-size: 34px !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td p,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content td li,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content th,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-content th p {
    font-size: 16px !important;
    padding: 8px !important;
  }
  
}

/* newstv.fr (NewsTV) : mur d ecrans de regie.
   Bleu #0032A8, nuit #14202A, encre #17191C, papier #FFFEFB,
   doux #F1F1EE, trait #D0D0CB, degrade du triangle #2358A8 a #00758C.
   Zilla Slab 700 titres, Inter texte.
   Motif : bandeau de bas d ecran en degrade sous l ecran programme,
   moniteurs 16/9 a liseres, conducteur en duplex. */

/* Rangee haute du socle (Nos autres medias) sur nuit */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top {
  background: #14202A !important;
  border-bottom: 0 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top span,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top .icon {
  color: #F1F1EE !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-top a:focus-visible {
  color: #FFFFFF !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv-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-newstv-fr-82456 .dn-tv {
  padding: 0 0 72px;
  background: #FFFEFB;
  color: #17191C;
  font-family: "DN Inter", "Helvetica Neue", Arial, sans-serif;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv a {
  text-decoration: none;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h2,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h3,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h4 {
  font-family: "DN Zilla Slab", Georgia, serif;
  font-weight: 700;
  color: #17191C;
  margin: 0;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h2 a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h3 a,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h4 a {
  color: inherit !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h3 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h3 a:focus-visible,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h4 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv h4 a:focus-visible {
  color: #0032A8 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv p {
  font-size: 16px;
  line-height: 1.6;
  color: #17191C;
  margin: 10px 0 0;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-cat {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0032A8 !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #17191C;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-byline a {
  color: #17191C !important;
  font-weight: 600;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-byline a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-byline a:focus-visible {
  color: #0032A8 !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 3px solid #17191C;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-head h2 {
  font-size: 32px;
  line-height: 1.1;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-more {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  color: #0032A8 !important;
  border-bottom: 2px solid #0032A8;
  padding-bottom: 2px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-more:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-more:focus-visible {
  color: #17191C !important;
  border-bottom-color: #17191C;
}

/* Plateau : ecran programme et ecrans de retour sur nuit */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau {
  background: #14202A;
  padding: 44px 0 48px;
  margin-bottom: 56px;
  border-bottom: 8px solid #0032A8;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau__grid {
  display: grid;
  grid-template-columns: 2.1fr 1fr;
  gap: 32px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-prog__ecran {
  position: relative;
  border: 1px solid #74767A;
  border-radius: 6px;
  overflow: hidden;
  background: #17191C;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-prog__media {
  display: block;
  aspect-ratio: 16 / 9;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 14px 20px 16px;
  background: linear-gradient(90deg, #2358A8 0, #00758C 100%);
  border-left: 8px solid #FFFEFB;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau .dn-tv-cat {
  color: #FFFFFF !important;
  margin-bottom: 4px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau h2 {
  font-size: 34px;
  line-height: 1.12;
  color: #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau h2 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau h2 a:focus-visible {
  color: #FFFFFF !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau p,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau .dn-tv-byline,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau .dn-tv-byline a {
  color: #F1F1EE !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-prog__chapo {
  font-size: 18px;
  margin-top: 18px;
  max-width: 760px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retours {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retour__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #74767A;
  border-radius: 6px;
  border-bottom: 5px solid #0032A8;
  margin-bottom: 12px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau .dn-tv-cat {
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retour h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #FFFEFB;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retour h3 a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retour h3 a:focus-visible {
  color: #FFFFFF !important;
}

/* Mur de moniteurs */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-mur {
  margin-bottom: 64px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-mur__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-moniteur {
  background: #F1F1EE;
  border: 1px solid #D0D0CB;
  border-radius: 6px;
  overflow: hidden;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-moniteur__media {
  display: block;
  aspect-ratio: 16 / 9;
  border-bottom: 5px solid #0032A8;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-moniteur__text {
  padding: 14px 16px 18px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-moniteur h3 {
  font-size: 21px;
  line-height: 1.22;
}

/* Duplex politique / economie */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex {
  margin-bottom: 64px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__col + .dn-tv-duplex__col {
  padding-left: 48px;
  border-left: 1px solid #D0D0CB;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  border-bottom: 5px solid #0032A8;
  margin-bottom: 14px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__main h3 {
  font-size: 26px;
  line-height: 1.15;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__list li {
  margin: 0;
  padding: 14px 0 14px 18px;
  border-top: 1px solid #D0D0CB;
  border-left: 4px solid #0032A8;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__list h3 {
  font-size: 19px;
  line-height: 1.25;
}

/* Suite : planete, culture, sport */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite {
  margin-bottom: 64px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__label {
  display: inline-block;
  font-family: "DN Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0032A8;
  padding: 6px 12px;
  margin-bottom: 16px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__label a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__label a:focus-visible {
  color: #FFFFFF !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 12px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__item {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #D0D0CB;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__item h4 {
  font-size: 20px;
  line-height: 1.22;
}

/* Plus leger : listes sur fond doux */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col {
  background: #F1F1EE;
  border-top: 5px solid #17191C;
  padding: 18px 20px 8px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__label {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__label a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__label a:focus-visible {
  color: #0032A8 !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col li {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #D0D0CB;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col li a {
  color: #17191C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col li a:hover,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__col li a:focus-visible {
  color: #0032A8 !important;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau__grid {
    grid-template-columns: 1fr;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retours {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-mur__grid,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__grid,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv-wrap {
    padding: 0 16px;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-plateau {
    padding: 24px 0 32px;
    margin-bottom: 40px;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau {
    position: static;
    border-left: 0;
    border-top: 5px solid #FFFEFB;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-bandeau h2 {
    font-size: 26px;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-retours,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-mur__grid,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__grid,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-suite__grid,
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-legers__grid {
    grid-template-columns: 1fr;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__grid {
    gap: 40px;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-duplex__col + .dn-tv-duplex__col {
    padding-left: 0;
    border-left: 0;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-head {
    flex-wrap: wrap;
  }

  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-tv .dn-tv-head h2 {
    font-size: 26px;
  }
}

/* En-tete papier : logo couleur seul, jamais la version blanche */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .logo-image.logo-image-dark,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .logo-image.logo-image-dark {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .logo-image:not(.logo-image-dark),
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .logo-image:not(.logo-image-dark) {
  display: inline-block !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-mid {
  min-height: 84px;
  height: auto !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head .smart-head-row.smart-head-mid .navigation-main .menu > li > a {
  padding: 0 14px !important;
  height: 84px !important;
  line-height: 84px !important;
  font-size: 16px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .smart-head-row,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .smart-head-mid {
  background: #FFFEFB !important;
  color: #17191C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .smart-head-mid .logo-image {
  height: 38px !important;
  width: auto !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .offcanvas-toggle {
  color: #17191C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 #smart-head-mobile .hamburger-icon .inner::after {
  background: #17191C !important;
}

/* Correctif pilote 23/09 : pied a la DA du media (bandeau bleu compact,
   marque en Zilla Slab lisible, sans pastille ronde vide). */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast {
  padding: 34px 0 30px !important;
  min-height: 0 !important;
  border-bottom: 6px solid #00758C !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__mast-inner {
  display: block !important;
  min-height: 0 !important;
  text-align: left !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__mast-brand {
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 12px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__mast-brand::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast .dn-fleet-footer__mast-brand::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast p {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  white-space: normal !important;
  text-align: left !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast p.dn-fleet-footer__brand {
  display: block !important;
  width: auto !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  font-family: var(--tv-title) !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  margin: 6px 0 0 !important;
  color: #FFFEFB !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast p.dn-fleet-footer__statement {
  margin: 0 !important;
  max-width: 720px;
  font-size: 17px !important;
}

html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast p.dn-fleet-footer__statement:empty {
  display: none !important;
}

@media (max-width: 720px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-fleet-footer__mast p.dn-fleet-footer__brand {
    font-size: 34px !important;
  }
}

/* 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 : 13.5px, contraste 3.42 sur rgb(255,254,251), porte a 4.63 */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456:not(#p0) .dn-article-content figcaption { font-size: 14px !important; color: #747474 !important; }
/* .dn-article-content figcaption .dn-image-credit : 13.5px, contraste 3.42 sur rgb(255,254,251), porte a 4.63 */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456:not(#p0) .dn-article-content figcaption .dn-image-credit { font-size: 14px !important; color: #747474 !important; }
/* nom d auteur : 12px */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456:not(#p0) .dn-article-byline .dn-article-author strong { font-size: 13px !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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .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-newstv-fr-82456 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero figcaption {
    margin-inline: 16px;
  }
}

/* ---- article/une-cinema.css ---- */
/* Style « cinema » : un bandeau a l encre du media court sur toute la largeur,
 * l image y est posee en 16/9 et la legende s ecrit en clair dessous. */
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero {
  background: var(--dn-ink) !important;
}
@media (min-width: 761px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 48px 24px 20px !important;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero img {
    width: min(1180px, 100%) !important;
    margin-inline: auto;
  }
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero figcaption {
    width: min(1180px, 100%);
    margin-inline: auto;
  }
}
html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero figcaption {
  color: color-mix(in srgb, var(--dn-paper) 78%, var(--dn-ink));
  border-bottom-color: color-mix(in srgb, var(--dn-paper) 18%, transparent);
}
@media (max-width: 760px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .dn-article-shell > .dn-article-hero {
    padding: 0 0 4px !important;
  }
}

/* ---- article/gouttiere.json ---- */
/* Gouttiere mobile du titre : aligne sur le texte du corps. */
@media (max-width: 680px) {
  html body.diginov-media.diginov-media-fleet-newstv-fr-82456 .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-newstv-fr-82456 .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;
  }
}
