/* ============================================================
   Theme    : FOXIZ
   Variante : 031
   Version  : 1.1
   Date     : 02/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=Yeseva+One&family=Alegreya+Sans:wght@400;500;700;800&display=swap');

body {
    --cs-heading-font: "Yeseva One", Georgia, serif;
    --cs-body-font: "Alegreya Sans", system-ui, sans-serif;
}


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

/* CONTAINER */
.container__interne {
    padding:0!important;
    margin:0!important;
}
@media (min-width: 768px) {
.container__interne--25 {
    width:25%!important;
}
.container__interne--50 {
    width:50%!important;
}
.container__interne--75 {
    width:75%!important;
}}

/* CONTAINER - 031 */
.logo-sec, 
.navbar-wrap,
.container__031,
.category .blog-wrap,
.single-page.without-sidebar,
.header-mobile-wrap {
    background: color-mix(in srgb, var(--g-color) 8%, transparent)!important;
}
.footer-wrap {
    background: color-mix(in srgb, var(--g-color) 32%, transparent)!important;
}
.mbnav {
    background: var(--blanc)!important;
}
.category .blog-wrap {
    margin-top:0!important;
    margin-bottom:0!important;
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}
.sticky-on .navbar-wrap {
    background: var(--blanc)!important;
}
[data-theme="dark"].sticky-on .navbar-wrap {
    background: var(--noir)!important;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 031 - TITRE */
.foxiz-heading__031 .heading-title {
    font-size: 3.3rem;
    line-height: 3.4rem;
    font-weight: var(--weight-bold);
    font-family: var(--cs-heading-font);
}
.foxiz-heading__031.tp p {
    font-size: calc(1.2rem + 0rem);
    line-height: calc(1.2rem + 0rem);
    color:var(--noir)
}

/* FOXIZ - HEADING - 031 - TITRE - LIEN */
.foxiz-heading__031 .heading-title a {
    position: relative;
    display: inline-block;
    color: var(--noir) !important;
    opacity:1!important;
}

.foxiz-heading__031 .heading-title a:hover {
    background-position: 0% 0;
    opacity:1!important;
}

/* FOXIZ - HEADING - 031 - BOUTON */
.foxiz-heading__031 .heading-tagline {
    position: relative;
    display: inline-block;
    font-size:1.2rem!important;
    line-height:1.2rem!important;
    font-weight: var(--weight-bold) !important;
    color: var(--noir);
    padding: 0;
    border-radius: 0px;
    overflow: hidden;
    transition: color 0.4s ease;
}
[data-theme="dark"] .foxiz-heading__031 .heading-tagline {
    color: var(--blanc)!important;
}
.foxiz-heading__031 .heading-title a {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, var(--g-color) 50%, var(--noir) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    opacity:1!important;
}
[data-theme="dark"] .foxiz-heading__031 .heading-title a {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, var(--g-color) 50%, var(--blanc) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    opacity:1!important;
}
.foxiz-heading__031 .heading-tagline::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: var(--g-color);
    transform: translateX(-50%);
    transition: width 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 2px;
}
.foxiz-heading__031 .heading-tagline:hover::before {
    width: 100%;
}
.foxiz-heading__031 .heading-tagline:hover {
    color: var(--g-color);
}
.foxiz-heading__031 .heading-tagline-icon {
    vertical-align: middle;
}
.foxiz-heading__031 .heading-tagline .rbi-cright:before {
    content: '\e958'!important;
    margin-left:12px;
}
[data-theme="dark"] .foxiz-heading__031 .heading-tagline .rbi-cright:before {
    color:var(--blanc)
}
/* FOXIZ - HEADING - 031 - TITRE - COULEUR */
[data-theme="default"] .foxiz-heading__031.tp p {
    color:var(--noir)
}
[data-theme="default"] .foxiz-heading__031 .heading-title a {
    color: var(--noir) !important;
}
[data-theme="dark"] .foxiz-heading__031.tp p {
    color:var(--blanc)
}
[data-theme="dark"] .foxiz-heading__031 .heading-title a {
    color: var(--blanc)!important;
}

/* FOXIZ - FLEX LIST - 031 */
/* FOXIZ - FLEX LIST - 031 - Cadre - Image */
.foxiz-flex-list__031 .p-wrap .list-feat-holder .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Titre */
.foxiz-flex-list__031 .p-wrap .p-content .entry-title {
    font-size:2.3rem;
    line-height:2.3rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Description */
.foxiz-flex-list__031 .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.15rem);
    line-height:calc(1rem + 0.3rem);
    font-weight:var(--weight-normal);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Meta - Categorie */
