/* diginov-signature vivredemain.fr cle=vivredemain identite=1ea76b07187a78f9e894a2d33c9ad8fa1a13d4205a9992685b13a076f8273f6f genere=2026-09-23 pied=encre */
/* Fichier genere par ops/smartmag-design/signature/generer.py : ne pas editer ici. */

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

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

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

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

html body.diginov-media.diginov-media-vivredemain {
  --dn-accent: #8DBB2D;
  --dn-accent-2: #3F712D;
  --dn-ink: #24321D;
  --dn-paper: #FFFFFF;
  --dn-paper-soft: #F4F8EB;
  --dn-line: #C9D9AD;
  --dn-muted: #607054;
  --sig-accent: #8DBB2D;
  --sig-accent-text: #5D7B1E;
  --sig-accent-mark: #79A027;
  --sig-accent-fill: #8DBB2D;
  --sig-on-accent: #24321D;
  --sig-foot-bg: #24321D;
  --sig-foot-text: #FFFFFF;
  --sig-foot-muted: #F4F8EB;
  --sig-foot-logo: url("logo-sombre.png");
  --sig-display-family: "Georgia", "Times New Roman", serif;
  --sig-body-family: "DN Inter", ui-sans-serif, system-ui, sans-serif;
}

/* ---- couche.css ---- */
/*
 * Couche commune de LISIBILITE, v1 du 23/09. Elle ne porte aucune DA : tout ce
 * qui se voit comme une identite (grille, titrage, couleurs de surface, home,
 * filets, pied) est ecrit media par media dans surcharges/<domaine>.css et
 * dediees/<domaine>/home.php. Demande de Marc : « survol et clarte identiques
 * sur les 150 », mais « pas de sites similaires ».
 *
 * Lecons d actuafoot.fr reprises ici :
 * - SmartMag fixe la racine a 14 px : un rem rend 12,5 % plus petit que prevu.
 *   Les tailles de lecture sont donc en px.
 * - Survol du menu : fond d accent et texte calcule pour 4,5 au moins, jamais
 *   l encre du media sur l accent (#07182d sur #304860 chez actuafoot).
 * - Le ::after des onglets recevait le fond d accent : sur « Plus », seul
 *   onglet dont le ::after porte un contenu (le chevron), un pave colore.
 *
 * Convention de bornage : chaque selecteur commence par
 *     html body.diginov-media
 * immediatement suivi du marqueur forme de deux soulignes, du mot MEDIA et de
 * deux soulignes. generer.py remplace ce marqueur par .diginov-media-<cle>.
 *
 * Jetons disponibles (definis par generer.py sur le meme selecteur) :
 *   --dn-accent --dn-accent-2 --dn-on-accent --dn-ink --dn-paper
 *   --dn-paper-soft --dn-muted --dn-line --dn-display --dn-body (et autres --dn-*)
 *   --sig-accent --sig-accent-text --sig-accent-mark --sig-accent-fill
 *   --sig-on-accent --sig-foot-bg --sig-foot-text --sig-foot-muted
 *   --sig-foot-logo --sig-display-family --sig-body-family
 */

/* Menu principal et sous-menus : survol et focus lisibles partout. */
html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu > li:hover > a,
html body.diginov-media.diginov-media-vivredemain .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-vivredemain .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-vivredemain #smart-head .navigation .menu > li > a::after {
  background: none !important;
  color: inherit !important;
}

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

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

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

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

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

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

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

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

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

/* ---- surcharges/vivredemain.fr.css ---- */
/* ---------- Socle commun des vues : vivredemain.fr ---------- */
html body.diginov-media.diginov-media-vivredemain {
  --vv-accent: #3F712D;
  --vv-brick: #5E8116;
  --vv-ink: #24321D;
  --vv-paper: #FFFFFF;
  --vv-soft: #F4F8EB;
  --vv-line: #C9D9AD;
  --vv-muted: #607054;
  --vv-th_bg: #24321D;
  --vv-th_fg: #FFFFFF;
  --vv-title: Georgia, "Times New Roman", serif;
  --vv-text: "DN Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--vv-paper) !important;
  color: var(--vv-ink);
  font-family: var(--vv-text);
}

html body.diginov-media.diginov-media-vivredemain .main-wrap,
html body.diginov-media.diginov-media-vivredemain .dn-surface {
  background: var(--vv-paper) !important;
}

