/* ============================================================
   Theme    : FOXIZ
   Variante : 003
   Version  : 1.1
   Date     : 05/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=Libre+Baskerville:wght@400;700&family=PT+Serif:wght@400;700&display=swap');

body {
    --cs-heading-font: "Libre Baskerville", Georgia, serif;
    --cs-body-font: "PT Serif", Georgia, serif;
}


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

/* CONTAINER - 003 */
.logo-sec, 
.navbar-wrap,
.container__003,
.category .blog-wrap{
    background: color-mix(in srgb, var(--g-color) 8%, transparent)!important;
}
.category .blog-wrap {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-bottom: 80px!important;
}
.mbnav {
    background: var(--blanc)!important;
}
[data-theme="dark"].sticky-on .main-menu > li > a {
    color: var(--noir)!important;
}
[data-theme="dark"] .burger-icon {
    color: var(--noir)!important;
}
.sticky-on .navbar-wrap {
    background: var(--blanc)!important;
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 003 - TITRE */
.bt-003__titre-01 .heading-title {
    font-size: 3.2rem;
    line-height: 3.4rem;
    font-weight: calc(var(--weight-bold) + 100);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.bt-003__titre-01.tp .heading-title {
    font-size: 2rem;
    line-height: 2.2rem;
}
/* FOXIZ - HEADING - 003 - TITRE - LIEN */
.bt-003__titre-01 .heading-title a {
    color: var(--noir)!important;
}
[data-theme="dark"] .bt-003__titre-01 .heading-title a {
    color: var(--blanc)!important;
}
.bt-003__titre-01 .heading-inner {
    padding-top: var(--heading-spacing, 8px);
    border-top: 6px solid var(--g-color)!important;
}

.bt-003__titre-01 .heading-title a:hover {
    color: var(--g-color) !important;
}

/* FOXIZ - HEADING - 003 - BOUTON */
.bt-003__titre-01 .heading-tagline {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
    font-weight: var(--weight-bold) !important;
    color: var(--noir);
    margin-top:12px;
}
/* FOXIZ - HEADING - 003 - BOUTON - Icone */
.bt-003__titre-01 .heading-tagline a {
    background-color:var(--blanc);
    color:var(--g-color);
    box-shadow: 0 4px 8px color-mix(in srgb, var(--noir) 20%, transparent);
    font-size:20px;
    line-height: 22px;
    font-weight:600!important;
    text-transform: uppercase!important;
    padding: 18px 36px;
    border-radius: 0px;
}

/*BOUTON > HOVER*/
.bt-003__titre-01 .heading-tagline a {
    background: linear-gradient(to right,var(--g-color) 0%,var(--noir) 100%)!important;
    color:var(--blanc);
}
.container__003 .bt-003__titre-01 .heading-tagline a {
    background:var(--blanc)!important;
    color:var(--g-color);
}
.container__003 .bt-003__titre-01 .heading-tagline a:hover {
    background:var(--blanc)!important;
    color:var(--g-color);
}
.bt-003__titre-01 .heading-tagline .rbi-cright {
    display:none;
}

/* FOXIZ - FLEX LIST */
/* FOXIZ - FLEX LIST - 003 */
/* FOXIZ - FLEX LIST - 003 - Cadre */
.bt-003__flex-list-01 .p-content {
    row-gap: 4px!important;
}
.bt-003__flex-list-01 .p-wrap .list-holder {
    background:var(--blanc);
    border:1px solid var(--noir);
}
.bt-003__flex-list-01 .p-wrap .list-feat-holder {
    padding-left:0;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Image */
.bt-003__flex-list-01 .p-wrap .list-feat-holder .p-featured {
    border-radius:0;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre */
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre - Forme*/
.bt-003__flex-list-01 .p-wrap .p-content .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    margin-bottom:4px;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre - Taille*/
.bt-003__flex-list-01.t--normal .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem + 0.3rem);
    line-height:calc(1.2rem + 0.4rem);
    color:var(--noir)!important;
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem - 0.2rem);
    line-height:calc(1.2rem - 0.2rem);
    color:var(--noir)!important;
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem + 1.1rem);
    line-height:calc(1.2rem + 1.2rem);
    color:var(--noir)!important;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description */
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description - Forme */
.bt-003__flex-list-01 .p-wrap .p-content .entry-summary {
    font-weight:var(--weight-normal);
    color:var(--noir)!important;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description - Taille */
.bt-003__flex-list-01.t--normal .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0rem);
    line-height: calc(1rem + 0.1rem);
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.2rem);
    line-height: calc(1rem + 0.2rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.4rem);
    line-height: calc(1rem + 0.5rem);
}

