/* ============================================================
   Theme    : FOXIZ
   Variante : 007
   Version  : 3.1
   Date     : 21/05/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=Poppins:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700&display=swap');

body {
    --cs-heading-font: "Poppins", system-ui, sans-serif;
    --cs-body-font: "Nunito Sans", system-ui, sans-serif;
}


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

/*HEADER*/
/*HEADER > Espacement*/
.Header,
.single .site-wrap  {
    padding-top:40px!important;
}

/*HEADER > Logo*/
.logo-sec .logo-wrap img {
    min-height: 120px;
    width: 100%;
}
/*HEADER > Menu*/
.mega-dropdown-inner .mega-header {
    display:none!important;
}

/*HEADER > Menu > Texte*/
.mega-dropdown-inner .p-wrap .entry-title {
    font-size:16px!important;
    line-height: 1.2em;
}
/*FOOTER*/
/*FOOTER > Espacement*/
footer .footer-inner {
    padding-top: 0!important;
    margin-top:40px!important;
}

/*SOMMAIRE*/
#toc_container {
    display:none!important;
}

/*BARRE DE PROGRESSION*/
#reading-progress {
    background: var(--g-color)!important;
}

/*SIDEBAR*/
/*SIDEBAR > Widgets*/
.elementor-widget-sidebar .widget_text {
    margin-top:24px!important;
}
.elementor-widget-sidebar .widget_text .widget-heading {
    font-size:26px;
    font-weight:700;
    margin-bottom:0px;
    margin-top:16px!important;
}
.elementor-widget-sidebar .widget_text .textwidget {
    font-size:18px;
    font-weight:400;
    line-height:1.2em!important;
    margin-bottom: 4px;
    text-align:justify;
}
.elementor-widget-sidebar .widget_text .textwidget a {
    text-decoration:underline!important;
}
.elementor-widget-sidebar .widget_text .textwidget a:hover {
    font-weight:700;
}
/*SIDEBAR > Espacement*/
.Sidebar .Theme07Style6 .list-feat-holder {
    width: 35%;
    max-width: 35%;
}
.Sidebar .Theme07Style6 .entry-title {
    font-size: 15px;
}
.Sidebar .Theme07Style6 p.entry-summary {
    font-size: 12px;
}
.Sidebar .Theme07Style6 time {
    font-size: 12px;
}
.Sidebar .Theme07Style6 .p-content {
    padding-right: 0;
    padding-left: 0;
}
.Sidebar .Theme07Style6 .p-meta {
    margin-bottom: 2px;
}
.Sidebar .Theme07Style3 .p-featured {
    min-height: 320px;
    max-height: 320px;
    width:100%;  
    border-radius: 12px;
}
.Sidebar .Theme07Style3 .p-category {
    font-size: 11px;
}
.Sidebar .Theme07Style3 .entry-title {
    font-size: 24px;
    line-height: 1.1em!important;
}

/*TITRE*/
/*TITRE > Titre1*/
.Titre1 {
    margin-top:32px!important;
    font-size: 36px;
}
.Titre1 span,
.Titre1 a {
    font-size: 44px;
    line-height:1.1em;
}
.Titre1.Top {
    margin-top:-8px!important;
}

/*TITRE > Espacement sur mobile*/
@media screen and (max-width: 767px) {
.Titre1,
.Titre2 {
    padding-top:32px!important;
}}

/*BARRE DE PROGRESSION*/
.elementor-scrolling-tracker-horizontal .current-progress {
    background-color: var(--g-color);
}

/*IMAGE PUBLICITAIRE*/
.ImagePub {
    padding-top:50px;
    padding-bottom:50px;
}

