/* ============================================================
   Theme    : FOXIZ
   Variante : 019
   Version  : 1.3
   Date     : 20/08/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=Manrope:wght@400;500;600;700;800&display=swap');

body {
    --cs-heading-font: "Manrope", system-ui, sans-serif;
    --cs-body-font: "Manrope", system-ui, sans-serif;
}


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

/*Theme019Style01*/
/*Theme019Style01 > Espace*/
@media only screen and (max-width: 600px) {
.Theme019Style01 {
    margin-bottom:24px!important;
}}

/*Theme019Style01 > Fond*/
.Theme019Style01 .p-wrap {
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    padding:0!important;
}
@media only screen and (min-width: 600px) {
.Theme019Style01 .p-wrap {
    margin:0 2%;
    width:46%!important;
    min-width:46%!important;
    max-width:46%!important;
}}

/*Theme019Style01 > Bordure*/
.Theme019Style01 .p-wrap {
    border-radius:20px;
}
.Theme019Style01 .p-wrap .p-featured {
    border-radius:20px 20px 0 0 ;
}

/*Theme019Style01 > Titre*/
.Theme019Style01 .entry-title {
    font-size:28px!important;
    line-height:30px!important;
    font-weight:600!important;
    margin-bottom:0!important;
    padding:8px 24px;
    text-align: center;
}
@media only screen and (max-width: 600px) {
.Theme019Style01 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}}

/*Theme019Style01 > Meta*/
.Theme019Style01 .p-meta .meta-inner {
    justify-content: center;
}
.Theme019Style01 .meta-el:not(.meta-avatar):not(.no-label):not(:last-child):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);
}
/*Theme019Style01 > Catégorie*/
.Theme019Style01 .meta-category a {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:4px;
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    padding:6px 18px;
    border-radius:6px;
    border:1px solid var(--g-color);
}
.Theme019Style01 .meta-category a:hover {
    background: var(--g-color);
    color:var(--blanc);
    border:1px solid var(--g-color);
}


/*Theme019Style01 > Date*/
.Theme019Style01 .p-meta {
    padding:8px 16px;
    margin-bottom:24px;
}
.Theme019Style01 .p-meta span,
.Theme019Style01 .p-meta span a,
.Theme019Style01 .p-meta span time{
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 600;
}

/*Theme019Style02*/
/*Theme019Style02 > Espace*/
.Theme019Style02 {
    margin-top:24px!important;
}

/*Theme019Style02 > Bordure*/
.Theme019Style02 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style02 .feat-holder {
    margin-bottom:16px!important;

}

/*Theme019Style02 > Titre*/
.Theme019Style02 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:6px;
}
@media only screen and (max-width: 600px) {
.Theme019Style02 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}}

/*Theme019Style02 > Texte*/
.Theme019Style02 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
}

/*Theme019Style02 > Date*/
.Theme019Style02 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
/*Theme019Style02 > Catégorie*/
.Theme019Style02 .p-category {
    font-weight:500!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
    background:var(--blanc);
    height:fit-content;
    padding:8px 18px 8px 18px;
    border-radius:8px!important;
    border:1px solid var(--g-color);
    color:var(--g-color)!important;
}
.Theme019Style02 .p-category:hover {
    background:var(--g-color);
    border:1px solid var(--g-color);
    color:var(--blanc)!important;
}

.Theme019Style02 .feat-holder .p-top {
    position: absolute;
    top: 16px!important;
    left: 16px;
}

.Theme019Style02 .ecat-text .p-category {
    line-height: inherit;
    display: inline-flex;
    align-items: start;
}
/*Theme019Style02 > Bouton*/
.Theme019Style02 .p-readmore {
    font-weight:600!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-top:4px;
    background: linear-gradient(320deg, var(--g-color), var(--noir));
    padding:12px 24px;
    border-radius:8px;
    color: var(--blanc)!important;
    /*box-shadow: 6px 6px 0px color-mix(in srgb, var(--g-color) 40%, transparent);*/
    transition: all 0.2s;
}
.Theme019Style02 .p-readmore:hover {
    background: var(--g-color);
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    color: var(--noir)!important;
    box-shadow: 0px 0px 0px;
}

