/* ============================================================
   Theme    : FOXIZ
   Variante : 025
   Version  : 1.1
   Date     : 18/09/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=Unbounded:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

body {
    --cs-heading-font: "Unbounded", Impact, sans-serif;
    --cs-body-font: "Plus Jakarta Sans", system-ui, sans-serif;
}


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

/*FOND1*/
.Fond1 {
background: color-mix(in srgb, var(--g-color) 24%, transparent)!important;
}
.Titre1 .heading-title > *:before,
.Titre2 .heading-title > *:before,
.heading-layout-8 .heading-title > *:before {
    top: -10px!important;
    background-color: var(--heading-sub-color, currentColor)!important;
    min-height: 64px!important;
    padding: 12px 0!important;
}

/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:40px;
}
.Titre1 .heading-title span,
.Titre2 .heading-title span {
    padding: 8px;
}

[data-theme="default"] .Titre.Blanc .elementor-heading-title {
    color:var(--noir);
}

[data-theme="dark"] .Titre.Blanc .elementor-heading-title {
    color:var(--blanc);
}

/*Titre1 > Bouton*/
.Titre1 .heading-tagline a {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
    border-radius:0px;
    background:color-mix(in srgb, var(--g-color) 28%, transparent);
    padding: 18px 42px;
    transition: 0.6s all
}
[data-theme="dark"] .Titre1 .heading-tagline a {
    background:var(--blanc);
    color:var(--g-color);
}
.Titre1 .heading-tagline a:hover {
    background:var(--g-color);
    color:var(--blanc);
}
.Titre1 .heading-tagline .rbi-cright {
    display:none;
}
.Titre2 .elementor-heading-title,
.Titre2 .heading-title span {
    font-weight:600!important;
    font-size:24px!important;
    line-height:26px!important;
}

[data-theme="dark"] .Titre2 .elementor-heading-title,
[data-theme="dark"] .Titre2 .heading-title span {
    color:var(--blanc);
}
[data-theme="default"] .Titre2 .elementor-heading-title,
[data-theme="default"] .Titre2 .heading-title span {
    color:var(--noir);
}
.Sidebar .Titre2 .elementor-heading-title {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
}
.Sidebar .Titre2 .elementor-heading-title  {
    width:fit-content;
    background: linear-gradient(to left,
        color-mix(in srgb, var(--g-color) 0%, transparent) 60%, 
        color-mix(in srgb, var(--g-color) 22%, transparent) 60%)!important;
    padding:8px 12px!important;
    margin-top:12px!important;
    margin-bottom:4px!important;
}

/*Theme025Style01*/
/*Theme025Style01 > Fond*/
.Theme025Style01 .p-gradient .overlay-inner {
background: color-mix(in srgb, var(--noir) 40%, transparent)!important;

}
.Theme025Style01 .p-content.overlay-inner.overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.Theme025Style01 .entry-title, 
.Theme025Style01 .entry-summary {
  max-width:80%!important;
}