/*Theme07Style1*/
/*Theme07Style1 > Titre*/
.Theme07Style1 .entry-title {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 800;
}
@media screen and (max-width: 767px) {
.Theme07Style1 .entry-title {
    font-size: 30px;
}}
/*Theme07Style1 > Miniature*/
.Theme07Style1 .overlay-inner {
    width: 72%;
    right: 2%;
    position: absolute;
}
@media screen and (max-width: 767px) {
.Theme07Style1 .overlay-inner {
    width: 100%;
    right: 2%;
    position: absolute;
}}
.Theme07Style1 .p-featured {
    height: 100%!important;
    width: 100%; 
}
.Theme07Style1 .overlay-holder {
    min-height: 450px !important;
    max-height: 450px !important;
    height: 450px !important;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px var(--noir-opacite);
}
/*Theme07Style1 > Date*/
.Theme07Style1 time {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--blanc);
    text-transform: uppercase;
}
/*Theme07Style1 > Texte*/
.Theme07Style1 p.entry-summary {
    font-size: 15px;
    line-height: 1.2em;
}
/*Theme07Style1 > Categorie*/
.Theme07Style1 .p-category {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 300;
}

/*Theme07Style2*/
/*Theme07Style2 > Titre*/
.Theme07Style2 .entry-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 6px!important;
}
/*Theme07Style2 > Image*/
.Theme07Style2 .p-featured img {
    border-radius: 50px;
}
/*Theme07Style2 > Date*/
.Theme07Style2 time {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1em;
}


/*Theme07Style3*/
/*Theme07Style3 > Titre*/
.Theme07Style3 .p-featured {
    min-height: 580px;
    max-height: 580px;
    width:100%;  
    border-radius: 20px;
}
.Theme07Style3 .overlay-holder {
    border-radius: 20px;
    box-shadow: 0 0 20px var(--noir-opacite);
}

/*Theme07Style3 > Categorie*/
.Theme07Style3 .p-category {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 300;
}
.Header .Theme07Style3 span {
    font-size: 1.8em !important;
    line-height: 1.1em !important;
}
/*Theme07Style4*/
.Theme07Style4 .block-inner .p-wrap {
    padding-right: 0!important;
}
.Theme07Style4 .block-inner .p-wrap:last-child {
    padding-right: 20px !important;
}
/*Theme07Style4 > Titre*/
.Theme07Style4 .entry-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1em;
}

/*Theme07Style4 > Date*/
.Theme07Style4 time {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme07Style4 > Categorie*/
.Theme07Style4 .p-category {
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 300;
}
/*Theme07Style4 > Image*/
.Theme07Style4 .grid-box {
    border-radius: 12px;
    box-shadow: 0 0 10px var(--noir-opacite);
}
.Theme07Style4 .grid-box .p-featured {
    border-radius: 12px 12px 0 0;
}

/*Theme07Style5*/
/*Theme07Style5 > Titre*/
.Theme07Style5 .entry-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom:4px!important;
}
@media screen and (max-width: 767px) {
.Theme07Style5 .entry-title {
    font-size: 26px;
}}
/*Theme07Style5 > Image*/
.Theme07Style5 .grid-box {
    border-radius: 24px;
    box-shadow: 0 0 20px var(--noir-opacite);
}
.Theme07Style5 .grid-box .p-featured {
    border-radius: 24px 24px 0 0;
}
/*Theme07Style5 > Date*/
.Theme07Style5 time {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme07Style5 > Texte*/
.Theme07Style5 p.entry-summary {
    font-size: 16px;
    line-height: 1.2em;
}
/*Theme07Style5 > Categorie*/
.Theme07Style5 .p-category {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
}




/*Theme07Style6*/
/*Theme07Style6 > Titre*/
.Theme07Style6 .entry-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
    margin-bottom:4px!important;
}
/*Theme07Style6 > Image*/
.Theme07Style6 .p-featured,
.Theme07Style6 .p-featured img {
    border-radius: 10px;
    box-shadow: 0 0 10px var(--noir-opacite);
}
/*Theme07Style6 > Date*/
.Theme07Style6 time {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
}
/*Theme07Style6 > Texte*/
.Theme07Style6 p.entry-summary {
    font-size: 16px;
    line-height: 1.2em;
}
/*Theme07Style6 > Categorie*/
.Theme07Style6 .p-category {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 300;
}


/*Theme07Style7*/
/*Theme07Style7 > Titre*/
.Theme07Style7 .entry-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2em;
}

/*Theme07Style7 > Date*/
.Theme07Style7 time {
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
}
/*Theme07Style7 > Categorie*/
.Theme07Style7 .p-category {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 300;
}

