/* ============================================================
   Theme    : FOXIZ
   Variante : 035
   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=Marcellus&family=Vollkorn:wght@400;500;600;700&display=swap');

body {
    --cs-heading-font: "Marcellus", Georgia, serif;
    --cs-body-font: "Vollkorn", Georgia, serif;
}


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

/* CONTAINER - 035 */
.logo-sec,
.navbar-wrap,
.container__035,
.category .blog-wrap {
    background: color-mix(in srgb, var(--g-color) 16%, transparent)!important;
}
[data-theme="dark"] .burger-icon {
    color: var(--noir);
}
.category .blog-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom:60px;
}
.footer-has-bg {
    background: color-mix(in srgb, var(--g-color) 32%, transparent)!important;
}
.footer-inner,
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    margin-top: 0!important;
}
.mbnav {
    background: var(--blanc)!important;
}

[data-theme="dark"].sticky-on .main-menu > li > a {
    color: var(--noir) !important;
}
.sticky-on .navbar-wrap {
    background: var(--blanc)!important;
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 035 - TITRE */
.bt-035__titre-01 .heading-title {
    font-size: calc(1.2rem + 2.4rem);
    line-height: calc(1.2rem + 2.4rem);
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.bt-035__titre-01.tp .heading-title {
    font-size: calc(1.2rem + 1.6rem);
    line-height: calc(1.2rem + 1.6rem);
}
.bt-035__titre-01 h1 {
    font-size: calc(1.2rem + 2.4rem);
    line-height: calc(1.2rem + 2.4rem);
    font-weight: calc(var(--weight-bold) + 200)!important;
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}

.bt-035__titre-01.petit .heading-title {
    font-size: calc(1.2rem + 1.4rem);
    line-height: calc(1.2rem + 1.4rem);
}
/* FOXIZ - HEADING - 035 - TITRE - LIEN */
.bt-035__titre-01 .heading-title a {
    color: var(--noir) !important;
}
[data-theme="dark"] .bt-035__titre-01 .heading-title a {
    color: var(--blanc) !important;
}
.bt-035__titre-01 .heading-title a:hover {
    color: var(--g-color) !important;
}

/* FOXIZ - HEADING - 035 - BOUTON */
.bt-035__titre-01 .heading-tagline  {
    font-size: calc(0.9rem + 0.3rem)!important;
    line-height: calc(0.9rem + 0.1rem);
    font-weight:var(--weight-normal)!important;
    background: var(--g-color)!important;
    color:var(--blanc);
    padding:18px 40px;
    border-radius:50px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
}
.bt-035__titre-01 .heading-tagline .rbi-cright:before {
    display:none;
}

/* FOXIZ - FLEX OVERLAY - 035 */
/* FOXIZ - FLEX OVERLAY - 035 - IMAGE */
.bt-035__flex-overlay-01 .overlay-holder,
.bt-035__flex-overlay-01 .overlay-holder img {
    border-radius:50px;
}
.bt-035__flex-overlay-01.petit .overlay-holder,
.bt-035__flex-overlay-01.petit .overlay-holder img {
    border-radius:32px;
}
.bt-035__flex-overlay-01.tres-petit .overlay-holder,
.bt-035__flex-overlay-01.tres-petit .overlay-holder img {
    border-radius:12px;
}
/* FOXIZ - FLEX OVERLAY - 035 - BLOC */
.bt-035__flex-overlay-01 .p-content {
    padding:32px!important;
}
.bt-035__flex-overlay-01.petit .p-content {
    padding:24px!important;
}
/* FOXIZ - FLEX OVERLAY - 035 - TITRE */
.bt-035__flex-overlay-01 .p-wrap .entry-title {
    font-size:2.8rem;
    line-height:2.8rem;
    font-weight:calc(var(--weight-bold) - 200);
    font-family: var(--cs-heading-font);
}
/* FOXIZ - FLEX OVERLAY - 035 - TITRE */
.bt-035__flex-overlay-01.petit .p-wrap .entry-title {
    font-size:1.9rem;
    line-height:1.9rem;
    font-weight:calc(var(--weight-bold) - 100);
    text-align: center;
}
.bt-035__flex-overlay-01.tres-petit .p-wrap .entry-title {
    font-size:calc(1.2rem + 0rem);
    line-height:calc(1.2rem + 0.1rem);
    font-weight:calc(var(--weight-bold) - 100);
    text-align: center;
}
/* FOXIZ - FLEX OVERLAY - 035 - TEXTE */
.bt-035__flex-overlay-01 .p-wrap .entry-summary {
    font-size:calc(1rem + 0.4rem);
    line-height:calc(1rem + 0.7rem);
    font-weight:var(--weight-normal);
    margin-bottom:40px!important;
}
.bt-035__flex-overlay-01.petit .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.2rem);
    margin-bottom:10px!important;
    text-align: center;
}
/* FOXIZ - FLEX LIST - 035 - BOUTON */
.bt-035__flex-overlay-01 .p-wrap .p-content .p-link .p-readmore {
    font-size:1.4rem!important;
    line-height: 1.4rem!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 50px;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    margin-top:18px!important;
    padding:18px 48px;
}
.bt-035__flex-overlay-01 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-035__flex-overlay-01 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}