/* FOXIZ - FLEX LIST - 003 - BOUTON */
.bt-003__flex-list-01 .p-wrap .p-link a {
    font-size: calc(0.9rem + 0.3rem)!important;
    line-height: calc(0.9rem + 0.1rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:8px 16px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-list-01 .rbi-cright:before {
    display:none;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta span {
    color:var(--noir);
}
.bt-003__flex-list-01.t--normal .p-wrap .p-content .p-meta span {
    font-size:calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.2rem);
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .p-meta span {
    font-size:calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.2rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .p-meta span {
    font-size:calc(1rem + 0.4rem);
    line-height: calc(1rem + 0.5rem);
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta - Categorie */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta .meta-category {
    font-size:calc(1rem + 0.2rem);
    line-height: calc(1rem + 0.2rem);
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta - Temps de lecture */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta .meta-read {
    font-size:calc(1rem + 0.2rem);
    line-height: calc(1rem + 0.2rem);
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 003 */
.bt-003__flex-grid-01 .p-wrap {
    padding:0!important;
}
.bt-003__flex-grid-01 .p-wrap > *:not(:last-child), 
.bt-003__flex-grid-01 .grid-box > *:not(:last-child), 
.bt-003__flex-grid-01 .p-content > *:not(:last-child) {
    margin-bottom: 0;
}
.bt-003__flex-grid-01 .p-wrap .entry-title {
    padding:16px 16px 8px 16px!important;
}
.bt-003__flex-grid-01 .p-wrap .entry-summary {
    padding:0px 16px 16px 16px!important;
}
.bt-003__flex-grid-01 .p-wrap .p-link{
    padding: 8px 16px 0px 16px!important;
    margin-bottom:12px;
}
.bt-003__flex-grid-01 .p-wrap {
    background: var(--blanc);
    border:1px solid var(--noir);
    padding:0;
}
@media only screen and (min-width: 768px) {
.bt-003__flex-grid-01.t--normal .p-wrap {
    margin:0 1%;
    width:23%;
    min-width:23%;
    max-width:23%;
}
.bt-003__flex-grid-01.t--grand .p-wrap {
    margin:0 1.1%;
    width:31%;
    min-width:31%;
    max-width:31%;
}
.bt-003__flex-grid-01.t--moitie {
    max-width: 94%;
    margin-left: 12px;
}
.bt-003__flex-grid-01.t--moitie .p-wrap {
    margin:0 1%;
    width:48%;
    min-width:48%;
    max-width:48%;
}}

/* FOXIZ - FLEX GRID 1 - 003 - IMAGE */
.bt-003__flex-grid-01 .p-wrap .feat-holder .p-featured {
    border-radius:0;
}
/* FOXIZ - FLEX GRID 1 - 003 - TITRE */
/* FOXIZ - FLEX GRID 1 - 003 - TITRE - Forme */
.bt-003__flex-grid-01 .p-wrap .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    padding:12px 12px 4px 12px;
    color:var(--noir)!important;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
/* FOXIZ - FLEX GRID 1 - 003 - TITRE - Taille */
.bt-003__flex-grid-01.t--normal .p-wrap .entry-title {
    font-size:calc(1.2rem - 0.1rem);
    line-height:calc(1.2rem + 0rem);
}
.bt-003__flex-grid-01.t--petit .p-wrap .entry-title {
    font-size:calc(1.2rem + 0.1rem);
    line-height:calc(1.2rem + 0.1rem);
}
.bt-003__flex-grid-01.t--grand .p-wrap .entry-title {
    font-size:calc(1.2rem + 0.3rem);
    line-height:calc(1.2rem + 0.4rem);
    color:var(--noir)!important;
}

/* FOXIZ - FLEX GRID 1 - 003 - TEXTE */
/* FOXIZ - FLEX GRID 1 - 003 - TEXTE - Forme */
.bt-003__flex-grid-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
    color:var(--noir)!important;
}
/* FOXIZ - FLEX GRID 1 - 003 - TEXTE - Taille */
.bt-003__flex-grid-01.t--normal .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.1rem);
}
.bt-003__flex-grid-01.t--petit .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.1rem);
}
.bt-003__flex-grid-01.t--grand .p-wrap .entry-summary {
    font-size:calc(1rem + 0rem);
    line-height:calc(1rem + 0.1rem);
}

/* FOXIZ - FLEX GRID 1 - 003 - BOUTON */
.bt-003__flex-grid-01 .p-wrap .p-link a {
    font-size: calc(0.9rem + 0.3rem)!important;
    line-height: calc(0.9rem + 0.1rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:8px 16px 10px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-grid-01 .rbi-cright:before {
    display:none;
}
/* FOXIZ - FLEX GRID 1 - 003 - META */
/* FOXIZ - FLEX GRID 1 - 003 - META - Categorie */
.bt-003__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 - 003 - META - Temps de lecture */
.bt-003__flex-grid-01 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}


/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 003 - IMAGE */
.bt-003__flex-grid-02 .feat-holder {
    padding-bottom:0!important;
}
.bt-003__flex-grid-02 .p-wrap .feat-holder .p-featured img {
    border-radius:250px;
    min-height:175px!important;
    max-height:175px!important;
    height:175px!important;
    min-width:175px!important;
    max-width:175px!important;
    width:175px!important;
    margin: 0 auto;
    padding-bottom:0!important;
    border:1px solid var(--noir);
}


/* FOXIZ - FLEX GRID 1 - 003 - TITRE */
.bt-003__flex-grid-02 .p-wrap .entry-title {
    font-weight:var(--weight-normal);
    font-family: var(--cs-heading-font);
    padding:12px 12px 4px 12px;
    font-size:calc(1.2rem - 0.1rem);
    line-height:calc(1.2rem + 0rem);
    text-align: center;
    padding-top:8px;
}

/* FOXIZ - FLEX GRID 1 - 003 - TEXTE */
.bt-003__flex-grid-02 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.1rem);
}
/* FOXIZ - FLEX GRID 1 - 003 - BOUTON */
.bt-003__flex-grid-02 .p-wrap .p-link {
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-grid-02 .p-wrap .p-link a {
    font-size: calc(0.9rem + 0rem)!important;
    line-height: calc(0.9rem + 0rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:6px 16px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
}
.bt-003__flex-grid-02 .rbi-cright:before,
.p-readmore i {
    display:none!important;
}
/* FOXIZ - FLEX GRID 1 - 003 - META */
/* FOXIZ - FLEX GRID 1 - 003 - META - Categorie */
.bt-003__flex-grid-02 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem - 0.1rem);
    line-height: 1rem;
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
[data-theme="dark"] .bt-003__flex-grid-02 .p-wrap .p-meta .meta-update {
    color:var(--blanc)!important;
}
/* FOXIZ - FLEX GRID 1 - 040 - META - Date */
.bt-003__flex-grid-02 .p-wrap .p-meta {
    padding-bottom:0!important;
    margin-bottom: 0!important;
}

.bt-003__flex-grid-02 .p-wrap .p-meta .meta-update{
    font-weight:var(--weight-bold)!important;
    color:var(--noir);
    text-align: center!important;
    margin:0 auto;
}

/* FOXIZ - FLEX OVERLAY - 003 */
/* FOXIZ - FLEX OVERLAY - 003 - IMAGE */
.bt-003__flex-overlay-01 .p-wrap  .overlay-holder{
    border-radius:0!important;
    border:1px solid var(--noir);
}
/* FOXIZ - FLEX OVERLAY - 003 - TITRE */
.bt-003__flex-overlay-01 .p-wrap .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    padding-bottom:0!important;
    margin-bottom:6px;
}
.bt-003__flex-overlay-01.t--normal .p-wrap .entry-title {
    font-size:1.5rem;
    line-height:1.5rem;
}
.bt-003__flex-overlay-01.t--grand .p-wrap .entry-title {
    font-size:calc(1.2rem + 0.4rem);
    line-height:calc(1.2rem + 0.5rem);
}
/* FOXIZ - FLEX OVERLAY - 003 - TEXTE */
.bt-003__flex-overlay-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
}
.bt-003__flex-overlay-01.t--normal .p-wrap .entry-summary {
    font-size:calc(1rem + 0rem);
    line-height:calc(1rem + 0.1rem);
}
.bt-003__flex-overlay-01.t--grand .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.2rem);
}
/* FOXIZ - FLEX OVERLAY - 003 - META */
/* FOXIZ - FLEX OVERLAY - 003 - META - Date*/
.bt-003__flex-overlay-01 .p-wrap .p-meta .meta-update {
    font-weight:var(--weight-thin)!important;
    color:var(--blanc);
}

