/* ============================================================
   Theme    : FOXIZ
   Variante : 023
   Version  : 1.2
   Date     : 30/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=Big+Shoulders+Display:wght@400;600;700;800;900&family=Public+Sans:wght@400;500;600;700&display=swap');

body {
    --cs-heading-font: "Big Shoulders Display", Impact, sans-serif;
    --cs-body-font: "Public Sans", system-ui, sans-serif;
}


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

/* CONTAINER */
/* CONTAINER - 023 */
.container__023 {
    background: var(--g-color);
}

/* FOXIZ - HEADING - 023 - TITRE */
.foxiz-heading__023 .heading-title {
    font-size: 3.6rem;
    line-height: 3.8rem;
    font-weight: calc(var(--weight-bold) + 200);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.foxiz-heading__023.petit .heading-title {
    font-size: calc(1.2rem + 1rem);
    line-height: calc(1.2rem + 1.1rem);
}
.category .foxiz-heading__023 h1 {
    font-size: calc(1.2rem + 2.6rem);
    line-height: calc(1.2rem + 2.7rem);
    font-weight: calc(var(--weight-bold) + 200);
    font-family: var(--cs-heading-font);
    text-transform: uppercase;
}
.container__023 .foxiz-heading__023 .heading-title span,
.container__023 .foxiz-heading__023 .heading-title a {
    color: var(--blanc)!important;
}

.foxiz-heading__023 .heading-tagline {
    font-size: calc(1rem + 0.4rem)!important;
    line-height: 1rem !important;
    font-weight: var(--weight-normal) !important;
    color: var(--noir);
    padding: 12px;
    border: 3px solid var(--g-color);
    padding:16px 52px;
    border-radius:50px;
}
[data-theme="dark"] .foxiz-heading__023 .heading-tagline {
    color: var(--blanc);
}
.container__023 .foxiz-heading__023 .heading-tagline {
    color: var(--blanc);
    border: 3px solid var(--blanc);
}
.foxiz-heading__023 .heading-tagline:hover {
    color: var(--blanc);
    background: var(--g-color);
    opacity: 1;
}
.container__023 .foxiz-heading__023 .heading-tagline:hover {
    color: var(--g-color);
    background: var(--blanc);
    border: 3px solid var(--blanc);
}
/* FOXIZ - HEADING - 023 - BOUTON - Icone */
.foxiz-heading__023 .heading-tagline .rbi-cright:before {
    display: none;
}


/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 004 - IMAGE */
.bt-023__flex-grid-01 .p-wrap .feat-holder .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 8px color-mix(in srgb, var(--g-color) 100%, transparent)!important;
}
.bt-023__flex-grid-01 .p-wrap .p-categories {
    bottom: 4px;
    margin-bottom: 0;
    margin: 0 auto;
    justify-self: center;
}
.bt-023__flex-grid-01 .p-wrap .p-categories .p-category {
    padding: 12px 36px;
    -webkit-transition: all .25s var(--timing);
    transition: all .25s var(--timing);
    text-decoration: none;
    color: var(--cat-fcolor, var(--absolute-white));
}
.bt-023__flex-grid-01 .p-wrap .p-categories .p-category:before {
    border-radius:50px 50px 0 0;
}