/*Theme07Style7 > Categorie*/
.Theme07Style7 .grid-box {
    border-radius: 18px;
    box-shadow: 0 0 16px var(--noir-opacite);
}
.Theme07Style7 .grid-box .p-featured {
    border-radius: 18px 18px 0 0;
}
/*Theme07Style7 > Texte*/
.Theme07Style7 p.entry-summary {
    font-size: 15px;
    line-height: 1em;
}

/*Theme07Style8*/
/*Theme07Style8 > Titre*/
.Theme07Style8 .entry-title {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1em;
}

/*Theme07Style8 > Date*/
.Theme07Style8 time {
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
}
/*Theme07Style8 > Categorie*/
.Theme07Style8 .p-category {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 300;
}

/*Theme07Style8 > Categorie*/
.Theme07Style8 .grid-box {
    border-radius: 18px;
    box-shadow: 0 0 16px var(--noir-opacite);
}
.Theme07Style8 .grid-box .p-featured {
    border-radius: 18px 18px 0 0;
}
/*Theme07Style8 > Texte*/
.Theme07Style8 p.entry-summary {
    font-size: 16px;
    line-height: 1.1em;
}

/*ARTICLE*/
/*ARTICLE > Contenu > Paragraphe*/
.single-post .entry-content p,
.single-post .entry-content ul li {
    text-align: justify;
}

/*ARTICLE > Contenu > Puces*/
.single-post .entry-content ul {
    padding-left: 2rem;
}
.single-post .entry-content ul li {
    margin-bottom: 8px;
    line-height:1.3em!important;
}
/*ARTICLE > Contenu > Tableaux*/
@media screen and (max-width: 767px) {
.single-post .td-ss-main-content table {
    margin-bottom:20px;
}
.single-post .td-ss-main-content table th::before, 
.single-post .td-ss-main-content table td::before {
    background-color: var(--transparent);
}
.single-post .td-ss-main-content table, 
.single-post .td-ss-main-content table th, 
.single-post .td-ss-main-content table td {
    display: inline-grid;
}
.single-post .td-ss-main-content table th,
.single-post .td-ss-main-content table td {
    text-align: left;
}

.single .td-ss-main-content table td {
    border:none;
}}

/*Correction de la largeur du tableau sur mobile*/
.single-post .td-ss-main-content table th, 
.single-post .td-ss-main-content table td {
    white-space: normal;
    width: 50%;
}

.single-related .Theme07Style4 .entry-title {
    font-size:16px!important;
}




/*FORMULAIRE DE CONTACT*/
/*FORMULAIRE DE CONTACT > CHAMPS*/
body.contact .wpcf7 p.label { 
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6em!important;
}

body.contact .wpcf7 .wpcf7-form-control-wrap span {
    margin-top:6px;
}
body.contact .wpcf7 input[type=text], 
body.contact .wpcf7 input[type=url], 
body.contact .wpcf7 input[type=tel], 
body.contact .wpcf7 input[type=email],
body.contact .wpcf7 textarea {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #505050;
    font-family: var(--cs-heading-font)!important;
    border-radius: 4px;
}
body.contact .wpcf7 input[type=text]:hover, 
body.contact .wpcf7 input[type=url]:hover, 
body.contact .wpcf7 input[type=tel]:hover, 
body.contact .wpcf7 input[type=email]:hover,
body.contact .wpcf7 textarea:hover {
    background: var(--accent-color-1);
}
body.contact .wpcf7 input[type=text]:hover::placeholder, 
body.contact .wpcf7 input[type=url]:hover::placeholder, 
body.contact .wpcf7 input[type=tel]:hover::placeholder, 
body.contact .wpcf7 input[type=email]:hover::placeholder,
body.contact .wpcf7 textarea:hover::placeholder {
    background: var(--accent-color-1);
}

body.contact .wpcf7 input[type=text]:focus, 
body.contact .wpcf7 input[type=url]:focus, 
body.contact .wpcf7 input[type=tel]:focus, 
body.contact .wpcf7 input[type=email]:focus,
body.contact .wpcf7 textarea:focus {
    background: var(--accent-color-1)!important;
}