/*Theme025Style01 > Bordure*/
.Theme025Style01 .p-wrap,
.Theme025Style01 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style01 > Titre*/
.Theme025Style01 .entry-title {
    font-weight:600!important;
    font-size:36px!important;
    line-height:40px!important;
    margin-bottom:8px;
}
/*Theme025Style01 > Texte*/
.Theme025Style01 .entry-summary {
    font-weight:300!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:16px!important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01 .p-link a {
    font-weight:600!important;
    font-size:22px!important;
    line-height:18px!important;
    margin-top:16px!important;
    border-radius:0px;
    background:var(--g-color);
    padding: 18px 36px;
}

.Theme025Style01 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style01.Pagination > PAGINATION*/
.Theme025Style01.Pagination .slider-footer {
    margin-top: 16px;
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:0px;
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet::before {
    background: var(--transparent);
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}


/*Theme025Style02*/
.Theme025Style02  {
    margin-top:12px;
}
/*Theme025Style02 > Fond*/
.Theme025Style02 .p-gradient .overlay-inner {
    background: color-mix(in srgb, var(--noir) 40%, transparent)!important;
}
.Theme025Style02 .p-content.overlay-inner.overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.Theme025Style02 .entry-title,
.Theme025Style02 .entry-summary {
  max-width:90%!important;
}

/*Theme025Style02 > Bordure*/
.Theme025Style02 .p-wrap,
.Theme025Style02 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style02 > Titre*/
.Theme025Style02 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:8px;
}

/*Theme025Style02 > Bouton*/
.Theme025Style02 .p-link a {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-top:8px;
    margin-bottom:4px;
    border-radius:0px;
    background:var(--g-color);
    padding: 12px 22px;
}

.Theme025Style02 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style03*/
/*Theme025Style03 > Fond*/
.Theme025Style03 .p-gradient .overlay-inner {
background: color-mix(in srgb, var(--noir) 60%, transparent)!important;

}
.Theme025Style03 .p-content.overlay-inner.overlay-text {
  position: absolute;
  top: 0;
  left: 5%;
  padding-left:4%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  width: 60%;
  height: 72%;
  margin: auto; /* pour centrer horizontalement et verticalement */
}

.Theme025Style03 .entry-title, 
.Theme025Style03 .entry-summary {
  max-width:80%!important;
}

/*Theme025Style03 > Bordure*/
.Theme025Style03 .p-wrap,
.Theme025Style03 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style03 > Titre*/
.Theme025Style03 .entry-title {
    font-weight:600!important;
    font-size:32px!important;
    line-height:35px!important;
    margin-bottom:8px;
}
/*Theme025Style03 > Texte*/
.Theme025Style03 .entry-summary {
    font-weight:300!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:0px;
}

/*Theme025Style03 > Bouton*/
.Theme025Style03 .p-link a {
    font-weight:500!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-top:18px;
    margin-bottom:4px;
    border-radius:0px;
    background:var(--transparent);
    border: 1px solid var(--blanc);
    text-transform: uppercase;
    padding: 14px 28px;
    left:0;
}

.Theme025Style03 .p-link .rbi-cright {
    display:none;
}
/*Theme025Style03 > PAGINATION*/
.Theme025Style03 .slider-footer {
    margin-top: 24px;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:0px;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}

/*Theme025Style04*/
/*Theme025Style04 > Bordure*/
.Theme025Style04 .p-wrap .p-featured {
    border-radius:0px;
}
.Theme025Style04.Gauche .p-wrap .p-featured {
    box-shadow: 18px 12px 16px color-mix(in srgb, var(--g-color) 20%, transparent);
}
.Theme025Style04.Droite .p-wrap .p-featured {
    box-shadow: -18px 12px 16px color-mix(in srgb, var(--g-color) 20%, transparent);
}

.Theme025Style04 .list-feat-holder {
    padding:16px;
}
.Theme025Style04 .list-feat-holder {
    min-width:50%;
    padding: 0;
}
.Theme025Style04 .p-content {
    padding:32px!important;
}
/*Theme025Style04 > Titre*/
.Theme025Style04 .entry-title {
    font-weight:600!important;
    font-size:30px!important;
    line-height:32px!important;
    margin-bottom:8px;
}

/*Theme025Style04 > Texte*/
.Theme025Style04 .entry-summary {
    font-weight:400!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:16px;
}

/*Theme025Style04 > Date*/
.Theme025Style04 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
/*Theme025Style04 > Catégorie*/
.Theme025Style04 .p-category {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
/*Theme025Style04 > Bouton*/
.Theme025Style04 .p-link a {
    font-weight:500!important;
    font-size:16px!important;
    line-height:18px!important;
    border-radius:0px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 14px 28px;
    left:0;
}
/*Theme025Style04 > BOUTON*/
.Theme025Style04 .p-link {
    margin-top:32px!important;
    margin-bottom:4px;
}
.Theme025Style04 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style04 > PAGINATION*/
.Theme025Style04 .slider-footer {
    margin-top: 24px;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:0px;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}

/*Theme025Style05*/
/*Theme025Style05 > Bordure*/
.Theme025Style05 .p-wrap .p-featured {
    border-radius:0px;
    box-shadow: 0 0 8px color-mix(in srgb, var(--noir) 20%, transparent);
}

/*Theme025Style05 > Titre*/
.Theme025Style05 .entry-title {
    font-weight:600!important;
    font-size:19px!important;
    line-height:21px!important;
    margin-bottom:4px!important;
}
/*Theme025Style05 > Texte*/
.Theme025Style05 .entry-summary {
    font-weight:400!important;
    font-size:15px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
.Theme025Style05 .entry-title {
    color:var(--noir)!important;
}
.Theme025Style05 .entry-summary {
    color:var(--noir)!important;
}

/*Theme025Style05 > Bouton*/
.Theme025Style05 .p-link a {
    font-weight:500!important;
    font-size:13px!important;
    line-height:15px!important;
    border-radius:0px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 12px 24px;
    left:0;
}
/*Theme025Style05 > BOUTON*/
.Theme025Style05 .p-link {
    margin-top:12px!important;
    margin-bottom:4px;
}
.Theme025Style05 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style05 > ESPACEMENT*/
.Theme025Style05 .p-content {
    position: relative;
    margin-top: -60px !important;
    z-index: 50;
    width: 88%;
    margin: 0 auto;
    background: #FFF;
    padding: 18px;
}

@media only screen and (max-width: 600px) {
.Fond1  {
    padding-top:60px;
    padding-bottom:60px;
}
/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:32px;
}
/*Titre1 > Bouton*/
.Titre1 .heading-tagline span {
    font-size:16px!important;
    line-height:18px!important;
    padding: 10px 20px;
}
/*Theme025Style01*/
/*Theme025Style01 > Titre*/
.Theme025Style01 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme025Style01 > Texte*/
.Theme025Style01 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}
.Theme025Style01 .entry-title,
.Theme025Style01 .entry-summary {
    max-width: 92% !important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 24px;
}
.Theme025Style01.Pagination .slider-footer {
    margin-top: 32px;
}

/*Theme025Style02 > Titre*/
.Theme025Style02 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}

/*Theme025Style02 > Bouton*/
.Theme025Style02 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 22px;
}


