/* ============================================================
   Theme    : FOXIZ
   Variante : 034
   Version  : 1.1
   Date     : 03/12/2025
   Fusion   : base + couche custom (TDM/POST/MENU) le 2026-05-05
============================================================ */

/* ============================================================
   BLOC 0 - POLICES (font harmonization, sitewide)
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Schibsted+Grotesk:wght@400;500;600;700&display=swap');

body {
    --cs-heading-font: "Bagel Fat One", Impact, sans-serif;
    --cs-body-font: "Schibsted Grotesk", system-ui, sans-serif;
}


/* ============================================================
   COUCHE BASE THEME
   (contenu original de style-theme034.css)
============================================================ */

/* CONTAINER - 034 */
.container__034 {
    background: var(--g-color) !important;
}
.mbnav {
    background: var(--blanc)!important;
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 034 - TITRE */
.bt-034__titre-01 .heading-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
}
.bt-034__titre-01.gauche .heading-title {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
}
.bt-034__titre-01.gauche.tp .heading-title {
    font-size: 2.1rem;
    line-height: 2.1rem;
}
.bt-034__titre-01.gauche .heading-title:before,
.widget_text .widget-heading .heading-inner span:before {
    border-radius:0!important;
    margin-right:18px!important;
    width: .4em!important;
    height: .4em!important;
    background:var(--g-color);
}
.widget_text .widget-heading .heading-inner span:before {
    content: "";
    display: inline-block;
}
.widget_text .widget-heading .heading-inner span:before,
.bt-034__titre-01.gauche.sidebar .heading-title:before {
    margin-right:10px!important;
}

.bt-034__titre-01  .heading-title > *:after,
.bt-034__titre-01  .heading-title > *:before {
    vertical-align: middle;
    width: 20px;
    height: 20px;  
}
.container__034 .bt-034__titre-01  .heading-title > *:after,
.container__034 .bt-034__titre-01  .heading-title > *:before {
    background-color: var(--blanc)!important;
}
.bt-034__titre-01  .heading-title > *:after {
    margin-left: 50px; 
}
.bt-034__titre-01  .heading-title > *:before {
    margin-right: 50px; 
}
/* FOXIZ - HEADING - 034 - TITRE - LIEN */
.bt-034__titre-01 .heading-title a {
    color: var(--noir) !important;
}
[data-theme="dark"] .bt-034__titre-01 .heading-title a {
    color: var(--blanc) !important;
}
.container__034 .bt-034__titre-01 .heading-title a {
    color: var(--blanc) !important;
}
.container__034 .bt-034__titre-01 .heading-title a:hover {
    transform:scale(1.1)!important;
}

/* FOXIZ - HEADING - 034 - BOUTON */
.bt-034__titre-01 .heading-tagline {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
    font-weight: var(--weight-bold) !important;
    color: var(--noir);
    padding: 12px;
}
/* FOXIZ - HEADING - 034 - BOUTON - Icone */
.bt-034__titre-01 .heading-tagline .rbi-cright:before {
    content: '\e958'!important;
    margin-left:12px;
}

/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 034 */
/* FOXIZ - FLEX GRID 1 - 034 - IMAGE */
.bt-034__flex-grid-01 .p-wrap .feat-holder  {
    margin-bottom:36px!important;
}

.bt-034__flex-grid-01 .p-wrap .feat-holder .p-featured {
    border-radius:0!important;
}

.bt-034__flex-grid-01 .p-wrap:nth-child(1) .feat-holder .p-featured {
    transform: rotate(2.31deg);
    transform-origin: center bottom;
}
.bt-034__flex-grid-01 .p-wrap:nth-child(2) .feat-holder .p-featured {
    transform: rotate(-3.56deg);
    transform-origin: center bottom;
}


/* FOXIZ - FLEX GRID 1 - 034 - TITRE */
.bt-034__flex-grid-01 .p-wrap .entry-title {
    font-size:1.9rem!important;
    line-height: 1.9rem!important;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-align:center;
}

/* FOXIZ - FLEX GRID 1 - 034 - TEXTE */
.bt-034__flex-grid-01 .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.4rem)!important;
    font-weight:var(--weight-normal);
    font-family: var(--cs-body-font);
    text-align:center;
}