.foxiz-flex-list__031 .p-wrap .p-content .p-meta .meta-category {
    font-size:calc(1rem + 0.3rem);
    line-height:calc(1rem + 0.5rem);
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
.foxiz-flex-list__031 .p-wrap .p-content .p-meta .meta-category:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .6em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Meta - Temps de lecture */
.foxiz-flex-list__031 .p-wrap .p-content .p-meta .meta-read {
    font-size:calc(1rem + 0.3rem);
    line-height:calc(1rem + 0.5rem);
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX LIST - 031 (Rond) */
/* FOXIZ - FLEX LIST - 031 (Rond) - Cadre - Image */
.foxiz-flex-list__031-rond .feat-holder .p-featured {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 12px color-mix(in srgb, var(--noir) 40%, transparent);
    background-color: #f5f5f5;
}
.foxiz-flex-list__031-rond .feat-holder .p-featured img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}
.foxiz-flex-list__031-rond .p-wrap .list-feat-holder {
    width: 38%!important;
    max-width: 38%!important;
}

/* FOXIZ - FLEX LIST - 031 (Rond) - Cadre - Contenu */
.foxiz-flex-list__031-rond .p-wrap .p-content {
    padding-right: 0!important;
    padding-left: 0!important;
}
/* FOXIZ - FLEX LIST - 031 (Rond) - Cadre - Contenu - Titre */
.foxiz-flex-list__031-rond .p-wrap .p-content .entry-title {
    font-size:0.88rem;
    line-height:1rem;
    font-weight:700;
    font-family: var(--cs-heading-font);
    margin-bottom:4px!important;
}
/* FOXIZ - FLEX LIST - 031 (Rond) - Cadre - Contenu - Meta - Date */
.foxiz-flex-list__031-rond .p-wrap .p-content .p-meta .meta-date {
    font-size:0.85rem;
    line-height: 0.85rem;
    font-weight:var(--weight-normal);
    color:var(--g-color);
}

/* FOXIZ - FLEX GRID 1 - 031 */
/* FOXIZ - FLEX GRID 1 - 031 - IMAGE */
.foxiz-flex-grid-1__031 .p-wrap .feat-holder .p-featured {
    border-radius:18px;
    /*box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);*/
    margin-bottom:22px!important;
}
/* FOXIZ - FLEX GRID 1 - 031 - TITRE */
.foxiz-flex-grid-1__031 .p-wrap .entry-title {
    font-size:1.2rem;
    line-height: 1.3rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
}

/* FOXIZ - FLEX GRID 1 - 031 - TEXTE */
.foxiz-flex-grid-1__031 .p-wrap .entry-summary {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}
/* FOXIZ - FLEX GRID 1 - 031 - META */
/* FOXIZ - FLEX GRID 1 - 031 - META - Categorie */
.foxiz-flex-grid-1__031 .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__031 .p-wrap .p-meta .meta-category:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .6em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}
/* FOXIZ - FLEX GRID 1 - 031 - META - Temps de lecture */
.foxiz-flex-grid-1__031 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX GRID 1 - 031 - TITLE CUSTOM */
.foxiz-flex-grid-1__031.title-custom .p-wrap .feat-holder .p-featured {
    margin-bottom:14px!important;
    max-height:50px!important;
    min-height:50px!important;
    height:50px!important;
}
.foxiz-flex-grid-1__031.title-custom .p-wrap .entry-title {
    font-size: 1rem!important;
    line-height: 1rem!important;
    font-weight:700;
}
.foxiz-flex-grid-1__031.title-trois .p-wrap .entry-title  {
    font-size:calc(1rem - 0rem);
    line-height: calc(1rem - 0.1rem);
}

.foxiz-flex-grid-1__031.title-custom .p-wrap .p-meta .meta-category,
.foxiz-flex-grid-1__031.title-custom .p-wrap .p-meta .meta-read{
    font-size:0.8rem;
    line-height: 1rem;
}

/* FOXIZ - FLEX OVERLAY - 031 */
/* FOXIZ - FLEX OVERLAY - 031 - IMAGE */
.foxiz-flex-overlay__031 .p-wrap .overlay-holder {
    border-radius:18px;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
    margin-bottom:22px!important;   
}