/* FOXIZ - FLEX OVERLAY - 035 */
/* FOXIZ - FLEX OVERLAY - 035 - IMAGE */
.bt-035__flex-overlay-02 .overlay-holder,
.bt-035__flex-overlay-02 .overlay-holder img {
    border-radius:50px;
    box-shadow: 0 0px 24px var(--noir-opacite-40);
}
/* FOXIZ - FLEX OVERLAY - 035 - BLOC */
.bt-035__flex-overlay-02 .p-content {
    padding:48px!important;
    text-align: center;
}

.bt-035__flex-overlay-02 .p-gradient .overlay-inner {
    background: var(--blanc);
    width: 50%;
    border-radius: 250px 250px 20px 20px;
    padding:100px 50px 50px 50px!important;
}
.bt-035__flex-overlay-02 .overlay-wrap {
    margin: 50px !important;
    display: flex!important;
    align-items: center!important;
    justify-content: left!important;
}
.bt-035__flex-overlay-02.droite .overlay-wrap {
    justify-content: right!important;
}
/* FOXIZ - FLEX OVERLAY - 035 - TITRE */
.bt-035__flex-overlay-02 .p-wrap .entry-title {
    font-size:calc(1.2rem + 0.3rem);
    line-height:calc(1.2rem + 0.45rem);
    font-weight:calc(var(--weight-bold) - 200);
    font-family: var(--cs-heading-font);
    color:var(--noir);
    margin-bottom:0!important;
}
.bt-035__flex-overlay-02 .p-wrap .entry-title a:hover {
    color:var(--noir)!important;
    text-decoration: underline 2px var(--g-color);
}
/* FOXIZ - FLEX OVERLAY - 035 - TEXTE */
.bt-035__flex-overlay-02 .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.2rem);
    font-weight:var(--weight-normal);
    color: var(--noir);
}
/* FOXIZ - FLEX LIST - 035 - BOUTON */
.bt-035__flex-overlay-02 .p-wrap .p-content .p-link {
    margin-top:18px!important;
}
.bt-035__flex-overlay-02 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.2rem)!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 50px;
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    padding:18px 40px;
}
.bt-035__flex-overlay-02 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-035__flex-overlay-02 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}
/* FOXIZ - FLEX OVERLAY - 035 - META - Date*/
.bt-035__flex-overlay-02 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem + 0.2rem);
    line-height:calc(1rem + 0.05rem);
    font-weight:var(--weight-thin);
    color:var(--noir);
    text-align: center;
}
.bt-035__flex-overlay-02 .p-wrap .p-meta {
    text-align: center;
    margin:0 auto;
}

/* FOXIZ - FLEX OVERLAY - 035 - ORDRE */
.bt-035__flex-overlay-02 .overlay-inner.overlay-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bt-035__flex-overlay-02 .overlay-inner.overlay-text > * {
    order: 10;
}

.bt-035__flex-overlay-02 .p-meta {
    order: 1!important;
}
.bt-035__flex-overlay-02 .entry-title  {
    order: 3;
}
.bt-035__flex-overlay-02 .entry-summary {
    order: 4;
}
 .p-divider {
    order: 5;
}

/* FOXIZ - FLEX OVERLAY - 035 */
/* FOXIZ - FLEX OVERLAY - 035 - IMAGE */
.bt-035__flex-overlay-03 .overlay-holder,
.bt-035__flex-overlay-03 .overlay-holder img {
    border-radius:240px 240px 24px 24px;
}
/* FOXIZ - FLEX OVERLAY - 035 - BLOC */
.bt-035__flex-overlay-03 .p-content {
    padding:120px 12px 12px 12px!important;
    text-align: center;
}