/* FOXIZ - FLEX GRID 1 - 034 - META */
.bt-034__flex-grid-01 .p-wrap .p-meta {
    margin-bottom:8px!important;
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Categorie */
.bt-034__flex-grid-01 .p-wrap .p-meta .meta-category {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Date */
.bt-034__flex-grid-01 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    margin: 0 auto;
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Temps de lecture */
.bt-034__flex-grid-01 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - BOUTON */
.bt-034__flex-grid-01 .p-wrap .p-link .p-readmore {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    border-radius: 0;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    margin-top:8px;
}
.bt-034__flex-grid-01 .p-wrap .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-034__flex-grid-01 .p-wrap .p-link .rbi-cright {
    display:none;
}
.bt-034__flex-grid-01 .p-wrap .p-link {
    margin: 0 auto!important;
    text-align: center;
}

/* FOXIZ - FLEX LIST - 034 - SOMBRE */
.container__034 .bt-034__flex-grid-01 .p-wrap .entry-title,
.container__034 .bt-034__flex-grid-01 .p-wrap .entry-title a:hover,
.container__034 .bt-034__flex-grid-01 .p-wrap .entry-summary,
.container__034 .bt-034__flex-grid-01 .p-wrap .p-meta .meta-update {
    color:var(--blanc)!important;
}
.container__034 .bt-034__flex-grid-01 .p-wrap .entry-title a:hover {
    text-decoration:underline 3px var(--blanc)!important;
}
.container__034 .bt-034__flex-grid-01 .p-wrap .p-link .p-readmore {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--blanc);
}
.container__034 .bt-034__flex-grid-01 .p-wrap .p-link .p-readmore:hover {
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--blanc);
}

/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 034 */
/* FOXIZ - FLEX GRID 1 - 034 - IMAGE */
.bt-034__flex-grid-02 .p-wrap .feat-holder  {
    margin-bottom:24px!important;
}
.bt-034__flex-grid-02 .p-wrap .feat-holder .p-featured {
    border-radius:0!important;
}

.bt-034__flex-grid-02 .p-wrap:nth-child(1) .feat-holder .p-featured {
    transform: rotate(-4.31deg);
    transform-origin: center bottom;
}
.bt-034__flex-grid-02 .p-wrap:nth-child(2) .feat-holder .p-featured {
    transform: rotate(3.56deg);
    transform-origin: center bottom;
}
.bt-034__flex-grid-02 .p-wrap:nth-child(3) .feat-holder .p-featured {
    transform: rotate(-3.89deg);
    transform-origin: center bottom;
}
.bt-034__flex-grid-02.end .p-wrap .feat-holder .p-featured {
    transform: rotate(0deg)!important;
}

/* FOXIZ - FLEX GRID 1 - 034 - TITRE */
.bt-034__flex-grid-02 .p-wrap .entry-title {
    font-size:1.3rem!important;
    line-height: 1.3rem!important;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-align:center;
}
/* FOXIZ - FLEX GRID 1 - 034 - TEXTE */
.bt-034__flex-grid-02 .p-wrap .entry-summary {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX GRID 1 - 034 - META */
.bt-034__flex-grid-02 .p-wrap .p-meta {
    margin-bottom:8px!important;
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Categorie */
.bt-034__flex-grid-02 .p-wrap .p-meta .meta-category {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Date */
.bt-034__flex-grid-02 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    margin: 0 auto;
}
/* FOXIZ - FLEX GRID 1 - 034 - META - Temps de lecture */
.bt-034__flex-grid-02 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - BOUTON */
.bt-034__flex-grid-02 .p-wrap .p-link .p-readmore {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    border-radius: 0;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    margin-top:8px;
}
.bt-034__flex-grid-02 .p-wrap .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-034__flex-grid-02 .p-wrap .p-link .rbi-cright {
    display:none;
}
.bt-034__flex-grid-02 .p-wrap .p-link {
    margin: 0 auto!important;
    text-align: center;
}

/* FOXIZ - FLEX LIST - 034 - SOMBRE */
.container__034 .bt-034__flex-grid-02 .p-wrap .entry-title,
.container__034 .bt-034__flex-grid-02 .p-wrap .p-meta .meta-update {
    color:var(--blanc);
}
.container__034 .bt-034__flex-grid-02 .p-wrap .p-link .p-readmore {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--blanc);
}
.container__034 .bt-034__flex-grid-02 .p-wrap .p-link .p-readmore:hover {
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--blanc);
}