/* FOXIZ - FLEX GRID 1 - 004 - TITRE */
/* FOXIZ - FLEX GRID 1 - 004 - TITRE - FORME */
.bt-023__flex-grid-01 .p-wrap .entry-title {
    font-weight:calc(var(--weight-bold) - 100);
    font-family: var(--cs-heading-font);
    margin-bottom:8px;
    color:var(--g-color)!important;
}
/* FOXIZ - FLEX GRID 1 - 004 - TITRE - TAILLE */
.bt-023__flex-grid-01.tn .p-wrap .entry-title {
    font-size:1.7rem;
    line-height:1.7rem;
}
.bt-023__flex-grid-01.tp .p-wrap .entry-title {
    font-size:1.5rem;
    line-height:1.5rem;
}
.bt-023__flex-grid-01.tp .feat-holder {
    margin-bottom:8px!important;
}
.bt-023__flex-grid-01.tg .p-wrap .entry-title {
    font-size:calc(1.2rem + 1rem);
    line-height:calc(1.2rem + 1rem);
}
/* FOXIZ - FLEX GRID 1 - 004 - TEXTE */
/* FOXIZ - FLEX GRID 1 - 004 - TEXTE - FORME */
.bt-023__flex-grid-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
}
/* FOXIZ - FLEX GRID 1 - 004 - TEXTE - TAILLE */
.bt-023__flex-grid-01.tn .p-wrap .entry-summary {
    font-size:calc(1rem + 0rem);
    line-height:calc(1rem + 0.1rem);
}
.bt-023__flex-grid-01.tp .p-wrap .entry-summary {
    font-size:calc(1rem + 1rem);
    line-height:calc(1rem + 1rem);
}
.bt-023__flex-grid-01.tg .p-wrap .entry-summary {
    font-size:calc(1rem + 1rem);
    line-height:calc(1rem + 1rem);
}

/* FOXIZ - FLEX LIST - 031 */
/* FOXIZ - FLEX LIST - 031 - Cadre - Image */
.bt-023__flex-list-01 .p-wrap .list-feat-holder .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 24px var(--noir-opacite-40);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu */
.bt-023__flex-list-01 .p-wrap .p-content {
    background:var(--g-color);
    border-radius:50px;
    box-shadow: 0 0px 8px color-mix(in srgb, var(--g-color) 100%, transparent)!important;
    padding: 80px 50px;
    margin-right: -50px;
    z-index: 50;
}
.bt-023__flex-list-01.tp .p-wrap .p-content {
    padding: 32px 16px;
    border-radius:20px;
    margin-left:20px!important;
}
.bt-023__flex-list-01.ts .p-wrap .p-content {
    padding: 0px 50px;
}
.bt-023__flex-list-01.pl .p-wrap .p-content {
    margin-right: -50px;
}
.bt-023__flex-list-01.pr .p-wrap .p-content {
    margin-left: -50px;
}
.bt-023__flex-list-01.pl .list-feat-holder,
.bt-023__flex-list-01.pr .list-feat-holder {
    width: 50%;
    max-width: 50%;
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Titre */
.bt-023__flex-list-01 .p-wrap .p-content .entry-title {
    font-size:2.6rem;
    line-height:2.55rem;
    font-weight:var(--weight-bold);
    font-family: var(--cs-heading-font);
    text-align:center;
}
.bt-023__flex-list-01.pl.cv .p-wrap .p-content .entry-title a:hover,
.bt-023__flex-list-01.pr .p-wrap .p-content .entry-title a:hover,
.container__023 .bt-023__flex-list-01 .p-wrap .p-content .entry-title a:hover {
    text-decoration: underline!important;
    color:var(--blanc)!important;
}
.bt-023__flex-list-01.tp .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem - 0.1rem);
    line-height:calc(1.2rem - 0rem);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Description */