.bt-035__flex-overlay-03.trois .p-wrap:nth-child(2) {
    top: 0px !important;
}

.bt-035__flex-overlay-03.deux .block-inner {
    margin: 0 auto;
    justify-content: center;
    margin-top:10px;
}

.bt-035__flex-overlay-03 .p-gradient .overlay-inner {
    background: var(--blanc);
    width: 100%;
    border-radius: 12px;    
    padding:18px 12px!important;
}
.bt-035__flex-overlay-03 .overlay-wrap {
    margin: 18px !important;
}

/* FOXIZ - FLEX OVERLAY - 035 - TITRE */
.bt-035__flex-overlay-03 .p-wrap .entry-title {
    font-size:1.3rem;
    line-height:1.3rem;
    font-weight:calc(var(--weight-bold) - 200);
    font-family: var(--cs-heading-font);
    color:var(--noir);
    margin-bottom:0!important;
}
.bt-035__flex-overlay-03 .p-wrap .entry-title a:hover {
    color:var(--noir)!important;
    text-decoration: underline 2px var(--g-color);
}
/* FOXIZ - FLEX OVERLAY - 035 - META - Date*/
.bt-035__flex-overlay-03 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem - 0.1rem);
    line-height:calc(1rem - 0.1rem);
    font-weight:var(--weight-thin);
    color:var(--noir);
    text-align: center;
}
.bt-035__flex-overlay-03 .p-wrap .p-meta {
    text-align: center;
    margin:0 auto;
}

/* FOXIZ - FLEX OVERLAY - 035 - ORDRE */
.bt-035__flex-overlay-03 .overlay-inner.overlay-text {
    display: flex;
    flex-direction: column;
    gap: 4px !important;}

.bt-035__flex-overlay-03 .overlay-inner.overlay-text > * {
    order: 10;
}

.bt-035__flex-overlay-03 .p-meta {
    order: 1!important;
}
.bt-035__flex-overlay-03 .entry-title {
    order: 3;
}

.bt-035__flex-overlay-03 .swiper-slide[data-swiper-slide-index="1"],
.bt-035__flex-overlay-03 .swiper-slide-next {
    transform: translateY(-40px) !important;
    z-index: 10 !important;
}
.bt-035__flex-overlay-03.trois .swiper-slide[data-swiper-slide-index="1"],
.bt-035__flex-overlay-03 .swiper-slide-next {
    transform: translateY(0px) !important;
}
.bt-035__flex-overlay-03 .swiper-wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}

/* FOXIZ - FLEX OVERLAY - 035 */
/* FOXIZ - FLEX OVERLAY - 035 - IMAGE */
.bt-035__flex-overlay-04 .overlay-holder,
.bt-035__flex-overlay-04 .overlay-holder img {
    border-radius:120px 120px 12px 12px;
}
/* FOXIZ - FLEX OVERLAY - 035 - BLOC */
.bt-035__flex-overlay-04 .p-content {
    padding:120px 12px 12px 12px!important;
    text-align: center;
}

.bt-035__flex-overlay-04 .p-gradient .overlay-inner {
    background: var(--blanc);
    width: 100%;
    border-radius: 12px;    
    padding:24px 18px!important;
}
.bt-035__flex-overlay-04 .overlay-wrap {
    margin: 32px !important;
}

/* FOXIZ - FLEX OVERLAY - 035 - TITRE */
.bt-035__flex-overlay-04 .p-wrap .entry-title {
    font-size:2.1rem;
    line-height:2.1rem;
    font-weight:calc(var(--weight-bold) - 00);
    font-family: var(--cs-heading-font);
    color:var(--noir);
    margin-bottom:0!important;
}
.bt-035__flex-overlay-04 .p-wrap .entry-title a:hover {
    color:var(--noir)!important;
    text-decoration: underline 2px var(--g-color);
}
/* FOXIZ - FLEX OVERLAY - 035 - META - Date*/
.bt-035__flex-overlay-04 .p-wrap .p-meta .meta-update {
    font-size:calc(1rem + 0.3rem);
    line-height:calc(1rem + 0.5rem);
    font-weight:var(--weight-thin);
    color:var(--noir);
    text-align: center;
}
.bt-035__flex-overlay-04 .p-wrap .p-meta {
    text-align: center;
    margin:0 auto;
}

