/* ============================================================
   Theme    : FOXIZ
   Variante : 002
   Version  : 1.1
   Date     : 10/03/2026
   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=Anton&family=IBM+Plex+Sans:wght@300;400;600;700&display=swap');

body {
    --cs-heading-font: "Anton", Impact, sans-serif;
    --cs-body-font: "IBM Plex Sans", system-ui, sans-serif;
}


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

/* CONTAINER */
.container__002 {
    background: var(--g-color);
    margin: 80px 0;
}

/* TITRES */
/* TITRE 1 */
.Titre1 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 32px !important;
}
.Titre1 .heading-title,
.category h1.elementor-heading-title {
    font-size: 72px !important;
    line-height: 76px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}
.ts p {
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 400!important;
    text-transform: uppercase;
    letter-spacing:1px;
}
.container__002 .Titre1 .heading-title a,
[data-theme="dark"].category h1.elementor-heading-title  {
    color: var(--blanc) !important;
}

.Titre1.tp .heading-title {
    font-size: 42px !important;
    line-height: 46px;
}
.Titre1::after,
.category h1.elementor-heading-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30%;
    height: 8px;
    transform: translateX(-50%) rotate(-1deg);
    transform-origin: center bottom;
    background: linear-gradient(200deg, var(--g-color), var(--noir));
}
.container__002 .Titre1::after {
    background: linear-gradient(200deg, var(--g-color), var(--blanc));
}

/* TITRE 2 */
.Titre2 {
    margin-bottom: 24px !important;
}
.Titre2 .heading-title a {
    font-size: 52px !important;
    line-height: 56px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--noir);
}
[data-theme="dark"] .Titre2 .heading-title a {
    color: var(--blanc);
}
.Titre2.tp .heading-title a {
    font-size: 42px !important;
    line-height: 46px;
}
.Titre2::after {
    content: "";
    position: absolute;
    bottom: -20%;
    width: 32%;
    height: 8px;
    transform-origin: center bottom;
    background: linear-gradient(200deg, var(--g-color), var(--noir));
}

/* BOUTONS */
.btn {
    margin: 0 auto;
}
.btn a,
.container__002 .btn a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 22px 44px;
    border-radius: 0;
    border: 3px solid;
}
.btn a {
    background-color: var(--blanc)!important;
    color: var(--g-color);
    border-color: var(--g-color);
}
.container__002 .btn a {
    background-color: var(--g-color)!important;
    color: var(--blanc);
    border-color: var(--blanc);
}
.btn a:hover {
    background-color: var(--g-color)!important;
    color: var(--blanc);
    border-color: var(--g-color);
}
.container__002 .btn a:hover {
    background-color: var(--blanc)!important;
    color: var(--g-color);
    border-color: var(--blanc);
}
.btn a::before,
.btn a::after,
.container__002 .btn a::before,
.container__002 .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    height: 4px;
    width: 120px;
}
.btn a::before {
    left: -120px;
}
.btn a::after {
    right: -120px;
}
.btn a::before,
.btn a::after {
    background-color: var(--g-color);
}
.container__002 .btn a::before,
.container__002 .btn a::after {
    background-color: var(--blanc);
}

/* BLOC OVERLAY */
/* FOND */
.bt_002_fo.tn .overlay-wrap {
    background: linear-gradient(120deg,
        color-mix(in srgb, var(--blanc) 80%, transparent) 20%,
        color-mix(in srgb, var(--blanc) 60%, transparent) 50%,
        color-mix(in srgb, var(--g-color) 80%, transparent) 100%) !important;
}
.bt_002_fo.tn .p-featured,
.bt_002_fg.tg .p-featured {
    border: 2px solid var(--g-color);
    border-radius: 0 !important;
}
.container__002 .bt_002_fg.tg .p-featured,
[data-theme="dark"] .bt_002_fg.tg .p-featured {
    border: 2px solid var(--blanc);
}
.bt_002_fo.tn .overlay-holder {
    border-radius: 0 !important;
}

