/* diginov-signature gameworld.fr cle=fleet-gameworld-fr-13bbd identite=0cbea01326cb6053e3a16c9c7d40bc9092adb44928177d914e9024c6265dc279 genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

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

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

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

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

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd {
  --dn-accent: #5141A6;
  --dn-accent-2: #C74634;
  --dn-accent-text: #5141A6;
  --dn-ink: #111018;
  --dn-paper: #FFFFFF;
  --dn-paper-soft: #F2F0F8;
  --dn-line: #CDC8DC;
  --dn-on-accent: #FFFFFF;
  --dn-on-accent-2: #FFFFFF;
  --dn-display: "DN Gabarito", "DN Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  --dn-body: "DN Gabarito", ui-sans-serif, system-ui, sans-serif;
  --dn-radius: 2px;
  --sig-accent: #5141A6;
  --sig-accent-text: #5141A6;
  --sig-accent-mark: #5141A6;
  --sig-accent-fill: #5141A6;
  --sig-on-accent: #FFFFFF;
  --sig-foot-bg: #111018;
  --sig-foot-text: #FFFFFF;
  --sig-foot-muted: #F2F0F8;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "DN Gabarito", "DN Roboto Condensed", ui-sans-serif, system-ui, sans-serif;
  --sig-body-family: "DN Gabarito", 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-gameworld-fr-13bbd #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .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-gameworld-fr-13bbd #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

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

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .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-gameworld-fr-13bbd .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-gameworld-fr-13bbd .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/gameworld.fr.css ---- */
/* gameworld.fr : plan de niveau a salles. Le signe du logo (cadre d encre
   epais ouvert au nord, case d arrivee indigo) devient la salle : murs d encre
   de 8 px, porte ouverte au milieu du mur haut, case indigo dans l angle.
   Encre #111018, indigo #5141A6 (7,90 sur papier), papier doux #F2F0F8,
   vermillon #C74634 pour les etiquettes seulement. Gabarito 800 au titrage,
   Roboto Condensed 700 en capitales pour les libelles. */

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd {
  --gw-encre: #111018;
  --gw-indigo: #5141A6;
  --gw-indigo-clair: #B7AEEA;
  --gw-vermillon: #C74634;
  --gw-papier: #FFFFFF;
  --gw-doux: #F2F0F8;
  --gw-trait: #CDC8DC;
  --gw-gris: #5E5B72;
  --gw-cond: "DN Roboto Condensed", "Arial Narrow", sans-serif;
  --gw-mur: 8px;
  background: var(--gw-papier);
  color: var(--gw-encre);
}

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