/*FORMULAIRE DE CONTACT > MOBILE*/
#formulaire-responsive {
    max-width:100%; 
    width:100%;
}
.rang-form {
    width: 100%;
}
/*FORMULAIRE DE CONTACT > DEMI CHAMPS*/
.demi-colonne, .colonne {
    float: left;
    position: relative;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 48em) { 
    .demi-colonne {
        width: 49%;
    }
}

/*FORMULAIRE DE CONTACT > BOUTON ENVOYER*/
form input[type=submit] {
    font-size: 18px;
    background: var(--g-color)!important;
    border-radius: 0px;
    margin-top:12px;
    transition: transform .2s;
    border-radius: 4px;
    padding: 4px 32px!important;
    margin-left:0px!important;
}

form input[type=submit]:hover {
    transform: scale(1.2);
    box-shadow: 0 4px 15px var(--g-color)!important;
}

/*FORMULAIRE DE CONTACT > MESSAGE SUCCES*/
.wpcf7 form .wpcf7-response-output {
    margin: 0!important;
    padding: 0.8em 0.2em!important;
    border: 2px solid #46b450;
    text-align: center;
    font-weight: 500;
    color: #46b450;
    font-size:14px!important;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 2px solid #dc3232;
    color: #dc3232;
    border-color:#dc3232!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px!important;
}

form .wpcf7-form-control-wrap {
    padding: 0!important;
}

.Noir h1,
.Noir p {
    color:var(--noir)!important;
}

.FondArticle {
    margin-top:-350px!important;
    position: absolute;
    bottom: 0 !important;
    padding:24px!important;
    border-radius: 0 24px 0 24px!important;
}

.FondArticle .p-category {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 300;
}
[data-theme="dark"] .FondArticle {
    background: #000!important;
}
[data-theme="default"] .FondArticle {
    background: #FFFFFF!important;
}

.ArticleHeader,
.ArticleHeader .e-con-inner,
.ArticleHeader .ImageArticle .stemplate-feat,
.ArticleHeader .ImageArticle .s-feat,
.ArticleHeader .ImageArticle img {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    width:100%; 
}

.ArticleHeader .ImageArticle,
.ArticleHeader .ImageArticle .stemplate-feat,
.ArticleHeader .ImageArticle .stemplate-feat img {
    border-radius:24px!important;
    box-shadow: 0 0 20px var(--noir-opacite);
}


.ArticleHeader .ImageArticle .s-feat-outer {
    margin-bottom:0!important;
}


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


/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: 1px solid color-mix(in srgb, var(--noir) 8%, transparent);
	border-radius: 20px;
	padding: 22px 26px;
	box-shadow: 0 6px 24px color-mix(in srgb, var(--noir) 10%, transparent);
	background: var(--blanc);
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 0;
	padding-bottom: 10px;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 30px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	color: var(--noir);
	text-transform: uppercase;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\25CF";
	font-family: initial;
	font-size: 26px;
	color: var(--g-color) !important;
	padding-right: 10px;
}
body.single-post .ruby-table-contents .inner {
	column-count: 2;
	margin-top: 0;
	padding-top: 0;
	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: 4px 14px 4px 30px;
	margin-bottom: 4px;
	color: var(--noir) !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	border-radius: 999px;
	transition: all .25s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	background: color-mix(in srgb, var(--g-color) 8%, transparent);
}
body.single-post .ruby-table-contents .inner a::before {
	content: "";
	position: absolute;
	left: 12px;
	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: 12px;
}
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;
	border-radius: 999px;
	font-size: 14px;
	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: 42px;
	line-height: 1.08;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	margin: 0px 0 20px;
	letter-spacing: -0.3px;
}

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;
	border-radius: 0;
}
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: 17px;
	line-height: 1.8;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: none;
	background: color-mix(in srgb, var(--g-color) 6%, 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;
}

.logo-sec {
    padding-top: 4px;
    padding-bottom: 4px;
}

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

/* 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: "\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) --- */
.navbar-right {
	background: var(--blanc);
	padding: 8px 20px !important;
	border-radius: 50px !important;
	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(--color1) !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: var(--noir);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--blanc) 8%, transparent);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}

header .menu-item a>span {
    font-size: 20px;
    line-height: 24px;
}