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

body {
    --cs-heading-font: "Khand", Arial Narrow, sans-serif;
    --cs-body-font: "Sarabun", system-ui, sans-serif;
}


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

/* CONTAINER - 036 */

.logo-sec,
.navbar-wrap {
    background: var(--g-color)!important;
}
.mbnav {
    background: var(--blanc)!important;
}
[data-theme="dark"] nav ul li span.entry-title a {
    color:var(--blanc)!important;
}
.container__036--01 {
    background: linear-gradient(to bottom,var(--g-color) 25%,var(--blanc) 25%);
}

.container__036--02 {
    background: linear-gradient(to bottom,var(--blanc) 60%,var(--g-color) 60%);
}
.container__036--03 {
    background: linear-gradient(to bottom,var(--g-color) 45%,var(--blanc) 45%);
}
[data-theme="dark"] .container__036--03 {
    background: linear-gradient(to bottom,var(--g-color) 45%,var(--solid-white) 45%);
}
[data-theme="dark"] .container__036--01 {
    background: linear-gradient(to bottom,var(--g-color) 25%,var(--solid-white) 25%);
}
[data-theme="dark"] .container__036--02 {
    background: linear-gradient(to bottom,var(--solid-white) 60%,var(--g-color) 60%);
}
.single-post .container__036--01 {
    background: linear-gradient(to bottom,var(--g-color) 18%,var(--blanc) 18%);
}
[data-theme="dark"].single-post .container__036--01 {
    background: linear-gradient(to bottom,var(--g-color) 18%,var(--solid-white) 18%);
}


/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 036 - TITRE */
.bt-036__titre-01 .heading-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.bt-036__titre-01.tp .heading-title span {
    font-size: calc(1.2rem + 0.9rem);
    line-height: calc(1.2rem + 1rem);
}
.bt-036__titre-01.c-blanc .heading-title  a {
    color:var(--blanc)!important;
}
[data-theme="dark"] .bt-036__titre-01 .heading-title  a,
[data-theme="dark"] .bt-036__titre-01 .heading-title  span{
    color:var(--blanc)!important;
}
.bt-036__titre-01.c-blanc .heading-title  a:hover {
    color:var(--blanc)!important;
    text-decoration: underline 4px var(--blanc)!important;
    text-underline-offset: 6px !important;
}
/* FOXIZ - HEADING - 036 - TITRE - LIEN */
.bt-036__titre-01 .heading-title a {
    color: var(--noir) !important;
}
.bt-036__titre-01 .heading-title a:hover {
    color: var(--g-color) !important;
}
/* FOXIZ - HEADING - 036 - BOUTON */
.bt-036__titre-01 .heading-tagline  {
    font-size: 1.3rem!important;
    line-height: 1.3rem;
    font-weight:var(--weight-normal)!important;
    background: var(--g-color)!important;
    color:var(--blanc);
    padding:18px 40px;
    border-radius:12px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    box-shadow: 0 0 6px var(--noir);
}
.bt-036__titre-01.c-blanc .heading-tagline  {
    background: var(--blanc)!important;
    color:var(--g-color);
    box-shadow: 0 0 6px var(--noir);
}

.bt-036__titre-01 .heading-tagline .rbi-cright:before {
    display:none;
}
/* FOXIZ - HEADING - 036 - AFTER */
.bt-036__titre-01 .heading-title a:after ,
.bt-036__titre-01 .heading-title span:after {
    content: "";
    width: 180px;
    left: 0;
    border-bottom: 6px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom:-8px!important;
}

