/* diginov-signature ifreelance.fr cle=fleet-ifreelance-fr-89399 identite=784ad42f20e6bd18820c538fe30c3559637003d3e6e751f97b823014a231e175 genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

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

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

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

@font-face {
  font-family: "DN Zilla Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/zilla-slab-600.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-ifreelance-fr-89399 {
  --dn-accent: #3267A6;
  --dn-accent-2: #BD7138;
  --dn-accent-text: #3267A6;
  --dn-ink: #17243A;
  --dn-paper: #FFFFFF;
  --dn-paper-soft: #EEF2F6;
  --dn-line: #C8D1DC;
  --dn-on-accent: #FFFFFF;
  --dn-on-accent-2: #000000;
  --dn-display: "DN Zilla Slab", Georgia, ui-serif, serif;
  --dn-body: "DN Cabin", ui-sans-serif, system-ui, sans-serif;
  --dn-radius: 2px;
  --sig-accent: #3267A6;
  --sig-accent-text: #3267A6;
  --sig-accent-mark: #3267A6;
  --sig-accent-fill: #3267A6;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #17243A;
  --sig-foot-text: #FFFFFF;
  --sig-foot-muted: #EEF2F6;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Zilla Slab", Georgia, ui-serif, serif;
  --sig-body-family: "DN Cabin", 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-ifreelance-fr-89399 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .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-ifreelance-fr-89399 #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #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-ifreelance-fr-89399 #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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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/ifreelance.fr.css ---- */