/* FOXIZ - FLEX LIST */
/* FOXIZ - FLEX LIST - 034 */
.bt-034__list-01 .post-carousel,
.bt-034__list-01 .p-wrap {
    overflow: visible!important;
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Image */
.bt-034__list-01 .p-wrap {
    padding-bottom:32px!important;
}

.bt-034__list-01 .p-wrap .list-feat-holder .p-featured {
    border-radius:0!important;
    /*border:10px solid var(--g-color);*/
    /*box-shadow: inset 0 0 0 24px var(--noir);*/
    transform: rotate(-4.31deg);
    transform-origin: center bottom;
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - Titre */
.bt-034__list-01 .p-wrap .p-content .entry-title {
    font-size: 2.2rem!important;
    line-height: 2.2rem!important;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-align:center;
}
/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - Description */
.bt-034__list-01 .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    text-align:center;
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - Meta - Date */
.bt-034__list-01 .p-wrap .p-content .p-meta .meta-update {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    margin: 0 auto;
}
/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - BOUTON */
.bt-034__list-01 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.25rem)!important;
    font-weight:var(--weight-normal);
    border-radius: 0;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    margin-top:12px!important;
}
.bt-034__list-01 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-034__list-01 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}
.bt-034__list-01 .p-wrap .p-content .p-link {
    margin: 0 auto!important;
    text-align: center;
}

/* FOXIZ - FLEX LIST - 034 - SOMBRE */
.container__034 .bt-034__list-01 .p-wrap .p-content .entry-title,
.container__034 .bt-034__list-01 .p-wrap .p-content .entry-summary,
.container__034 .bt-034__list-01 .p-wrap .p-content .p-meta .meta-update {
    color: var(--blanc);
}
.container__034 .bt-034__list-01 .p-wrap .p-content .entry-title a:hover {
    color: var(--blanc)!important;
    text-decoration:underline!important;
}
.container__034 .bt-034__list-01 .p-wrap .p-content .p-link .p-readmore {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--blanc);
}
.container__034 .bt-034__list-01 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--blanc);
}

/* FOXIZ - FLEX LIST - 034 */
/* FOXIZ - FLEX LIST - 034 - Cadre - Image */
.bt-034__list-02 .p-wrap .list-feat-holder .p-featured {
    border-radius:0!important;
    /*border:5px solid var(--g-color);*/
    /*box-shadow: inset 0 0 0 24px var(--noir);*/
    transform-origin: center bottom;
}

.bt-034__list-02 .p-wrap:nth-child(1) .feat-holder .p-featured {
    transform: rotate(-8.31deg);
    transform-origin: center bottom;
}
.bt-034__list-02 .p-wrap:nth-child(2) .feat-holder .p-featured {
    transform: rotate(3.56deg);
    transform-origin: center bottom;
}
.bt-034__list-02 .p-wrap:nth-child(3) .feat-holder .p-featured {
    transform: rotate(-1.89deg);
    transform-origin: center bottom;
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - Titre */
.bt-034__list-02 .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem - 0.1rem)!important;
    line-height: calc(1.2rem + 0.2rem)!important;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    margin-bottom:0!important;
}

/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - Meta - Date */
.bt-034__list-02 .p-wrap .p-meta {
    margin-bottom:0px!important;
}
.bt-034__list-02 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem - 0.1em)!important;
    line-height: calc(1rem - 0.05rem)!important;
    font-weight:var(--weight-normal);
}


/* FOXIZ - FLEX LIST - 034 - Cadre - Contenu - BOUTON */
.bt-034__list-02 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem - 0.1rem)!important;
    line-height: calc(1rem - 0.05rem)!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 0;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    margin-top:12px!important;
}
.bt-034__list-02 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-034__list-02 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}


/* FOXIZ - FLEX LIST - 034 - SOMBRE */
.container__034 .bt-034__list-02 .p-wrap .p-content .entry-title,
.container__034 .bt-034__list-02 .p-wrap .p-content .entry-summary,
.container__034 .bt-034__list-02 .p-wrap .p-content .p-meta .meta-update {
    color: var(--blanc);
}
.container__034 .bt-034__list-02 .p-wrap .p-content .p-link .p-readmore {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--blanc);
}
.container__034 .bt-034__list-02 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--blanc);
}

/*PAGINATION*/
.slider-pagination {
    gap:12px!important;
    margin-top:32px;
}
.swiper-pagination-bullet {
    margin-bottom:50px;
    border-radius:0px!important;
}
.swiper-pagination-bullet:before {
    width: 22px!important;
    height: 22px!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1);
    border-radius:0px!important;
    background-color:var(--g-color)!important;

}
.container__034 .swiper-pagination-bullet:before {
    background-color:var(--blanc)!important;
}
.slider-footer {
    z-index: 90!important;
}