.bt-003__flex-overlay-01.t--normal .p-wrap .p-meta .meta-update {
    font-size:calc(1rem - 0.1rem);
    line-height:calc(1rem - 0.1rem);
}
.bt-003__flex-overlay-01.t--grand.p-wrap .p-meta .meta-update {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.1rem);
}

/* CATEGORIE */
.bt-003__titre-01.categorie h1 {
    font-size:4rem;
    line-height:4.2rem;
    font-weight: calc(var(--weight-bold) + 0);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
    padding-top: var(--heading-spacing, 12px);
    border-top: 10px solid var(--g-color)!important;
    color: var(--noir)!important;
}
@media only screen and (max-width: 768px) {
.bt-003__titre-01.categorie h1 {
    font-size:calc(1.2rem + 0.1rem);
    line-height:calc(1.2rem + 0.1rem);
}}
    
[data-theme="dark"] .bt-003__titre-01.categorie h1 {
    color: var(--blanc)!important;
}
/* SIDEBAR */
/* SIDEBAR - TITRE */
.titre_sidebar p  {
    font-size:1.3rem;
    line-height:1.3rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-body-font);
    text-transform: uppercase;
}
/* SIDEBAR - LISTE */
.bt-003__flex-list-01.sidebar .p-content {
    padding-left:0!important;
}
.bt-003__flex-list-01.sidebar .block-inner {
    margin-left:-6px!important;
}
.bt-003__flex-list-01.sidebar .p-metant {
    margin-bottom:4px!important;
}
.bt-003__flex-list-01.sidebar .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem - 0.4rem)!important;
    line-height:calc(1.2rem - 0.3rem)!important;
    color:var(--noir)!important;
}
.bt-003__flex-list-01.sidebar .p-wrap .p-content .p-meta span {
    font-size:calc(1rem - 0.3rem);
    line-height: calc(1rem - 0.2rem);
    color:var(--noir)!important;
}
/* SIDEBAR - OVERLAY */
.bt-003__flex-overlay-01.sidebar .p-wrap .entry-title {
    font-size:calc(1.2rem - 0.1rem);
    line-height:calc(1.2rem - 0.0rem);
}
.bt-003__flex-overlay-01.sidebar .p-wrap .p-meta .meta-update {
    font-size:calc(1rem - 0.2rem);
    line-height:calc(1rem - 0.2rem);
}