/* FOXIZ - HEADING - 036 - TITRE */
.bt-036__titre-02 .heading-title {
    font-size: 4.2rem;
    line-height: 4.2rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
/* FOXIZ - TEXTE - 036 - TEXTE */
.bt-036__texte_01  p {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: var(--weight-normal);
    font-family: var(--cs-body-font);
    margin-bottom:8px;
}

/* FOXIZ - BOUTON - 036 */
.bt-036__bouton-01 .elementor-button {
    font-size: calc(0.9rem - 0.1rem)!important;
    line-height: calc(0.9rem + 0rem);
    font-weight:var(--weight-normal)!important;
    background: var(--g-color)!important;
    color:var(--blanc);
    padding:12px 24px;
    border-radius:8px;
    transition: box-shadow 0.6s ease !important;
    box-shadow: 0 0 6px var(--noir);

}

/* FOXIZ - FLEX OVERLAY - 036 */
/* FOXIZ - FLEX OVERLAY - 036 - IMAGE */
.bt-036__flex-overlay-01 .overlay-holder,
.bt-036__flex-overlay-01 .overlay-holder img {
    border-radius:50px;
    /*box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);*/
}
.bt-036__flex-overlay-01.petit .overlay-holder,
.bt-036__flex-overlay-01.petit .overlay-holder img {
    border-radius:24px;
    box-shadow: 0 0px 16px color-mix(in srgb, var(--noir) 40%, transparent);
}
.bt-036__flex-overlay-01.tres-petit .overlay-holder,
.bt-036__flex-overlay-01.tres-petit .overlay-holder img {
    border-radius:18px;
    box-shadow: 0 0px 16px color-mix(in srgb, var(--noir) 40%, transparent);
}
/* FOXIZ - FLEX OVERLAY - 036 - BLOC */
.bt-036__flex-overlay-01 .p-content {
    padding:48px!important;
}
.bt-036__flex-overlay-01.petit .p-content {
    padding:32px!important;
}
.bt-036__flex-overlay-01.tres-petit .p-content {
    padding:28px!important;
}
.bt-036__flex-overlay-01.tres-petit {
    margin-bottom:12px!important;
}
/* FOXIZ - FLEX OVERLAY - 036 - TITRE */
.bt-036__flex-overlay-01 .p-wrap .entry-title {
    font-size:3.2rem;
    line-height:3.2rem;
    font-weight:calc(var(--weight-bold) - 200);
    font-family: var(--cs-heading-font);
    margin-bottom:18px!important;
}
.bt-036__flex-overlay-01.petit .p-wrap .entry-title {
    font-size:2.1rem;
    line-height:2.1rem;
    margin-bottom:0px!important;
}
.bt-036__flex-overlay-01.tres-petit .p-wrap .entry-title {
    font-size:1.5rem;
    line-height:1.5rem;
    margin-bottom:0px!important;
}
.bt-036__flex-overlay-01 .p-wrap .entry-title a {
    bottom:12px!important;
}
.bt-036__flex-overlay-01 .p-wrap .entry-title:after {
    content: "";
    width: 25%;
    left: 0;
    border-bottom: 6px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-left: 48px;
}
.bt-036__flex-overlay-01.petit .p-wrap .entry-title:after {
    border-bottom: 5px solid var(--g-color);
    margin-left: 32px;
}
.bt-036__flex-overlay-01.tres-petit .p-wrap .entry-title:after {
    border-bottom: 4px solid var(--g-color);
    margin-left: 28px;
}
/* FOXIZ - FLEX OVERLAY - 036 - TEXTE */
.bt-036__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:48px!important;
}

/* FOXIZ - FLEX LIST - 036 - BOUTON */
.bt-036__flex-overlay-01 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem + 0.2rem)!important;
    line-height: calc(1rem + 0.3rem)!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 0px;
    box-shadow: 0 0 12px var(--noir);
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    padding:16px 40px;
}
.bt-036__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-036__flex-overlay-01 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}


/* FOXIZ - FLEX OVERLAY - 036 */
/* FOXIZ - FLEX OVERLAY - 036 - IMAGE */
.bt-036__flex-overlay-02 .overlay-holder,
.bt-036__flex-overlay-02 .overlay-holder img {
    border-radius:50px;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
}

/* FOXIZ - FLEX OVERLAY - 036 - BLOC */
.bt-036__flex-overlay-02 .p-content {
    padding:48px!important;
}