.bt-023__flex-list-01 .p-wrap .p-content .entry-summary {
    font-size:calc(1rem + 0.2rem);
    line-height: calc(1rem + 0.4rem);
    font-weight:var(--weight-normal);
    text-align:center;
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Meta */
.bt-023__flex-list-01 .p-wrap .meta-inner{
    margin:0 auto;
    justify-content: center;
}

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

.bt-023__flex-list-01.tp .p-wrap .p-content .p-meta .meta-read,
.bt-023__flex-list-01.tp .p-wrap .p-content .p-meta  span,
.bt-023__flex-list-01.tp .p-wrap .p-content .p-meta  a{
    font-size:calc(1rem - 0.2rem)!important;
    line-height: calc(1rem - 0.2rem)!important;
}

.bt-023__flex-list-01 .p-wrap .p-content .p-meta span, 
.bt-023__flex-list-01 .p-wrap .p-content .p-meta a {
    font-size:calc(1rem + 0rem)!important;
    line-height: calc(1rem + 0.1rem);
    font-weight:var(--weight-thin)!important;
}

.meta-el:not(.meta-avatar):not(.no-label):not(:last-child):after {
    opacity: 1!important;
    background-color: var(--blanc);
}

.bt-023__flex-list-01 .p-link a {
    font-size: calc(1rem + 0.2rem)!important;
    line-height: 1rem !important;
    font-weight: var(--weight-normal) !important;
    color: var(--blanc);
    background:var(--transparent);
    border: 2px solid var(--blanc);
    padding: 12px;
    padding:14px 32px;
    border-radius:50px;
    margin-top:8px;
}
.bt-023__flex-list-01.tp .p-link a {
    font-size: calc(1rem - 0.2rem)!important;
    line-height: 1rem !important;
    padding:10px 24px;
    margin-top:0px;
}
.bt-023__flex-list-01 .p-link a:hover {
    color: var(--noir);
    background:var(--blanc);
    border: 2px solid var(--blanc);
}
.bt-023__flex-list-01 .p-link {
    margin: 0 auto;
    text-align:center;
    margin-top:24px!important;
}
.bt-023__flex-list-01 .p-link .rbi-cright:before {
    display: none;
}
/*COULEUR*/
.bt-023__flex-list-01.cb .p-wrap .p-content {
    background:var(--blanc);
}
.bt-023__flex-list-01 .p-wrap .p-content .entry-title,
.bt-023__flex-list-01 .p-wrap .p-content .entry-summary,
.bt-023__flex-list-01 .p-wrap .p-content .p-meta span, 
.bt-023__flex-list-01 .p-wrap .p-content .p-meta a {
    color:var(--blanc);
}

.bt-023__flex-list-01.cb .p-wrap .p-content .entry-title,
.bt-023__flex-list-01.cb .p-wrap .p-content .entry-summary,
.bt-023__flex-list-01.cb .p-wrap .p-content .p-meta span, 
.bt-023__flex-list-01.cb .p-wrap .p-content .p-meta a {
    color:var(--noir);
}
.bt-023__flex-list-01.cb .p-link a {
    color: var(--noir);
    background:var(--transparent);
    border: 2px solid var(--noir);
}
.bt-023__flex-list-01.cb .p-link a:hover {
    color: var(--blanc);
    background:var(--g-color);
    border: 2px solid var(--g-color);
}

/* FOXIZ - FLEX OVERLAY - 004 */
/* FOXIZ - FLEX OVERLAY - 004 - IMAGE */
.bt-023__flex-overlay-01 .overlay-holder {
    border-radius:18px;
    box-shadow: 0 0px 24px var(--noir-opacite-40);
}
/* FOXIZ - FLEX OVERLAY - 004 - TITRE */
/* FOXIZ - FLEX OVERLAY - 004 - TITRE - FORME */
.bt-023__flex-overlay-01 .p-wrap .entry-title {
    font-weight:calc(var(--weight-bold) - 100)!important;
    font-family: var(--cs-heading-font);
    text-align:center;
    margin-bottom:4px!important;
}
/* FOXIZ - FLEX OVERLAY - 004 - TITRE - TAILLE */
.bt-023__flex-overlay-01.tn .p-wrap .entry-title {
    font-size:1.8rem;
    line-height:1.9rem;
}
.bt-023__flex-overlay-01.tp .p-wrap .entry-title {
    font-size:1.3rem;
    line-height:1.4rem;
}
.bt-023__flex-overlay-01.tg .p-wrap .entry-title {
    font-size:calc(1.2rem + 0.6rem);
    line-height:calc(1.2rem + 0.55rem);
}
/* FOXIZ - FLEX OVERLAY - 004 - TEXTE */
/* FOXIZ - FLEX OVERLAY - 004 - TEXTE - FORME */
.bt-023__flex-overlay-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
    text-align:center;
}
/* FOXIZ - FLEX OVERLAY - 004 - TEXTE - TAILLE */
.bt-023__flex-overlay-01.tg .p-wrap .entry-summary {
    font-size:calc(1rem + 0.1rem);
    line-height:calc(1rem + 0.2rem);
}

