/* ============================================================
   Theme    : FOXIZ
   Variante : 005
   Version  : 2.3
   Date     : 02/06/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=Oswald:wght@400;500;600;700&family=Merriweather:wght@400;700&display=swap');

body {
    --cs-heading-font: "Oswald", Impact, sans-serif;
    --cs-body-font: "Merriweather", Georgia, serif;
}


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

/* WIDGETS */
.elementor-widget-sidebar .more-col {
    padding:0!important;
}
.elementor-widget-sidebar .widget_text .widget-heading {
    margin-bottom:4px;
}
.elementor-widget-sidebar .widget_text .widget-heading span {
    font-size: 22px !important;
    font-weight:600;
    line-height: 1.2em !important;
}
.elementor-widget-sidebar .widget_text .textwidget p {
    font-size: 16px !important;
    line-height: 1.3em !important;
}
.elementor-widget-sidebar .widget_text .textwidget a {
    text-decoration-color: var(--g-color)!important;
    text-decoration-line: underline;
}
.elementor-widget-sidebar .widget_text .textwidget a:hover {
    color:var(--g-color);
    font-weight:600;
}
.widget_text .widget-heading span { 
  height: 40px;
    padding-top:12px!important;
  align-content: center;
    color:var(--g-color)!important;
}
.widget_text .widget-heading { 
    border-top: 5px solid var(--g-color)!important;
}
.widget_text .textwidget::before {
    content: "\2022"; 
    color: var(--g-color)!important;
    width: 1em;
    font-weight:800!important;
    margin-top:-4px;
}
.widget_text .textwidget {
  display: inline-flex!important;
    margin-top:-16px!important;
}

/*HEADER*/
/*HEADER > Logo*/
.logo-sec {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.logo-sec .logo-wrap img {
    min-height: 120px!important;
    width: 100%;
}
/*HEADER > Espacement*/
.Header {
    padding-top:40px!important;
}
/*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;
}

/*TITRE*/
/*TITRE > POLICE*/
h1, h2, h3, h4, h5, h6,
.entry-title {
    font-family: var(--cs-heading-font) !important;
}
/*TITRE > Titre1*/
.Titre1 h2 {
    font-size: 16px;
    font-weight: 600;
}

.Titre1,
.Titre1 .heading-title,
.Titre1 .heading-title > *:before,
.Titre1 .heading-title > *:after {
    height:40px!important;
}   

.Titre1 .heading-inner {
    border-bottom: 2px solid var(--g-color)!important;
}

.Titre1 .heading-title>* {
    height: 42px;
    align-content: center;
}

.Titre1 .heading-title > *:before {
    border-width: calc(0.2em + 38px) 0 0 38px;
    border-color: transparent transparent transparent var(--g-color);
}
.Titre1 .heading-title > *:after {
    background-color: var(--g-color);
}    


/*TITRE > Titre2*/
.Titre2 {
    margin-top:24px!important;
}
.Titre2 .heading-inner {
    border-top: 5px solid var(--g-color);
}
.FondPerso .Titre2 .heading-inner {
    border-top: 5px solid var(--blanc);
}

.Titre2 h2 {
    font-size: 42px;
    line-height:46px;
    font-weight: 600;
}
.Titre2 .heading-tagline {
    font-size: 18px;
}
.Titre2 .heading-tagline:hover {
    color: var(--g-color);
    text-decoration: underline;
}
/*TITRE > Espacement sur mobile*/
@media screen and (max-width: 767px) {
.Titre1,
.Titre2 {
    padding-top:32px!important;
}}


/*TEXTE*/
p, time {
    font-family: var(--cs-body-font) !important;
}
/*MENU*/


/*PIED DE PAGE*/

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

/*IMAGE PUBLICITAIRE*/
.ImagePub {
    padding-top:40px;
    padding-bottom:40px;
}
/*FOND*/
.FondPerso {
    background-color: var(--g-color)!important;
}
.FondPerso,
.FondPerso h2,
.FondPerso span,
.FondPerso p,
.FondPerso time
.FondPerso  {
    color: var(--blanc)!important;
}


/*Theme05Style1*/
/*Theme05Style1 > Espacement*/
.Theme05Style1 {
    padding:0!important;
}

/*Theme05Style1 > Titre*/
.Theme05Style1 .Titre {
    padding:0!important;
}
.Theme05Style1 .Titre .entry-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.1em;
}

/*Theme05Style1 > Texte*/
.Theme05Style1 .Texte {
    padding:0!important;
}
.Theme05Style1 .Texte p.entry-summary {
    font-size: 14px;
    line-height: 1.4em;
}
/*Theme05Style1 > Categorie*/
.Theme05Style1 .p-category {
    padding: 8px 16px;
    color: var(--blanc);
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}

