#menu-item-2490 a span { display: none }

.pgntn-page-pagination a.page-numbers {
	  color: #A86EA8 !important;
    background-color: #FFF !important;
    font-weight: bold;
}



#jp-relatedposts {
    display: none!important;
}

.category-filter ul li a {
		border-radius: 30px;
}
/* =============================== */
/* LISTING : publication uniquement */
/* =============================== */

.blog time.updated,
.archive time.updated,
.category time.updated {
    display: none !important;
}

.blog time.entry-date.published,
.archive time.entry-date.published,
.category time.entry-date.published {
    display: inline !important;
}

/* =============================== */
/* ARTICLE : afficher publication + mise à jour */
/* =============================== */

.single time.updated {
    display: inline !important;
    margin-left: 8px;
}

.single time.updated::before {
    content: " — Mis à jour le ";
}
/* ===================================== */
/* BLOC AUTEUR VERSION PROPRE & STABLE  */
/* ===================================== */

/* Wrapper principal */
.single .post-author.isopad.post-author__page.clearfix {
    background: #fff5ef !important;
    border: 1px solid #e6d7cf;
    border-radius: 18px;
    padding: 30px 10px !important;
    margin-top: 20px;
}

/* Supprimer fonds internes éventuels */
.single .post-author-box,
.single .post-author .row,
.single .post-author .col-sm-3,
.single .post-author .col-sm-9 {
    background: transparent !important;
}

/* Neutraliser Bootstrap */
.single .post-author .row {
    display: flex !important;
    align-items: flex-start;
    gap: 50px;
    margin: 0 !important;
}

.single .post-author .col-sm-3,
.single .post-author .col-sm-9 {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

/* Avatar */
.single .post-author img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Texte */
.single .post-author .col-sm-9 {
    flex: 1;
}

.single .post-author h5 {
    margin: 0 0 15px 0;
}

.single .post-author__desc {
    margin: 0;
    line-height: 1.8;
}
.single .row.paging,
.single .paginator-container,
.single .single-next-trigger {
    display: none !important;
}@media (max-width: 768px) {

  .single .post-author .row {
      display: block !important;
  }

  .single .post-author [class*="col-"] {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important;
  }

  .single .post-author img {
      display: block;
      margin: 0 auto 15px auto !important;
  }

  .single .post-author_h,
  .single .post-author__desc {
      text-align: center;
  }

}
/* Masquer dates dans le bloc related */
.related-posts .entry-date,
.related-posts .post-date,
.related-posts .meta,
.related-posts time {
    display: none !important;
}
/* Masquer le texte original */
.single h5.related-posts_h {
    visibility: hidden;
    position: relative;
}

/* Injecter le nouveau texte */
.single h5.related-posts_h::after {
    content: "Pour aller plus loin";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}
/* ===================================== */
/* HEADER BLOG VERSION CLEAN & ECOM     */
/* ===================================== */

/* Fond header */
#headerfix {
    background: #fff5ef !important;
}

/* Supprimer overlay */
#headerfix .header-overlay {
    display: none !important;
}

/* Structure header en flex */
#headerfix > .visible-md-block {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
}

/* Logo plus petit et aligné à gauche */
#headerfix .logo img {
    max-height: 84px !important;
    width: auto;
}

#headerfix .logo {
    margin: 0 !important;
}

/* Fond menu */
.sticky-nav {
    background: #fff5ef !important;
    border-bottom: 1px solid #e6d7cf;
    padding: 8px 40px !important;
}

/* Supprimer fond blanc sur les liens */
.primary-menu > li > a {
    background: transparent !important;
}

/* Menu : garder la police du site */
.primary-menu li a {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0px;
}
.primary-menu {
    gap: 10px;
}
/* =============================== */
/* Override menu définitif         */
/* =============================== */

#primary ul.primary-menu > li > a {
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    background: transparent !important;
	  }

/* Espacement horizontal */
#primary ul.primary-menu {
    display: flex !important;
    gap: 10px !important;
	    
}

/* Réduire hauteur globale */
.sticky-nav {
    padding: 6px 40px !important;
}
/* Supprimer l'auteur du bas dans le listing zigzag */
.blog .bottom-meta,
.archive .bottom-meta {
    display: none !important;
}
/* Supprimer breadcrumb "Accueil" */
.breadcrumb_last {
    display: none !important;
}
/* =============================== */
/* FIX MENU MOBILE                */
/* =============================== */

@media (max-width: 991px) {

  /* Cacher menu desktop */
  #primary ul.primary-menu {
      display: none !important;
  }

  /* Réduire hauteur header */
  #headerfix {
      padding: 10px 20px !important;
  }

}
/* =============================== */
/* FIX DOUBLE HEADER MOBILE        */
/* =============================== */

@media (max-width: 991px) {

  /* Cacher version desktop du header */
  #headerfix .visible-md-block,
  #headerfix .visible-lg-block {
      display: none !important;
  }

}
/* =============================== */
/* EXPERTS – VERSION HORIZONTALE PROPRE */
/* =============================== */

.home-experts-widget .home-experts {
    margin: 10x 0;
}

.home-experts-widget .experts-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.home-experts-widget .expert-item {
    flex: 1;
}

.home-experts-widget .expert-item img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 12px;
}
/* Ajuster respiration globale */
.home-experts {
    margin: 30px 0 30px 0;
    padding: 0 10px;
	    border-top: 1px solid #eee3df;

}

/* Ajuster espace interne */
.home-experts .experts-row {
    padding-top: 10px;
}
.expert-content p {
    color: #555;
}