/* FOXIZ - FLEX OVERLAY - 036 - TITRE */
.bt-036__flex-overlay-02 .p-wrap .entry-title {
    font-size:calc(1.2rem + 1.2rem);
    line-height:calc(1.2rem + 1.4rem);
    font-weight:calc(var(--weight-bold) - 200);
    font-family: var(--cs-heading-font);
    margin-bottom:18px!important;
}
.bt-036__flex-overlay-02 .p-wrap .entry-title a {
    bottom:12px!important;
}
.bt-036__flex-overlay-02 .p-wrap .entry-title:after {
    content: "";
    width: 25%;
    left: 0;
    border-bottom: 6px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-left: 48px;
}

/* FOXIZ - FLEX OVERLAY - 036 - TEXTE */
.bt-036__flex-overlay-02 .p-wrap .entry-summary {
    font-size:calc(1rem + 0.4rem);
    line-height:calc(1rem + 0.7rem);
    font-weight:var(--weight-normal);
    margin-bottom:48px!important;
}

/* FOXIZ - FLEX LIST - 036 - BOUTON */
.bt-036__flex-overlay-02 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem + 0.2rem)!important;
    line-height: calc(1rem + 0.3rem)!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 0px;
    box-shadow: 0 0 12px var(--noir);
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    padding:16px 40px;
}
.bt-036__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-036__flex-overlay-02 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}

/* FOXIZ - FLEX LIST */
/* FOXIZ - FLEX LIST - 036 - Cadre - Image */
.bt-036__flex-list-01 .p-wrap .list-feat-holder .p-featured {
    border-radius:24px;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
}
/* FOXIZ - FLEX LIST - 036 - Cadre - Contenu - Titre */
.bt-036__flex-list-01 .p-wrap .p-content .entry-title {
    font-size:2.6rem;
    line-height:2.6rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
}
.bt-036__flex-list-01 .p-wrap .entry-title:after {
    content: "";
    width: 25%;
    left: 0;
    border-bottom: 6px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
}
.bt-036__flex-list-01.droite .p-wrap .entry-title:after {
    left: 16px;
}
.bt-036__flex-list-01 .p-wrap .entry-title a {
    bottom:16px!important;
}
/* FOXIZ - FLEX LIST - 036 - Cadre - Contenu - Description */
.bt-036__flex-list-01 .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.2rem);
    font-weight:var(--weight-normal);
    margin-bottom:32px!important;
}

/* FOXIZ - FLEX LIST - 036 - BOUTON */
.bt-036__flex-list-01 .p-wrap .p-content .p-link .p-readmore {
    font-size:calc(1rem + 0.1rem)!important;
    line-height: calc(1rem + 0.3rem)!important;
    font-weight:var(--weight-thin)!important;
    border-radius: 8px;
    box-shadow: 0 0 12px var(--noir);
    background:var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
    padding:12px 36px;
}
.bt-036__flex-list-01 .p-wrap .p-content .p-link .p-readmore:hover {
    background:var(--blanc);
    color:var(--g-color);
    border:1px solid var(--g-color);
}
.bt-036__flex-list-01 .p-wrap .p-content .p-link .rbi-cright {
    display:none;
}


/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 036 */
.bt-036__flex-grid-01 {
    padding:0 18px;
}
.bt-036__flex-grid-01 .p-wrap {
    border-radius:18px;
    box-shadow: 0 0px 6px color-mix(in srgb, var(--noir) 80%, transparent);
    padding:18px;
    background-color:var(--blanc)!important;
}
/* FOXIZ - FLEX GRID 1 - 036 - IMAGE */
.bt-036__flex-grid-01 .p-wrap .feat-holder .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 6px var(--noir);
    margin-bottom:2px!important;
}
/* FOXIZ - FLEX GRID 1 - 036 - TITRE */
.bt-036__flex-grid-01 .p-wrap .entry-title {
    font-size:1.2rem;
    line-height: 1.4rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-align: center;
    margin-bottom:8px;
}
/* FOXIZ - FLEX GRID 1 - 036 - META */
/* FOXIZ - FLEX GRID 1 - 036 - META - Categorie */
.bt-036__flex-grid-01 .p-wrap .p-meta {
    margin-top:18px!important;
    margin-bottom:8px!important;
}
.bt-036__flex-grid-01 .p-wrap .p-meta .meta-update {
    font-size:1.1rem;
    line-height: 1.2rem;
    font-weight:var(--weight-thin);
    color:var(--g-color);
    text-align: center;
    margin:0 auto;
    padding-bottom:0!important;
    color:var(--noir);
}
/* FOXIZ - FLEX GRID 1 - 036 - META - Temps de lecture */
.bt-036__flex-grid-01 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