/*Theme025Style03 > Titre*/
.Theme025Style03 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:8px!important;
}
/*Theme025Style03 > Texte*/
.Theme025Style03 .entry-summary {
    display:none;
}

/*Theme025Style03 > Bouton*/
.Theme025Style03 .p-link a {
    font-size:12px!important;
    line-height:14px!important;
    margin-top:12px!important;
    padding: 10px 14px;
}
.Theme025Style03 .p-content.overlay-inner.overlay-text {
    width: 90%;
}
/*Theme025Style04*/
/*Theme025Style04 > Espacement*/
.Theme025Style04 .p-content {
    padding:32px!important;
}
/*Theme025Style04 > Titre*/
.Theme025Style04 .entry-title {
    font-size:22px!important;
    line-height:24px!important;
}
/*Theme025Style04 > Texte*/
.Theme025Style04 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}

/*Theme025Style04 > Date*/
.Theme025Style04 .p-meta time {
    font-size:10px!important;
    line-height:12px!important;
}
/*Theme025Style04 > Catégorie*/
.Theme025Style04 .p-category {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme025Style04 > Bouton*/
.Theme025Style04 .p-link a {
    font-size:12px!important;
    line-height:14px!important;
    padding: 14px 28px;
}

/*Theme025Style05*/
.Theme025Style05 {
    margin-top:16px;
}
/*Theme025Style05 > Titre*/
.Theme025Style05 .entry-title {
    font-size:13px!important;
    line-height:14px!important;
}
/*Theme025Style05 > Texte*/
.Theme025Style05 .entry-summary {
    font-size:10px!important;
    line-height:12px!important;
}

/*Theme025Style05 > Bouton*/
.Theme025Style05 .p-link a {
    font-size:10px!important;
    line-height:12px!important;
    padding: 8px 16px;
}
.Theme025Style05 .p-content {
    margin-top: 0!important;
    width: 100%!important;
    padding: 0;
}}