/* ARTICLE */
.FondImage img {
    border-radius: 0!important;
}
.FondImage .s-feat-outer {
    background: var(--blanc);
    border: 2px solid var(--noir);
    margin-bottom:0!important;
}

.FondArticle .p-categories a {
    font-size: calc(1rem - 0.3rem);
    line-height: calc(1rem - 0.4rem);
    font-weight: var(--weight-thin);
    color: var(--noir);
    background: var(--blanc);
    border: 1px solid var(--noir);
    padding: 10px 22px;
    margin-bottom: 0px;
}
.FondArticle svg {
    fill:var(--g-color)!important;
    font-size:40px;
}
.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;
}
.FondArticle .elementor-icon-list-text {
    margin-left:4px;
}
.FondArticle h1::after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -16px;
    width: 50%;
    height: 6px;
    background: var(--g-color);
    transform: translateX(-50%);
}
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    margin-top: 0!important;
}

@media only screen and (max-width: 768px) {
.bt-003__flex-list-01 .p-wrap .list-holder {
    width: 90%;
    margin: 0 auto;
    padding: 0 !important;
}
.bt-003__flex-list-01 .p-wrap .list-feat-holder {
    padding-right: 0!important;
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-title {
    font-size: calc(1.2rem + 0.4rem);
    line-height: calc(1.2rem + 0.5rem);
    color: var(--noir) !important;
}   
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-summary {
    font-size: calc(1rem + 0rem);
    line-height: calc(1rem + 0.1rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .p-meta span {
    font-size: calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.1rem);
}
.bt-003__flex-list-01 .p-content {
    padding-bottom: 16px!important;
    padding-left:16px!important;
}
.bt-003__flex-list-01.sidebar .p-content {
    padding-left:16px!important;
}
.bt-003__flex-overlay-01 .block-inner  {
    display: grid!important;
}
.bt-003__flex-overlay-01 .p-wrap,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder .p-featured,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder .p-content {
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
    margin-bottom:8px;
}
.bt-003__flex-overlay-01 .p-gradient .overlay-inner {
    top: 0%;
    left: 0%;
    transform: translate(0%, 12%);
}
.bt-003__flex-overlay-01 .p-featured {
    padding-bottom: 90%!important;
}
    
.bt-003__titre-01 .heading-title {
    font-size: calc(1.2rem - 0.5rem);
    line-height: calc(1.2rem - 0.5rem);
}   
}
/* TRANSITION */
.p-wrap {
    transition: all 0.5s ease;
}
.p-wrap:hover {
    transform:scale(0.96);
}

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

/* CATEGORIE */
/* CATEGORIE - IMAGE */
.category .blog-content .feat-holder .p-featured {
    border-radius: 0!important;
    margin-bottom:12px;
}
/* CATEGORIE - TITRE */
.category .blog-content .entry-title {
    font-size: calc(1.2rem + 0.4rem);
    line-height:calc(1.2rem + 0.6rem);
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
}
.category .blog-content .entry-summary {
    font-size: calc(1rem + 0rem);
    line-height:calc(1rem + 0.2rem);
    font-weight: var(--weight-normal);
    font-family: var(--cs-body-font);
}

.category .blog-content .p-link a {
    font-size: calc(0.9rem + 0.3rem) !important;
    line-height: calc(0.9rem + 0.1rem);
    font-weight: var(--weight-normal) !important;
    background: color-mix(in srgb, var(--g-color) 22%, transparent);
    color: var(---g-color);
    border: 1px solid var(---g-color);
    padding: 8px 16px;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin: 0 auto;
}
.category .blog-content .p-link a:hover {
    background: var(--g-color);
    color: var(--blanc);
    border: 1px solid var(--g-color);
}
[data-theme="dark"] .category .blog-content .p-link a {
    color: var(--blanc)!important;
    background: color-mix(in srgb, var(--blanc) 22%, transparent)!important;
    border: 1px solid var(--blanc)!important;
}
[data-theme="dark"] .category .blog-content .p-link a:hover {
    background: color-mix(in srgb, var(--blanc) 100%, transparent)!important;
    color: var(--g-color)!important;
    border: 1px solid var(--g-color)!important;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme003-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;
}

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


/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: none;
	border-left: 6px solid var(--g-color);
	border-radius: 0;
	padding: 14px 18px 14px 22px;
	box-shadow: none;
	margin-bottom: 4px;
	margin-top: 4px;
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 4px;
	padding-top: 8px;
	/* border-bottom: 2px solid var(--g-color); */
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--noir);
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\270E";
	font-family: initial;
	font-size: 24px;
	color: var(--g-color) !important;
	padding-right: 8px;
}
body.single-post .ruby-table-contents .inner {
	column-count: 2;
	margin-top: 0;
	padding-top: 0;
	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: 7px 4px 7px 24px;
	margin-bottom: 0px;
	color: var(--noir) !important;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	border-left: 2px solid transparent;
	transition: all .2s ease;
}
body.single-post .rbtoc .inner a {
    border-top: none!important;
}