/*Theme019Style03*/
/*Theme019Style03 > Espace*/
.Theme019Style03 {
    margin-top:24px!important;
}
/*Theme019Style03 > Bordure*/
.Theme019Style03 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style03 .feat-holder {
    margin-bottom:12px!important;

}
/*Theme019Style03 > Titre*/
.Theme019Style03 .entry-title {
    font-weight:600!important;
    font-size:15px!important;
    line-height:17px!important;
    margin-bottom:px;
    text-align:center;
    color: var(--blanc);
}
.Fond1 .Theme019Style03 .entry-title {
    color: var(--blanc)!important;
    text-decoration:underline;
}
/*Theme019Style04*/
/*Theme019Style04 > Espace*/
.Theme019Style04 {
    margin-top:24px!important;
}
/*Theme019Style04 > Bordure*/
.Theme019Style04 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style04 .feat-holder {
    margin-bottom:8px!important;

}
/*Theme019Style04 > Titre*/
.Theme019Style04 .entry-title {
    font-weight:600!important;
    font-size:14px!important;
    line-height:16px!important;
    text-align:center;
    /*color: var(--noir);*/
}
/*Theme019Style04 > Espacement*/
.Theme019Style04 .p-wrap:nth-child(2),
.Theme019Style04 .p-wrap:nth-child(4) {
    margin-top:40px!important;
}

/*Theme019Style05*/
/*Theme019Style05 > Espace*/
.Theme019Style05 .p-wrap {
    padding:0!important;
    background: linear-gradient(320deg,
        color-mix(in srgb, var(--g-color) 50%, var(--noir) 50%),
        color-mix(in srgb, var(--g-color) 20%, var(--noir) 80%));
}

.Theme019Style05 .p-content {
    padding-left:60px;
}
@media only screen and (max-width: 600px) {
.Theme019Style05 .p-content {
    padding-bottom:20px!important;
    padding-left:30px!important;
}}

.Theme019Style05 .p-featured {
    margin:32px !important;
}
/*Theme019Style05 > Bordure*/
.Theme019Style05 .p-wrap {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}

.Theme019Style05 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}

/*Theme019Style05 > Titre*/
.Theme019Style05 .entry-title {
    font-weight:600!important;
    font-size:34px!important;
    line-height:36px!important;
    margin-bottom:6px;
    color:var(--blanc);
}
.Theme019Style05 .entry-title {
    color:var(--blanc)!important;
    text-decoration:underline!important;
}
/*Theme019Style05 > Texte*/
.Theme019Style05 .entry-summary {
    font-weight:400!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:16px;
    color:var(--blanc)!important;
}

@media only screen and (max-width: 600px) {
.Theme019Style05 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
.Theme019Style05 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}

/*Theme019Style05 > Catégorie*/
.Theme019Style05 .p-category {
    font-weight:300!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:4px;
    color:var(--g-color)!important;
}

/*Theme019Style05 > Bouton*/
.Theme019Style05 .p-readmore {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-top:12px!important;
    background: var(--g-color);
    padding:12px 24px;
    border-radius:8px;
    color: var(--blanc)!important;
    /*box-shadow: 6px 6px 0px color-mix(in srgb, var(--g-color) 40%, transparent);*/
}
.Theme019Style05 .p-readmore:hover {
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    color: var(--blanc)!important;
    box-shadow: 0px 0px 0px;
}
.Theme019Style05 .p-readmore:hover span,
.Theme019Style05 .p-readmore:hover i  {
    color: var(--blanc)!important;
}
/*Theme019Style05 > PAGINATION*/
.Theme019Style05 .swiper-pagination-bullet,
.Theme019Style05 .swiper-pagination-bullet:before {
    width:25px;
    height:25px;
    opacity:0.2;
    margin:0 3px;
    border-radius:50px!important;
}

[data-theme="default"] .Theme019Style05 .swiper-pagination-bullet,
[data-theme="default"] .Theme019Style05 .swiper-pagination-bullet:before {
    background:var(--noir);
}
[data-theme="dark"] .Theme019Style05 .swiper-pagination-bullet,
[data-theme="dark"] .Theme019Style05 .swiper-pagination-bullet:before {
    background:var(--blanc);
}

.Theme019Style05 .swiper-pagination-bullet {
    margin-top:8px;
}
.Theme019Style05 .swiper-pagination-bullet:hover {
    background: var(--g-color)!important;
}
.Theme019Style05 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.Theme019Style05 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--g-color)!important;
    opacity:1!important;
}

/*Theme019Style06*/
.Theme019Style06 {
    margin-top:24px!important
}

/*Theme019Style06 > Bordure*/
.Theme019Style06 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style06 .feat-holder {
    margin-bottom:12px!important
}