/* IMAGE BORDURE*/
.site-wrap .p-wrap .feat-holder .p-featured {
    border: 0 !important;
    box-shadow: none !important;
    position: relative;
    transform-origin: center bottom;
    backface-visibility: hidden;
    will-change: transform;
    z-index: 1;
    background: var(--g-color)!important;
}
.site-wrap .p-wrap .feat-holder .p-featured::before {
    content: "";
    position: absolute;
    inset: 0px;
    box-shadow: inset 0 0 0 24px var(--g-color);
    pointer-events: none;
    z-index: 2;
}
.site-wrap .tp .p-wrap .feat-holder .p-featured::before {
    box-shadow: inset 0 0 0 12px var(--g-color);
}
.site-wrap .tn .p-wrap .feat-holder .p-featured::before {
    box-shadow: inset 0 0 0 18px var(--g-color);
}
.site-wrap .container__034 .p-wrap .feat-holder .p-featured::before {
    box-shadow: inset 0 0 0 18px var(--blanc);
}
.site-wrap .container__034 .tp .p-wrap .feat-holder .p-featured::before {
    box-shadow: inset 0 0 0 12px var(--blanc)!important;
}

/*TITRE - ARTICLE*/
.bt-034__titre-01.tp span {
    font-size: calc(1rem + 1.4rem)!important;
    line-height: calc(1rem + 1.5rem)!important;
}
/* ANIMATION */
.p-wrap .feat-holder .p-featured::before {
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
/* ANIMATION - HOVER */
.p-wrap:hover .feat-holder .p-featured::before {
    box-shadow: inset 0 0 20px var(--g-color);
    transform: scale(1.1);
}

/* TITRE SIDEBAR */
.bt-034__titre-01.sidebar {
    margin-bottom:0!important;
}
.bt-034__titre-01.sidebar .heading-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.bt-034__list-02.sidebar .p-wrap .p-content .entry-title {
    font-size: 0.9rem !important;
    line-height: 0.8rem !important;
    font-weight: 400 !important;
}
.bt-034__list-02.sidebar .p-wrap .p-meta .meta-update {
    font-size:0.7rem!important;
    line-height: 1.4rem!important;
}
.bt-034__list-02.sidebar .p-content {
    padding-left:0!important;
}
.site-wrap .bt-034__list-02.sidebar .p-featured::before {
    box-shadow: inset 0 0 0 8px var(--g-color)!important;
}

/* ARTICLE */
.FondArticle .p-category:before {
    border-radius: 0 !important;
    margin-right: 12px;
    margin-top:2px;
    width: 1em;
    height: 1em;
}
.FondArticle .p-category {
    font-size:1.1rem!important;
    line-height: 1.1em;
    font-weight:var(--weight-bold);
    vertical-align: middle;
}

.FondArticle h1 {
    font-size:34px!important;
    line-height: 38px!important;
}

.ImageArticle {
    transform: rotate(-2.31deg);
    transform-origin: center bottom;
}
.ImageArticle .s-feat {
    border: 0 !important;
    box-shadow: none !important;
    position: relative;
    transform-origin: center bottom;
    backface-visibility: hidden;
    will-change: transform;
    z-index: 1;
    background: var(--g-color)!important;
}
.ImageArticle .s-feat::before {
    content: "";
    position: absolute;
    inset: 0px;
    box-shadow: inset 0 0 0 18px var(--g-color);
    pointer-events: none;
    z-index: 2;
}
.ImageArticle .s-feat-outer {
    margin-bottom:0!important;
}

/* CATEGORIE */
.category  h1:before, 
.category  h1:after {
    display: inline-flex;
    width: 20px;
    height: 20px;
    content: '';
    background-color: var(--heading-sub-color);
    vertical-align: middle;
    line-height:2em!important;
}
.category  h1:after {
    margin-left:28px;
}
.category  h1:before {
    margin-right:28px;
}
.category  h1 {
    font-size:66px!important;
    line-height:2em!important;
    font-weight:700!important;
}

/* ARTICLE */
.FondArticle .elementor-widget-post-info span {
    color:var(--noir)!important;
    font-size:18px;
}
[data-theme="dark"] .FondArticle .elementor-widget-post-info span {
    color:var(--blanc)!important;
}

/* TELEPHONE */
@media only screen and (max-width: 768px) {
.bt-034__titre-01 .heading-title {
    font-size:calc(1.2rem + 0.2rem);
    line-height:calc(1.2rem + 0.3rem);
}
.bt-034__list-01 .p-wrap .p-content .entry-title {
    font-size: calc(1.2rem + 0rem) !important;
    line-height: calc(1.2rem + 0.1rem) !important;
}
.bt-034__flex-grid-01 .p-wrap .entry-title {
    font-size: calc(1.2rem + 0.1rem) !important;
    line-height: calc(1.2rem + 0.2rem) !important;
}

.bt-034__list-02 .p-wrap:nth-child(1) .feat-holder .p-featured {
    margin-bottom: 24px;
}
.bt-034__titre-01 .heading-title > *:after, .bt-034__titre-01 .heading-title > *:before {
    width: 16px;
    height: 16px;
}   
.bt-034__titre-01 .heading-title > *:after {
    margin-left: 24px;
}
.bt-034__titre-01 .heading-title > *:before {
    margin-right: 24px;
}
}

/* CATEGORIE */
/* CATEGORIE - TITRE */
.category .blog-content .entry-title {
    font-size: calc(1.2rem + 0.2rem) !important;
    line-height: calc(1.2rem + 0.4rem) !important;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
}
/* CATEGORIE - TEXTE */
.category .blog-content .entry-summary {
    font-size: calc(1rem + 0.05rem) !important;
    line-height: calc(1rem + 0.2rem) !important;
    font-weight: var(--weight-normal);
}
/* CATEGORIE - BOUTON */
.category .blog-content .p-link .p-readmore {
    font-size: calc(1rem + 0.1rem) !important;
    line-height: calc(1rem + 0.25rem) !important;
    font-weight: var(--weight-normal);
    border-radius: 0;
    background: var(--g-color);
    color: var(--blanc);
    border: 1px solid var(--g-color);
    margin-top: 8px;
}
.category .blog-content .p-link .p-readmore {
    font-size: calc(1rem + 0.1rem) !important;
    line-height: calc(1rem + 0.25rem) !important;
    font-weight: var(--weight-normal);
    border-radius: 0;
    background: var(--g-color);
    color: var(--blanc);
    border: 1px solid var(--g-color);
    margin-top: 8px;
}
.category .blog-content .p-link .p-readmore:hover {
    background: var(--blanc);
    color: var(--g-color);
    border: 1px solid var(--g-color);
}
.category .blog-content .rbi-cright:before {
    display:none;
}

/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme034-custom-styles.css)
============================================================ */