/*Theme05Style1 > Separateur*/
.Theme05Style1 .p-divider:before {
    border-bottom: 5px solid var(--g-color);
}

/*Theme05Style1 > Date*/
.Theme05Style1 .Texte .p-meta {
    margin-bottom: 4px;
}
.Theme05Style1 .Texte time {
    font-size: 14px;
}
/*Theme05Style1 > Miniature*/
@media screen and (max-width: 767px) {
.Theme05Style1 .Miniature {
    min-height:200px;
}
.Theme05Style1 .Miniature {
    min-height:192px;
    max-height:192px;
    height:192px;
    width:100%;
    object-fit: cover;
}}

/*Theme05Style2*/
/*Theme05Style2 > Categorie*/
.Theme05Style2 .p-category {
    padding: 4px 8px;
    color: var(--blanc);
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}

/*Theme05Style2 > Titre*/
.Theme05Style2 {
    padding:0!important;
}
.Theme05Style2 .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

/*Theme05Style2 > Date*/
.Theme05Style2 .p-meta {
    margin-bottom: 4px;
}
.Theme05Style1 time {
    font-size: 14px;
}


/*Theme05Style3*/
/*Theme05Style3 > Espacement*/
.Theme05Style3 .block-inner .p-wrap {
    padding-right: 0;
    padding-left: 0;
}
.Theme05Style3 .block-inner {
    row-gap: 8px;
}

/*Theme05Style3 > Titre*/
.Theme05Style3 h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

/*Theme05Style3 > Categorie*/
.Theme05Style3 .p-category {
    font-size: 12px !important;
    font-weight: 300;
    margin-bottom: 0!important;
}



/*Theme05Style4*/
/*Theme05Style4 > Espacement*/
.Theme05Style4 {
    padding:0!important;
}
.Theme05Style4 .p-wrap {
    padding-right: 8px;
    padding-left: 8px;
}
.Theme05Style4 .p-wrap:first-child {
    padding-left: 0!important;
}
.Theme05Style4 .p-wrap:last-child {
    padding-right: 0!important;
}

/*Theme05Style4 > Titre*/
.Theme05Style4 .entry-title {
    font-size: 21px!important;
    font-weight: 600;
    line-height: 1.1em!important;
}

.FondPerso .Theme05Style4 .entry-title a:hover {
    color:var(--blanc)!important;
    text-decoration: underline;
}
/*Theme05Style4 > Texte*/
.Theme05Style4 {
    padding:0!important;
}
.Theme05Style4 p.entry-summary {
    font-size: 14px;
    line-height: 1.3em;
}

/*Theme05Style5*/
/*Theme05Style5 > Titre*/
.Theme05Style5 {
    padding:0!important;
}
.Theme05Style5 .entry-title {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 800;
}

/*Theme05Style5 > Categorie*/
.Theme05Style5 .p-category {
    padding: 8px 16px;
    color: var(--blanc);
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}

/*Theme05Style5 > Date*/
.Theme05Style5 .p-meta {
    margin-bottom: 4px;
}
.Theme05Style5 time {
    font-size: 14px;
}
/*Theme05Style5 > Texte*/
.Theme05Style5 p.entry-summary {
    font-size: 14px;
    line-height: 1.2em;
}

/*Theme05Style6*/
/*Theme05Style6 > Espacement*/
.Theme05Style6 .list-box {
    background-color: var(--transparent)!important;
}
.Theme05Style6 .block-inner>* {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom:12px;
}

.Theme05Style6 .p-content {
    margin-left: 0!important;
    margin-top: 0!important;
    align-self: center;
    margin-bottom:0!important;
    padding-left:12px!important;
}
.Theme05Style6 .p-list-box-1 .list-feat-holder {
    width: 40%!important;
    max-width: 40%!important;
    min-height:140px;
    max-height:140px;
    height:140px;
}
/*Theme05Style6 > Titre*/
.Theme05Style6 .entry-title,
.Theme05Style6 .entry-title a {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom:4px;
}
/*Theme05Style6 > Texte*/
.Theme05Style6 p.entry-summary {
    font-size: 12px;
    line-height: 1.3em;
}

/*Theme05Style7*/
/*Theme05Style7 > Titre*/
.Theme05Style7 {
    padding:0!important;
}
.Theme05Style7 .entry-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

/*Theme05Style7 > Texte*/
.Theme05Style7 {
    padding:0!important;
}
.Theme05Style7 p.entry-summary {
    font-size: 14px;
    line-height: 1.3em;
}
/*Theme05Style7 > Categorie*/
.Theme05Style7 .p-category {
    padding: 8px 16px;
    color: var(--blanc);
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;
}

/*Theme05Style7 > Separateur*/
.Theme05Style7 .p-divider:before {
    border-bottom: 3px solid var(--g-color);
}