@media only screen and (max-width: 600px) {
.e-con-inner > .elementor-shape-top svg,
.e-con-inner > .elementor-shape-bottom svg {
    height: 24px!important;
}

.overlay-holder {
    display: contents;
}
 .p-featured {
    object-fit: cover;
    min-height: 100%;
}

/*Theme025Style01 > Texte*/
.Theme025Style01 .p-wrap,
.Theme025Style01 .p-content {
    height: 380px!important;
    min-height: 380px!important;
    max-height: 380px!important;
    margin-bottom:8px;
}
.Theme025Style03 .p-wrap {
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
    margin-bottom:8px;
}

.Theme025Style02 .p-wrap,
.Theme025Style07 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:32px;
}
.Theme025Style08 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:8px;
}

.Theme025Style02 .block-inner,
.Theme025Style03 .block-inner,
.Theme025Style07 .block-inner,
.Theme025Style08 .block-inner {
    display: grid!important;
}}

/*CATEGORY*/
.category h1 {
    width:fit-content;
    background: linear-gradient(to left,
        color-mix(in srgb, var(--g-color) 0%, transparent) 60%, 
        color-mix(in srgb, var(--g-color) 22%, transparent) 60%)!important;
    padding:12px!important;
}

/*ARTICLE*/
.ArticleHeader {
    background: 
        linear-gradient(to left, 
            color-mix(in srgb, var(--g-color) 0%, transparent) 66%, 
            color-mix(in srgb, var(--g-color)24%, transparent) 66%) !important;
}
.ImageArticle .s-feat-outer {
    margin-bottom:0!important;
}

/*Theme025Style01*/
/*Theme025Style01 > Titre*/
.Theme025Style01.Petit .entry-title {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:6px;
}
.Theme025Style01.Petit .entry-title {
    max-width: 100%!important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01.Petit .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 24px;
    margin-top: 4px !important;
}

/*Theme025Style04*/
/*Theme025Style04 > Titre*/
.Theme025Style04.Petit .entry-title {
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px!important;
}

/*Theme025Style04 > Bouton*/
.Theme025Style04.Petit .p-link {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.Theme025Style04.Petit .p-link a {
    font-size:9px!important;
    line-height:9px!important;
    padding: 10px 16px 8px 16px;
}


/*Theme025Style04 > Image*/
.Theme025Style04.Petit .p-wrap .p-featured {
    box-shadow: 0 0 8px 
 color-mix(in srgb, var(--g-color) 40%, transparent);
}
.Theme025Style04.Petit .list-feat-holder {
    width: 32%!important;
    max-width: 32%!important;
    min-width: 32%!important;
}
/*Theme025Style04 > Espacement*/
.Theme025Style04.Petit {
    padding-left:16px!important;
}
.Theme025Style04.Petit .p-content {
    padding: 12px !important;
}

/*HOVER*/
.p-wrap {
  transition: transform 0.3s ease;
}
.p-wrap:hover {
  transform: scale(0.97);
}

/*MENU*/
nav ul li .entry-title {
    font-size:14px!important; 
    line-height: 16px!important;
}

/*FORMAT MOBILE*/
@media only screen and (max-width: 600px) {
.Theme025Style05 .p-wrap .feat-holder {
    min-width: 100%;
    height:160px;
    min-height:160px;
    max-height:160px;
    margin-left:0!important;
}
.Theme025Style05 .p-wrap .p-featured {
    padding-bottom: 0!important;
}
.Theme025Style05 .block-inner,
.Theme025Style05 .p-wrap {
    display: block;
}
.Theme025Style05 .p-wrap {
    margin-bottom:12px!important;
}
.p-content {
    padding: 16px!important;
}

.Theme025Style04.Petit .p-content {
    padding:0!important;
    margin-bottom:8px!important;
}
.Theme025Style04.Petit .list-feat-holder {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-left:0!important;
}
.Theme025Style04.Petit .list-feat-holder,
.Theme025Style04.Petit .feat-holder {
    height:140px;
    min-height:140px;
    max-height:140px;
}
.Theme025Style04.Petit .p-featured {
    padding-bottom: 0%!important;
}

.ImageArticle {
    margin-bottom: 32px!important;
}}

/* CATEGORIE */
.category h1 {
    font-size:4rem!important;
    line-height:4rem!important;
}
.category .blog-content .p-wrap {
    margin-bottom:8px;
}
.category .blog-content .p-wrap .p-featured {
    border-radius:0px;
    box-shadow: 0 0 8px color-mix(in srgb, var(--noir) 20%, transparent);
}
.category .blog-content .p-wrap .entry-title {
    font-weight:600!important;
    font-size:19px!important;
    line-height:21px!important;
    color:var(--noir)!important;
    margin-top: -60px !important;
    padding-top: 18px!important;
    padding-bottom:8px!important;
}
.category .blog-content .p-wrap .entry-summary {
    font-weight:400!important;
    font-size:15px!important;
    line-height:18px!important;
    padding-bottom:16px!important;
    color:var(--noir)!important;
}
.category .blog-content .p-wrap .p-link {
    padding-bottom:18px!important
}
.category .blog-content .p-wrap .p-link a {
    font-weight:500!important;
    font-size:12px!important;
    line-height:14px!important;
    border-radius:0px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 12px 24px;
    left:0;
}
.category .blog-content .p-wrap .p-link .rbi-cright {
    display:none;
}
.category .blog-content .entry-title,
.category .blog-content .p-wrap .entry-summary,
.category .blog-content .p-wrap .p-link{
    position: relative;
    z-index: 50;
    width: 88%;
    margin: 0 auto;
    background: #FFF;
    padding: 2px 18px;
}
.category .blog-content .p-wrap .p-categories,
.category .blog-content .p-wrap .p-meta {
    display:none;
}


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


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

/* Conteneur */
body.single-post .ruby-table-contents {
	border: 2px solid var(--g-color);
	border-radius: 0;
	padding: 16px 18px;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--noir) 8%, transparent);
	background: var(--blanc);
}