/*Theme019Style06 > Titre*/
.Theme019Style06 .entry-title {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:4px;
}
/*Theme019Style06 > Texte*/
.Theme019Style06 .entry-summary {
    font-weight:400!important;
    font-size:17px!important;
    line-height:19px!important;
    margin-bottom:4px;
}

@media only screen and (max-width: 600px) {
.Theme019Style06 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme019Style06 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}

/*Theme019Style06 > Catégorie*/
.Theme019Style06 .p-category {
    font-weight:500!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
    background:var(--blanc);
    height:fit-content;
    padding:8px 18px 8px 18px;
    border-radius:8px!important;
    border:1px solid var(--g-color);
    color:var(--g-color)!important;
}
.Theme019Style06 .p-category:hover {
    background:var(--g-color);
    color:var(--blanc)!important;
}

.Theme019Style06 .feat-holder .p-top {
    position: absolute;
    top: 16px!important;
    justify-content: left;
}

.Theme019Style06 .ecat-text .p-category {
    align-items: start;
}
/*Theme019Style06 > Bouton*/
.Theme019Style06 .p-readmore {
    font-weight:600!important;
    font-size:14px!important;
    line-height:16px!important;
    background: linear-gradient(320deg, var(--g-color), var(--noir));
    margin-top:12px;
    padding:12px 24px;
    border-radius:8px;
    color: var(--blanc)!important;
    /*box-shadow: 6px 6px 0px color-mix(in srgb, var(--g-color) 40%, transparent);*/
}
.Theme019Style06 .p-readmore:hover {
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    color: var(--noir)!important;
    box-shadow: 0px 0px 0px;
}

/*Theme019Style07*/
/*Theme019Style07 > Espace*/
.Theme019Style07 {
    margin-top:24px!important;
}

/*Theme019Style07 > Bordure*/
.Theme019Style07 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style07 .feat-holder {
    margin-bottom:16px!important;
}

/*Theme019Style07 > Titre*/
.Theme019Style07 .entry-title {
    font-weight:600!important;
    font-size:28px!important;
    line-height:30px!important;
    margin-bottom:6px;
}
/*Theme019Style07 > Texte*/
.Theme019Style07 .entry-summary {
    font-weight:400!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:8px;
}
@media only screen and (max-width: 600px) {
.Theme019Style07 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
.Theme019Style07 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}

/*Theme019Style07 > Date*/
.Theme019Style07 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
/*Theme019Style07 > Catégorie*/
.Theme019Style07 .p-category {
    font-weight:500!important;
    font-size:18px!important;
    line-height:20px!important;
    background:var(--blanc);
    height:fit-content;
    padding:8px 20px 8px 20px;
    border-radius:8px!important;
    border:1px solid var(--g-color);
    color:var(--g-color)!important;
}
.Theme019Style07 .p-category:hover {
    background:var(--g-color);
    color:var(--blanc)!important;
}
.Theme019Style07 .feat-holder .p-top  {
    position: absolute;
    top: 24px!important;
    left: 24px;
}

.Theme019Style07 .ecat-text .p-category {
    line-height: inherit;
    display: inline-flex;
    align-items: start;
}
/*Theme019Style07 > Bouton*/
.Theme019Style07 .p-readmore {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-top:8px;
    background: linear-gradient(320deg, var(--g-color), var(--noir));
    padding:12px 24px;
    border-radius:8px;
    color: var(--blanc)!important;
    /*box-shadow: 6px 6px 0px color-mix(in srgb, var(--g-color) 40%, transparent);*/
}
@media only screen and (max-width: 600px) {
.Theme019Style07 .p-readmore {
    font-size:16px!important;
    line-height:18px!important;
}}
.Theme019Style07 .p-readmore:hover {
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    color: var(--noir)!important;
    box-shadow: 0px 0px 0px;
}


/*Theme019Style08*/
/*Theme019Style08 > Espace*/
.Theme019Style08 {
    margin-top:24px!important;
}
.elementor-widget-sidebar .Theme019Style08 {
    margin-top:0px!important;
}

/*Theme019Style08 > Bordure*/
.Theme019Style08 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 2px var(--noir);
}
.Theme019Style08 .feat-holder {
    margin-bottom:16px!important;
}

/*Theme019Style08 > Titre*/
.Theme019Style08 .entry-title {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:6px;
}
/*Theme019Style08 > Texte*/
.Theme019Style08 .entry-summary {
    font-weight:400!important;
    font-size:13px!important;
    line-height:15px!important;
    margin-bottom:4px;
}