/* ---- En-tete : logo sur papier, menu dans un couloir d encre. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .smart-head-main .smart-head-mid {
  background: var(--gw-papier) !important;
  border: 0 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .smart-head-main .smart-head-bot {
  background: var(--gw-encre) !important;
  border: 0 !important;
  box-shadow: inset 0 -4px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li > a {
  color: var(--gw-papier) !important;
  font-family: var(--gw-cond) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #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-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li.current-menu-item > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li.current-menu-parent > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li.current-post-parent > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li.current-category-ancestor > a {
  background: transparent !important;
  color: var(--gw-papier) !important;
  box-shadow: inset 0 -4px 0 var(--gw-indigo-clair);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .navigation-main .menu > li:hover > a {
  background: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .navigation-main .sub-menu {
  background: var(--gw-papier) !important;
  border: 3px solid var(--gw-encre) !important;
  border-top: 6px solid var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .navigation-main .sub-menu a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .navigation-main .mega-menu a {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .search-icon,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .offcanvas-toggle {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .search-icon {
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .search-icon:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-bot .search-icon:focus-visible {
  color: var(--gw-indigo-clair) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .search-icon:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .search-icon:focus-visible {
  color: var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .smart-head-mobile .smart-head-row {
  background: var(--gw-papier) !important;
  border-bottom: 6px solid var(--gw-encre) !important;
}

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

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .off-canvas {
  background: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .off-canvas .mobile-menu li > a {
  color: var(--gw-papier) !important;
  font-family: var(--gw-cond) !important;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---- Home dediee : commun. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw {
  background: var(--gw-papier);
  padding-bottom: 72px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-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-gameworld-fr-13bbd .dn-gw .gw-wrap {
  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-gameworld-fr-13bbd .dn-gw a {
  color: inherit;
  text-decoration: none;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw h3 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw h3 a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw h2 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw h2 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--gw-indigo);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-cat {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--gw-cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gw-vermillon);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-cat:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-cat:focus-visible {
  color: var(--gw-encre);
  text-decoration: underline;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-line {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--gw-gris);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-by::before {
  content: "\00B7";
  margin: 0 8px;
}

/* Tete de section : signe de salle (cadre ouvert, case indigo), titre fort. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-sign {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 6px solid var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-sign::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 8px;
  width: 6px;
  height: 6px;
  background: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-sign::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-head h2 {
  margin: 0;
  flex: 1 1 auto;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-more {
  flex: 0 0 auto;
  padding: 9px 16px;
  border: 2px solid var(--gw-encre);
  font-family: var(--gw-cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-more:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-more:focus-visible {
  background: var(--gw-indigo);
  border-color: var(--gw-indigo);
  color: var(--gw-papier);
}

/* Salle de depart : la une dans une salle a murs d encre, porte au nord. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-depart {
  background: var(--gw-doux);
  padding: 48px 0 56px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-depart__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une {
  position: relative;
  border: var(--gw-mur) solid var(--gw-encre);
  background: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une::before {
  content: "";
  position: absolute;
  top: calc(var(--gw-mur) * -1);
  left: 50%;
  width: 72px;
  height: var(--gw-mur);
  margin-left: -36px;
  background: var(--gw-doux);
  z-index: 2;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  background: var(--gw-indigo);
  z-index: 2;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: var(--gw-mur) solid var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une__body {
  padding: 28px 32px 32px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une h2 {
  margin: 0;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 800;
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-chapo {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.55;
  color: #2E2B3C;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil__titre {
  margin: 0 0 8px;
  padding: 12px 16px;
  background: var(--gw-encre);
  color: var(--gw-papier);
  font-family: var(--gw-cond) !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: inset 6px 0 0 var(--gw-indigo);
  padding-left: 22px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil__item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 2px dashed var(--gw-trait);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil__item:last-child {
  border-bottom: 0;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 4px solid var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--gw-encre);
}

/* Salle des tests : piece sombre, un test ouvert, les autres en liste. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests {
  margin-top: 64px;
  padding: 56px 0 64px;
  background: var(--gw-encre);
  color: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-head {
  border-bottom-color: var(--gw-indigo-clair);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-head h2 {
  color: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-sign {
  border-color: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-sign::before {
  background: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-sign::after {
  background: var(--gw-indigo-clair);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-more {
  border-color: var(--gw-papier);
  color: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-more:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-more:focus-visible {
  background: var(--gw-papier);
  border-color: var(--gw-papier);
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: var(--gw-mur) solid var(--gw-papier);
  border-top-color: var(--gw-indigo-clair);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__body {
  padding: 24px 0 0;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests h3 {
  margin: 0;
  color: var(--gw-papier);
  font-weight: 800;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__lead h3 {
  font-size: 34px;
  line-height: 1.12;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__lead p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: #E6E3F0;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests .gw-line {
  color: #CFCAE2;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests h3 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests h3 a:focus-visible {
  text-decoration-color: var(--gw-indigo-clair);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-top: 2px dashed rgba(205, 200, 220, 0.4);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__item:first-child {
  border-top: 0;
  padding-top: 0;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 4px solid var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__item h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}

/* Quartier des actualites : salles reliees par des couloirs en tirets. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-quartier {
  margin-top: 72px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle {
  position: relative;
  border: 5px solid var(--gw-encre);
  background: var(--gw-papier);
  display: flex;
  flex-direction: column;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -41px;
  width: 36px;
  border-top: 4px dashed var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle:nth-child(3n)::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle:last-child::before {
  display: none;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 24px;
  width: 40px;
  height: 5px;
  background: var(--gw-papier);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 5px solid var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle__body {
  padding: 20px 22px 24px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.22;
  font-weight: 700;
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande {
  grid-column: span 2;
  grid-row: span 2;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande::before {
  top: 30%;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande .gw-salle__media {
  aspect-ratio: auto;
  flex: 1 1 auto;
  min-height: 300px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande .gw-salle__body {
  padding: 26px 30px 30px;
  box-shadow: inset 0 6px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande h3 {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: #2E2B3C;
}

/* Passages : liste sur papier doux, case indigo devant chaque titre. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages {
  margin-top: 72px;
  padding: 52px 0 56px;
  background: var(--gw-doux);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages .gw-sign::before {
  background: var(--gw-doux);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 40px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passage {
  position: relative;
  padding: 22px 0 22px 30px;
  border-bottom: 2px dashed var(--gw-trait);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passage::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passage .gw-cat {
  margin-bottom: 6px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passage h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 700;
  color: var(--gw-encre);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd main.dn-gw > .dn-media-ad--feed {
  max-width: 1240px;
  margin: 48px auto 0;
  padding: 0 32px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-depart__grid,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salles,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle::before {
    display: none;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande {
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-depart {
    padding: 28px 0 40px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une::after {
    width: 30px;
    height: 30px;
    top: 12px;
    right: 12px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une__body {
    padding: 20px 18px 24px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-une h2 {
    font-size: 31px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-chapo {
    font-size: 17px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-head {
    flex-wrap: wrap;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-head h2 {
    font-size: 29px;
    flex-basis: calc(100% - 60px);
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil__item,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-fil h3,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__item h3 {
    font-size: 18px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-tests__lead h3,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande h3 {
    font-size: 27px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salles,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-passages__list {
    gap: 0;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande {
    grid-column: auto;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-gw .gw-salle--grande .gw-salle__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd main.dn-gw > .dn-media-ad--feed {
    padding: 0 16px;
  }
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-breadcrumb a:focus-visible {
  color: var(--gw-encre) !important;
  text-decoration: underline;
  text-decoration-color: var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-breadcrumb span,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-breadcrumb span {
  color: #DCD8EA !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-breadcrumb a:focus-visible {
  color: var(--gw-papier) !important;
  text-decoration: underline;
  text-decoration-color: var(--gw-indigo-clair);
}

/* ---- Article : titre dans la salle, porte ouverte, case indigo. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-header {
  border-top: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  border-bottom: 6px solid var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-header .dn-category,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-kicker {
  font-family: var(--gw-cond) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--gw-vermillon) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-header h1 {
  font-size: clamp(34px, 3.6vw, 54px) !important;
  line-height: 1.07 !important;
  font-weight: 800 !important;
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-deck {
  font-size: 21px !important;
  line-height: 1.5 !important;
  color: #2E2B3C !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-author strong {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-hero {
  background: transparent !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-hero img {
  border: var(--gw-mur) solid var(--gw-encre);
  box-sizing: border-box;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content {
  font-size: 18px;
  line-height: 1.72;
  color: #1E1C28;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content h2 {
  position: relative;
  margin-top: 46px !important;
  padding: 0 0 0 30px;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 16px;
  height: 16px;
  background: var(--gw-indigo);
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content blockquote {
  margin: 32px 0 !important;
  padding: 22px 26px !important;
  border: 5px solid var(--gw-encre) !important;
  background: var(--gw-doux) !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  font-style: normal !important;
  box-shadow: inset 0 6px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content blockquote p {
  font-size: 20px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content table {
  font-size: 16px;
  border-collapse: collapse;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content th {
  background: var(--gw-encre) !important;
  color: var(--gw-papier) !important;
  padding: 12px 14px !important;
  text-align: left;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content td {
  padding: 12px 14px !important;
  border-bottom: 1px solid var(--gw-trait) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content li::marker {
  color: var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-tags a {
  font-size: 14px !important;
  border: 2px solid var(--gw-encre) !important;
  color: var(--gw-encre) !important;
  background: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-tags a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-tags a:focus-visible {
  border-color: var(--gw-indigo) !important;
  background: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share span,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share strong {
  font-family: var(--gw-cond) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share a {
  display: inline-block;
  padding: 6px 12px !important;
  border: 2px solid var(--gw-encre) !important;
  color: var(--gw-encre) !important;
  text-decoration: none !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-share a:focus-visible {
  background: var(--gw-indigo) !important;
  border-color: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-card {
  border: 5px solid var(--gw-encre) !important;
  background: var(--gw-doux) !important;
  padding: 24px !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-card h2,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-card h2 a {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-section__head,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-related > .dn-shell > h2 {
  border-top: 0 !important;
  padding-bottom: 14px !important;
  border-bottom: 3px solid var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-related h2,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-section__head h2 {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: var(--gw-encre) !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-related h3 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-related h3 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--gw-indigo);
  text-decoration-thickness: 3px;
}

/* ---- Rubriques et auteur : en-tete dans une salle d encre, case indigo. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero {
  border-top: 0 !important;
  border-bottom: 0 !important;
  background: var(--gw-encre) !important;
  color: var(--gw-papier) !important;
  padding-top: 38px !important;
  padding-bottom: 44px !important;
  position: relative;
  box-shadow: inset 0 -8px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero h1,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero h1 {
  color: var(--gw-papier) !important;
  font-size: clamp(34px, 3.4vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero .dn-kicker {
  color: var(--gw-indigo-clair) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-author-hero a {
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card {
  border: 4px solid var(--gw-encre) !important;
  background: var(--gw-papier) !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h2,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h3 {
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h2 a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h3 a {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h2 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h2 a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h3 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-archive-card h3 a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--gw-indigo);
  text-decoration-thickness: 3px;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-pagination .page-numbers {
  font-size: 15px !important;
  border: 3px solid var(--gw-encre) !important;
  color: var(--gw-encre) !important;
  background: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-pagination .page-numbers.current,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-pagination .page-numbers:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-pagination .page-numbers:focus-visible {
  background: var(--gw-indigo) !important;
  border-color: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

/* ---- La redaction et pages de confiance. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero {
  background: var(--gw-encre) !important;
  border-top: 0 !important;
  box-shadow: inset 0 -8px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero h1,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero p {
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-hero .dn-kicker {
  color: var(--gw-indigo-clair) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-card {
  border: 4px solid var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-card h2 a {
  color: var(--gw-encre) !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-card__link:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-team-card__link:focus-visible {
  background: var(--gw-indigo) !important;
  border-color: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-id-page__head,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-page-header {
  border-top: 0 !important;
  padding-bottom: 22px !important;
  border-bottom: 6px solid var(--gw-encre) !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-id-page__head .dn-kicker,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-id-page__head p:first-child {
  color: var(--gw-vermillon) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero {
  background: var(--gw-encre) !important;
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero h2,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero p {
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero::before {
  background: var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero::after {
  display: none !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__kicker {
  color: var(--gw-indigo-clair) !important;
  font-size: 14px !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__links {
  border-left-color: var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__pillar {
  border: 4px solid var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__pillar::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__pillar::after {
  background: var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust a:not([class]),
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-id-page__body a:not([class]) {
  color: var(--gw-indigo) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust a:not([class]):hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-id-page__body a:not([class]):hover {
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-trust__hero a:not([class]) {
  color: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-contact-form input,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-contact-form textarea {
  font-size: 16px !important;
  border: 2px solid var(--gw-encre) !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-contact-form button:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-contact-form button:focus-visible {
  background: var(--gw-indigo) !important;
  border-color: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

/* ---- Menu du bureau : il vit dans la rangee du logo. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li > a {
  color: var(--gw-encre) !important;
  font-family: var(--gw-cond) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li.current-menu-item > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li.current-menu-parent > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li.current-post-parent > a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li.current-category-ancestor > a {
  background: transparent !important;
  color: var(--gw-encre) !important;
  box-shadow: inset 0 -5px 0 var(--gw-indigo);
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li > a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .navigation-main .menu > li:hover > a {
  background: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
  box-shadow: none;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .smart-head-main .smart-head-mid {
  border-bottom: 6px solid var(--gw-encre) !important;
  box-shadow: none !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd #smart-head .smart-head-mid .search-form input {
  border: 2px solid var(--gw-encre) !important;
  border-radius: 0 !important;
  background: var(--gw-papier) !important;
  color: var(--gw-encre) !important;
  font-size: 14px !important;
}

/* ---- Pied : salle d encre fermee, mur indigo au nord perce d une porte. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__grid,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__base {
  background: var(--gw-encre) !important;
  background-image: none !important;
  color: var(--gw-papier) !important;
  border-color: rgba(205, 200, 220, 0.25) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer {
  border-top: 0 !important;
  position: relative;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--gw-indigo) 0 calc(50% - 40px), var(--gw-papier) calc(50% - 40px) calc(50% + 40px), var(--gw-indigo) calc(50% + 40px));
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast {
  padding: 44px 0 32px !important;
  border-bottom: 2px dashed rgba(183, 174, 234, 0.45) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast-inner,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .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-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast::after,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast-inner::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast-inner::after,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast-brand::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__mast-brand::after,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__brand::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__brand::after,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial::before,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial::after {
  display: none !important;
  content: none !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .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: 4px solid var(--gw-papier) !important;
  border-radius: 0 !important;
  background: var(--gw-papier) !important;
  box-shadow: 10px 10px 0 var(--gw-indigo) !important;
  padding: 12px 20px !important;
}

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__statement {
  color: var(--gw-papier) !important;
  font-family: var(--sig-display-family) !important;
  font-weight: 800 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__label {
  color: var(--gw-indigo-clair) !important;
  font-family: var(--gw-cond) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__sections a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__links a {
  display: block !important;
  border-color: rgba(205, 200, 220, 0.25) !important;
  border-bottom-style: dashed !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer a:focus-visible,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer a:hover strong {
  color: var(--gw-indigo-clair) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial {
  background: var(--gw-papier) !important;
  border: 6px solid var(--gw-papier) !important;
  border-radius: 0 !important;
  box-shadow: inset 0 0 0 3px var(--gw-encre), 10px 10px 0 var(--gw-indigo) !important;
  color: var(--gw-encre) !important;
  padding: 28px 26px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial .dn-fleet-footer__label {
  color: var(--gw-vermillon) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial h2 {
  color: var(--gw-encre) !important;
  font-family: var(--sig-display-family) !important;
  font-weight: 800 !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial p {
  color: var(--gw-encre) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial > a {
  display: inline-block;
  background: var(--gw-encre) !important;
  color: var(--gw-papier) !important;
  border: 2px solid var(--gw-encre) !important;
  border-radius: 0 !important;
  font-family: var(--gw-cond) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 11px 18px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial > a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial > a:focus-visible {
  background: var(--gw-indigo) !important;
  border-color: var(--gw-indigo) !important;
  color: var(--gw-papier) !important;
}

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

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

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__base {
  border-top: 2px dashed rgba(183, 174, 234, 0.45) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__base p,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__base a,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__base button {
  color: #DCD8EA !important;
  font-family: var(--gw-cond) !important;
  font-size: 14px !important;
  background: transparent !important;
}

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

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__statement {
    font-size: 24px !important;
  }
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-fleet-footer .dn-fleet-footer__commercial {
    margin-right: 10px !important;
  }
}

/* ---- Tableaux d article (dont l encadre En bref) : salle a mur d encre. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table table {
  border: 4px solid var(--gw-encre) !important;
  border-collapse: collapse !important;
  background: var(--gw-papier) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table td,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table th {
  border: 0 !important;
  border-bottom: 2px dashed var(--gw-trait) !important;
  padding: 14px 18px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: var(--gw-encre) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table tr:first-child td,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table th {
  background: var(--gw-encre) !important;
  color: var(--gw-papier) !important;
  border-bottom: 4px solid var(--gw-indigo) !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table tr:first-child td strong,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table tr:first-child td p {
  color: var(--gw-papier) !important;
  font-family: var(--gw-cond) !important;
  font-size: 15px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table li {
  margin-bottom: 8px !important;
}

/* ---- Corps d article : une seule taille de lecture, jamais trop petite. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content p,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content li {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table li,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content .wp-block-table p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content p,
  html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-article-content li {
    font-size: 17px !important;
  }
}

/* ---- Cartes des listes (auteur, rubrique) : libelle condense, dates lisibles. */
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback .dn-category {
  color: var(--gw-vermillon) !important;
  font-family: var(--gw-cond) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback time,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback .post-meta,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback .meta-item {
  color: var(--gw-gris) !important;
  font-size: 14px !important;
}

html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback h3 a:hover,
html body.diginov-media.diginov-media-fleet-gameworld-fr-13bbd .dn-loop-post-fallback h3 a:focus-visible {
  color: var(--gw-indigo) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

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

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