.bt-036__flex-grid-01 .block-inner {
    gap: 3%;
}
@media only screen and (min-width: 768px) {
.bt-036__flex-grid-01 .block-inner .p-wrap {
    width: 22.4%!important;
    min-width: 22.4%!important;
    max-width: 22.4%!important;
}}


/*PAGINATION*/
.slider-pagination {
    gap:12px!important;
    margin-top:12px;
}
.swiper-pagination-bullet {
    margin-bottom:50px;
    border-radius:50px;
}
.swiper-pagination-bullet:before {
    width: 22px!important;
    height: 22px!important;
    -webkit-transform: scale(1)!important;
    transform: scale(1);
    border-radius:50px;
    background-color:var(--blanc)!important;
    border: 1px 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;
}


/*CATEGORIE*/
.bt-036__titre-01.categorie h1  {
    font-size: calc(1.2rem + 2.8rem);
    line-height: calc(1.2rem + 3rem);
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.bt-036__titre-01.categorie h1:after{
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 8px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom:-12px!important;
}

/*ARTICLE*/
.FondArticle .categorie a  {
    font-size: calc(1.2rem + 0rem)!important;
    line-height: calc(1.2rem + 0.1rem);
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.FondArticle .categorie a:after{
    content: "";
    width: 100%;
    left: 0;
    border-bottom: 4px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom:-8px!important;
}
.FondArticle .s-feat-outer {
    margin-bottom:0!important;
}

/* SIDEBAR */
.bt-036__titre-01 p  {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color:var(--noir)!important;
}
[data-theme="dark"] .bt-036__titre-01 p  {
    color:var(--blanc)!important;
}


/* ARTICLE */
.FondArticle .elementor-widget-post-info svg {
    fill:var(--g-color)!important;
    font-size:24px!important;
    line-height:24px!important;
}
.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:6px;
    margin-top:4px;
}

/* TELEPHONE */
@media only screen and (max-width: 768px) {
.bt-036__flex-overlay-01 .block-inner  {
    display: grid!important;
}
.bt-036__flex-overlay-01 .p-wrap,
.bt-036__flex-overlay-01 .p-wrap .overlay-holder,
.bt-036__flex-overlay-01 .p-wrap .overlay-holder .p-featured{
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
}

.bt-036__flex-overlay-01 .p-wrap {
    margin-bottom:16px;
}
.bt-036__flex-overlay-01 .p-featured {
    padding-bottom: 90%!important;
}

.bt-036__titre-01 .heading-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.bt-036__titre-01 .heading-tagline {
    font-size: calc(0.9rem + 0.3rem) !important;
    line-height: calc(0.9rem + 0.3rem);
    padding: 12px 24px;
    border-radius: 4px;
}
.bt-036__flex-overlay-01 .entry-summary {
    display: none;
}
.bt-036__flex-overlay-01 .p-wrap .entry-title {
    font-size: 2.9rem;
    line-height: 2.9rem;
}
.bt-036__flex-overlay-01 .p-wrap .p-content .p-link .p-readmore {
    font-size: calc(1rem + 0rem) !important;
    line-height: calc(1rem + 0.1rem) !important;
    padding: 8px 16px;
}
.bt-036__flex-overlay-01 .p-content {
    padding: 32px !important;
}
.bt-036__flex-overlay-01 .overlay-holder, .bt-036__flex-overlay-01 .overlay-holder img {
    border-radius: 24px;
}
.bt-036__flex-list-01 .p-wrap .list-feat-holder .p-featured {
    margin-bottom:18px;
}
.bt-036__titre-02 .heading-title {
    font-size: calc(1.2rem + 1.2rem);
    line-height: calc(1.2rem + 1.2rem);
}
    
.bt-036__titre-01 .heading-inner {
    position: relative;
    display: grid;
    align-items: left;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: left;
}
.bt-036__titre-01 .heading-inner .heading-tagline {
    margin-top:24px!important;
}}

.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    margin-top: 0!important;
}
/* TRANSITION */
.p-wrap {
    overflow: hidden;
}
.p-wrap:hover {
    filter: brightness(0.9);
}
.p-wrap img {
    transition: 0.6s ease;
}
.p-wrap:hover img {
    transform: scale(1.1);
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* CATEGORIE */
/* CATEGORIE - IMAGE */
.category .blog-content .feat-holder .p-featured {
    border-radius: 24px!important;
    padding-bottom: 70%;
}
/* CATEGORIE - TITRE */
.category .blog-content .entry-title {
    font-size: calc(1.2rem + 0.2rem);
    line-height: calc(1.2rem + 0.3em);
    font-weight:calc(var(--weight-normal) + 200);
    font-family: var(--cs-heading-font);
}
.category .blog-content .entry-title a:after {
    content: "";
    width: 120px;
    left: 0;
    border-bottom: 4px solid var(--g-color);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom: -10px !important;
}

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


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme036-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: 4px;
	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: 10px;
	padding-bottom: 0;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 32px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	padding-bottom: 6px;
	color: var(--noir);
	margin-top: -2px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2630"; /* icône ☰ */
	font-family: initial;
	font-size: 28px;
	color: var(--g-color) !important;
	padding-right: 8px;
}