/* FOXIZ - FLEX OVERLAY - 035 - ORDRE */
.bt-035__flex-overlay-04 .overlay-inner.overlay-text {
    display: flex;
    flex-direction: column;
    gap: 8px !important;}

.bt-035__flex-overlay-04 .overlay-inner.overlay-text > * {
    order: 10;
}

.bt-035__flex-overlay-04 .p-meta {
    order: 1!important;
}
.bt-035__flex-overlay-04 .entry-title {
    order: 3;
}

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

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

/* ARTICLE */
.FondArticle {
    border-radius: 50px;
    padding: 80px 50px;
    background-color: #000;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    text-align:center!important;
}
.p-categories a {
    text-align:center!important;
    margin:0 auto;
}
.FondArticle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,0.5), transparent);
    z-index: 0;
}
.FondArticle .e-con-inner {
    position: relative;
    z-index: 1;
    width: 80%;
}
/* ARTICLE */
.FondArticle .elementor-widget-post-info span {
    color:var(--blanc)!important;
    font-size:20px;
}


/* TELEPHONE */
@media only screen and (max-width: 768px) {
.bt-035__flex-overlay-01 .block-inner,
.bt-035__flex-overlay-02 .block-inner,
.bt-035__flex-overlay-03 .block-inner,
.bt-035__flex-overlay-04 .block-inner  {
    display: grid!important;
}
.bt-035__flex-overlay-01 .p-wrap,
.bt-035__flex-overlay-01 .p-wrap .overlay-holder,
.bt-035__flex-overlay-01 .p-wrap .overlay-holder .p-featured,
.bt-035__flex-overlay-02 .p-wrap,
.bt-035__flex-overlay-02 .p-wrap .overlay-holder,
.bt-035__flex-overlay-02 .p-wrap .overlay-holder .p-featured,
.bt-035__flex-overlay-04 .p-wrap,
.bt-035__flex-overlay-04 .p-wrap .overlay-holder,
.bt-035__flex-overlay-04 .p-wrap .overlay-holder .p-featured {
    height: 450px!important;
    min-height: 450px!important;
    max-height: 450px!important;
}
.bt-035__flex-overlay-03 .p-wrap,
.bt-035__flex-overlay-03 .p-wrap .overlay-holder,
.bt-035__flex-overlay-03 .p-wrap .overlay-holder .p-featured{
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
}
.bt-035__flex-overlay-01 .p-wrap,
.bt-035__flex-overlay-02 .p-wrap,
.bt-035__flex-overlay-03 .p-wrap,
.bt-035__flex-overlay-04 .p-wrap {
    margin-bottom:16px;
}
.bt-035__flex-overlay-01 .p-featured,
.bt-035__flex-overlay-02 .p-featured,
.bt-035__flex-overlay-03 .p-featured,
.bt-035__flex-overlay-04 .p-featured {
    padding-bottom: 90%!important;
}

.bt-035__flex-overlay-01 .p-wrap .entry-summary,
.bt-035__flex-overlay-02 .p-wrap .entry-summary,
.bt-035__flex-overlay-03 .p-wrap .entry-summary,
.bt-035__flex-overlay-04 .p-wrap .entry-summary {
    display:none!important;
}
.bt-035__flex-overlay-01 .p-content {
    padding: 32px !important;
}
.bt-035__titre-01 .heading-title {
    font-size: calc(1.2rem + 1.2rem);
    line-height: calc(1.2rem + 1.3rem);
}
.bt-035__titre-01 .heading-tagline {
    font-size:calc(0.9rem - 0.2rem)!important;
    line-height:calc(0.9rem + 0rem);
    padding: 6px 16px;
}

.bt-035__flex-overlay-01 .p-wrap .entry-title {
    font-size: 3.1rem;
    line-height: 3.1rem;
    margin-bottom:24px!important;
}
.bt-035__flex-overlay-01 .p-wrap .p-content .p-link .p-readmore {
    font-size: calc(1rem + 0rem) !important;
    line-height: calc(1rem + 0.1rem) !important;
    margin-top: 20px !important;
    padding: 6px 16px;
}

.bt-035__flex-overlay-02 .p-gradient .overlay-inner {
    padding: 60px 22px 40px 22px !important;
}
.bt-035__flex-overlay-02 .overlay-wrap {
    margin: 24px !important;
}

.FondArticle {
    padding: 30px 16px;
}
.FondArticle .e-con-inner {
    width: 94%;
}

.FondArticle h1 {
    font-size: 24px !important;
    line-height: 26px;
}
}