/* FOXIZ - FLEX OVERLAY - 031 */
/* FOXIZ - FLEX OVERLAY - 031 - IMAGE */
.foxiz-flex-overlay__031 .p-wrap .feat-holder .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
    margin-bottom:22px!important;
}
/* FOXIZ - FLEX OVERLAY - 031 - TITRE */
.foxiz-flex-overlay__031 .p-wrap .entry-title {
    font-size:2.4rem;
    line-height:2.5rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
}

/* FOXIZ - FLEX OVERLAY - 031 - TEXTE */
.foxiz-flex-overlay__031 .p-wrap .entry-summary {
    font-size:calc(1rem + 0.05rem);
    line-height:calc(1rem + 0.15rem);
    font-weight:var(--weight-normal);
}
/* FOXIZ - FLEX OVERLAY - 031 - META */
/* FOXIZ - FLEX OVERLAY - 031 - META - Categorie */
.foxiz-flex-overlay__031 .p-wrap .p-meta .meta-category {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
.foxiz-flex-overlay__031 .p-wrap .p-meta .meta-category:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .6em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}
/* FOXIZ - FLEX OVERLAY - 031 - META - Temps de lecture */
.foxiz-flex-overlay__031 .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX OVERLAY - 031 - CUSTOM */
.foxiz-flex-overlay__031.title-custom .p-wrap .entry-title {
    font-size:calc(1.2rem - 0.15rem);
    line-height: 1.2rem;
    font-weight:calc(var(--weight-bold) - 100);
}
.foxiz-flex-overlay__031 .p-wrap .p-meta .meta-category,
.foxiz-flex-overlay__031 .p-wrap .p-meta .meta-read {
    font-size:calc(1rem - 0.2rem);
    line-height: calc(1rem - 0.2rem);
}

.foxiz-flex-grid-1__031.PagLeft .pagination-wrap {
    left: 0!important;
    display: block!important;
    margin-top:4px!important;
    text-align: left;
}
.foxiz-flex-grid-1__031.PagRight .pagination-wrap {
    right: 0!important;
    display: block!important;
    margin-top:4px!important;
    text-align: right;
}
.foxiz-flex-grid-1__031 .pagination-wrap .pagination-trigger {
    opacity: 1;
    border: none;
    font-size: 56px !important;
    display: inline-block;
    color: var(--noir);
    background: none;
    text-align: center;
    transition: all .6s;
    padding:0!important;
    min-width:fit-content!important;
}

.foxiz-flex-grid-1__031 .pagination-wrap span {
    display:none;
}

/* MEDIA QUERIES */
@media (max-width: 1024px) {
.foxiz-heading__031 .heading-title { 
        font-size: 32px; 
}}

/*PAGINATION*/
.slider-prev.rbi-cleft:before,
.slider-next.rbi-cright:before {
    font-size:66px!important;
    transition: font-size 0.6s ease;
}
.slider-prev.rbi-cleft:before {
    content: '\e925'!important;
}
.slider-next.rbi-cright:before {
    content: '\e926'!important;
}
.slider-prev.rbi-cleft:hover:before,
.slider-next.rbi-cright:hover:before {
    color:var(--g-color);
}

.PagLeft .slider-footer {
    justify-content: left!important;
}
.PagRight .slider-footer {
    justify-content: right!important;
}

/* TRANSITION */
.p-wrap {
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease,
        filter 0.35s ease,
        opacity 0.35s ease;
}
.p-wrap:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 14px 36px rgba(0,0,0,0.22),
                0 0 24px color-mix(in srgb, var(--main-color) 30%, transparent);
}

/* GENERAL */
/* GENERAL - RECHERCHE */
.elementor-widget-foxiz-search-icon {
    margin-bottom:4px!important;
}
[data-theme="default"] .elementor-widget-foxiz-search-icon .search-form-inner {
    background: var(--blanc);
}
/* GENERAL - FOOTER */
.footer-inner,
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    margin-top:0!important
}
/* GENERAL - TEXTE */
[data-theme="default"] .Texte1 p {
    color: var(--noir);
}
.Texte1 p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300 !important;
}

.ArticleHeader,
.HeaderCategorie {
    margin-top:0!important;
}
.ArticleHeader .s-feat-outer {
    margin-bottom: 0px!important;
}
.HeaderCategorie h1 {
    font-size:88px;
    text-decoration: underline 8px;
    text-decoration-color: var(--g-color);
    text-underline-offset: 14px; 
}
@media only screen and (max-width: 600px) {
.HeaderCategorie h1 {
    font-size:34px;
}}
/* 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;
}
/* CATEGORY */
.category .blog-content .p-wrap .feat-holder .p-featured {
    border-radius:18px;
}
.category .blog-content .p-wrap .entry-title {
    font-size:1.4rem;
    line-height: 1.5rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
}