/* CONTENU */
.bt_002_fo.tn .p-content {
    width: 56%;
    background: var(--transparent) !important;
    box-shadow: none !important;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    padding: 16px 32px;
}

/* TITRE */
.bt_002_fo.tn .entry-title {
    position: relative;
    text-align: center;
    color: var(--noir);
    font-weight: 600 !important;
    font-size: 34px !important;
    line-height: 38px !important;
    margin-bottom: 12px;
    padding: 12px !important;
}
.bt_002_fo.tn .entry-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 4px;
    background: var(--g-color);
}

/* TEXTE */
.bt_002_fo.tn .p-categories {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 25px !important;
    margin-bottom: 8px;
    text-align: center;
}
.bt_002_fo.tn .p-categories a {
    color: var(--noir);
    margin: 0 auto !important;
}

/* PAGINATION */
.bt_002_fo.tn .slider-footer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 1000;
}
.bt_002_fo.tn .slider-prev,
.bt_002_fo.tn .slider-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}
.bt_002_fo.tn .rbi-cleft:before {
    content: "←";
    font-size: 36px;
    padding-left: 24px !important;
    color: var(--noir);
}
.bt_002_fo.tn .rbi-cright:before {
    content: "→";
    font-size: 36px;
    padding-right: 24px !important;
    color: var(--noir);
}

/* FLEX OVERLAY 001 (tn / tg) */
.bt-002__fl-01.tn .p-wrap,
.bt-002__fl-01.tg .p-wrap {
    margin-bottom: 24px;
}
.bt-002__fl-01.tn .p-wrap .p-content,
.bt-002__fl-01.tg .p-wrap .p-content {
    padding: 24px;
}
.bt-002__fl-01.tn .p-wrap .overlay-holder,
.bt-002__fl-01.tg .p-wrap .overlay-holder {
    border-radius: 0 !important;
    box-shadow: 0 0px 24px color-mix(in srgb, var(--noir) 40%, transparent);
}
.bt-002__fl-01.tn .overlay-wrap,
.bt-002__fl-01.tg .overlay-wrap {
    display: flex;
    height: 100%;
}
.bt-002__fl-01.tn .overlay-wrap .p-content,
.bt-002__fl-01.tg .overlay-wrap .p-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.bt-002__fl-01.tn .overlay-wrap .p-meta,
.bt-002__fl-01.tg .overlay-wrap .p-meta {
    margin-top: auto;
}
.bt-002__fl-01.tn .p-gradient .overlay-inner,
.bt-002__fl-01.tg .p-gradient .p-wrap:nth-child(2) .overlay-inner,
.bt-002__fl-01.tg .p-gradient .p-wrap:nth-child(1) .overlay-inner {
    background: linear-gradient(to top,
        color-mix(in srgb, var(--blanc) 96%, transparent) 28%,
        color-mix(in srgb, var(--blanc) 46%, transparent) 72%,
        var(--transparent) 100%);
}
.bt-002__fl-01.tn .p-meta,
.bt-002__fl-01.tg .p-meta {
    margin-bottom: 0 !important;
}
.bt-002__fl-01.tn .overlay-text .meta-inner,
.bt-002__fl-01.tg .overlay-text .meta-inner {
    color: var(--noir);
}
.bt-002__fl-01.tn .p-wrap .entry-title,
.bt-002__fl-01.tg .p-wrap .entry-title {
    font-family: var(--cs-heading-font);
    font-weight: calc(var(--weight-normal) + 200);
    color: var(--noir);
}