/* En-tete */
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-mid,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .smart-head-row,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .smart-head-mid {
  background: #FFFFFF !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-mid,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile {
  border-bottom: 4px solid #8DBB2D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-mid {
  min-height: 84px;
}

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

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

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-mid .logo-image {
  height: 46px !important;
  width: auto !important;
  max-height: none !important;
}

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

html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu li > a:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu li > a:focus-visible,
html body.diginov-media.diginov-media-vivredemain #smart-head .navigation-main .menu > li:hover > a {
  background: #3F712D !important;
  color: #FFFFFF !important;
}

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

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

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

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

html body.diginov-media.diginov-media-vivredemain #smart-head .search-icon,
html body.diginov-media.diginov-media-vivredemain #smart-head .search-button,
html body.diginov-media.diginov-media-vivredemain #smart-head .offcanvas-toggle,
html body.diginov-media.diginov-media-vivredemain #smart-head .hamburger-icon,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .search-icon,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .offcanvas-toggle,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .hamburger-icon {
  color: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .hamburger-icon .inner,
html body.diginov-media.diginov-media-vivredemain #smart-head .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-vivredemain #smart-head .hamburger-icon .inner::after,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .hamburger-icon .inner,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .hamburger-icon .inner::after {
  background: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .search-icon:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .search-icon:focus-visible,
html body.diginov-media.diginov-media-vivredemain #smart-head .search-button:hover,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .search-icon:hover,
html body.diginov-media.diginov-media-vivredemain .smart-head-mobile .search-icon:focus-visible {
  color: #3F712D !important;
}

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