/* --- POLICES (font harmonization) --- */
.entry-title,
.entry-title a,
.heading-title,
.heading-title a,
.elementor-heading-title,
.elementor-heading-title a,
body.single-post .s-title,
h1, h2, h3, h4, h5, h6 {
	font-family: var(--cs-heading-font)!important;
	font-weight:400!important;
	letter-spacing:0.2px!important;
}

p,
.entry-summary,
time {
	font-family: var(--cs-body-font)!important;
}


/* ============================================================
   BLOC 1 — TDM (Table des matières, single post only)
   ============================================================ */

/* Conteneur */
body.single-post .ruby-table-contents {
	border: 3px solid var(--g-color);
	border-radius: 0px;
	padding: 16px 18px;
	box-shadow: none;
	background: var(--blanc);
	transform: rotate(1deg);
}

/* En-tête de la TDM */
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 10px;
	padding-bottom: 0;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 42px;
	font-weight: 400;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	padding-bottom: 6px;
	color: var(--noir);
	margin-top: -3px;
    letter-spacing: 2px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2630"; /* icône ☰ */
	font-family: initial;
	font-size: 28px;
	color: var(--g-color) !important;
	padding-right: 8px;
}

/* Liste des items */
body.single-post .ruby-table-contents .inner {
	margin-top: 0;
	padding-top: 0;
	column-count: 2;
	counter-reset: toc-counter;
}
body.single-post .ruby-table-contents .inner > * {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 24px;
	margin-bottom: 0;
	color: var(--noir) !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 3px solid transparent;
	border-radius: 0px;
	transition: all .2s ease;
	margin-top: 2px;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	border-color: var(--g-color);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: var(--g-color);
	border-radius: 0px;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}