/*Theme019Style08 > Date*/
.Theme019Style08 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
/*Theme019Style08 > Catégorie*/
.Theme019Style08 .p-category {
    font-weight:500!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
    background:var(--blanc);
    height:fit-content;
    padding:8px 18px 8px 18px;
    border-radius:8px!important;
    border:1px solid var(--g-color);
    color:var(--g-color)!important;
}
.Theme019Style08 .p-category:hover {
    background:var(--g-color);
    color:var(--blanc)!important;
}
.Theme019Style08 .feat-holder .p-top {
    position: absolute;
    top: 16px!important;
    justify-content: left;
}

.Theme019Style08 .ecat-text .p-category {
    line-height: inherit;
    display: inline-flex;
    align-items: start;
}
/*Theme019Style08 > Bouton*/
.Theme019Style08 .p-readmore {
    font-weight:600!important;
    font-size:12px!important;
    line-height:14px!important;
    margin-top:4px;
    background: linear-gradient(320deg, var(--g-color), var(--noir));
    padding:8px 16px;
    border-radius:8px;
    color: var(--blanc)!important;
    /*box-shadow: 6px 6px 0px color-mix(in srgb, var(--g-color) 40%, transparent);*/
}
.Theme019Style08 .p-readmore:hover {
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    color: var(--noir)!important;
    box-shadow: 0px 0px 0px;
}

/*HOVER*/
.Theme019Style01 .p-wrap,
.Theme019Style02 .p-wrap,
.Theme019Style03 .p-wrap,
.Theme019Style04 .p-wrap,
.Theme019Style05 .p-wrap,
.Theme019Style06 .p-wrap,
.Theme019Style07 .p-wrap,
.Theme019Style08 .p-wrap {
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* animation fluide */
}

.Theme019Style01 .p-wrap:hover,
.Theme019Style02 .p-wrap:hover,
.Theme019Style03 .p-wrap:hover,
.Theme019Style04 .p-wrap:hover,
.Theme019Style06 .p-wrap:hover,
.Theme019Style07 .p-wrap:hover,
.Theme019Style08 .p-wrap:hover {
  transform: translateY(-20px); /* monte de 20px */
}

.Sidebar .Theme019Style08 .p-wrap:hover {
  transform: translateY(-6px); /* monte de 20px */
}

.Theme019Style05 .p-wrap:hover {
  transform: translateY(-20px);
}
.Theme019Style05 .p-wrap {
  margin-top:25px!important;
  margin-bottom:25px!important;
}

.Theme019Style05 .slider-footer {
    margin-top:30px;
}

/* ============================================================
   GENERAL OVERRIDES (specific to theme 019)
   ============================================================ */

/*MENU > LOGO (override: 100px instead of 120px)*/
.logo-wrap img {
    min-height: 100px!important;
}

/*TITRE*/
.Titre h2 {
    font-size:56px!important;
    line-height:60px!important;
    font-weight:600!important;
    padding-bottom:0!important;
}
.Titre p {
    font-size:26px!important;
    line-height:28px!important;
    font-weight:600!important;
    padding-bottom:0!important;
}
@media only screen and (max-width: 600px) {
.Titre h2 {
    font-size:24px!important;
    line-height:26px!important;
}
.Titre p {
    font-size:20px!important;
    line-height:22px!important;
}}

[data-theme="default"] .Titre.Noir h2,
[data-theme="default"] .Titre p {
    color: var(--noir)!important;
}
[data-theme="dark"] .Titre.Noir h2 {
    color: var(--blanc)!important;
}

.Titre.Blanc h2 {
    color: var(--blanc)!important;
}

.Header .Titre h2 {
    font-size:52px!important;
    line-height:54px!important;
    font-weight:700!important;
}
.single-post .Header .Titre h2 {
    font-size:38px!important;
    line-height:42px!important;
    font-weight:700!important;
}

.single-post .Header .p-categories a {
    margin-top:12px!important;
    font-size:16px!important;
    font-weight:300;
}

@media only screen and (max-width: 600px) {
.Header .Titre h2 {
    font-size:28px!important;
    line-height:30px!important;
}
.single-post .Header .Titre h2 {
    font-size:24px!important;
    line-height:26px!important;
}}

/*TEXTE*/
.Texte p {
    font-size:22px!important;
    line-height:24px!important;
    font-weight:400!important;
}
@media only screen and (max-width: 600px) {
.Texte p {
    font-size:16px!important;
    line-height:18px!important;
}}

.Texte.Blanc p {
    color: var(--blanc);
}