.bt-002__fl-01.tn .p-wrap .entry-title {
    font-size: 18px;
    line-height: 24px!important;
}
.bt-002__fl-01.tn.news .p-wrap .entry-title {
    font-size: calc(1.2rem + 0.14rem);
    line-height: calc(1.2rem + 0.18rem);
}
.bt-002__fl-01.tg .p-wrap .entry-title {
    font-size: 24px;
    line-height: 28px;
}
.bt-002__fl-01.tg.cl .p-wrap:nth-child(1) .entry-title {
    color: var(--blanc) !important;
}

.bt-002__fl-01.tg .p-wrap:nth-child(2) .entry-title {
    color: var(--noir) !important;
}
.bt-002__fl-01.tn.news .p-wrap .p-meta time {
    font-size: calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.2rem);
    font-family: var(--cs-body-font);
    margin-bottom:6px
}
.bt-002__fl-01.tg .p-wrap .p-meta time {
    font-size: calc(1rem + 0.1rem);
    line-height: calc(1rem + 0.1rem);
    font-family: var(--cs-body-font);
}
.bt-002__fl-01.tg.cl .p-wrap:nth-child(1) .p-meta time {
    color: var(--blanc) !important;
}
.bt-002__fl-01.tg.cl .p-wrap:nth-child(2) .p-meta time {
    color: var(--noir) !important;
}
.bt-002__fl-01.tn .p-wrap .p-meta .meta-category,
.bt-002__fl-01.tg .p-wrap .p-meta .meta-category {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: var(--weight-thin);
}
.bt-002__fl-01.tn .p-categories,
.bt-002__fl-01.tg .p-categories {
    position: absolute;
    text-align: left;
}
.bt-002__fl-01.tn .p-categories a,
.bt-002__fl-01.tg .p-categories a {
    left: 3%;
    top: 3% !important;
    background: var(--g-color);
    padding: 8px 16px;
    border-radius: 0;
    font-weight: 600;
}

