/* diginov-signature salondesauteurs.fr cle=fleet-salondesauteurs-fr-c7f08 identite=6cf4cfb8036ffd47a0eea9dd65a4f8c8755d75fd1447bf88c541aef8193da5f7 genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

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

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

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

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

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 {
  --dn-accent: #5D5BA0;
  --dn-accent-2: #C75545;
  --dn-ink: #22232B;
  --dn-paper: #FFFFFF;
  --dn-paper-soft: #F1F0ED;
  --dn-line: #CFCED5;
  --dn-muted: #6B6C71;
  --sig-accent: #5D5BA0;
  --sig-accent-text: #5D5BA0;
  --sig-accent-mark: #5D5BA0;
  --sig-accent-fill: #5D5BA0;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #22232B;
  --sig-foot-text: #FFFFFF;
  --sig-foot-muted: #F1F0ED;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Aleo", Georgia, "Times New Roman", serif;
  --sig-body-family: "DN Aleo", Georgia, "Times New Roman", 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-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #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-salondesauteurs-fr-c7f08 #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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .dn-article .dn-article-layout--full:has(> .dn-article-rail[aria-hidden="true"]:empty) > .dn-article-main {
  max-width: 800px !important;
  margin-inline: auto !important;
}

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

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

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

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

/* ---- surcharges/salondesauteurs.fr.css ---- */
/*
 * salondesauteurs.fr : table de libraire aux livres bandes. Papier blanc,
 * encre #22232B, violet #5D5BA0 pour le texte d accent, terracotta #C75545
 * reserve aux bandeaux decoratifs (jamais sous du texte courant).
 */