body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	border-left: 2px solid var(--g-color);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "\203A";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--g-color);
	font-weight: 700;
	font-size: 16px;
	width: auto;
	height: auto;
	background: none;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\276F" !important;
	font-family: initial !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	display: inline-block !important;
	transform: rotate(90deg) !important;
	color: var(--g-color) !important;
}

/* --- POST (single article) --- */
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: 0;
	border-left: 8px solid var(--g-color);
	border-radius: 0!important;
}
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: 8px 12px 8px 12px;
	border-left: 4px solid var(--g-color);
	color: var(--noir) !important;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-decoration: none;
}
body.single-post .single-meta,
body.single-post .single-meta a,
body.single-post .single-meta time,
body.single-post .single-meta .meta-date,
body.single-post .single-meta .meta-author,
body.single-post .single-meta .meta-author a,
body.single-post .single-meta .meta-category a,
body.single-post .single-meta .is-meta,
body.single-post .single-meta .smeta-in,
body.single-post .single-meta .smeta-extra,
body.single-post time {
	font-family: var(--cs-body-font);
}
body.single-post .s-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	/* color: var(--noir); */
	/* border-left: 8px solid var(--g-color); */
	/* padding-left: 18px; */
	margin: 0px 0 6px;
}
body.single-post .entry-content.rbct {
	border: none;
	border-left: 4px solid var(--g-color)!important;
	border-radius: 0;
	padding: 24px 32px;
	box-shadow: none;
	background: var(--blanc);
}
/* H2 — layout 7 (bordure gauche 7px accent — signature Editorial) */
body.single-post .entry-content.rbct h2 {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	padding-left: 14px;
	margin-top: 34px;
	margin-bottom: 16px;
	border-left: 7px solid var(--g-color);
}