/* ==========================
   FLEX GRID 001
========================== */
.bt_002_fg.tn .entry-title,
.bt_002_fg.tg .entry-title {
    position: relative;
    text-align: center;
    margin-bottom: 12px;
    padding: 8px;
    padding-top: 16px;
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: var(--noir);
}
[data-theme="dark"] .bt_002_fg.tn .entry-title,
[data-theme="dark"] .bt_002_fg.tg .entry-title {
    color: var(--blanc);
}
.container__002 .bt_002_fg.tg .entry-title {
    color: var(--blanc);
}
.container__002 .bt_002_fg.tg .entry-title a:hover {
    color: var(--blanc)!important;
    text-decoration:underline;
}
.bt_002_fg.tn .entry-title::before,
.bt_002_fg.tg .entry-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 4px;
    background: var(--g-color);
}
.container__002 .bt_002_fg.tg .entry-title::before {
    background: var(--blanc);
}
.bt_002_fg.tn .p-meta .meta-category,
.bt_002_fg.tg .p-meta .meta-category {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.bt_002_fg.tn .p-meta a,
.bt_002_fg.tg .p-meta a {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    color: var(--noir);
}
[data-theme="dark"] .bt_002_fg.tn .p-meta a,
[data-theme="dark"] .bt_002_fg.tg .p-meta a {
    color: var(--blanc);
}
.container__002 .bt_002_fg.tg .p-meta a {
    color: var(--blanc);
}
@media only screen and (min-width: 768px) {
.bt_002_fg.tn .p-wrap:nth-child(even),
.bt_002_fg.tg .p-wrap:nth-child(even) {
    display: flex;
    flex-direction: column;
}
.bt_002_fg.tn .p-wrap:nth-child(even) .p-meta,
.bt_002_fg.tg .p-wrap:nth-child(even) .p-meta {
    order: 1;
}
.bt_002_fg.tn .p-wrap:nth-child(even) .entry-title,
.bt_002_fg.tg .p-wrap:nth-child(even) .entry-title {
    order: 2;
}
.bt_002_fg.tn .p-wrap:nth-child(even) .feat-holder,
.bt_002_fg.tg .p-wrap:nth-child(even) .feat-holder {
    order: 3;
}}
.bt_002_fg.tg .overlay-holder {
    border-radius: 0 !important;
}

/* FLEX OVERLAY - 001 - GRADIENTS SPECIFIQUES TG */
.bt-002__fl-01.tg .p-gradient .p-wrap:nth-child(1) .overlay-inner {
    background: linear-gradient(to top, 
        color-mix(in srgb, var(--g-color) 90%, transparent) 40%, 
        color-mix(in srgb, var(--g-color) 30%, transparent) 66%, 
        var(--transparent) 100%);
}
.bt-002__fl-01.tg .p-gradient .p-wrap:nth-child(2) .overlay-inner {
    background: linear-gradient(to top, 
        color-mix(in srgb, var(--blanc) 90%, transparent) 40%, 
        color-mix(in srgb, var(--blanc) 30%, transparent) 66%, 
        var(--transparent) 100%);
}

/* FLEX OVERLAY - 001 - TITRE TG SPECIFIQUE */
.bt-002__fl-01.tg.cl .p-wrap:nth-child(1) .entry-title {
    color: var(--blanc) !important;
}
.bt-002__fl-01.tg.cl .p-wrap:nth-child(1) .entry-title a:hover {
    color: var(--blanc) !important;
    text-decoration: underline;
}
.bt-002__fl-01.tg .p-wrap:nth-child(2) .entry-title {
    color: var(--noir) !important;
}

/* FLEX OVERLAY - 001 - TIME TG SPECIFIQUE */
.bt-002__fl-01.tg.cl .p-wrap:nth-child(1) .p-meta time {
    color: var(--blanc) !important;
}
.bt-002__fl-01.tg.cl .p-wrap:nth-child(2) .p-meta time {
    color: var(--noir) !important;
}

/* ARTICLE */
.ImageArticle .s-feat-outer {
    margin-bottom: 0px!important;
}

.FondArticle .cat a  {
    font-size: 20px !important;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
    color: var(--noir)!important;
}
.container__002 .FondArticle .cat a {
    color: var(--blanc)!important;
}
.FondArticle .cat a::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 40%;
    height: 5px;
    transform: translateX(0%) rotate(1deg);
    transform-origin: center bottom;
    background: linear-gradient(200deg, var(--g-color), var(--noir));
}


[data-theme="dark"].single-post .FondArticle h1,
[data-theme="dark"].single-post .FondArticle a,
[data-theme="dark"].single-post .FondArticle time {
    color:var(--blanc)!important;
}
[data-theme="dark"].single-post .FondArticle svg path {
    fill:var(--blanc)!important;
}

/* CATEGORY */
.category .blog-content .p-wrap .entry-summary {
    font-size:16px;
    line-height:18px;
}
[data-theme="dark"] .p-grid .entry-title:hover,
[data-theme="dark"] .p-grid .entry-title:hover a {
    color:var(--blanc)!important;
}

@media only screen and (max-width: 768px) {

.bt_002_fo.tn .p-content {
    width: 100%;
    left: 0%;
    position: absolute;
    top: 20%;
    transform: translateY(0%);
}    

.bt_002_fo.tn .entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
}

.bt_002_fo.tn .p-categories {
    font-size: 16px !important;
    line-height: 18px !important;
}

.bt_002_fo .block-inner,
.bt-002__fl-01 .block-inner {
    display: grid!important;
}

.bt_002_fo .p-wrap,
.bt_002_fo .p-wrap .overlay-holder,
.bt_002_fo .p-wrap .overlay-holder .p-featured{
    height: 360px!important;
    min-height: 360px!important;
    max-height: 360px!important;
}

.bt-002__fl-01 .p-wrap,
.bt-002__fl-01 .p-wrap .overlay-holder,
.bt-002__fl-01 .p-wrap .overlay-holder .p-featured{
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
}