/* Chevron toggle */
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\002B" !important;
	font-family: initial !important;
	font-size: 36px !important;
	font-weight: 700 !important;
	color: var(--g-color) !important;
	margin-top: -2px;
}


/* ============================================================
   BLOC 2 — POST (Single article)
   ============================================================ */

/* Image à la une */
body.single-post .s-feat-outer {
	width: 100%;
	margin-bottom: 28px;
}
body.single-post .s-feat img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0px;
}

/* Catégories */
body.single-post .s-cats {
	margin-bottom: 14px;
}
body.single-post .s-cats a,
body.single-post .s-cats .p-category,
body.single-post .s-cats .meta-category a {
	display: inline-block;
	padding: 5px 12px;
	border: 3px solid var(--g-color);
	border-radius: 0px;
	font-size: 16px!important;
	font-weight: 700;
	text-transform: initial;
	letter-spacing: 1px;
	text-decoration: none;
	/* margin-top: 90px; */
	display: flex;
}

/* Titre H1 article */
body.single-post .s-title {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	margin: 0px 0 12px;
}


/* Sous-titres */
/* H2 — layout 3 (filet inférieur 5px accent sous le titre) */
body.single-post .entry-content.rbct h2 {
	font-size: 26px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	padding: 12px 24px;
	margin-top: 32px;
	margin-bottom: 16px;
	background:color-mix(in srgb, var(--g-color) 28%, transparent);
	transform: rotate(-0.4deg);
}

/* H3 — layout 12 (marqueur carré 1em × 0.6em accent en préfixe) */
body.single-post .entry-content.rbct h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 21px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	margin-top: 28px;
	margin-bottom: 12px;
}
body.single-post .entry-content.rbct h3::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 0.6em;
	background: var(--g-color);
	flex-shrink: 0;
}

/* Paragraphes & listes */
body.single-post .entry-content.rbct p,
body.single-post .entry-content.rbct ol li,
body.single-post .entry-content.rbct ul li {
	font-size: 17px;
	line-height: 1.75;
}

/* Citations */
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 6%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-style: normal;
	border-radius: 0px;
}

/* Liens inline */
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ============================================================
   BLOC 3 — MENU (Header sitewide)
   ============================================================ */

#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 400;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: initial;
    font-size: 22px;
}
.more-section-outer .more-trigger, .logo-sec {
    padding-top: 4px;
    padding-bottom: 4px;
}

/* ============================================================
   SEARCH (light + dark) — Theme 034
   ============================================================ */

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 0px;
  padding: 6px 10px;
  border: 2px solid color-mix(in srgb, var(--g-color) 12%, transparent);
  transition: 0.3s ease;
}

/* search icon */
.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--g-color);
  transition: 0.2s ease;
}
.rbi-search:before {
  content: "\e946";
}

/* input */
.search-text {
  flex: 1;
}
.search-text input.field {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
  background: transparent;
  color: var(--noir);
  font-family: var(--cs-body-font);
}
.search-text input.field::placeholder {
  color: color-mix(in srgb, var(--noir) 55%, transparent);
}

/* submit button (always circular) */
.rb-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--g-color);
  border-radius: 0!important;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\27A4";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* focus state */
.search-form-inner:focus-within {
  border-color: var(--g-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--g-color) 18%, transparent);
}

/* dark mode overrides */
[data-theme="dark"] .rb-search-form .search-form-inner {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
}
[data-theme="dark"] .search-text input.field {
  color: #fff;
}
[data-theme="dark"] .search-text input.field::placeholder {
  color: #aaa;
}
[data-theme="dark"] .rbi-search {
  color: #fff;
  opacity: 0.85;
}
[data-theme="dark"] .rb-search-submit {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}
[data-theme="dark"] .search-form-inner:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}


/* --- HEADER SEARCH (icon + dropdown) --- */
.navbar-right {
	background: var(--blanc);
	padding: 8px 20px !important;
	border-radius: 8px !important;
	box-shadow: none;
	position: relative;
}
.navbar-right::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 60%;
	background: var(--g-color);
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
	transition: 0.2s ease;
}
.logo-sec-right .wnav-icon:hover {
	color: var(--g-color) !important;
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 8px;
	border-left: 6px solid var(--g-color);
	padding: 0px;
	background: var(--blanc);
	box-shadow: none;
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}

/* MENU */
nav ul li .entry-title {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 300 !important;
    letter-spacing: 0.6px;
}