.category .blog-content .p-wrap .entry-summary {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}
.category .blog-content .p-wrap .p-meta .meta-category {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
.category .blog-content .p-wrap .p-meta .meta-category:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .6em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}
.category .blog-content .p-wrap .p-meta .meta-read {
    font-size:1rem;
    line-height: 1rem;
    font-weight:var(--weight-normal);
}

.category .blog-content .p-wrap {
  display: flex;
  flex-direction: column;
}
.category .blog-content .feat-holder {
    order: 1;
}
.category .blog-content .entry-title {
    order: 3;
}
.category .blog-content .entry-summary {
    order: 4;
} 
.category .blog-content .p-meta {
    order: 2;
    margin-bottom:12px;
} 

@media only screen and (max-width: 768px) {
.foxiz-flex-overlay__031 .block-inner {
    display: grid!important;
}
.foxiz-flex-overlay__031 .p-wrap,
.foxiz-flex-overlay__031 .p-wrap.overlay-holder {
    height: 300px!important;
    min-height: 300px!important;
    max-height: 300px!important;
    margin-bottom:8px;
}
.foxiz-flex-overlay__031 .p-featured {
    padding-bottom: 90%!important;
}
.foxiz-flex-overlay__031 .entry-summary {
    display:none!important;
}
.foxiz-flex-list__031-rond .p-wrap .p-content {
    text-align: center;
}
.foxiz-flex-list__031-rond .p-wrap .p-content .meta-inner {
    margin: 0 auto;
    text-align: center;
    display: block;
}}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}


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

/* En-tête de la TDM */
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.FondArticle .elementor-widget-container {
	margin-left:0px!important
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 32px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	padding-bottom: 6px;
	margin-top: 2px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\1F4D6"; /* icône ☰ */
	font-family: initial;
	font-size: 28px;
	color: var(--g-color) !important;
	padding-right: 8px;
}
body.single-post .rbtoc {
    padding: 0px;
    box-shadow:none;
}

/* 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;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 1px solid transparent;
	border-radius: 5px;
	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: 20px;
}
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: "\25BC" !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: 20px;
}

/* Catégories */
body.single-post .s-cats {
	margin-bottom: 4px;
}
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: 1px solid var(--g-color);
	border-radius: 20px;
	font-size: 15px;
	font-weight: 700;
	text-transform: initial;
	letter-spacing: 1px;
	text-decoration: none;
}

/* 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: 1px solid color-mix(in srgb, var(--noir) 10%, transparent);
	border-radius: 20px;
	padding: 28px 34px;
	box-shadow: 0 4px 20px color-mix(in srgb, var(--noir) 10%, transparent);
	background: var(--blanc);
}
body[data-theme="dark"].single-post .entry-content.rbct {
	border: 1px solid color-mix(in srgb, var(--blanc) 10%, transparent);
	box-shadow: 0 4px 20px color-mix(in srgb, var(--blanc) 10%, transparent);
	background: color-mix(in srgb, var(--g-color) 3%, black);
}
/* Sous-titres */
/* H2 — layout 5 (filet supérieur 5px accent + padding-top) */
body.single-post .entry-content.rbct h2 {
	font-size: 26px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	padding-top: 12px;
	margin-top: 32px;
	margin-bottom: 16px;
	border-top: 5px solid var(--g-color);
	border-radius: 4px 4px 0 0;
}

/* H3 — layout 7 (bordure gauche 7px accent + padding-left) */
body.single-post .entry-content.rbct h3 {
	font-size: 21px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	color: var(--noir);
	padding-left: 14px;
	margin-top: 28px;
	margin-bottom: 12px;
	border-left: 7px solid var(--g-color);
}

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

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

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

#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: initial;
}
.navbar-wrap {
	border-bottom: none;
}


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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 50px;
  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);
  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: linear-gradient(90deg, var(--blanc), color-mix(in srgb, var(--g-color) 6%, var(--blanc)));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 15%, transparent);
	transition: 0.25s ease;
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
}
.logo-sec-right .icon-holder:hover {
	background: linear-gradient(90deg, var(--g-color), color-mix(in srgb, var(--g-color) 80%, var(--noir)));
	transform: translateY(-1px);
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--blanc);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 14px;
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--noir) 15%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .logo-sec-right .icon-holder {
	background: linear-gradient(90deg, 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);
}