/* Liste des items */
body.single-post .ruby-table-contents .inner {
	margin-top: 0;
	padding-top: 0;
	column-count: 2;
	counter-reset: toc-counter;
}
body.single-post .ruby-table-contents .inner > * {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 8px 8px 8px 22px;
	margin-bottom: 4px;
	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(--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: "\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;
	max-height: 340px;
	min-height: 340px;
	height: 340px;
}

/* Catégories */
body.single-post .s-cats {
	margin-bottom: 0px;
}
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: 4px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

/* Meta (date, auteur) — lisibilité */
body.single-post .single-meta,
body.single-post .single-meta a,
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 {
	color: #333 !important;
}

/* Titre H1 article */
body.single-post .s-title {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	margin: 0px 0 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);
	color: var(--noir);
	padding-left: 14px;
	margin-top: 24px;
	margin-bottom: 12px;
	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.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: 18px;
	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;
}

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

#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	color: var(--blanc);
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: uppercase;
    font-size:22px;
}
#site-header .navbar-wrap {
	background: var(--blanc);
}
#site-header .search-btn,
#site-header .dark-mode-toggle {
	color: var(--noir);
}
[data-theme="default"] .logo-sec .logo-wrap img {
    min-height: 120px;
    width: 100%;
    border-radius: 8px;
    z-index: 20 !important;
    background: var(--blanc);
}
.navbar-outer {
    border-bottom: 2px solid var(--g-color);
}
#site-header .search-btn {
    color: var(--blanc)!important;
}


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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 16px;
  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: 16px;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\27A1";
  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: linear-gradient(135deg, var(--blanc), color-mix(in srgb, var(--g-color) 6%, var(--blanc)));
	padding: 8px 20px !important;
	border-radius: 12px !important;
	border-bottom: 5px solid var(--g-color);
	box-shadow: 0 6px 18px 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: 12px;
	border-bottom: 5px solid var(--g-color);
	padding: 0px;
	background: linear-gradient(135deg, var(--blanc), color-mix(in srgb, var(--g-color) 4%, var(--blanc)));
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 10%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: linear-gradient(135deg, var(--noir), color-mix(in srgb, var(--g-color) 12%, var(--noir)));
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}