.bt_002_fo .p-wrap,
.bt-002__fl-01 .p-wrap {
    margin-bottom:16px;
}

.bt_002_fo .p-featured,
.bt-002__fl-01 .p-featured {
    padding-bottom: 90%!important;
}

.bt-036__titre-01 .heading-title {
    font-size: calc(1.2rem + 1.5rem);
    line-height: calc(1.2rem + 1.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;
}

.bt_002_fo .entry-summary,
.bt-002__fl-01 .entry-summary {
    display: none;
}

.bt_002_fo .p-wrap .entry-title,
.bt-002__fl-01 .p-wrap .entry-title {
    font-size: calc(1.2rem + 0.5rem);
    line-height: calc(1.2rem + 0.6rem);
}

.bt_002_fo .p-wrap .p-content .p-link .p-readmore,
.bt-002__fl-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_002_fo .p-content,
.bt-002__fl-01 .p-content {
    padding: 32px !important;
}

.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;
}
.ic {
    min-height:250px!important;
}
}


/* SOMMAIRE
   STYLE 1
   LAYOUT : Full Width (1 column)
*/

/* Layout: full width, single column */
.ruby-table-contents {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  clear: both;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.ruby-table-contents .inner {
  column-count: 1;
}


.ruby-table-contents {
  border: 3px solid #e5e7eb;
    border-radius:0;
  padding-left: 15px;
    box-shadow:none;
}

.ruby-table-contents .toc-header {
  margin-bottom:8px!important;
    padding-bottom:0!important;
}
.ruby-table-contents .toc-header span {
  font-size:34px!important;
  padding-bottom:6px!important;
}
.ruby-table-contents .toc-header .rbi-read:before {
  content: '\2630'; /* ☰ */
  font-family: initial;
  font-size:32px;
  color:var(--g-color)!important;
  padding-right:6px!important;
  padding-bottom:60px!important;
}

.ruby-table-contents .inner {
  margin-top:0!important;
    padding-top:0!important;
}
.ruby-table-contents .inner a {
  position: relative;
  display: block;
  padding: 6px 4px 10px 18px!important;
  color: #444;
  left: 16px;
  font-size:16px;
  line-height:20px;
  padding-left: 18px;
  border-bottom:0!important;
    text-decoration:none!important;
}
.ruby-table-contents .inner a:hover {
  color: #6366f1;
}
.ruby-table-contents .inner a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--g-color) !important;
}
.ruby-table-contents .inner a::after {
  display:none!important;
}


/* CORRECTIFS */
[data-theme="default"].single-post .elementor-widget-post-info .elementor-icon-list-icon svg {
    fill: #000000!important;
}
[data-theme="dark"].single-post .elementor-widget-post-info .elementor-icon-list-icon svg {
    fill: #FFFFFF!important;
}
[data-theme="default"] .elementor-widget-heading .elementor-heading-title {
    color: #000000!important;
}
[data-theme="dark"] .elementor-widget-heading .elementor-heading-title {
    color: #FFFFFF!important;
}
.single-post .s-feat img, 
.single-post .s-feat-holder img {
    box-shadow: 0 0 20px #00000040!important;
}

.entry-title a:hover {
    color:var(--g-color)!important;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme002-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;
    font-weight: 400!important;
    letter-spacing:1px;
}

p,
.entry-summary,
time {
	font-family: var(--cs-body-font)!important;
}