/*Theme05Style7 > Date*/
.Theme05Style7 .p-meta {
    margin-bottom: 4px;
}
.Theme05Style7 time {
    font-size: 14px;
}

/*Theme05Style8*/
/*Theme05Style8 > Espacement*/
.Theme05Style8 .p-featured {
    min-height: 260px;
    max-height: 260px;
    width:100%;
}
.Theme05Style8 .p-category {
    padding-right: 8px;
    padding-left: 16px;
    border-radius: 0px;
    background-color: var(--g-color);
}
/*Theme05Style8*/
.Theme05Style8 .entry-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
}

/*ARTICLE*/
/*ARTICLE > Espacement*/
.single-post .site-wrap {
    padding-top:40px!important;
}

/*ARTICLE > Sommaire > Titre*/    
.single-post .elementor-toc__header {
    padding: 8px 16px;
}
.single-post .elementor-toc__header .elementor-toc__header-title {
    font-size:40px;
    font-weight:600;
}
/*ARTICLE > Sommaire > Contenu*/
.single-post .single-post .elementor-toc__body .elementor-toc__top-level {
    font-size:16px!important;
    line-height: 1.2em!important;
}
.single-post .elementor-toc__body .elementor-toc__list-item {
    font-size:14px!important;
    line-height: 1.3em!important;
}

.single-post .elementor-toc__body .elementor-item-active {
    font-weight:600!important;
    color:var(--g-color)!important;
}
/*ARTICLE > Texte*/
.single-post .entry-content p,
.single-post .entry-content ul li {
    text-align: justify;
}

/*ARTICLE > Titre*/
.single-post h1 {
    font-size:34px!important;;
    line-height:1.2em!important;
}

/*ARTICLE > Categorie*/
.single-post .Categorie .p-category {
    padding: 8px 16px;
    color: var(--blanc);
    background-color: var(--g-color);
    font-size: 12px !important;
    font-weight: 300;
    border-radius: 0;   
}

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


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

/* --- POST (single article) --- */
body.single-post .s-feat-outer {
	width: 100%;
	margin-bottom: 0px;
}

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.18;
	font-weight: 700;
	font-family: var(--cs-body-font);
	margin: 0px 0 12px;
}

/* H2 — layout 7 (bordure gauche 7px accent — signature Editorial) */
body.single-post .entry-content.rbct h2 {
	font-size: 26px;
	font-weight: 600;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	letter-spacing: 1.5px;
	padding-left: 14px;
	margin-top: 24px;
	margin-bottom: 16px;
	border-left: 7px solid var(--g-color);
}

/* H3 — layout 2 (puce ronde 0.6em accent en préfixe) */
body.single-post .entry-content.rbct h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	letter-spacing: 1.5px;
	margin-top: 24px;
	margin-bottom: 12px;
}
body.single-post .entry-content.rbct h3::before {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	background: var(--g-color);
	border-radius: 50%;
	flex-shrink: 0;
}
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: 27px;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 5%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-family: var(--cs-body-font);
	font-style: italic;
	border-radius: 0;
}
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* --- MENU (sitewide) --- */
#site-header {
	border-bottom: 3px solid color-mix(in srgb, var(--noir) 10%, transparent);
}
#site-header .logo-sec-inner {
	padding: 24px 0;
}
#site-header .main-menu > li > a {
	font-weight: 600;
	font-family: var(--cs-heading-font);
	letter-spacing: 2px;
	text-transform: initial;
	padding-left: 4px;
	transition: border-color .2s ease;
	font-size: 14px;
}

body.single-post .ArticleHeader .s-feat img, 
body.single-post .ArticleHeader .s-feat-holder img {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
}

[data-theme="dark"] .elementor-toc__toggle-button svg {
    fill: var(--blanc);
}
[data-theme="dark"].single-post .elementor-toc__body .elementor-item-active {
    font-weight: 900 !important;
}

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

/* 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: "\27A1";
  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(--blanc);
	border: 1px solid color-mix(in srgb, var(--noir) 12%, transparent);
	border-left: 4px solid var(--g-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s ease;
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
}
.logo-sec-right .icon-holder:hover {
	background: color-mix(in srgb, var(--g-color) 8%, var(--blanc));
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--g-color);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: °px;
	border-left: 4px solid var(--g-color);
	padding: 0px;
	background: var(--blanc);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .logo-sec-right .icon-holder {
	background: var(--noir);
	border-color: color-mix(in srgb, var(--blanc) 12%, transparent);
	border-left-color: var(--g-color);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}

.dark-mode-toggle-wrap:not(:first-child) .dark-mode-toggle {
    border-left: none;
}

header .menu-item a>span {
    font-size: 20px;
}
header .main-menu-wrap {
    padding-bottom: 6px;
}