.bt-023__flex-overlay-01 .p-link a {
    font-size: calc(1rem + 0.2rem)!important;
    line-height: 1rem !important;
    font-weight: var(--weight-normal) !important;
    color: var(--noir);
    background: var(--blanc);
    border: 2px solid var(--blanc);
    padding:14px 32px;
    border-radius:50px;
    margin-top:8px;
}
.bt-023__flex-overlay-01.tn .p-link a {
    font-size: calc(1rem + 0rem)!important;
    line-height: 1rem !important;
    padding:12px 28px;
}
.bt-023__flex-overlay-01.tp .p-link a {
    font-size: calc(1rem - 0.1rem)!important;
    line-height: 1rem !important;
    padding:8px 16px;
}
.bt-023__flex-overlay-01 .p-link a:hover {
    color: var(--blanc);
    background: var(--transparent);
    border: 2px solid var(--blanc);
}
.bt-023__flex-overlay-01 .p-link {
    margin: 0 auto;
    text-align:center;
}

.bt-023__flex-overlay-01 .p-link .rbi-cright:before {
    display: none;
}

/*PAGINATION*/
.slider-footer > * {
    color:var(--blanc)!important;
}
.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;
}

/* CATEGORIES */
.category .blog-content .p-featured {
    border-radius:18px;
    box-shadow: 0 0px 8px color-mix(in srgb, var(--g-color) 100%, transparent)!important;
}
.category .blog-content .p-categories {
    bottom: 0px;
    margin-bottom: 0;
    margin: 0 auto!important;
    justify-self: center;
    
}
.category .blog-content .p-categories .p-category {
    padding: 12px 36px 10px;
    -webkit-transition: all .25s var(--timing);
    transition: all .25s var(--timing);
    text-decoration: none;
    color: var(--cat-fcolor, var(--absolute-white));
    background:var(--g-color);
    border-radius:50px 50px 0 0;
    margin-bottom:0!important;
}
.category .blog-content .entry-title {
    font-weight:calc(var(--weight-bold) - 100);
    font-family: var(--cs-heading-font);
    margin-bottom:6px;
    color:var(--g-color)!important;
    font-size:1.8rem;
    line-height:1.8rem;
}
.category .blog-content .entry-summary {
    font-size:calc(1rem - 0.1rem);
    line-height:calc(1rem + 0.1rem);
}

.single-post .ImageArticle .s-feat-outer {
    margin-bottom: 0px!important;
}
.single-post .ImageArticle .s-feat-outer img {
    border-radius: 18px;
    box-shadow: 0 0px 8px 
    color-mix(in srgb, var(--noir) 100%, transparent) !important;
}

.Sidebar .foxiz-heading__023 p,
.Sidebar .heading-inner span {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: calc(var(--weight-bold) + 200);
    font-family: var(--cs-body-font);
    text-transform: uppercase;
    color:var(--noir)!important;
}
[data-theme="dark"] .Sidebar .foxiz-heading__023 p,
[data-theme="dark"] .Sidebar .heading-inner span {
    color:var(--blanc)!important;
}

