/* diginov-signature bemarketing.fr cle=fleet-bemarketing-fr-319f3 identite=5d4ca09a8a343b3be3496832b3ae8b602acbc70470e4ffd56440ab10377843e7 genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

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

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

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

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

html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 {
  --dn-accent: #783030;
  --dn-accent-text: #783030;
  --dn-accent-2: #C9624D;
  --dn-ink: #252334;
  --dn-paper: #FFFDFB;
  --dn-paper-soft: #F1EFF4;
  --dn-line: #D1CCD9;
  --dn-on-accent: #FFFDFB;
  --dn-radius: 1px;
  --sig-accent: #D12020;
  --sig-accent-text: #783030;
  --sig-accent-mark: #D12020;
  --sig-accent-fill: #D12020;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #21202F;
  --sig-foot-text: #FFFDFB;
  --sig-foot-muted: #F1EFF4;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Roboto Slab", Georgia, "Times New Roman", serif;
  --sig-body-family: "DN Poppins", 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-bemarketing-fr-319f3 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 #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-bemarketing-fr-319f3 #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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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;
}

/* ---- surcharges/bemarketing.fr.css ---- */
/*
 * bemarketing.fr : plan media canal par canal. Encre #252334, rouge #D12020, oxblood #783030, papier #FFFDFB, doux #F1EFF4, trait #D1CCD9, gris #75728C. Roboto Slab 700, Poppins 400 a 600. Motif : molecule du logo, disque rouge relie par une barre a un anneau evide.
 * Partie commune generee par couverture.py (reglages propres au media),
 * puis home ecrite a la main.
 */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 {
  --x-ink:#252334;
  --x-paper:#FFFDFB;
  --x-soft:#F1EFF4;
  --x-surface:#F1EFF4;
  --x-line:#D1CCD9;
  --x-line2:#D1CCD9;
  --x-accent:#D12020;
  --x-cyan:#783030;
  --x-muted:#75728C;
  --x-deck:#75728C;
  --x-grey:#9391A5;
  background:var(--x-paper);
  color:var(--x-ink);
}

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

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

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