.bt-035__titre-01.sidebar .heading-title {
    font-size: calc(1.2rem + 0.2rem);
    line-height: calc(1.2rem + 0.4rem);
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
/* TRANSITION */
.overlay-holder {
    transition: border 0.8s ease;
}
.overlay-holder:hover {
    border: 12px solid var(--g-color);
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}

/* CATEGORIE */
/* CATEGORIE - IMAGE */
.category .blog-content .feat-holder .p-featured {
    border-radius: 32px!important;
    padding-bottom: 70%;
}
/* CATEGORIE - TITRE */
.category .blog-content .entry-title {
    font-size: calc(1.2rem + 0.1rem);
    line-height: calc(1.2rem + 0.3em);
    font-weight:calc(var(--weight-normal) + 200);
    font-family: var(--cs-heading-font);
    text-align:center;
}

/* CATEGORIE - DATE */
.category .blog-content .meta-inner {
    font-size:calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.2rem);;
    font-weight:var(--weight-normal);
    text-align:center!important;
    margin:0 auto!important;
    justify-content: center;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme035-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)
   ============================================================ */
body.single-post .rbtoc {
    padding: 0;
    box-shadow: none;
}

/* 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: 32px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	padding-bottom: 6px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\276F";
	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: 0px;
	font-size: 14px;
	line-height: 18px;
	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(--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::after {
	display: none !important;
}

/* Chevron toggle */
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\2B9F" !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: 8px 24px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background:var(--blanc);
	color:var(--g-color);
}

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

/* Corps article */
body.single-post .entry-content.rbct {
	border: 2px solid color-mix(in srgb, var(--noir) 10%, transparent);
	border-radius: 24px;
	padding: 28px 34px;
}
body[data-theme="dark"].single-post .entry-content.rbct {
	border: 2px solid color-mix(in srgb, var(--blanc) 10%, transparent);
}

/* Sous-titres */
/* H2 — layout 4 (double bordure inférieure : 4px accent + 2px noir) */
body.single-post .entry-content.rbct h2 {
	position: relative;
	font-size: 28px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	padding-bottom: 10px;
	margin-top: 36px;
	margin-bottom: 18px;
	border-bottom: 4px solid var(--g-color);
}
body.single-post .entry-content.rbct h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	border-bottom: 2px solid var(--noir);
}

/* H3 — layout 13 (badge inline avec fond accent) */
body.single-post .entry-content.rbct h3 {
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	color: var(--blanc);
	text-transform: initial;
	padding: 6px 14px;
	margin-top: 28px;
	margin-bottom: 14px;
	background: var(--g-color);
	border-radius: 4px;
}

/* 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: 19px;
	line-height: 29px;
}

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

/* 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 {
	border-bottom: 2px solid var(--g-color);
}
#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 800;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: uppercase;
    font-size:20px!important;
}
.navbar-wrap {
    padding-bottom: 4px;
}
.FondArticle {
  position: relative;
  overflow: hidden;
}

.FondArticle::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, color-mix(in srgb, var(--g-color) 20%, transparent),var(--g-color) 100%);
}

.FondArticle > .e-con-inner {
  position: relative;
  z-index: 99;
}

/*RECHERCHE*/
.search-form-inner {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
	background:var(--blanc);
  border-radius: 12px;
  padding: 5px 10px;
}

.search-icon {
	color:var(--noir)!important;
}

.search-form-inner input.field {
  border: none;
  flex: 1;
  padding: 10px;
  outline: none;
  color:var(--noir)!important;
}

.rb-search-submit input {
  display: none;
}

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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 12px;
  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: 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);
}

/* focus state */
.search-form-inner:focus-within {
  border-color: var(--g-color);
}

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

/* --- HEADER SEARCH (icon + dropdown) --- */
.logo-sec-right .icon-holder {
	width: 40px;
	height: 40px;
	background: var(--blanc);
	border: 3px solid var(--g-color);
	border-radius: 50%;
	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: var(--g-color);
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--blanc);
}
.header-dropdown {
	margin-top: 12px;
	border: 3px solid var(--g-color);
	border-radius: 16px;
	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"] .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);
}