/* ANIMATION */
.p-wrap .p-featured {
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.p-wrap .p-featured:hover {
  transform: translateY(-18px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

/*MENU*/
.mega-dropdown-inner .entry-title,
.mega-dropdown-inner .entry-title .p-url {
    font-size: calc(1rem - 0.05rem);
    line-height: calc(1rem + 0.1rem);
}

.FondArticle .elementor-post-info time {
    color:var(--blanc)!important;
}


@media only screen and (max-width: 768px) {
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Titre */
.bt-023__flex-list-01 .p-wrap .p-content .entry-title {
    font-size:2.4rem;
    line-height:2.5rem;
}
.bt-023__flex-list-01.tp .p-wrap .p-content .entry-title {
    font-size:calc(1.2rem - 0.1rem);
    line-height:calc(1.2rem - 0rem);
}
/* FOXIZ - FLEX LIST - 031 - Cadre - Contenu - Description */
.bt-023__flex-list-01 .p-wrap .p-content .entry-summary {
    font-size:1rem;
    line-height: 1.3rem;
}

.bt-023__flex-list-01 .p-wrap .p-content {
    border-radius: 30px;
    padding: 40px 20px;
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.bt-023__flex-list-01.pr .p-wrap .p-content {
    margin-right: 0px!important;
    margin-left: 0px!important;
}
.bt-023__flex-list-01 .p-link a {
    font-size: calc(1rem + 0.1rem)!important;
    line-height: 1rem !important;
    margin-top:0px;
}

.bt-023__flex-list-01 .p-wrap .p-content {
    border-radius: 40px;
    padding: 40px 20px;
    margin-right: 0px;
}

.bt-023__flex-overlay-01 .block-inner {
    display: grid!important;
}
.bt-023__flex-overlay-01 .p-wrap,
.bt-023__flex-overlay-01 .p-wrap .overlay-holder,
.bt-023__flex-overlay-01 .p-wrap .overlay-holder .p-featured {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
}
.bt-023__flex-overlay-01 .p-wrap {
    margin-bottom:16px;
}
.bt-023__flex-overlay-01 .p-featured {
    padding-bottom: 90%!important;
}
.foxiz-heading__023 .heading-tagline {
    display:none!important;
}

.bt-023__flex-overlay-01.tg .p-wrap .entry-title {
    font-size: calc(1.2rem + 0.2rem);
    line-height: calc(1.2rem + 0.3rem);
}
.bt-023__flex-overlay-01.tg .p-wrap .entry-summary {
    font-size: calc(1rem - 0.1rem);
    line-height: calc(1rem + 0.1rem);
}
.bt-023__flex-overlay-01.tn .p-wrap .entry-title {
    font-size: calc(1.2rem + 0rem);
    line-height: calc(1.2rem + 0.1rem);
    margin-bottom:12px!important;
}

}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme023-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: 1px solid var(--g-color);
	border-radius: 8px;
	padding: 16px 18px;
	box-shadow: 0 4px 12px color-mix(in srgb, var(--noir) 30%, transparent);
	background:var(--blanc);
}
body[data-theme="dark"].single-post .ruby-table-contents {
	color:var(--noir);
}
/* 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: 38px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	padding-bottom: 6px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2637";
	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;
}
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: 16px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 1px solid transparent;
	border-radius: 6px;
	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: 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: 1px solid var(--blanc);
	border-radius: 0;
	color: var(--blanc) !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

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

/* Sous-titres */
body.single-post .entry-content.rbct h2,
body.single-post .entry-content.rbct h3 {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	border-left: 6px solid var(--g-color);
	padding-left: 14px;
	margin-top: 32px;
}
body.single-post .entry-content.rbct h2 { font-size: 26px; }
body.single-post .entry-content.rbct h3 { font-size: 21px; }

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

/* 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 {
	color: var(--noir);
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-size: 24px;
}

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

/* 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: "\279C";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* focus state */
.search-form-inner:focus-within {
  border-color: var(--g-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--g-color) 18%, transparent);
}

/* dark mode overrides */
[data-theme="dark"] .rb-search-form .search-form-inner {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
}
[data-theme="dark"] .search-text input.field {
  color: #fff;
}
[data-theme="dark"] .search-text input.field::placeholder {
  color: #aaa;
}
[data-theme="dark"] .rbi-search {
  color: #fff;
  opacity: 0.85;
}
[data-theme="dark"] .rb-search-submit {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}
[data-theme="dark"] .search-form-inner:focus-within {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}


/* --- HEADER SEARCH (icon + dropdown) --- */
.navbar-right {
	background: var(--blanc);
	padding: 8px 20px !important;
	border-radius: 50px !important;
	box-shadow: 0 8px 24px color-mix(in srgb, var(--noir) 12%, 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: 20px;
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 12px 32px color-mix(in srgb, var(--noir) 15%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}