/* ------------------------------------------------ etiquettes et meta */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-header .dn-category,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card .dn-category,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-related-card .dn-category,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-kicker {
  color:var(--x-accent) !important;
  background:transparent !important;
  font-family:var(--dn-body) !important;
  font-size:16px !important;
  font-weight:600 !important;
  letter-spacing:.02em;
  text-transform:none;
  padding:0 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-header .dn-category:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card .dn-category:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-related-card .dn-category:hover {
  color:#783030 !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-meta,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-meta time,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-meta span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-header {
  border-bottom:1px solid var(--x-line);
  padding-bottom:24px;
  margin-bottom:28px;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-header h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(34px, 3.8vw, 52px) !important;
  line-height:1.1 !important;
  letter-spacing:0 !important;
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-deck,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-author {
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-author strong {
  color:var(--x-ink) !important;
  font-size:15px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-author:hover strong {
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero img {
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero figcaption,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-image-credit {
  color:var(--x-muted) !important;
  font-size:13px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-content {
  color:var(--x-ink) !important;
  font-family:var(--dn-body);
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bottom:8px;
  border-bottom:3px solid var(--x-accent);
  display:block;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-content blockquote {
  margin:34px 0 !important;
  padding:20px 24px !important;
  border:0 !important;
  border-top:4px solid var(--x-accent) !important;
  background:var(--x-soft) !important;
  font-size:22px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-content blockquote p {
  font-family:var(--dn-display) !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-bemarketing-fr-319f3 .dn-article-content figcaption {
  color:var(--x-muted) !important;
  font-size:14px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-brief {
  background:var(--x-soft) !important;
  border:0 !important;
  border-top:4px solid var(--x-accent) !important;
  padding:20px 24px !important;
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-brief h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-brief li,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-brief p {
  font-size:17px !important;
  line-height:1.6 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-tags a {
  display:inline-block;
  padding:6px 12px !important;
  border:1px solid var(--x-line) !important;
  border-radius:0;
  color:var(--x-ink) !important;
  font-size:14px !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-tags a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-author-card {
  background:var(--x-soft) !important;
  border:0 !important;
  border-left:4px solid var(--x-accent) !important;
  padding:24px !important;
  border-radius:0;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-card h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-author-card a:not([class]) {
  color:var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-related .dn-section__head h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-related-card h3,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-related-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-related-card__media img,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card__media img {
  border-radius:0;
}

/* ------------------------------------------------ rubrique et auteur */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero {
  background-color:var(--x-ink) !important;
  background-image:radial-gradient(circle at 7px 7px,var(--x-accent) 6px,transparent 7px),linear-gradient(var(--x-accent),var(--x-accent)) !important;
  background-size:14px 14px,120px 4px !important;
  background-repeat:no-repeat !important;
  background-position:left max(16px, calc(50% - 524px)) bottom 20px,left max(28px, calc(50% - 459px)) bottom 25px !important;
  border-bottom:6px solid var(--x-accent) !important;
  padding-top:40px !important;
  padding-bottom:56px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(36px, 4.2vw, 56px) !important;
  line-height:1.08 !important;
  letter-spacing:0 !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-archive-description,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-archive-description p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-bio,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-bio p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-count,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-count {
  font-size:18px !important;
  line-height:1.55 !important;
  color:#D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-kicker {
  color:#D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-breadcrumb a:focus-visible {
  color:#FFFFFF !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card {
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding-top:0;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card__body {
  padding:14px 2px 4px;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card h2 a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card h3,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-pagination .page-numbers {
  min-width:42px;
  padding:9px 13px !important;
  border:1px solid var(--x-line) !important;
  border-radius:0;
  color:var(--x-ink) !important;
  font-size:15px !important;
  background:var(--x-paper) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-pagination a.page-numbers:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-page-header {
  background-color:var(--x-ink) !important;
  background-image:radial-gradient(circle at 7px 7px,var(--x-accent) 6px,transparent 7px),linear-gradient(var(--x-accent),var(--x-accent)) !important;
  background-size:14px 14px,120px 4px !important;
  background-repeat:no-repeat !important;
  background-position:left max(16px, calc(50% - 567px)) bottom 20px,left max(28px, calc(50% - 502px)) bottom 25px !important;
  border-bottom:6px solid var(--x-accent) !important;
  padding-top:40px !important;
  padding-bottom:56px !important;
  color:#fff !important;
  margin-bottom:32px;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header h1,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero h1 {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  font-size:clamp(34px, 3.8vw, 52px) !important;
  line-height:1.1 !important;
  letter-spacing:0 !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-kicker {
  color:#D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header .dn-breadcrumb a:focus-visible {
  color:#FFFFFF !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-content,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-content p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bottom:8px;
  border-bottom:3px solid var(--x-accent);
  display:block;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-trust__hero {
  background:var(--x-soft) !important;
  border:0 !important;
  border-top:6px solid var(--x-accent) !important;
  border-radius:0 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__hero h1,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__lede,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__lede p {
  color:var(--x-ink) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__lede,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__lede p {
  font-size:20px !important;
  line-height:1.55 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-trust__pillar {
  background:var(--x-paper) !important;
  border:1px solid var(--x-line) !important;
  border-left:4px solid var(--x-accent) !important;
  border-radius:0 !important;
  padding:18px 18px !important;
  box-shadow:none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-trust__links a {
  color:var(--x-accent) !important;
  font-weight:600;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__links a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__links a:focus-visible {
  color:var(--x-ink) !important;
  text-decoration:underline;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero {
  background:var(--x-ink) !important;
  color:#fff !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero .dn-kicker {
  color:#D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero h1,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero h2 {
  color:#fff !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__story h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-fleet-footer {
  background:var(--x-ink) !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__mast {
  border-bottom:1px solid #75728C !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__brand {
  font-family:var(--dn-display) !important;
  font-weight:700 !important;
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__statement,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__label {
  color:#D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__label {
  font-size:13px !important;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer a strong,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer h2,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer button {
  color:#FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer button {
  font-size:15px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer a:focus-visible,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer button:hover,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer button:focus-visible {
  color:#FFFFFF !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__base {
  border-top:1px solid #75728C !important;
  background:transparent !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial {
  background:transparent !important;
  border:1px solid #75728C !important;
  border-top:6px solid var(--x-accent) !important;
  padding:22px !important;
  border-radius:0 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial h2 {
  font-family:var(--dn-display) !important;
  font-size:22px !important;
  line-height:1.25 !important;
}

/* ================================================ home dediee */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm { background: var(--x-paper); color: var(--x-ink); font-family: var(--dn-body); padding-bottom: 80px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm a { color: inherit; text-decoration: none; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h2 a:hover, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h3 a:hover, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h4 a:hover { color: #783030; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h2, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h3, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm h4 { font-family: var(--dn-display); color: var(--x-ink); margin: 0; letter-spacing: 0; font-weight: 700; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm img { display: block; width: 100%; height: 100%; object-fit: cover; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin: 0 0 8px; font-size: 16px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cat { font-family: var(--dn-body); font-weight: 600; font-size: 16px; letter-spacing: .02em; color: var(--x-accent); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm a.bm-cat:hover { color: #783030; text-decoration: underline; text-underline-offset: 3px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-date { display: block; font-size: 16px; color: var(--x-muted); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-meta .bm-date { display: inline; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-head { position: relative; font-size: 36px; line-height: 1.12; margin-bottom: 32px; padding-bottom: 22px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-head::after { content: ""; position: absolute; left: 0; bottom: 0; width: 72px; height: 14px; background: radial-gradient(circle at 7px 7px, var(--x-accent) 6px, transparent 7px), linear-gradient(var(--x-accent), var(--x-accent)) 12px 5px / 48px 4px no-repeat, radial-gradient(circle at 64px 7px, var(--x-accent) 4px, transparent 5px); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-all { display: inline-block; font-family: var(--dn-body); font-weight: 600; font-size: 17px; color: #783030; border-bottom: 2px solid var(--x-accent); padding-bottom: 2px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-all:hover { color: var(--x-ink); border-color: var(--x-ink); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-by { font-size: 16px; color: var(--x-muted); margin: 0; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-by a { color: var(--x-ink); font-weight: 600; border-bottom: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-by a:hover { color: #783030; border-color: #783030; }

/* ouverture : une et trois titres */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open { padding: 44px 0 60px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open .bm-wrap { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 44px; align-items: start; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__body { padding: 24px 0 0; border-top: 0; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__body h2 { font-size: clamp(32px, 3vw, 44px); line-height: 1.12; margin-bottom: 14px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__deck { font-size: 18px; line-height: 1.6; margin: 0 0 14px; color: var(--x-ink); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__side { border-top: 4px solid var(--x-ink); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-side { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-side__media { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-side h3 { font-size: 21px; line-height: 1.25; margin-bottom: 8px; }

/* plan media : une ligne par canal */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-plan { padding: 60px 0 68px; background: var(--x-soft); border-top: 1px solid var(--x-line); border-bottom: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-plan__grid { border-top: 4px solid var(--x-ink); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row { display: grid; grid-template-columns: 250px minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr); gap: 0; background: var(--x-paper); border-bottom: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel { position: relative; background: var(--x-ink); padding: 24px 24px 24px 54px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel::before { content: ""; position: absolute; left: 22px; top: 29px; width: 18px; height: 18px; border-radius: 50%; background: var(--x-accent); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel::after { content: ""; position: absolute; left: 40px; right: 0; top: 36px; height: 4px; background: var(--x-accent); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__name { font-size: 25px; line-height: 1.15; color: #FFFFFF; position: relative; z-index: 1; background: var(--x-ink); padding-right: 10px; margin-left: -8px; padding-left: 8px; align-self: flex-start; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__name a { color: #FFFFFF; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__name a:hover { color: #FFFFFF; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__all { font-size: 16px; font-weight: 600; color: #F1EFF4; border-bottom: 2px solid var(--x-accent); align-self: flex-start; padding-bottom: 2px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__all:hover { color: #FFFFFF; border-color: #FFFFFF; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell { position: relative; padding: 24px 22px 24px 22px; border-left: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell::before { content: ""; position: absolute; left: -7px; top: 31px; width: 14px; height: 14px; box-sizing: border-box; border-radius: 50%; border: 3px solid var(--x-accent); background: var(--x-paper); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 0 16px; align-content: start; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead::before { display: none; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; grid-row: 1 / span 2; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell h4 { font-size: 20px; line-height: 1.28; margin-bottom: 8px; }

/* gros plan */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus { padding: 64px 0 60px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px 24px; flex-wrap: wrap; margin-bottom: 32px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__head .bm-head { margin-bottom: 0; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 44px; align-items: start; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__body { background: var(--x-paper); border-left: 6px solid var(--x-accent); margin: -60px 0 0 28px; position: relative; padding: 22px 24px 4px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__body h3 { font-size: 28px; line-height: 1.15; margin: 6px 0 12px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__body p { font-size: 17px; line-height: 1.6; margin: 0; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__list { border-top: 4px solid var(--x-ink); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-item { display: grid; grid-template-columns: minmax(0, 1fr) 128px; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--x-line); }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-item__thumb { display: block; aspect-ratio: 4 / 3; overflow: hidden; grid-column: 2; grid-row: 1; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-item h3 { font-size: 21px; line-height: 1.25; margin-bottom: 8px; }

/* derniers articles */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-feed { padding: 40px 0 20px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-feed__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 28px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card { border-top: 4px solid var(--x-accent); padding-top: 16px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 14px; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card h3 { font-size: 20px; line-height: 1.28; }

@media (max-width: 1100px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open .bm-wrap { grid-template-columns: minmax(0, 1fr); }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel { grid-column: 1 / -1; flex-direction: row; align-items: center; flex-wrap: wrap; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead { grid-column: 1 / -1; border-left: 0; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead + .bm-cell { border-left: 0; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead + .bm-cell::before { display: none; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__grid { grid-template-columns: minmax(0, 1fr); }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-wrap { padding: 0 16px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open { padding: 20px 0 44px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-open__body h2 { font-size: 30px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-head { font-size: 30px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-side { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row { grid-template-columns: minmax(0, 1fr); }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel { padding: 20px 18px 20px 50px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel::before { left: 18px; top: 25px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__channel::after { left: 36px; top: 32px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-row__name { font-size: 23px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell { border-left: 0; border-top: 1px solid var(--x-line); padding: 18px 18px 18px 40px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell::before { left: 18px; top: 24px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead { grid-template-columns: 112px minmax(0, 1fr); padding-left: 18px; border-top: 0; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell--lead + .bm-cell::before { display: block; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-cell h4 { font-size: 19px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__body { margin: -30px 0 0 12px; padding: 18px 18px 4px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-focus__body h3 { font-size: 25px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-item { grid-template-columns: minmax(0, 1fr) 104px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-feed__grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}

/* page auteur et titres de section */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero__inner::before,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero__inner::after,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-portrait::before,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-portrait::after,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero::before,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero::after {
  content: none !important;
  display: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-portrait img,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero img.dn-author-portrait {
  background: var(--x-paper) !important;
  padding: 28px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
  object-fit: contain !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-section__head h2 {
  text-transform: none !important;
  letter-spacing: -0.02em !important;
}

/* pastilles et cercles du theme */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card::before,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero::after,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero::after,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header::after,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-hero::after {
  content: none !important;
  display: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card {
  border-top: 0 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-archive-description {
  background: transparent !important;
  border: 0 !important;
  border-left: 3px solid #FFFFFF !important;
  padding: 6px 0 6px 24px !important;
  color: #F1EFF4 !important;
  font-size: 18px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero .dn-archive-description p {
  color: #F1EFF4 !important;
}

/* equipe et pied : numeros, fleches, tailles */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-card__number,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-card__link > span {
  display: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-card__body > p:not(.dn-kicker) {
  font-size: 16px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-team-card__link {
  font-size: 16px !important;
  color: var(--x-accent) !important;
}


/* article : en-tete et image alignes sur la colonne de texte, rail publicitaire a droite */
@media (min-width: 1021px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-header.dn-shell,
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero.dn-shell {
    width: min(1220px, calc(100% - 52px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: calc(300px + clamp(28px, 3.2vw, 52px)) !important;
    box-sizing: border-box !important;
  }
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline img.dn-author-portrait,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-card img {
  padding: 0 !important;
  object-fit: cover !important;
  background: var(--x-surface) !important;
}

/* pied : libelles lisibles, sans fleches */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer .dn-fleet-footer__label {
  color: #D1CCD9 !important;
  -webkit-text-fill-color: #D1CCD9 !important;
  font-family: var(--dn-display) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  opacity: 1 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__links a > span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial a > span {
  display: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__sections a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__links a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__base a,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__base button,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__base p {
  font-size: 16px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial p {
  font-size: 16px !important;
  color: #D1CCD9 !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial a {
  background: var(--x-accent) !important;
  border-color: var(--x-accent) !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__commercial a:hover {
  background: #FFFFFF !important;
  color: var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-fleet-footer__statement {
  color: #F1EFF4 !important;
}

/* en-tete : menu centre sur le logotype */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .smart-head-main .navigation-main {
  display: flex !important;
  align-items: center !important;
}

/* heros d archive, d auteur et de page : angles droits */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header {
  border-radius: 0 !important;
  box-shadow: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-portrait,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero img.dn-author-portrait {
  border-radius: 0 !important;
}

/* cartes d archive et d auteur : texte a 16px */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card p,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card .dn-meta,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card time,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-archive-card .dn-meta span,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-related-card time,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta time,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta span {
  font-size: 16px !important;
}

/* image d article : pas de fond au dela de l image */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero.dn-shell {
  background: transparent !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero figcaption {
  background: var(--x-surface) !important;
}

/* tour 3 : article aligne sur l en-tete, heros, pagination, a propos */
@media (min-width: 1021px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-layout.dn-shell {
    width: min(1220px, calc(100% - 52px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-header.dn-shell,
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-hero.dn-shell {
    padding-right: calc(336px + clamp(32px, 4vw, 64px)) !important;
  }
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-article-author span span {
  font-family: var(--dn-display) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  color: var(--x-muted) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-article-author strong {
  font-size: 17px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta time,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-byline .dn-meta span {
  font-size: 16px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero__inner > div:last-child {
  max-width: 700px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-portrait,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-portrait img {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero .dn-author-portrait img {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover !important;
  border: 4px solid #FFFFFF !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-pagination .page-numbers {
  white-space: nowrap !important;
  font-size: 16px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-layout:has(.dn-trust) {
  grid-template-columns: minmax(0, 980px) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) !important;
  gap: 40px !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__kicker {
  font-family: var(--dn-display) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  color: var(--x-accent) !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__lede,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__pillar p {
  font-size: 17px !important;
}
@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-author-hero,
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-page-header {
    background-image: none !important;
  }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-trust__hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* pas de cesure dans les titres */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h2 { -webkit-hyphens: manual !important; hyphens: manual !important; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h3 { -webkit-hyphens: manual !important; hyphens: manual !important; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h4 { -webkit-hyphens: manual !important; hyphens: manual !important; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h2 a { -webkit-hyphens: manual !important; hyphens: manual !important; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h3 a { -webkit-hyphens: manual !important; hyphens: manual !important; }
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h4 a { -webkit-hyphens: manual !important; hyphens: manual !important; }

/* fontes : titrage et corps de la charte */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 { --dn-display: var(--sig-display-family) !important; --dn-body: var(--sig-body-family) !important; }

/* tour 2 bemarketing : titres equilibres, derniers articles en liste sur mobile */
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h2, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h3, html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 h4 { text-wrap: pretty; }
@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 4px 14px; padding-top: 14px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card__media { grid-row: 1 / span 2; margin: 0; aspect-ratio: 1 / 1; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-card h3 { font-size: 19px; }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-bm .bm-feed__grid { gap: 24px; }
}

/* ---- 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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .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-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero figcaption {
    margin-inline: 16px;
  }
}

/* ---- article/une-large.css ---- */
/* Style « large » : l image prend la largeur exacte du titre, en 16/9. */
@media (min-width: 761px) {
  html body.diginov-media.diginov-media-fleet-bemarketing-fr-319f3 .dn-article-shell > .dn-article-hero {
    width: min(var(--dn-surface-measure, 1220px), calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    --une-ratio: 16 / 9;
    --une-radius: var(--dn-radius, 0);
  }
}

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