html body.diginov-media.diginov-media-vivredemain .off-canvas,
html body.diginov-media.diginov-media-vivredemain .mobile-menu-container {
  background: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain .off-canvas .mobile-menu li > a {
  font-family: var(--vv-title) !important;
  font-size: 19px !important;
  color: #FFFFFF !important;
  padding: 12px 8px !important;
}

html body.diginov-media.diginov-media-vivredemain .off-canvas .mobile-menu li > a:hover,
html body.diginov-media.diginov-media-vivredemain .off-canvas .mobile-menu li > a:focus-visible {
  background: #FFFFFF !important;
  color: #24321D !important;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-breadcrumb a:focus-visible {
  color: var(--vv-accent) !important;
  text-decoration: underline;
}

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

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

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

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

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

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

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

html body.diginov-media.diginov-media-vivredemain .dn-article-byline {
  justify-content: flex-start;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-article-author:hover {
  color: var(--vv-accent) !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-article-hero {
  border: 0; outline: 0; border-bottom: 6px solid #8DBB2D;
}

html body.diginov-media.diginov-media-vivredemain .dn-article-hero img {
  border-radius: 0 !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-article-content {
  font-family: var(--vv-text) !important;
  color: var(--vv-ink);
}

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

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

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

html body.diginov-media.diginov-media-vivredemain .dn-article-content h2,
html body.diginov-media.diginov-media-vivredemain .dn-page-content h2 {
  font-family: var(--vv-title) !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  color: #24321D !important;
  margin-top: 44px !important;
  padding-left: 14px !important; border-left: 4px solid #8DBB2D !important;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-article-content blockquote,
html body.diginov-media.diginov-media-vivredemain .dn-page-content blockquote {
  border: 0 !important;
  background: #F4F8EB !important; border-left: 6px solid #8DBB2D !important;
  padding: 20px 26px !important;
  margin: 32px 0 !important;
  font-size: 21px !important;
  line-height: 1.5;
  color: var(--vv-ink) !important;
}

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

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

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

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

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

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

html body.diginov-media.diginov-media-vivredemain .dn-article-tags a:hover {
  background: var(--vv-accent) !important;
  color: #FFFFFF !important;
  border-color: var(--vv-accent) !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-author-card {
  background: var(--vv-soft) !important;
  border: 0 !important;
  border-top: 4px solid #8DBB2D !important;
  padding: 26px !important;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-author-card h2 a:hover {
  color: var(--vv-accent) !important;
}

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

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

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

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

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

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

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

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

html body.diginov-media.diginov-media-vivredemain .dn-related-card__media,
html body.diginov-media.diginov-media-vivredemain .dn-archive-card__media {
  border-bottom: 4px solid #8DBB2D;
  overflow: hidden;
}

html body.diginov-media.diginov-media-vivredemain .dn-archive-card {
  background: transparent !important;
  border: 0 !important;
}

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

/* Rubrique et auteur */
html body.diginov-media.diginov-media-vivredemain .dn-archive-hero,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero {
  background: #F4F8EB !important;
  color: #24321D !important;
  border-bottom: 6px solid #8DBB2D !important;
  padding-top: 44px !important;
  padding-bottom: 40px !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-archive-hero h1,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero h1 {
  font-family: var(--vv-title) !important;
  font-size: 50px !important;
  line-height: 1.05 !important;
  color: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-archive-hero .dn-kicker,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero .dn-kicker,
html body.diginov-media.diginov-media-vivredemain .dn-archive-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-vivredemain .dn-archive-hero .dn-breadcrumb a,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero .dn-breadcrumb,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero .dn-breadcrumb a {
  color: #24321D !important;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-archive-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-archive-hero .dn-breadcrumb a:focus-visible,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero .dn-breadcrumb a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero .dn-breadcrumb a:focus-visible {
  color: #24321D !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-vivredemain .dn-archive-description,
html body.diginov-media.diginov-media-vivredemain .dn-archive-description p,
html body.diginov-media.diginov-media-vivredemain .dn-archive-count,
html body.diginov-media.diginov-media-vivredemain .dn-author-bio,
html body.diginov-media.diginov-media-vivredemain .dn-author-bio p,
html body.diginov-media.diginov-media-vivredemain .dn-author-count,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero p,
html body.diginov-media.diginov-media-vivredemain .dn-author-hero a {
  color: #24321D !important;
  font-family: var(--vv-text) !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-archive-count,
html body.diginov-media.diginov-media-vivredemain .dn-author-count {
  font-family: var(--vv-title) !important;
  font-size: 15px !important;
}

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

html body.diginov-media.diginov-media-vivredemain .dn-pagination li {
  margin: 0 !important;
}

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

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

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

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

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

/* Pages de confiance et equipe */
html body.diginov-media.diginov-media-vivredemain .dn-page-header {
  text-align: left;
  padding-top: 40px !important;
  padding-bottom: 28px !important;
  border-top: 6px solid #8DBB2D !important; padding-top: 22px !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-page-header .dn-breadcrumb {
  justify-content: flex-start;
}

html body.diginov-media.diginov-media-vivredemain .dn-page-header h1,
html body.diginov-media.diginov-media-vivredemain .dn-team-hero h1,
html body.diginov-media.diginov-media-vivredemain .dn-trust__hero h1 {
  font-family: var(--vv-title) !important;
  font-size: 46px !important;
  line-height: 1.08 !important;
  color: #24321D !important;
}

/* Pied */
html body.diginov-media.diginov-media-vivredemain .dn-site-footer,
html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer {
  background: #24321D !important;
  color: #FFFFFF !important;
  border-top: 6px solid #8DBB2D !important;
}

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

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

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__mast {
  background: #24321D !important;
  border: 0 !important;
}

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

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

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

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

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial {
  background: #FFFFFF !important;
  border: 0 !important;
  border-top: 6px solid #8DBB2D !important;
  transform: none !important;
  padding: 26px 26px 28px !important;
  box-shadow: none !important;
}

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

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

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial h2 {
  color: #24321D !important;
  font-family: var(--vv-title) !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial p {
  color: #24321D !important;
  font-family: var(--vv-text) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial p.label {
  font-family: var(--vv-title) !important;
  font-size: 13px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3F712D !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial a {
  background: #8DBB2D !important;
  color: #24321D !important;
  border: 0 !important;
  opacity: 1 !important;
  font-family: var(--vv-title) !important;
  font-size: 16px !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-fleet-footer__commercial a:focus-visible {
  background: #FFFFFF !important;
  color: #24321D !important;
}

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

/* vivredemain.fr (VivreDemain) : plan de potager en parcelles et sillons.
   Encre verte #24321D, papier #FFFFFF, papier doux #F4F8EB, trait #C9D9AD,
   vert #8DBB2D en aplat et filet (jamais en texte sur blanc), vert lisible
   #5E8116 et #3F712D pour le texte. Georgia 700 titres, Inter texte.
   Motif : les sillons (filets paralleles) en tete de chaque parcelle,
   le tuteur (barre verte verticale) devant chaque nom de rubrique. */

html body.diginov-media.diginov-media-vivredemain .dn-vv-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv-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-vivredemain .dn-vv {
  padding: 36px 0 0;
  background: #FFFFFF;
  color: #24321D;
  font-family: "DN Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv a {
  text-decoration: none;
  color: #24321D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv h2,
html body.diginov-media.diginov-media-vivredemain .dn-vv h3,
html body.diginov-media.diginov-media-vivredemain .dn-vv h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #24321D;
  margin: 0;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv h2 a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv h3 a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv h4 a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv h2 a:focus-visible,
html body.diginov-media.diginov-media-vivredemain .dn-vv h3 a:focus-visible,
html body.diginov-media.diginov-media-vivredemain .dn-vv h4 a:focus-visible,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list a:focus-visible {
  color: #3F712D;
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.6;
  color: #24321D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-cat {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3F712D !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-cat:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-cat:focus-visible {
  color: #24321D !important;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #607054;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-byline a {
  color: #24321D !important;
  font-weight: 600;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-byline a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-byline a:focus-visible {
  color: #3F712D !important;
  text-decoration: underline;
}

/* Tuteur : barre verte devant le nom de rubrique */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tuteur {
  position: relative;
  padding-left: 18px;
  font-family: "DN Inter", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tuteur::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 6px;
  height: 28px;
  background: #8DBB2D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tuteur a {
  color: #3F712D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tuteur a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tuteur a:focus-visible {
  color: #24321D;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-head h2 {
  font-size: 28px;
  line-height: 1.15;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-more {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  color: #3F712D !important;
  border-bottom: 2px solid #8DBB2D;
  padding-bottom: 2px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-more:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-more:focus-visible {
  color: #24321D !important;
  border-bottom-color: #24321D;
}

/* Planche de tete */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete {
  padding-bottom: 56px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 32px 40px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead {
  grid-row: 1 / span 2;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #F4F8EB;
  border-bottom: 8px solid #8DBB2D;
  margin-bottom: 22px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead h2 {
  font-size: 42px;
  line-height: 1.12;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead .dn-vv-chapo {
  font-size: 19px;
  max-width: 740px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__thumb {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #F4F8EB;
  margin-bottom: 14px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__side h3 {
  font-size: 22px;
  line-height: 1.25;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__side + .dn-vv-tete__side {
  padding-top: 24px;
  border-top: 1px solid #C9D9AD;
}

/* Parcelles sillonnees */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelles {
  padding: 8px 0 64px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle {
  position: relative;
  padding: 50px 28px 28px;
  background: #F4F8EB;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: repeating-linear-gradient(180deg, #8DBB2D 0 3px, #F4F8EB 3px 9px);
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__first {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid #C9D9AD;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #C9D9AD;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__first h3 {
  font-size: 22px;
  line-height: 1.25;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list li {
  padding: 14px 0;
  border-bottom: 1px solid #C9D9AD;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__list a {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}

/* Rang du quotidien, fond encre verte */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang {
  position: relative;
  padding: 72px 0 64px;
  background: #24321D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: repeating-linear-gradient(180deg, #8DBB2D 0 3px, #24321D 3px 9px);
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__title {
  font-size: 32px !important;
  line-height: 1.15;
  color: #FFFFFF !important;
  margin-bottom: 30px !important;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang .dn-vv-tuteur {
  margin-bottom: 18px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang .dn-vv-tuteur a {
  color: #FFFFFF;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang .dn-vv-tuteur a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang .dn-vv-tuteur a:focus-visible {
  color: #F4F8EB;
  text-decoration: underline;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__item {
  padding: 16px 0;
  border-top: 1px solid #607054;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__item h4 {
  font-size: 19px;
  line-height: 1.3;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__item h4 a {
  color: #FFFFFF;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__item h4 a:hover,
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__item h4 a:focus-visible {
  color: #F4F8EB;
  text-decoration: underline;
}

/* Bordures : une ligne par rubrique */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordures {
  padding: 64px 0 40px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid #C9D9AD;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure:first-child {
  border-top: 4px solid #8DBB2D;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure__item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure__media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #F4F8EB;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure__item h3 {
  font-size: 19px;
  line-height: 1.3;
}

/* Derniers articles */
html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recents {
  padding: 32px 0 80px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recents__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recent__media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #F4F8EB;
  border-bottom: 4px solid #8DBB2D;
  margin-bottom: 14px;
}

html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recent h3 {
  font-size: 20px;
  line-height: 1.28;
}

@media (max-width: 1024px) {
  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__grid {
    grid-template-columns: 1fr 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__side + .dn-vv-tete__side {
    padding-top: 0;
    border-top: 0;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelles__grid {
    grid-template-columns: 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__grid,
  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recents__grid {
    grid-template-columns: 1fr 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure {
    grid-template-columns: 1fr 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure .dn-vv-tuteur {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  html body.diginov-media.diginov-media-vivredemain .dn-vv-wrap {
    padding: 0 16px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv {
    padding-top: 20px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__grid,
  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__grid,
  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-recents__grid,
  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure {
    grid-template-columns: 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__side + .dn-vv-tete__side {
    padding-top: 24px;
    border-top: 1px solid #C9D9AD;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead h2 {
    font-size: 30px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-tete__lead .dn-vv-chapo {
    font-size: 17px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-head {
    flex-wrap: wrap;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-head h2 {
    font-size: 25px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle {
    padding: 46px 16px 20px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-parcelle__first {
    grid-template-columns: 1fr;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure {
    gap: 18px;
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-bordure__item {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  html body.diginov-media.diginov-media-vivredemain .dn-vv .dn-vv-rang__title {
    font-size: 26px !important;
  }
}

/* En-tete blanc : logo couleur seul, jamais la version blanche */
/* En-tete : rang haut foret avec le wordmark blanc officiel (choix du site), rang menu papier */
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-mid {
  background: #263C20 !important;
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid {
  min-height: 92px;
  height: auto !important;
  border-bottom: 0 !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .logo-image.logo-image-dark {
  display: block !important;
  height: 50px !important;
  width: auto !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .smart-head-social a {
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .smart-head-social a:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .smart-head-social a:focus-visible {
  color: #8DBB2D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .ts-button {
  background: #8DBB2D !important;
  color: #24321D !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: "DN Inter", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  opacity: 1 !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .ts-button:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-mid .ts-button:focus-visible {
  background: #FFFFFF !important;
  color: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot {
  background: #FFFFFF !important;
  height: auto !important;
  min-height: 58px;
  border-top: 4px solid #8DBB2D !important;
  border-bottom: 1px solid #C9D9AD !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .inner,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .items,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .nav-wrap {
  align-items: center !important;
  height: auto !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .navigation-main .menu > li > a {
  padding: 0 16px !important;
  height: 58px !important;
  line-height: 58px !important;
  font-size: 17px !important;
  color: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .navigation-main .menu > li > a:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .navigation-main .menu > li > a:focus-visible,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .navigation-main .menu > li:hover > a {
  background: #3F712D !important;
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .offcanvas-toggle,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .search-icon {
  color: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .hamburger-icon .inner,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .hamburger-icon .inner::after {
  background: #24321D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .search-icon:hover,
html body.diginov-media.diginov-media-vivredemain #smart-head .smart-head-row.smart-head-bot .search-icon:focus-visible {
  color: #3F712D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head-mobile {
  border-bottom: 4px solid #8DBB2D !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-mid {
  border-bottom: 0 !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .logo-image.logo-image-dark {
  display: block !important;
  height: 36px !important;
  width: auto !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .search-icon,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .offcanvas-toggle {
  color: #FFFFFF !important;
}

html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .hamburger-icon .inner,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .hamburger-icon .inner::before,
html body.diginov-media.diginov-media-vivredemain #smart-head-mobile .smart-head-row .hamburger-icon .inner::after {
  background: #FFFFFF !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-vivredemain .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-vivredemain .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-vivredemain .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-vivredemain .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-vivredemain .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-vivredemain .dn-article-shell > .dn-article-hero::before,
html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero::after {
  content: none !important;
}
html body.diginov-media.diginov-media-vivredemain .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-vivredemain .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-vivredemain .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-vivredemain .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero img {
    aspect-ratio: 3 / 2 !important;
    border-radius: 0 !important;
  }
  html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero figcaption {
    margin-inline: 16px;
  }
}

/* ---- article/une-plein-ecran.css ---- */
/* Style « plein ecran » : l image occupe toute la largeur de la fenetre,
 * format cinema, la legende revient dans l axe du texte. */
@media (min-width: 761px) {
  html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
  }
  html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero img {
    aspect-ratio: auto !important;
    height: clamp(420px, 68vh, 760px) !important;
  }
  html body.diginov-media.diginov-media-vivredemain .dn-article-shell > .dn-article-hero figcaption {
    width: min(1100px, calc(100% - 48px));
    margin-inline: auto;
  }
}