.Header .Texte {
    font-size:28px!important;
    line-height:32px!important;
    font-weight:400!important;
    color:var(--blanc)!important;
}
@media only screen and (max-width: 600px) {
.Header .Texte {
    font-size:22px!important;
    line-height:24px!important;
}}

/*FOND*/
.Fond1 {
    background: linear-gradient(320deg, var(--g-color), var(--noir));
    padding:40px 0;
}


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

.Header {
	margin-top:0!important;
}
/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: 1px solid var(--g-color);
	border-radius: 20px;
	padding: 18px;
	box-shadow: 0 4px 16px color-mix(in srgb, var(--noir) 6%, transparent);
	background: var(--blanc);
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 4px;
	padding-bottom: 0px;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 28px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	color: var(--noir);
	letter-spacing: -0.5px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\25CF";
	font-family: initial;
	font-size: 16px;
	color: var(--g-color) !important;
	padding-right: 10px;
}
body.single-post .ruby-table-contents .inner {
	column-count: 2;
	margin-top: 0;
	padding-top: 0;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 6px 14px 6px 30px;
	margin-bottom: 0px;
	color: var(--noir) !important;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	border: 1px solid transparent;
	border-radius:24px;
	transition: all .25s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	border-color: var(--g-color);
	background: color-mix(in srgb, var(--g-color) 6%, transparent);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "";
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: var(--g-color);
	border-radius: 50%;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\276F" !important;
	font-family: initial !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	display: inline-block !important;
	transform: rotate(90deg) !important;
	color: var(--g-color) !important;
}

/* --- 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: 24px;
}
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 16px;
	border: 1px solid var(--blanc);
	border-radius: 999px;
	color: var(--blanc) !important;
	font-size: 12px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	letter-spacing: 0.3px;
	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: 46px;
	line-height: 1.1;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	margin: 0px 0 2px;
	letter-spacing: -1px;
}
body.single-post .entry-content.rbct {
	border: 1px solid color-mix(in srgb, var(--noir) 8%, transparent);
	border-radius: 20px;
	padding: 30px 34px;
	box-shadow: 0 4px 20px color-mix(in srgb, var(--noir) 6%, transparent);
	background: var(--blanc);
}
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: 5px solid var(--g-color);
	padding-left: 14px;
	margin-top: 32px;
	letter-spacing: -0.3px;
}
body.single-post .entry-content.rbct h2 { font-size: 27px; }
body.single-post .entry-content.rbct h3 { font-size: 22px; }
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;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: none;
	background: linear-gradient(320deg, color-mix(in srgb, var(--g-color) 10%, var(--blanc)), var(--blanc));
	padding: 20px 28px;
	margin: 26px 0;
	font-style: normal;
	border-radius: 16px;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --- MENU (sitewide) --- */
#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 600;
	font-family: var(--cs-heading-font);
	letter-spacing: 0;
	text-transform: initial;
	padding: 6px 14px;
	border-radius: 999px;
	transition: all .25s ease;
}
#site-header .main-menu > li:hover > a,
#site-header .main-menu > li.current-menu-item > a {
	background: color-mix(in srgb, var(--g-color) 10%, transparent);
	color: var(--g-color);
}
.navbar-wrap {
    padding-bottom: 4px;
}
body.single-post .s-feat-outer {
    margin-bottom: 0px!important;
}
body.single-post .FondArticle .elementor-widget-container {
    margin: 0!important;
}


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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 12px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--noir) 12%, transparent);
  transition: 0.3s ease;
}

/* search icon */
.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--g-color);
  transition: 0.2s ease;
}
.rbi-search:before {
  content: "\e946";
}

/* input */
.search-text {
  flex: 1;
}
.search-text input.field {
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
  background: transparent;
  color: var(--noir);
  font-family: var(--cs-body-font);
}
.search-text input.field::placeholder {
  color: color-mix(in srgb, var(--noir) 55%, transparent);
}

/* submit button (always circular) */
.rb-search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(320deg, var(--g-color), var(--noir));
  border-radius: 12px;
  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) --- */
.navbar-right {
	background: linear-gradient(320deg, var(--blanc), color-mix(in srgb, var(--g-color) 6%, var(--blanc)));
	padding: 8px 20px !important;
	border-radius: 50px !important;
	border: 1px solid color-mix(in srgb, var(--noir) 8%, transparent);
	box-shadow: 0 6px 18px 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 8px 24px color-mix(in srgb, var(--noir) 12%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: linear-gradient(320deg, 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);
}