/* ---------- Socle de page ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 {
  --dn-display: "DN Aleo", Georgia, serif;
  --dn-body: "DN Aleo", Georgia, serif;
  --dn-accent-2: #22232B;
  --sa-bande: linear-gradient(#C75545, #C75545);
  background: var(--dn-paper);
  color: var(--dn-ink);
  font-family: var(--dn-body);
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .main-wrap {
  background: var(--dn-paper);
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-grid,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content {
  background-image: none !important;
  border: 0 !important;
}

/* ---------- En-tete : filet rouge sous le menu ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-bot {
  background: #FFFFFF !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid {
  border-bottom: 1px solid #CFCED5 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head {
  padding-bottom: 13px;
  background:
    var(--sa-bande) no-repeat 0 100% / 100% 10px,
    #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid .items-left,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid .nav-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu {
  display: flex;
  flex-wrap: nowrap;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li {
  display: block !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a {
  font-family: var(--dn-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #22232B !important;
  padding-left: 14px;
  padding-right: 14px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li.current-menu-item > a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li.current-menu-parent > a {
  color: #5D5BA0 !important;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #5D5BA0;
  text-underline-offset: 8px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .sub-menu,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .mega-menu {
  background: #FFFFFF !important;
  border: 1px solid #CFCED5;
  border-top: 4px solid #5D5BA0;
  border-radius: 0 0 4px 4px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .sub-menu li > a {
  color: #22232B !important;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .sub-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .sub-menu li > a:focus-visible {
  background: #FFFFFF;
  color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .mega-menu .dn-loop-post-fallback h3,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .mega-menu .dn-loop-post-fallback h3 a {
  font-family: var(--dn-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #22232B !important;
  text-transform: none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .mega-menu .dn-loop-post-fallback h3 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .mega-menu .dn-loop-post-fallback h3 a:focus-visible {
  color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .mega-menu .dn-loop-post-fallback time {
  font-size: 14px;
  color: #6B6C71;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .search-icon,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .offcanvas-toggle {
  color: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .search-icon:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .search-icon:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .search-icon:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .search-icon:focus-visible {
  color: #5D5BA0 !important;
  outline: 2px solid #5D5BA0;
  outline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .hamburger-icon .inner::after {
  background: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile {
  padding-bottom: 13px;
  background:
    var(--sa-bande) no-repeat 0 100% / 100% 10px,
    #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile .smart-head-mid {
  background: #FFFFFF !important;
  border-bottom: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .off-canvas {
  background: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .off-canvas .mobile-menu li > a {
  color: #FFFFFF !important;
  font-family: var(--dn-display);
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 254, 251, 0.18);
}

/* ---------- Fil d Ariane, surtitres, etiquettes ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb span {
  font-size: 14px;
  color: #6B6C71;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb a {
  color: #5D5BA0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb a:focus-visible {
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-kicker {
  font-family: var(--dn-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #5D5BA0;
}

/* Etiquette : capitales violettes precedees d un bandeau de livre. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-category,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--dn-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5D5BA0 !important;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 2px 0;
  text-decoration: none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-category::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-tab::before {
  content: "";
  width: 18px;
  height: 7px;
  border-radius: 0;
  background: #C75545;
  flex: 0 0 18px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-category:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-tab:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-category:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-tab:focus-visible {
  color: #22232B !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-meta,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-meta time,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-meta span {
  font-size: 14px;
  color: #6B6C71;
}


/* ---------- Home dediee : table de libraire aux livres bandes ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa {
  background:#FFFFFF;
  color:#22232B;
  padding:40px 0 64px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sr {
  position:absolute !important;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-wrap > section,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-wrap > .dn-sa-duo {
  width:min(1200px, calc(100% - 32px));
  margin:0 auto 80px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa a {
  color:inherit;
  text-decoration:none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h2,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h3 {
  font-family:var(--dn-display);
  font-weight:700;
  color:#22232B;
  letter-spacing:-0.01em;
  margin:0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h2 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h3 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h2 a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa h3 a:focus-visible {
  color:#5D5BA0;
  text-decoration:underline;
  text-decoration-color:#5D5BA0;
  text-decoration-thickness:2px;
  text-underline-offset:5px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-cover {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-tab {
  margin:0 0 10px;
  font-family:var(--dn-body) !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-byline {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:10px 0 0;
  font-size:14px;
  line-height:1.4;
  color:#6B6C71;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-byline a {
  color:#22232B;
  font-weight:600;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-byline a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-byline a:focus-visible {
  color:#5D5BA0;
  text-decoration:underline;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa p {
  font-size:17px;
  line-height:1.6;
  margin:10px 0 0;
  color:#22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-chapo {
  font-size:19px;
}


/* Etiquette de rayon posee sur la tablette. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-rayon-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  margin:0 0 32px;
  border-bottom:5px solid #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-rayon-head h2 {
  display:inline-block;
  font-size:32px;
  line-height:1.1;
  padding:12px 22px 10px;
  background:#FFFFFF;
  border:2px solid #22232B;
  border-bottom:0;
  border-top:8px solid #C75545;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-rayon-head a {
  margin:0 0 10px;
  font-size:16px;
  font-weight:600;
  color:#5D5BA0;
  border-bottom:2px solid #5D5BA0;
  padding:0 0 2px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-rayon-head a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-rayon-head a:focus-visible {
  color:#22232B;
  border-bottom-color:#22232B;
}


/* Livre bande : couverture, bandeau terracotta et tranche de pages. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-livre {
  position:relative;
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#F1F0ED;
  box-shadow:5px 5px 0 #F1F0ED, 6px 6px 0 #CFCED5, 10px 10px 0 #F1F0ED, 11px 11px 0 #CFCED5;
  margin:0 11px 0 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-livre::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:10%;
  height:16px;
  background:#C75545;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-livre--petit::after {
  height:9px;
}


/* Table : la une et sa pile. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-table {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);
  gap:48px;
  align-items:start;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-table__text {
  margin:28px 0 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-table__lead h2 {
  font-size:42px;
  line-height:1.12;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile {
  display:grid;
  gap:0;
  background:#F1F0ED;
  padding:8px 24px;
  border-left:10px solid #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile__item {
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:16px;
  padding:20px 0;
  border-bottom:1px solid #CFCED5;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile__item:last-child {
  border-bottom:0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile__media {
  display:block;
  aspect-ratio:3/4;
  overflow:hidden;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-pile__item h3 {
  font-size:20px;
  line-height:1.3;
}


/* Actu : quatre nouveautes bandees. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-actu__row {
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:32px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-actu__item .dn-sa-livre {
  margin-bottom:24px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-actu__item h3 {
  font-size:21px;
  line-height:1.28;
}


/* Romans : rayon de dos de livres sur la tablette. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos {
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  align-items:end;
  padding:0 12px;
  border-bottom:10px solid #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:340px;
  padding:24px 22px 26px;
  border-top:14px solid #C75545;
  background:#22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(2) {
  min-height:380px;
  background:#5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(3) {
  min-height:310px;
  background:#F1F0ED;
  border-left:2px solid #22232B;
  border-right:2px solid #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(4) {
  min-height:360px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item h3 {
  font-size:23px;
  line-height:1.25;
  color:#FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item .dn-sa-byline,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item .dn-sa-byline a {
  color:#FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item h3 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item h3 a:focus-visible {
  color:#FFFFFF;
  text-decoration-color:#FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item .dn-sa-byline a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item .dn-sa-byline a:focus-visible {
  color:#FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) h3,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) .dn-sa-byline a {
  color:#22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) .dn-sa-byline {
  color:#6B6C71;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) h3 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-dos__item:nth-child(3) h3 a:focus-visible {
  color:#5D5BA0;
  text-decoration-color:#5D5BA0;
}


/* Docs : sommaire a points de conduite. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);
  gap:48px;
  align-items:start;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__lead .dn-sa-livre {
  margin-bottom:24px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-sommaire__lead h3 {
  font-size:28px;
  line-height:1.18;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__list {
  list-style:none;
  margin:0;
  padding:0;
  border-top:2px solid #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__list li {
  margin:0;
  padding:0;
  border-bottom:1px solid #CFCED5;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__item {
  display:flex;
  align-items:baseline;
  gap:12px;
  padding:20px 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-sommaire__item h3 {
  flex:0 1 auto;
  font-size:21px;
  line-height:1.3;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__points {
  flex:1 1 40px;
  min-width:40px;
  border-bottom:3px dotted #CFCED5;
  transform:translateY(-4px);
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__item time {
  flex:0 0 auto;
  font-size:15px;
  color:#6B6C71;
  white-space:nowrap;
}


/* Polars et BD : deux rayons voisins. */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo {
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:56px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-wrap > .dn-sa-duo > section {
  margin:0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo__item {
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:20px;
  padding:0 0 24px;
  margin:0 0 24px;
  border-bottom:1px solid #CFCED5;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo__item:last-child {
  border-bottom:0;
  margin-bottom:0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo__media {
  display:block;
  aspect-ratio:3/4;
  overflow:hidden;
  border-left:8px solid #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-duo__item h3 {
  font-size:21px;
  line-height:1.28;
}


@media (max-width: 1024px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-table {
    grid-template-columns:1fr;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-actu__row {
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos {
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire {
    grid-template-columns:1fr;
  }

}
@media (max-width: 720px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa {
    padding-top:24px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-wrap > section,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-wrap > .dn-sa-duo {
    margin-bottom:56px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-table__lead h2 {
    font-size:30px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile {
    padding:4px 16px;
    border-left-width:6px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-pile__item {
    grid-template-columns:88px minmax(0,1fr);
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-actu__row,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo {
    grid-template-columns:1fr;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos {
    grid-template-columns:1fr;
    padding:0;
    gap:8px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(2),
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(3),
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-dos__item:nth-child(4) {
    min-height:0;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-rayon-head h2 {
    font-size:26px;
    padding:10px 16px 8px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__points {
    display:none;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-sommaire__item {
    flex-direction:column;
    gap:6px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo__item {
    grid-template-columns:104px minmax(0,1fr);
    gap:16px;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa-duo__item p {
    display:none;
  }

}


/* ---------- Article ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header {
  padding-top: 28px;
  padding-bottom: 24px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header h1 {
  font-family: var(--dn-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: #22232B;
  margin: 14px 0 20px;
  max-width: 940px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-byline {
  padding-top: 16px;
  border-top: 0;
  background:
    var(--sa-bande) no-repeat 0 0 / 100% 10px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-author,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-author strong {
  color: #22232B;
  font-size: 16px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-author:hover strong,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-author:focus-visible strong {
  color: #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-hero img {
  border-radius: 4px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content {
  font-family: var(--dn-body);
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content li {
  font-size: 18px;
  line-height: 1.72;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content h2 {
  position: relative;
  font-family: var(--dn-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #22232B;
  margin-top: 44px;
  padding: 18px 0 0;
  border: 0;
  background:
    var(--sa-bande) no-repeat 0 0 / 56px 10px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content h3 {
  font-family: var(--dn-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content a:not([class]) {
  color: #5D5BA0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content a:not([class]):hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content a:not([class]):focus-visible {
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content blockquote {
  border-left: 4px solid #5D5BA0;
  background: #FFFFFF;
  border-radius: 0 4px 4px 0;
  padding: 18px 22px;
  margin: 28px 0;
}

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

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .wp-block-table td,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .wp-block-table th {
  border: 1px solid #CFCED5;
  padding: 12px 14px;
  font-size: 16px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .wp-block-table th,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .wp-block-table thead td {
  background: #5D5BA0;
  color: #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-tags > span {
  font-family: var(--dn-display);
  font-size: 15px;
  font-weight: 700;
  color: #22232B;
  border: 0;
  background: none;
  padding: 6px 0;
  text-transform: none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-tags a {
  font-size: 15px;
  color: #5D5BA0;
  background: #FFFFFF;
  border: 1px solid #CFCED5;
  border-radius: 4px;
  padding: 6px 12px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-tags a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-tags a:focus-visible {
  background: #5D5BA0;
  border-color: #5D5BA0;
  color: #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-share__link {
  color: #22232B;
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-share__link:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-share__link:focus-visible {
  color: #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card {
  background: #FFFFFF;
  border: 0;
  border-left: 4px solid #5D5BA0;
  border-radius: 0 4px 4px 0;
  padding: 26px 28px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card h2 {
  font-family: var(--dn-display);
  font-size: 24px;
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card h2 a {
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card h2 a:focus-visible {
  color: #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-card p {
  font-size: 16px;
  line-height: 1.6;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related {
  background: #FFFFFF;
  padding-top: 48px;
  padding-bottom: 56px;
  border-top: 1px solid #CFCED5;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-section__head h2 {
  font-family: var(--dn-display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related-card h3 {
  font-family: var(--dn-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.22;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related-card h3 a {
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related-card h3 a:focus-visible {
  color: #5D5BA0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related-card img {
  border-radius: 4px;
}

@media (min-width: 768px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-hero,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-layout {
    width: min(1080px, calc(100% - 32px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* ---------- Rubrique, auteur, en-tetes de page ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header {
  background: #F1F0ED !important;
  color: #22232B;
  border-bottom: 1px solid #CFCED5;
  box-shadow: none !important;
  clip-path: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero h1,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header h1 {
  font-family: var(--dn-display);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-transform: none;
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header .dn-kicker {
  color: #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-description,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-description p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-bio,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-bio p {
  font-size: 18px;
  line-height: 1.6;
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-count,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-count {
  font-family: var(--dn-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-section {
  padding-top: 48px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card {
  background: #FFFFFF;
  border: 0;
  border-top: 4px solid #5D5BA0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card:hover {
  border-top-color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card__body {
  padding: 16px 0 20px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2 {
  font-family: var(--dn-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2 a {
  color: #22232B;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2 a:focus-visible {
  color: #5D5BA0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card p {
  font-size: 16px;
  line-height: 1.55;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card img {
  border-radius: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-author-portrait img,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero img.dn-author-portrait {
  border-radius: 4px;
  border: 0;
  border-bottom: 6px solid #5D5BA0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination span {
  font-size: 15px;
  color: #22232B;
  border: 1px solid #CFCED5;
  border-radius: 4px;
  white-space: nowrap;
  min-width: 40px;
  padding: 8px 14px;
  line-height: 1.2;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination .current {
  background: #5D5BA0;
  border-color: #5D5BA0;
  color: #FFFFFF;
}

/* ---------- Pages de confiance ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content li {
  font-size: 18px;
  line-height: 1.7;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content h2 {
  font-family: var(--dn-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content h3 {
  font-family: var(--dn-display);
  font-size: 22px;
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content a:not([class]) {
  color: #5D5BA0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__hero {
  background: #FFFFFF;
  border: 0;
  border-top: 4px solid #5D5BA0;
  border-radius: 0;
  box-shadow: none;
  padding: 32px 30px 28px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__hero::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__hero::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content .dn-trust .dn-trust__hero p.dn-trust__kicker {
  font-family: var(--dn-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__lede {
  font-size: 19px;
  line-height: 1.6;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__pillar,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__pillar:nth-child(2) {
  background: #FFFFFF;
  border: 1px solid #CFCED5;
  border-top: 4px solid #22232B;
  border-radius: 0;
  padding: 20px 22px;
  margin-top: 0;
  transform: none;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__pillar::before {
  background: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__links {
  border-left-color: #5D5BA0 !important;
  background: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__links a {
  color: #5D5BA0 !important;
  font-weight: 700;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content input[type="text"],
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content input[type="email"],
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content textarea {
  font-size: 16px;
  border: 1px solid #CFCED5;
  border-radius: 4px;
  background: #FFFFFF;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content button,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content input[type="submit"] {
  background: #5D5BA0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header h1 {
    font-size: 32px;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content h2 {
    font-size: 25px;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero h1,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero h1,
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header h1 {
    font-size: 36px;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__hero {
    padding: 26px 18px 22px;
  }
}

/* ---------- Pied ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 footer.dn-fleet-footer,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot {
  border-top-color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast {
  background:
    var(--sa-bande) no-repeat 0 0 / 100% 10px,
    #F1F0ED !important;
  border-top: 0 !important;
  padding-top: 13px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__statement {
  color: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial {
  background: #FFFFFF !important;
  border-color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base button,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base span,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot__legal a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot__legal button {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot__label {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-id-foot a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ---------- Correctifs reportes des medias precedents ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head-mobile {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 footer.dn-fleet-footer {
  border-top: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial {
  border-radius: 4px !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header {
  border: 0 !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-header::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-grid .dn-archive-card h2 {
  font-size: 22px !important;
  line-height: 1.25 !important;
}

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

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-grid .dn-archive-card .dn-meta,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-grid .dn-archive-card time {
  font-size: 14px !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination .page-numbers,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination .current {
  white-space: nowrap !important;
  width: auto !important;
  height: auto !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-author-portrait img,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero img.dn-author-portrait,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-author-portrait {
  border-radius: 4px !important;
  border: 0 !important;
  border-bottom: 6px solid #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-trust__story h2 {
  border-bottom: 0 !important;
  text-decoration: none !important;
}


html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .dn-article-brief {
  background: #F1F0ED !important;
  border: 1px solid #CFCED5 !important;
  border-top: 6px solid #5D5BA0 !important;
  border-radius: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content .dn-trust .dn-trust__story {
  background: #FFFFFF !important;
  border: 1px solid #CFCED5 !important;
  border-radius: 0 !important;
  padding: 32px !important;
  align-items: start !important;
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-content .dn-trust .dn-trust__story {
    padding: 24px 20px !important;
  }
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-related .dn-section__head {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ---------- Pied : logo sans cadre ---------- */



html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast .dn-fleet-footer__brand,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast .dn-footer-brand {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
}

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

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast .dn-fleet-footer__mast-inner {
  border-left: 0 !important;
  border-right: 0 !important;
}


/* ---------- Pied : encart commercial en encre ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial h2,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial .dn-fleet-footer__label {
  color: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial h2 {
  font-family: var(--dn-display) !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial a {
  color: #22232B !important;
  border: 1px solid #22232B !important;
  background: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial a:focus-visible {
  color: #FFFFFF !important;
  background: #5D5BA0 !important;
  border-color: #5D5BA0 !important;
}

/* ---------- Correctifs reportes (pied, fil d Ariane, pagination) ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__commercial > * {
  transform: none !important;
  rotate: none !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__statement {
  text-transform: none !important;
  letter-spacing: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-breadcrumb {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 6px 8px !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  min-width: 44px !important;
  min-height: 44px !important;
  vertical-align: middle !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-pagination ul.page-numbers {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  min-height: 0 !important;
}

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


/* ---------- Zones douces : texte en encre ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero .dn-meta,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-hero a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header .dn-kicker,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-page-header a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-brief a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast p {
  color: #22232B !important;
}

/* ---------- Pied : mast doux, le reste sur papier ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 footer.dn-fleet-footer,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__grid,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base {
  background: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast {
  border-bottom: 3px solid #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast span,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast a {
  color: #22232B !important;
}

/* ---------- Legende et puces en encre ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article figcaption,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-hero figcaption,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 figure figcaption {
  color: #22232B !important;
  font-size: 15px !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .dn-article-brief li::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-content .dn-article-brief li::marker {
  color: #22232B !important;
}

/* ---------- Auteur : portrait mesure en mobile ---------- */
@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero div.dn-author-portrait {
    width: 128px !important;
    max-width: 128px !important;
    height: auto !important;
  }

  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-author-hero img.dn-author-portrait {
    width: 128px !important;
    height: 128px !important;
  }
}

/* ---------- En-tete de ce socle : rangee pleine largeur recadree ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid > .inner {
  width: min(1200px, calc(100% - 32px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  min-height: 84px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid .items-left {
  display: flex !important;
  align-items: center !important;
  gap: 36px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-mid .nav-wrap,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu {
  align-items: center !important;
  height: auto !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a {
  font-size: 17px !important;
  color: #22232B !important;
  line-height: 84px !important;
  height: auto !important;
  padding: 0 14px !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .navigation-main .menu > li > a:focus-visible {
  color: #5D5BA0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .search-form {
  display: flex;
  align-items: center;
  border: 2px solid #22232B !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .query {
  font-family: var(--dn-body) !important;
  font-size: 16px !important;
  color: #22232B !important;
  background: #FFFFFF !important;
  border: 0 !important;
  min-height: 40px;
  padding: 0 12px !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .query::placeholder {
  color: #6B6C71 !important;
  opacity: 1;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .search-button {
  color: #22232B !important;
  background: transparent !important;
  min-width: 40px;
  min-height: 40px;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .search-button:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 #smart-head .smart-head-search .search-button:focus-visible {
  color: #FFFFFF !important;
  background: #5D5BA0 !important;
}

/* ---------- Pied de ce socle : liens lisibles sur papier ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a strong,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #22232B !important;
  font-size: 16px !important;
  opacity: 1 !important;
  padding: 11px 0;
  border-bottom: 1px solid #CFCED5;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a strong {
  display: inline;
  padding: 0;
  border: 0;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__sections a:hover strong,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__links a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__links a:focus-visible {
  color: #5D5BA0 !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__grid .dn-fleet-footer__label {
  color: #6B6C71 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base p,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base button {
  color: #6B6C71 !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base a:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base a:focus-visible,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base button:hover,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__base button:focus-visible {
  color: #22232B !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast .dn-fleet-footer__brand {
  font-family: var(--dn-display) !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  text-align: left !important;
  color: #22232B !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-fleet-footer__mast .dn-fleet-footer__statement {
  font-family: var(--dn-display) !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

/* ---------- Home : couverture pleine dans le livre ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-livre img,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-pile__media img,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-sa .dn-sa-duo__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

/* ---------- Rubrique : vignettes a angles vifs, titres sans cesure ---------- */
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card__media,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card picture {
  border-radius: 0 !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-home h3,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-title {
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 h1,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 h2,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 h3 {
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
}

html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 h2 a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 h3 a,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-archive-card h2 * {
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
  word-break: normal !important;
  overflow-wrap: normal !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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .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-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero figcaption {
    margin-inline: 16px;
  }
}

/* ---- article/une-encadre.css ---- */
/* Style « encadre » : image en 16/10 dans l axe du titre, portee par un aplat
 * decale a la couleur d accent, comme une photo posee sur la maquette. */
@media (min-width: 761px) {
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero {
    width: min(1040px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
    --une-ratio: 16 / 10;
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero img {
    width: calc(100% - 18px) !important;
    box-shadow: 18px 18px 0 0 color-mix(in srgb, var(--dn-accent) 26%, var(--dn-paper));
  }
  html body.diginov-media.diginov-media-fleet-salondesauteurs-fr-c7f08 .dn-article-shell > .dn-article-hero figcaption {
    margin-top: 30px;
    /* Bord droit de la legende sur celui de l image, pas sur l aplat. */
    margin-inline-end: 18px;
  }
}

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