/* En-tête de la TDM */
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 0;
	padding-bottom: 0;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 32px;
	font-weight: 600;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	padding-bottom: 6px;
	color: var(--noir);
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\25A3";
	font-family: initial;
	font-size: 30px;
	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-top: 0;
	margin-bottom: 0;
	color: var(--noir) !important;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 2px solid transparent;
	border-radius: 4px;
	transition: all .2s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--blanc) !important;
	background: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: 4px;
}
body.single-post .ruby-table-contents .inner a:hover::before {
	background: var(--blanc);
}
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: "\276F" !important;
	font-family: initial !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--g-color) !important;
}


/* ============================================================
   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: 4px;
}

/* 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: 2px solid var(--g-color);
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: initial;
	letter-spacing: 1px;
	text-decoration: none;
}

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

/* Corps article */
body.single-post .entry-content.rbct {
	border: 2px solid color-mix(in srgb, var(--noir) 10%, transparent);
	border-radius: 4px;
	padding: 28px 34px;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--noir) 8%, transparent);
	background: var(--blanc);
}

/* Sous-titres */
/* H2 — layout 7 (bordure gauche 7px accent — signature Editorial) */
body.single-post .entry-content.rbct h2 {
	font-size: 26px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	padding-left: 14px;
	margin-top: 32px;
	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);
	color: var(--noir);
	margin-top: 28px;
	margin-bottom: 12px;
}
body[data-theme="dark"].single-post .entry-content.rbct h2,
body[data-theme="dark"].single-post .entry-content.rbct h3 {
	color:var(--noir)!important;
}

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;
}

/* 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;
	color: #333;
}

/* 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;
	color: #444;
	border-radius: 4px;
}

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

.FondArticle .elementor-widget-foxiz-single-category .elementor-widget-container {
    margin: 0!important;
}

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

#site-header .logo-sec-inner {
	padding: 0;
}
#site-header .main-menu > li > a {
	font-weight: 600;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: initial;
}

#site-header .search-btn,
#site-header .dark-mode-toggle {
	color: var(--noir);
}


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

/* 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: "\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;
  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) --- */
.logo-sec-right .icon-holder {
	width: 40px;
	height: 40px;
	background: var(--blanc);
	border-left: 4px solid var(--g-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease;
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
}
.logo-sec-right .icon-holder:hover {
	background: color-mix(in srgb, var(--g-color) 8%, var(--blanc));
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--g-color);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 4px;
	border-left: 5px solid var(--g-color);
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--g-color) 12%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .logo-sec-right .icon-holder {
	background: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}

.navbar-wrap:not(.navbar-transparent), 
.sticky-on .navbar-wrap {
    background: var(--blanc)!important;
}