/* ifreelance.fr : tableau de missions d un independant. Le point carre du i
   du logotype (bleu #3267A6, seule couleur du signe) marque chaque colonne,
   chaque fiche et chaque titre. Fiches blanches a filet #C8D1DC posees sur
   des couloirs papier doux, bande d encre #17243A pour l actualite.
   Zilla Slab 700 au titrage, Cabin 400 au corps, Cabin 700 en capitales pour
   les libelles. Cuivre #BD7138 reserve aux etiquettes de rubrique. */

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 {
  --if-encre: #17243A;
  --if-bleu: #3267A6;
  --if-bleu-fonce: #24507F;
  --if-bleu-clair: #A9C3E4;
  --if-cuivre: #9A5A2B;
  --if-cuivre-vif: #BD7138;
  --if-papier: #FFFFFF;
  --if-doux: #EEF2F6;
  --if-couloir: #E3E9F0;
  --if-trait: #C8D1DC;
  --if-gris: #566072;
  --if-point: 14px;
  background: var(--if-papier);
  color: var(--if-encre);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 h1,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 h3,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 h4 {
  font-family: var(--sig-display-family) !important;
  letter-spacing: -0.005em;
}

/* ---- En-tete : logo sur papier, menu centre sur filet d encre. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-main .smart-head-mid {
  background: var(--if-papier) !important;
  border: 0 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-main .smart-head-bot {
  background: var(--if-papier) !important;
  border-top: 1px solid var(--if-trait) !important;
  border-bottom: 3px solid var(--if-encre) !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li > a {
  color: var(--if-encre) !important;
  font-family: var(--sig-body-family, "DN Cabin", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: none;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li:hover {
  --c-nav-hov-bg: transparent;
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li.current-menu-item > a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li.current-menu-parent > a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li.current-post-parent > a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li.current-category-ancestor > a {
  background: transparent !important;
  color: var(--if-bleu) !important;
  box-shadow: inset 0 -4px 0 var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li:hover > a {
  background: var(--if-bleu) !important;
  color: var(--if-papier) !important;
  box-shadow: none;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li > a::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .smart-head-bot .navigation-main .menu > li > a::after {
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .sub-menu {
  background: var(--if-papier) !important;
  border: 1px solid var(--if-trait) !important;
  border-top: 3px solid var(--if-bleu) !important;
  box-shadow: 0 8px 20px rgba(23, 36, 58, 0.12) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .sub-menu a {
  color: var(--if-encre) !important;
  font-size: 15px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .sub-menu a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .navigation-main .sub-menu a:focus-visible {
  background: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .search-icon,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .offcanvas-toggle {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .search-icon:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head .search-icon:focus-visible {
  color: var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .smart-head-row {
  background: var(--if-papier) !important;
  border-bottom: 3px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .hamburger-icon,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 #smart-head-mobile .offcanvas-toggle {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .smart-head-mobile .hamburger-icon .inner::after {
  background-color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .off-canvas {
  background: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .off-canvas .mobile-menu li > a {
  color: var(--if-papier) !important;
  font-size: 18px !important;
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .off-canvas .mobile-menu li > a:focus-visible {
  color: var(--if-bleu-clair) !important;
}

/* ---- Home dediee : commun. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if {
  display: block;
  background: var(--if-papier);
  color: var(--if-encre);
  padding: 0 0 72px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-wrap {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if article {
  position: relative;
  min-width: 0;
  margin: 0;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h3 {
  margin: 0;
  color: var(--if-encre);
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h2 a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h3 a {
  color: inherit !important;
  text-decoration: none;
  background: none;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h2 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h2 a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h3 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if h3 a:focus-visible {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-media {
  display: block;
  overflow: hidden;
  background: var(--if-couloir);
  aspect-ratio: 16 / 10;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-media img,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.35s ease;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if article:hover .if-media img,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if article:hover .if-une__media img {
  transform: scale(1.03);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-cat {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--if-cuivre) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  text-decoration: none;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-cat:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-cat:focus-visible {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  margin: 10px 0 0;
  color: var(--if-gris);
  font-size: 14px;
  line-height: 1.4;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-by::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 2px 0;
  background: var(--if-bleu);
  vertical-align: middle;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-extrait,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-chapo {
  margin: 10px 0 0;
  color: #333E52;
  font-size: 16px;
  line-height: 1.6;
}

/* Tete de bloc : point carre bleu, titre Zilla, lien vers la rubrique. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin: 0 0 24px;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--if-trait);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-sign {
  flex: 0 0 auto;
  width: var(--if-point);
  height: var(--if-point);
  background: var(--if-bleu);
  align-self: flex-start;
  margin-top: 4px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-head h2 {
  flex: 1 1 auto;
  font-size: 32px;
  line-height: 1.15;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-more {
  flex: 0 0 auto;
  color: var(--if-bleu) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-more:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-more:focus-visible {
  color: var(--if-encre) !important;
  text-decoration-thickness: 2px;
}

/* ---- Dossier ouvert : la une sur papier doux, point bleu pose sur le bord. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-dossier {
  background: var(--if-doux);
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--if-trait);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-dossier__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  background: var(--if-papier);
  border: 1px solid var(--if-trait);
  box-shadow: 0 2px 0 var(--if-trait);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 40px;
  width: 22px;
  height: 22px;
  background: var(--if-bleu);
  z-index: 2;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 40px 40px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une h2 {
  font-size: 40px;
  line-height: 1.12;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une .if-chapo {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une .if-line {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px dashed var(--if-trait);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une__media {
  display: block;
  min-height: 420px;
  overflow: hidden;
  background: var(--if-couloir);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisins {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 28px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisin {
  display: flex;
  flex-direction: column;
  background: var(--if-papier);
  border: 1px solid var(--if-trait);
  border-top: 3px solid var(--if-encre);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisin .if-media {
  aspect-ratio: 16 / 8;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisin .if-body {
  padding: 16px 20px 18px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisin h3 {
  font-size: 21px;
  line-height: 1.25;
}

/* ---- Fil des derniers articles : quatre fiches epinglees. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fil {
  padding-top: 56px;
  padding-bottom: 16px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fil__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fiche {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--if-trait);
  background: var(--if-papier);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fiche::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  background: var(--if-bleu);
  box-shadow: 0 0 0 3px var(--if-papier);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fiche .if-body {
  padding: 16px 18px 18px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fiche h3 {
  font-size: 20px;
  line-height: 1.25;
}

/* ---- Tableau des rubriques : couloirs a fiches. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau {
  margin-top: 48px;
  padding: 56px 0;
  background: var(--if-doux);
  border-top: 1px solid var(--if-trait);
  border-bottom: 1px solid var(--if-trait);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--1 {
  grid-template-columns: minmax(0, 1fr);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-colonne {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 16px 20px;
  background: var(--if-couloir);
  border-top: 4px solid var(--if-encre);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-colonne .if-head {
  margin: 0 0 4px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--if-trait);
  gap: 8px 10px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-colonne .if-head h2 {
  flex: 1 1 0;
  font-size: 22px;
  line-height: 1.2;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-colonne .if-sign {
  width: 12px;
  height: 12px;
  margin-top: 6px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-colonne .if-more {
  flex-basis: 100%;
  padding-left: 22px;
  font-size: 14px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte {
  background: var(--if-papier);
  border: 1px solid var(--if-trait);
  box-shadow: 0 2px 0 rgba(23, 36, 58, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte:hover {
  border-color: var(--if-bleu);
  box-shadow: 0 2px 0 var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte .if-body {
  padding: 14px 16px 16px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte h3 {
  font-size: 18px;
  line-height: 1.28;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte--photo h3 {
  font-size: 20px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-carte .if-extrait {
  font-size: 15px;
}

/* ---- Bande d encre des actualites. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus {
  margin-top: 64px;
  padding: 56px 0 60px;
  background: var(--if-encre);
  color: var(--if-papier);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-head {
  border-bottom-color: rgba(200, 209, 220, 0.3);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-head h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus h3 {
  color: var(--if-papier);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-sign {
  background: var(--if-bleu-clair);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-more {
  color: var(--if-bleu-clair) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-more:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-more:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus h3 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus h3 a:focus-visible {
  color: var(--if-papier) !important;
  text-decoration-color: var(--if-bleu-clair);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-line,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-extrait {
  color: #D5DCE6;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus .if-by::before {
  background: var(--if-bleu-clair);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 40px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead .if-media {
  aspect-ratio: 16 / 9;
  box-shadow: 10px 10px 0 var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead .if-body {
  padding-top: 26px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead h3 {
  font-size: 30px;
  line-height: 1.15;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead .if-extrait {
  font-size: 17px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__list {
  display: flex;
  flex-direction: column;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(200, 209, 220, 0.25);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item:first-child {
  padding-top: 0;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item .if-media {
  aspect-ratio: 1 / 1;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item h3 {
  font-size: 20px;
  line-height: 1.28;
}

/* ---- Boite a outils. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outils {
  padding-top: 64px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outils__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--if-trait);
  border-left: 4px solid var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil .if-media {
  aspect-ratio: 1 / 1;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil h3 {
  font-size: 19px;
  line-height: 1.28;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil .if-extrait {
  font-size: 15px;
}

@media (max-width: 1100px) {
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-dossier__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisins {
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fil__row,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outils__row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-dossier {
    padding: 28px 0 36px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une {
    grid-template-columns: minmax(0, 1fr);
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une__media {
    order: -1;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une::before {
    left: 20px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une__body {
    padding: 24px 20px 24px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une h2 {
    font-size: 30px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-une .if-chapo {
    font-size: 17px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-voisins,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fil__row,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--3,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau__grid--2 {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-head h2 {
    font-size: 26px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-fil {
    padding-top: 40px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-tableau,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus {
    margin-top: 40px;
    padding: 40px 0;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead h3 {
    font-size: 25px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__lead .if-media {
    box-shadow: 6px 6px 0 var(--if-bleu);
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-actus__item h3,
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil h3 {
    font-size: 18px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outils {
    padding-top: 44px;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-outil {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 16px;
  }
}

/* ---- Fil d Ariane. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-breadcrumb span {
  font-size: 14px !important;
  color: var(--if-gris) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-breadcrumb a:focus-visible {
  color: var(--if-bleu) !important;
  text-decoration: underline;
}

/* ---- Article : fiche de mission, point bleu devant les intertitres. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-header {
  border-top: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  border-bottom: 3px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-header .dn-category,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-kicker {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--if-cuivre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-header h1 {
  font-size: clamp(34px, 3.6vw, 52px) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-deck {
  font-size: 21px !important;
  line-height: 1.5 !important;
  color: #333E52 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-byline,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-byline .dn-meta,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-byline time,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-byline span {
  font-size: 15px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-author strong {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-hero img {
  border: 1px solid var(--if-trait);
  box-shadow: 12px 12px 0 var(--if-doux);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-hero figcaption,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content figcaption {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--if-gris) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content {
  color: #1F2A3D;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content li {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content h2 {
  position: relative;
  margin-top: 46px !important;
  padding: 0 0 0 28px;
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 14px;
  height: 14px;
  background: var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content h3 {
  margin-top: 32px !important;
  font-size: 23px !important;
  line-height: 1.3 !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content a:not([class]) {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content a:not([class]):hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content a:not([class]):focus-visible {
  color: var(--if-encre) !important;
  text-decoration-thickness: 2px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content blockquote {
  margin: 32px 0 !important;
  padding: 22px 26px !important;
  border: 0 !important;
  border-left: 4px solid var(--if-bleu) !important;
  background: var(--if-doux) !important;
  font-style: normal !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content blockquote p {
  font-size: 20px !important;
  line-height: 1.55 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content .wp-block-table table,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content table {
  border: 1px solid var(--if-trait) !important;
  border-top: 4px solid var(--if-encre) !important;
  border-collapse: collapse !important;
  background: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content th,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content td {
  border: 0 !important;
  border-bottom: 1px solid var(--if-trait) !important;
  padding: 14px 18px !important;
  color: var(--if-encre) !important;
  text-align: left;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content th {
  background: var(--if-doux) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content td p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content td li,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content th {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-content li::marker {
  color: var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-tags a {
  font-size: 14px !important;
  border: 1px solid var(--if-trait) !important;
  color: var(--if-encre) !important;
  background: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-tags a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-tags a:focus-visible {
  border-color: var(--if-bleu) !important;
  background: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share span,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share a {
  display: inline-block;
  padding: 6px 12px !important;
  border: 1px solid var(--if-encre) !important;
  color: var(--if-encre) !important;
  text-decoration: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-share a:focus-visible {
  background: var(--if-bleu) !important;
  border-color: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-card {
  border: 1px solid var(--if-trait) !important;
  border-top: 4px solid var(--if-encre) !important;
  background: var(--if-doux) !important;
  padding: 24px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-card p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-card h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-card h2 a {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-section__head,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related > .dn-shell > h2 {
  border-top: 0 !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid var(--if-trait) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-section__head h2 {
  font-size: 28px !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related h3,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related h3 a {
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related h3 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-related h3 a:focus-visible {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---- Rubriques et auteur : en-tete papier doux, point bleu et filet d encre. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero {
  border-top: 0 !important;
  background: var(--if-doux) !important;
  color: var(--if-encre) !important;
  padding-top: 38px !important;
  padding-bottom: 42px !important;
  border-bottom: 3px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero h1 {
  color: var(--if-encre) !important;
  font-size: clamp(34px, 3.4vw, 50px) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero h1::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 14px 0.12em 0;
  background: var(--if-bleu);
  vertical-align: middle;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero .dn-archive-description,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero .dn-archive-count,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero span {
  color: #333E52 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero .dn-kicker {
  color: var(--if-cuivre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback {
  border: 1px solid var(--if-trait) !important;
  background: var(--if-papier) !important;
  transition: border-color 0.2s ease;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback:hover {
  border-color: var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card__body {
  padding: 18px 20px 20px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h3,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback h3 {
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h2 a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h3 a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback h3 a {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h2 a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card h3 a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback h3 a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback h3 a:focus-visible {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card time,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card .dn-meta,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card .dn-meta span,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback time {
  color: var(--if-gris) !important;
  font-size: 14px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-loop-post-fallback .dn-category,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-card .dn-category {
  color: var(--if-cuivre) !important;
  font-family: var(--sig-body-family, sans-serif) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-pagination .page-numbers {
  font-size: 15px !important;
  border: 1px solid var(--if-trait) !important;
  color: var(--if-encre) !important;
  background: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-pagination .page-numbers.current,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-pagination .page-numbers:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-pagination .page-numbers:focus-visible {
  background: var(--if-bleu) !important;
  border-color: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

/* ---- La redaction et pages de confiance. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-hero {
  background: var(--if-doux) !important;
  border-top: 0 !important;
  border-bottom: 3px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-hero h1,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-hero p {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-hero .dn-kicker {
  color: var(--if-cuivre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-card {
  border: 1px solid var(--if-trait) !important;
  border-top: 4px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-card h2 a {
  color: var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-card p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-card__link:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-card__link:focus-visible {
  background: var(--if-bleu) !important;
  border-color: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__head,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-page-header {
  border-top: 0 !important;
  padding-bottom: 22px !important;
  border-bottom: 3px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__head h1,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-page-header h1 {
  color: var(--if-encre) !important;
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__head .dn-kicker,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__head p:first-child {
  color: var(--if-cuivre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero {
  background: var(--if-encre) !important;
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero p {
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero::before {
  background: var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__kicker {
  color: var(--if-bleu-clair) !important;
  font-size: 14px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust li,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__body p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__body li {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__links {
  border-left-color: var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__pillar {
  border: 1px solid var(--if-trait) !important;
  border-top: 4px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__pillar::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__pillar::after {
  background: var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust a:not([class]),
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__body a:not([class]) {
  color: var(--if-bleu) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust a:not([class]):hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-id-page__body a:not([class]):hover {
  color: var(--if-encre) !important;
  text-decoration-thickness: 2px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-trust__hero a:not([class]) {
  color: var(--if-papier) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form input,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form textarea {
  font-size: 16px !important;
  border: 1px solid var(--if-encre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form button,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form input[type="submit"] {
  background: var(--if-encre) !important;
  color: var(--if-papier) !important;
  border-color: var(--if-encre) !important;
  font-size: 16px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form button:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-contact-form button:focus-visible {
  background: var(--if-bleu) !important;
  border-color: var(--if-bleu) !important;
  color: var(--if-papier) !important;
}

/* ---- Pied : encre, point bleu pose sur le filet du haut. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__grid,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base {
  background: var(--if-encre) !important;
  background-image: none !important;
  color: var(--if-papier) !important;
  border-color: rgba(200, 209, 220, 0.25) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer {
  position: relative;
  border-top: 4px solid var(--if-bleu) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer::before {
  content: "";
  position: absolute;
  top: -13px;
  left: max(16px, calc(50% - 588px));
  width: 22px;
  height: 22px;
  background: var(--if-bleu);
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast {
  padding: 44px 0 32px !important;
  border-bottom: 1px solid rgba(200, 209, 220, 0.25) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-inner,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-brand {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast::after,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-inner::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-inner::after,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-brand::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__mast-brand::after,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__brand::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__brand::after,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial::after {
  display: none !important;
  content: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__brand {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  /* 23/09, decision de Marc sur les logos mal integres : plus de plaque papier
     sur l encre du pied ; le logo passe a nu dans la declinaison fond sombre
     de la charte d identite (logo-sombre.png, meme dessin en papier). */
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__brand img.dn-footer-brand__logo {
  object-position: -99999px 50% !important;
  background: url("/wp-content/diginov-identite/logo-sombre.png") left center / contain no-repeat !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__brand img {
  max-height: 44px !important;
  width: auto !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__statement {
  color: var(--if-papier) !important;
  font-family: var(--sig-display-family) !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__label {
  color: var(--if-bleu-clair) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__sections a > span,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__links a > span {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__sections a strong {
  color: var(--if-papier) !important;
  font-size: 16px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__sections a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__links a {
  display: block !important;
  border-color: rgba(200, 209, 220, 0.25) !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer a:focus-visible,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer a:hover strong {
  color: var(--if-bleu-clair) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial {
  position: relative;
  background: var(--if-papier) !important;
  border: 0 !important;
  border-top: 6px solid var(--if-bleu) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--if-encre) !important;
  padding: 28px 26px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial .dn-fleet-footer__label {
  color: var(--if-cuivre) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial h2 {
  color: var(--if-encre) !important;
  font-family: var(--sig-display-family) !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial p {
  color: #333E52 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a {
  display: inline-block;
  background: var(--if-encre) !important;
  color: var(--if-papier) !important;
  border: 1px solid var(--if-encre) !important;
  border-radius: 2px !important;
  font-weight: 700 !important;
  padding: 11px 18px !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a * {
  color: inherit !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a:focus-visible {
  background: var(--if-bleu) !important;
  border-color: var(--if-bleu) !important;
  color: var(--if-papier) !important;
  text-decoration: none;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a > span,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__commercial > a::after {
  display: none !important;
  content: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base {
  border-top: 1px solid rgba(200, 209, 220, 0.25) !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base p,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base a,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base button {
  color: #D5DCE6 !important;
  font-size: 14px !important;
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base a:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base button:hover,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__base button:focus-visible {
  color: var(--if-papier) !important;
  text-decoration: underline;
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-fleet-footer .dn-fleet-footer__statement {
    font-size: 24px !important;
  }
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-if .if-line .if-by {
  white-space: nowrap;
}

/* Heros : le socle posait un filet cuivre et des lignes reglees ; ici le
   papier doux et le filet d encre suffisent. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-author-hero,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-header,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-page-header,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-team-hero {
  border-left: 0 !important;
  background-image: none !important;
}

html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-page-header {
  background: var(--if-doux) !important;
}

/* Surtitres et etiquettes en "DN Cabin", pas en chasse fixe. */
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-kicker,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-category,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-index,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-edition-strip {
  font-family: var(--sig-body-family, "DN Cabin", sans-serif) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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-ifreelance-fr-89399 .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;
  }
}