/* H3 — layout 2 (puce ronde 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: 0.6em;
	height: 0.6em;
	background: var(--g-color);
	border-radius: 50%;
	flex-shrink: 0;
}
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: 16px;
	line-height: 24px;
	font-family: var(--cs-body-font);
}
body[data-theme="dark"].single-post .entry-content.rbct p,
body[data-theme="dark"].single-post .entry-content.rbct ol li,
body[data-theme="dark"].single-post .entry-content.rbct ul li,
body[data-theme="dark"].single-post h2,
body[data-theme="dark"].single-post h3 {
	color:var(--noir)!important;
}
body[data-theme="dark"].single-post .elementor-widget-sidebar .entry-content.rbct p,
body[data-theme="dark"].single-post .elementor-widget-sidebar .entry-content.rbct ol li,
body[data-theme="dark"].single-post .elementor-widget-sidebar .entry-content.rbct ul li,
body[data-theme="dark"].single-post .elementor-widget-sidebar h2,
body[data-theme="dark"].single-post .elementor-widget-sidebar h3 {
	color:var(--blanc)!important;
}
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 5%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-style: italic;
	border-radius: 0;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --- MENU (sitewide) --- */
#site-header {
	background: var(--blanc);
	border-bottom: 1px solid color-mix(in srgb, var(--noir) 12%, transparent);
}
[data-theme="dark"] #site-header {
	background: none;
	border-bottom: 1px solid color-mix(in srgb, var(--blanc) 12%, transparent);
}

#site-header .logo-sec-inner {
	padding: 6px 0;
}
#site-header .main-menu > li > a {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 13px;
	border-left: 3px solid transparent;
	padding-left: 12px;
	transition: border-color .2s ease;
}
#site-header .main-menu > li:hover > a,
#site-header .main-menu > li.current-menu-item > a {
	border-left: 3px solid var(--g-color);
}
#site-header .navbar-wrap {
	border-top: 1px solid color-mix(in srgb, var(--noir) 8%, transparent);
	background: var(--blanc);
}
[data-theme="dark"] #site-header .navbar-wrap {
	border-top: 1px solid color-mix(in srgb, var(--blanc) 8%, transparent);
	background: none;
}
#site-header .search-btn,
#site-header .dark-mode-toggle {
	color: var(--noir);
}
[data-theme="dark"] #site-header .search-btn,
[data-theme="dark"] #site-header .dark-mode-toggle {
	color: var(--blanc);
}
.ArticleHeader  {
	padding-top:32px;
}
/* .elementor-widget-sidebar .heading-title > * {
	font-size: 24px!important;
	font-weight:700;
} */

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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 0;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--noir) 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: "\1F50E";
  font-family: initial;
}

/* 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: 50%;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\276F";
  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: 0 !important;
	border-top: 4px solid var(--g-color);
	box-shadow: 0 4px 12px color-mix(in srgb, var(--noir) 10%, transparent);
}
.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: 0;
	border-top: 4px solid var(--g-color);
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 12%, transparent);
}
.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);
}