/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: 3px solid var(--g-color);
	border-radius: 0;
	padding: 0;
	box-shadow: 0 0 8px color-mix(in srgb, var(--noir) 20%, transparent);
	background: var(--blanc);
	overflow: hidden;
}
body.single-post .ruby-table-contents .toc-header {
	background: var(--g-color);
	margin: 0!important;
	padding: 14px 18px !important;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 28px;
	font-weight: 400;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: var(--blanc);
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2630";
	font-family: initial;
	font-size: 30px;
	color: var(--blanc) !important;
	padding-right: 8px;
}
body.single-post .ruby-table-contents .inner {
	column-count: 2;
	margin-top: 0;
	padding: 0 18px 14px;
	padding-top: 12px!important;
	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: 10px 10px 10px 24px;
	margin-bottom: 2px;
	color: var(--noir) !important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	font-family: var(--cs-body-font);
	text-transform: initial;
	letter-spacing: 0.8px;
	text-decoration: none !important;
	text-shadow: none !important;
	border-bottom: none;
	padding-left: 12px!important;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	background: color-mix(in srgb, var(--g-color) 6%, transparent);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 3px;
	background: var(--g-color);
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\002B" !important;
	font-family: initial !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	color: var(--blanc) !important;
	margin-top: -4px;
}

/* --- POST (single article) --- */
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: 0;
}
body.single-post .s-cats {
	margin-bottom: 0;
}

body.single-post .s-feat img {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    border: 12px solid var(--g-color);
}
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: 10px 16px; */
	/* background: var(--g-color); */
	/* border: none; */
	/* border-radius: 0; */
	/* color: var(--blanc) !important; */
	font-size: 14px;
	font-weight: 700;
	font-family: var(--cs-body-font);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
body.single-post .single-meta,
body.single-post .single-meta a,
body.single-post .single-meta time,
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,
body.single-post time {
	font-family: var(--cs-body-font);
}
body.single-post .s-title {
	font-size: 48px;
	line-height: 1.02;
	font-weight: 400;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	letter-spacing: -0.5px;
	margin: 10px 0 10px;
}

body.single-post .entry-content.rbct h2,
body.single-post .entry-content.rbct h3 {
	font-weight: 400;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	padding: 6px 0 6px 14px;
	border-left: 8px solid var(--g-color);
	margin-top: 32px;
}
body.single-post .entry-content.rbct h2 {font-size: 28px;letter-spacing: px;}
body.single-post .entry-content.rbct h3 { font-size: 24px; }
body.single-post .entry-content.rbct p,
body.single-post .entry-content.rbct ul li, 
body.single-post .entry-content.rbct ol li {
	font-size: 16px;
	line-height: 24px;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: 8px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 8%, var(--blanc));
	padding: 20px 26px;
	margin: 26px 0;
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	border-radius: 0;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 600;
}

/* --- MENU (sitewide) --- */
#site-header {
	background: var(--g-color);
	border-bottom: 3px solid var(--noir);
}
#site-header .logo-sec-inner {
	padding: 18px 0;
}
#site-header .main-menu > li > a {
	color: var(--blanc);
	font-weight: 400;
	font-family: var(--cs-heading-font);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 17px;
}
#site-header .navbar-wrap {
	border-top: none;
	background: var(--g-color);
	padding-bottom: 6px;
}
#site-header .search-btn,
#site-header .dark-mode-toggle {
	color: var(--blanc);
}

[data-theme="default"] .logo-sec .logo-wrap img,
[data-theme="dark"] .logo-sec .logo-wrap img {
    min-height: 120px;
    width: 100%;
    border-radius: 8px;
    z-index: 20 !important;
    background: var(--blanc);
}

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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 4px;
  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: "\27A4";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

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

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


/* --- HEADER SEARCH (icon + dropdown) --- */
.logo-sec-right .icon-holder {
	width: 40px;
	height: 40px;
	background: var(--g-color);
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease;
}
.logo-sec-right .wnav-icon {
	color: var(--blanc);
	font-size: 18px;
}
.logo-sec-right .icon-holder:hover {
	background: var(--noir);
	transform: translateY(-1px);
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--blanc);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 0;
	padding: 0px;
	background: none;
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 18%, transparent);
}
.w-header-search .header-search-form {
    padding: 0!important;
}
[data-theme="dark"] .logo-sec-right .icon-holder {
	background: var(--g-color);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}
