/* ============================================================
   Theme    : FOXIZ
   Variante : 020
   Version  : 1.5
   Date     : 01/09/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=Rubik:wght@400;500;600;700&family=Nunito+Sans:wght@400;600;700&display=swap');

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


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

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

/*Theme020Style01 > Fond*/
.Theme020Style01 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    padding:0!important;
    padding-right:24px!important;
}
[data-theme="dark"] .Theme020Style01 .p-wrap {
    background:none!important;
}

@media only screen and (max-width: 600px) {
.Theme020Style01 .entry-title,
.Theme020Style01 .entry-summary,
.Theme020Style01 .p-meta {
    padding:4px 12px;
    margin-bottom: 0;
}}

/*Theme020Style01 > Bordure*/
.Theme020Style01 .p-wrap {
    border-radius:24px ;
    border:3px solid #E6E6E6;
}
.Theme020Style01 .p-wrap .p-featured {
    border-radius:24px 0 0 24px;
}

@media only screen and (min-width: 600px) {
.Theme020Style01 .list-feat-holder, 
.Theme020Style01 .p-content {
    width:50%;
    min-width:50%;
    max-width:50%;
}}

/*Theme020Style01 > Titre*/
.Theme020Style01 .entry-title {
    font-weight:600!important;
    font-size:34px!important;
    line-height:36px!important;
    margin-bottom:8px;
}
/*Theme020Style01 > Texte*/
.Theme020Style01 .entry-summary {
    font-weight:400!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:4px;
}

/*Theme020Style01 > Meta*/
.Theme020Style01 .p-meta span  {
    font-size:18px!important;
    line-height:20px!important;
    font-weight: 500;
}
/*Theme020Style01 > Titre*/
.blog-sidebar .Theme020Style01 .entry-title,
.elementor-widget-sidebar .Theme020Style01 .entry-title {
    font-size:12px!important;
    line-height:14px!important;
}
/*Theme020Style01 > Meta*/
.blog-sidebar .Theme020Style01 .p-meta,
.elementor-widget-sidebar .Theme020Style01 .p-meta {
    margin-bottom: 4px;
}
.blog-sidebar .Theme020Style01 .p-meta span,
.elementor-widget-sidebar .Theme020Style01 .p-meta span {
    font-size:10px!important;
    line-height:12px!important;
}

@media only screen and (max-width: 600px) {
.Theme020Style01 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
.Theme020Style01 .entry-summary {
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:8px;
}
.Theme020Style01 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
}}

.Theme020Style01 .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);
}

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

/*Theme020Style02 > Fond*/
.Theme020Style02 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    padding:0;
    border:3px solid #E6E6E6;
}

@media only screen and (min-width: 600px) {
.Theme020Style02 .p-wrap {
    margin:0 1.5%;
    width:30%!important;
    min-width:30%!important;
    max-width:30%!important;
}}

.Theme020Style02 .entry-title,
.Theme020Style02 .entry-summary,
.Theme020Style02 .p-meta {
    padding:0px 24px 8px;
}

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

/*Theme020Style02 > Titre*/
.Theme020Style02 .entry-title {
    font-weight:600!important;
    font-size:24px!important;
    line-height:26px!important;
    margin-bottom:4px;
}
/*Theme020Style02 > Texte*/
.Theme020Style02 .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
@media only screen and (max-width: 600px) {
.Theme020Style02 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme020Style02 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}

/*Theme020Style02 > Meta*/
.Theme020Style02 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
}
.Theme020Style02 .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);
}

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

/*Theme020Style03 > Fond*/
.Theme020Style03 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    border:3px solid #E6E6E6;
    padding:0!important;
}

.Theme020Style03 .entry-title,
.Theme020Style03 .entry-summary,
.Theme020Style03 .p-meta,
.Theme020Style03 .p-link {
    padding:0px 24px;
}

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

@media only screen and (min-width: 600px) {
.Theme020Style03 .list-feat-holder, 
.Theme020Style03 .p-content {
    width:50%;
    min-width:50%;
    max-width:50%;
}}

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

/*Theme020Style03 > Bouton*/
.Theme020Style03 .p-link a {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
    border-radius:50px;
    border:2px solid var(--g-color);
    background:var(--g-color);
    color:var(--blanc);
}
@media only screen and (max-width: 600px) {
.Theme020Style03 .p-link a {
    margin:12px 0;
}}
/*Theme020Style03 > Icone*/
.Theme020Style03 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style03 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style03 .pagination-wrap .ajax-next::after {
  content: "→";
}
.Theme020Style03 .pagination-wrap span {
  display: none;
}
.Theme020Style03 .pagination-wrap .pagination-trigger,
.Theme020Style03 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}
.Theme020Style03 .pagination-wrap .pagination-trigger:hover,
.Theme020Style03 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style03 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}

@media only screen and (max-width: 600px) {
.Theme020Style03 .pagination-wrap .pagination-trigger,
.Theme020Style03 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}
.Theme020Style03 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}
.Theme020Style03 .pagination-wrap .is-disable {
    opacity:0.2!important;
}

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

/*Theme020Style04 > Fond*/
.Theme020Style04 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    border:3px solid #E6E6E6;
    padding:0!important;
}

.Theme020Style04 .entry-title,
.Theme020Style04 .entry-summary,
.Theme020Style04 .p-meta,
.Theme020Style04 .p-link {
    padding:0px 24px;
}
@media only screen and (max-width: 600px) {
.Theme020Style04 .p-link {
    padding-bottom: 18px;
}}

/*Theme020Style04 > Bordure*/
.Theme020Style04 .p-wrap {
    border-radius:24px;
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    padding:0!important;
}
@media only screen and (min-width: 600px) {
.Theme020Style04 .p-wrap {
    margin:0 2%;
    width:46%!important;
    min-width:46%!important;
    max-width:46%!important;
    max-height: fit-content;
}
.blog-sidebar .Theme020Style04 .p-wrap,
.elementor-widget-sidebar .Theme020Style04 .p-wrap {
    margin:0 2%;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    max-height: fit-content;
}}

.Theme020Style04 .p-wrap .p-featured {
    border-radius: 0 0 24px 24px;
}

/*Theme020Style04 > Titre*/
.Theme020Style04 .entry-title {
    font-weight:600!important;
    font-size:28px!important;
    line-height:32px!important;
    margin-bottom:2px;
    text-align: center;
}
/*Theme020Style04 > Texte*/
.Theme020Style04 .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:28px;
    text-align: center;
}
.elementor-widget-sidebar .Theme020Style04 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:12px!important;
}
.elementor-widget-sidebar .Theme020Style04 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:12px;
}
.elementor-widget-sidebar .Theme020Style04 .p-meta {
    margin-bottom:4px;
}

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

/*Theme020Style04 > Bouton*/
.Theme020Style04 .p-link a {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
    border-radius:50px;
    border:2px solid var(--g-color);
    background:var(--g-color);
    color:var(--blanc);
}
/*Theme020Style04 > Icone*/
.Theme020Style04 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style04 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style04 .pagination-wrap .ajax-next::after {
  content: "→";
}
.Theme020Style04 .pagination-wrap span {
  display: none;
}
.Theme020Style04 .pagination-wrap .pagination-trigger,
.Theme020Style04 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}
.Theme020Style04 .pagination-wrap .pagination-trigger:hover,
.Theme020Style04 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style04 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}
@media only screen and (max-width: 600px) {
.Theme020Style04 .pagination-wrap .pagination-trigger,
.Theme020Style04 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}

.Theme020Style04 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}

.Theme020Style04 .pagination-wrap .is-disable {
    opacity:0.2!important;
}
/*Theme020Style04 > Meta*/
.Theme020Style04 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
}
.Theme020Style04 .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);
}
.Theme020Style04 .meta-inner {
    place-content: center;
    padding-top:24px;
    justify-self: center;
}

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

/*Theme020Style05 > Fond*/
.Theme020Style05 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    border:3px solid #E6E6E6;
    padding:0!important;
}

@media only screen and (min-width: 600px) {
.Theme020Style05 .p-wrap {
    margin:0 2%;
    width:46%!important;
    min-width:46%!important;
    max-width:46%!important;
}
.Theme020Style05.ColonneUne .p-wrap {
    margin:0;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
}}

.Theme020Style05 .entry-title,
.Theme020Style05 .entry-summary,
.Theme020Style05 .p-meta,
.Theme020Style05 .p-link {
    padding-right: 12px;
}
@media only screen and (max-width: 600px) {
.Theme020Style05 .entry-title,
.Theme020Style05 .entry-summary,
.Theme020Style05 .p-meta,
.Theme020Style05 .p-link {
    padding-left: 18px;
}
.Theme020Style05 .p-link {
    padding-bottom: 18px;
}}

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

/*Theme020Style05 > Titre*/
.Theme020Style05 .entry-title {
    font-weight:600!important;
    font-size:24px!important;
    line-height:26px!important;
    margin-bottom:4px;
}
/*Theme020Style05 > Texte*/
.Theme020Style05 .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:24px;
}
@media only screen and (max-width: 600px) {
.Theme020Style05 .entry-title {
    font-size:16px!important;
    line-height:18px!important;
}
.Theme020Style05 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}

/*Theme020Style05 > Bouton*/
.Theme020Style05 .p-link a {
    font-weight:600!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
    border-radius:50px;
    border:2px solid var(--g-color);
    background:var(--g-color);
    color:var(--blanc);
}
/*Theme020Style05 > Icone*/
.Theme020Style05 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style05 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style05 .pagination-wrap .ajax-next::after {
  content: "→";

}
.Theme020Style05 .pagination-wrap span {
  display: none;
}
.Theme020Style05 .pagination-wrap .pagination-trigger,
.Theme020Style05 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}
.Theme020Style05 .pagination-wrap .pagination-trigger:hover,
.Theme020Style05 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style05 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}

@media only screen and (max-width: 600px) {
.Theme020Style05 .pagination-wrap .pagination-trigger,
.Theme020Style05 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}

.Theme020Style05 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}

.Theme020Style05 .pagination-wrap .is-disable {
    opacity:0.2!important;
}

/*Theme020Style05 > Meta*/
.Theme020Style05 .p-meta span  {
    font-size:12px!important;
    line-height:14px!important;
    font-weight: 500;
}
.Theme020Style05 .meta-el:not(.meta-avatar):not(.no-label):not(:last-child):after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .8em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}

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

/*Theme020Style06 > Fond*/
.Theme020Style06 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    padding:0;
    border:3px solid #E6E6E6;
}


@media only screen and (min-width: 600px) {
.Theme020Style06 .p-wrap {
    margin:0 1.5%;
    width:30%!important;
    min-width:30%!important;
    max-width:30%!important;
    max-height:fit-content;
}

.Theme020Style06.ColonneUne .p-wrap,
.category .Theme020Style06 .p-wrap,
.single-post .Theme020Style06 .p-wrap {
    margin:0 2%;
    width:46%!important;
    min-width:46%!important;
    max-width:46%!important;
    max-height:fit-content;    
}
.category .Theme020Style06 {
    margin-right:24px!important;  
}}

.Theme020Style06 .entry-title,
.Theme020Style06 .entry-summary,
.Theme020Style06 .p-meta {
    padding:0px 24px;
    
}

/*Theme020Style06 > Bordure*/
.Theme020Style06 .p-wrap {
    border-radius:24px ;
}
.Theme020Style06 .p-wrap .p-featured {
    border-radius:0 0 24px 24px;
}
/*Theme020Style06 > Titre*/
.Theme020Style06 .entry-title {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:4px;
}
/*Theme020Style06 > Texte*/
.Theme020Style06 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:24px;
}
@media only screen and (max-width: 600px) {
.Theme020Style06 .entry-title {
    font-size:16px!important;
    line-height:18px!important;
}
/*Theme020Style06 > Texte*/
.Theme020Style06 .entry-summary {
    font-size:12px!important;
    line-height:14px!important;
}}

/*Theme020Style06 > Meta*/
.Theme020Style06 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
    padding-top:24px!important;
}
.Theme020Style06 .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);
}

/*Theme020Style06 > Pagination*/
.Theme020Style06 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style06 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style06 .pagination-wrap .ajax-next::after {
  content: "→";
}

.Theme020Style06 .pagination-wrap span {
  display: none;
}
.Theme020Style06 .pagination-wrap .pagination-trigger,
.Theme020Style06 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}
.Theme020Style06 .pagination-wrap .pagination-trigger:hover,
.Theme020Style06 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style06 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}

@media only screen and (max-width: 600px) {
.Theme020Style06 .pagination-wrap .pagination-trigger,
.Theme020Style06 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}

.Theme020Style06 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}
.Theme020Style06 .pagination-wrap .is-disable {
    opacity:0.2!important;
}

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

/*Theme020Style07 > Fond*/
.Theme020Style07 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    padding:0!important;
    border:3px solid #E6E6E6;
}
@media only screen and (min-width: 600px) {
.Theme020Style07 .p-wrap {
    margin:0 1%;
    width:23%!important;
    min-width:23%!important;
    max-width:23%!important;
    max-height:fit-content;
}}

.Theme020Style02  .block-inner > *,
.Theme020Style06  .block-inner > *,
.Theme020Style07  .block-inner > * {
    padding-right: 0!important;
    padding-left: 0!important;
}

.Theme020Style07 .entry-title,
.Theme020Style07 .entry-summary,
.Theme020Style07 .p-meta {
    padding:0px 18px;
}

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

/*Theme020Style07 > Titre*/
.Theme020Style07 .entry-title {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
/*Theme020Style07 > Texte*/
.Theme020Style07 .entry-summary {
    font-weight:400!important;
    font-size:12px!important;
    line-height:14px!important;
    margin-bottom:16px;
}

/*Theme020Style07 > Meta*/
.Theme020Style07 .p-meta span  {
    font-size:12px!important;
    line-height:14px!important;
    font-weight: 500;
    margin-top:18px;
}
.Theme020Style07 .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);
}
/*Theme020Style07 > Pagination*/
.Theme020Style07 .pagination-wrap {
    justify-content: center;
    padding-left: 0!important;
    margin-left:0!important;
    margin-top: 0px;
}
.Theme020Style07 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style07 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style07 .pagination-wrap .ajax-next::after {
  content: "→";

}
.Theme020Style07 .pagination-wrap span {
  display: none;
}
.Theme020Style07 .pagination-wrap .pagination-trigger,
.Theme020Style07 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}
.Theme020Style07 .pagination-wrap .pagination-trigger:hover,
.Theme020Style07 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style07 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}

@media only screen and (max-width: 600px) {
.Theme020Style07 .pagination-wrap .pagination-trigger,
.Theme020Style07 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}

.Theme020Style07 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}
.Theme020Style07 .pagination-wrap .is-disable {
    opacity:0.2!important;
}


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

/*Theme020Style08 > Fond*/
.Theme020Style08 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    border:3px solid #E6E6E6;
    padding:0!important;
}

.Theme020Style08 .entry-title,
.Theme020Style08 .entry-summary,
.Theme020Style08 .p-meta,
.Theme020Style08 .p-link {
    padding:0px;
}
@media only screen and (max-width: 600px) {
.Theme020Style08 .entry-title,
.Theme020Style08 .entry-summary,
.Theme020Style08 .p-meta,
.Theme020Style08 .p-link {
    padding-left:18px;
}
.Theme020Style08 .p-link {
    padding-bottom:18px;
}}

/*Theme020Style08 > Bordure*/
.Theme020Style08 .p-wrap {
    border-radius:24px;
    background: color-mix(in srgb, var(--g-color) 20%, transparent);
    padding:0!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    min-height: fit-content;
}

.Theme020Style08 .p-wrap .p-featured {
    border-radius: 24px 0 0 24px;
}

/*Theme020Style08 > Titre*/
.Theme020Style08 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:4px;
}
/*Theme020Style08 > Texte*/
.Theme020Style08 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:24px;
}
/*Theme020Style08 > Bouton*/
.Theme020Style08 .p-link a {
    font-weight:600!important;
    font-size:12px!important;
    line-height:14px!important;
    margin-bottom:4px;
    border-radius:50px;
    border:2px solid var(--g-color);
    background:var(--g-color);
    color:var(--blanc);
}
/*Theme020Style08 > Icone*/
.Theme020Style08 .pagination-wrap {
    margin-top: 0;
    padding-left: 0!important;
    justify-content: left;
}
.Theme020Style08 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style08 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style08 .pagination-wrap .ajax-next::after {
  content: "→";
}
.Theme020Style08 .pagination-wrap span {
  display: none;
}
.Theme020Style08 .pagination-wrap .pagination-trigger,
.Theme020Style08 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: none;
    text-align: left;
    border-radius: 50px;
    transition:all 0.6s;
}

[data-theme="dark"] .Theme020Style08 .pagination-wrap .pagination-trigger,
[data-theme="dark"] .Theme020Style08 .pagination-wrap .pagination-trigger:before {
    color: var(--noir);
}

.Theme020Style08 .pagination-wrap .pagination-trigger:hover,
.Theme020Style08 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--noir);
    background: none!important;
    transform: scale(0.9);
    box-shadow: none!important;
}

@media only screen and (max-width: 600px) {
.Theme020Style08 .pagination-wrap .pagination-trigger,
.Theme020Style08 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}

.Theme020Style08 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}

.Theme020Style08 .pagination-wrap .is-disable {
    opacity:0.2!important;
}
/*Theme020Style08 > Meta*/
.Theme020Style08 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
}
.Theme020Style08 .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);
}
.Theme020Style08 .meta-inner {
    place-content: baseline;
    padding-top: 24px;
}

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

/*Theme020Style09 > Fond*/
.Theme020Style09 .p-wrap {
    background:var(--blanc);
    box-shadow:0 0 12px #00000020;
    border:3px solid #E6E6E6;
    padding:0!important;
    margin:0;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
}

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

/*Theme020Style09 > Titre*/
.Theme020Style09 .entry-title {
    font-weight:600!important;
    font-size:24px!important;
    line-height:26px!important;
    margin-bottom:4px;
    text-align: center;
}
/*Theme020Style09 > Texte*/
.Theme020Style09 .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:24px;
    text-align:center;
}
@media only screen and (max-width: 600px) {
.Theme020Style09 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme020Style09 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}}


/*Theme020Style09 > Icone*/
.Theme020Style09 .pagination-wrap .pagination-trigger i {
  display: none;
}
.Theme020Style09 .pagination-wrap .ajax-prev::before {
  content: "←";
  font-size: 20px;
  display: inline-block;
}
.Theme020Style09 .pagination-wrap .ajax-next::after {
  content: "→";

}
.Theme020Style09 .pagination-wrap span {
  display: none;
}
.Theme020Style09 .pagination-wrap .pagination-trigger,
.Theme020Style09 .pagination-wrap .pagination-trigger:before {
    opacity: 1;
    border: none;
    font-size: 40px !important;
    display: inline-block;
    color: var(--noir);
    padding: 0px 0px 4px 0 !important;
    width: fit-content;
    background: var(--blanc);
    text-align: center;
    border-radius: 50px;
    transition: all 0.6s;
}

.Theme020Style09 .pagination-wrap .pagination-trigger:hover,
.Theme020Style09 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--blanc);
    background: var(--noir)!important;
    transform: scale(0.9);
}
.Theme020Style09 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--blanc);
}

@media only screen and (max-width: 600px) {
.Theme020Style09 .pagination-wrap .pagination-trigger,
.Theme020Style09 .pagination-wrap .pagination-trigger:before {
    font-size: 28px !important;
}}
.Theme020Style09 .pagination-wrap .pagination-trigger:before {
    padding: 0!important;
}

.Theme020Style09 .pagination-wrap .is-disable {
    opacity:0.2!important;
}

/*Theme020Style09 > Meta*/
.Theme020Style09 .p-meta span  {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
}
.Theme020Style09 .meta-el:not(.meta-avatar):not(.no-label):not(:last-child):after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: .8em;
    content: '';
    opacity: var(--meta-style-o, .3);
    border-radius: 50%;
    background-color: var(--meta-fcolor);
}
.Theme020Style09 .meta-inner {
    place-content: center !important;
    padding-top: 24px;
    justify-self: center;
}

.Theme020Style09 .entry-title,
.Theme020Style09 .entry-summary,
.Theme020Style09 .p-meta,
.Theme020Style09 .p-link {
    padding: 0px 24px;
}
    
.Theme020Style08 .pagination-nextprev a:hover {
    font-weight: 800!important;
    box-shadow: none!important;
}
[data-theme="dark"] .Theme020Style01 .p-wrap,
[data-theme="dark"] .Theme020Style02 .p-wrap,
[data-theme="dark"] .Theme020Style03 .p-wrap,
[data-theme="dark"] .Theme020Style05 .p-wrap,
[data-theme="dark"] .Theme020Style06 .p-wrap,
[data-theme="dark"] .Theme020Style07 .p-wrap,
[data-theme="dark"] .Theme020Style09 .p-wrap {
    background:none!important;
}

[data-theme="dark"] .Theme020Style03 .pagination-wrap .pagination-trigger,
[data-theme="dark"] .Theme020Style03 .pagination-wrap .pagination-trigger:before,
[data-theme="dark"] .Theme020Style04 .pagination-wrap .pagination-trigger,
[data-theme="dark"] .Theme020Style04 .pagination-wrap .pagination-trigger:before,
[data-theme="dark"] .Theme020Style06 .pagination-wrap .pagination-trigger,
[data-theme="dark"] .Theme020Style06 .pagination-wrap .pagination-trigger:before,
[data-theme="dark"] .Theme020Style07 .pagination-wrap .pagination-trigger,
[data-theme="dark"] .Theme020Style07 .pagination-wrap .pagination-trigger:before  {
    color: var(--blanc);
    background: var(--noir);
}

[data-theme="dark"] .Theme020Style03 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style03 .pagination-wrap .pagination-trigger:hover:before,
[data-theme="dark"] .Theme020Style04 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style04 .pagination-wrap .pagination-trigger:hover:before,
[data-theme="dark"] .Theme020Style06 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style06 .pagination-wrap .pagination-trigger:hover:before,
[data-theme="dark"] .Theme020Style07 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style07 .pagination-wrap .pagination-trigger:hover:before {
    color: var(--noir);
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme020Style03 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style04 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style06 .pagination-wrap .pagination-trigger:hover,
[data-theme="dark"] .Theme020Style07 .pagination-wrap .pagination-trigger:hover {
    box-shadow: 0 0 20px var(--g-color);
}

/*SIDEBAR*/
@media only screen and (min-width: 600px) {
.elementor-widget-sidebar .Theme020Style01 .p-wrap,
.elementor-widget-sidebar .Theme020Style04 .p-wrap {
    margin-left: 18px!important;
}}

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

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

/*TITRE*/
.Titre h2,
.ArticleContenu .Titre p  {
    font-size:48px!important;
    line-height:52px!important;
    font-weight:600!important;
    padding-bottom:0!important;
}

.single-post .Header .Titre h2 {
    font-size:36px!important;
    line-height:40px!important;
    font-weight:600!important;
    padding-bottom:0!important;
    color:var(--blanc);
}
@media only screen and (max-width: 600px) {
.single-post .Header .Titre h2 {
    font-size:26px!important;
    line-height:28px!important;
}}
.single-post .Header .ecat-border .p-category {
    color: var(--blanc);
    border: 1px solid var(--blanc);
}
.Header .Titre h2 {
    font-size:52px!important;
    line-height:54px!important;
    font-weight:700!important;
}

.elementor-widget-sidebar .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:28px!important;
    line-height:32px!important;
}}
.Titre.Noir h2 {
    color: var(--noir)!important;
}
.Titre.Blanc h2 {
    color: var(--blanc)!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:18px!important;
    line-height:20px!important;
}}
.Texte.Noir p {
    color: var(--noir);
}
.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 .Titre h2 {
    font-size:32px!important;
    line-height:36px!important;
}
.Header .Texte {
    font-size:22px!important;
    line-height:24px!important;
}}

/*MINIATURE*/
.entry-content img,
.ImageArticle img {
    border-radius: 12px;
    box-shadow: 0 0 2px var(--noir);
}
.ImageArticle .s-feat-outer {
    margin-bottom: 0 !important;
}

.elementor-widget-sidebar .p-content {
    padding-right: 4px!important;
    padding-left: 4px!important;
}

/*FOND*/
.Fond1 {
    background: color-mix(in srgb, var(--g-color) 80%, transparent);
}

/*MENU > SOUS-MENU*/
.mega-dropdown-inner .entry-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 6px;
}
.mega-dropdown-inner .p-featured img {
    border-radius: 4px;
}

/*BOUTON*/
.rbi.rbi-cright:before {
    display:none;
}

/*EFFET AU SURVOL*/
.p-wrap {
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
}

.p-wrap:hover {
  transform: rotateX(6deg) rotateY(6deg) scale(1.03);
}

.p-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.4) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
}

.p-wrap:hover::after {
  animation: swipe 1s ease;
}

@keyframes swipe {
  from { left: -75%; }
  to { left: 125%; }
}

/*META*/
.meta-inner {
  display: flex;
  gap: 8px;
}
.meta-read {
  order: 2;
}
.meta-read:after {
    display:none!important;
}

.meta-update: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);
}

.meta-update {
  order: 1;
}
.meta-category {
    display:none;
}

/*ESPACEMENT > PADDING (override: 20px instead of 40px on mobile)*/
@media only screen and (max-width: 600px) {
.PT20 {padding-top:20px!important;}
.PB20 {padding-bottom:20px!important;}
.PT40 {padding-top:20px!important;}
.PB40 {padding-bottom:20px!important;}
.PT60 {padding-top:20px!important;}
.PB60 {padding-bottom:20px!important;}
.PT80 {padding-top:20px!important;}
.PB80 {padding-bottom:20px!important;}
.PT100 {padding-top:20px!important;}
.PB100 {padding-bottom:20px!important;}
.PT120 {padding-top:20px!important;}
.PB120 {padding-bottom:20px!important;}
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme020-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: 3px solid #E6E6E6;
	border-radius: 24px;
	padding: 22px 26px;
	box-shadow: 0 8px 24px color-mix(in srgb, var(--noir) 10%, transparent);
	background: var(--blanc);
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 34px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	color: var(--noir);
	letter-spacing: -0.3px;
	margin-top: -6px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\25F0";
	font-family: initial;
	font-size: 34px;
	color: var(--g-color) !important;
	padding-right: 8px;
}
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: 10px 14px 10px 32px;
	margin-bottom: 6px;
	color: var(--noir) !important;
	font-size: 15px;
	line-height: 17px;
	font-weight: 500;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	/* background: color-mix(in srgb, #E6E6E6 40%, var(--blanc)); */
	border-radius: 12px;
	transition: all .25s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	background: color-mix(in srgb, var(--g-color) 10%, var(--blanc));
	color: var(--g-color) !important;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--noir) 8%, 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: 3px;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\2B9F" !important;
	font-family: initial !important;
	font-size: 18px !important;
	font-weight: 700 !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 14px;
	border: 3px solid #E6E6E6;
	border-radius: 12px;
	background: var(--blanc);
	color: var(--g-color) !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);
}
.category h1,
body.single-post .s-title {
	line-height: 1.12em;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	margin: 14px 0 20px;
	letter-spacing: -0.5px;
}
.category h1 {
	font-size: 66px;
}
body.single-post .s-title {
	font-size: 44px;
}
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: 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, #E6E6E6 50%, 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;
}
.elementor-widget-sidebar {
	margin-top:16px!important;
}
.elementor-widget-sidebar .elementor-widget-heading .elementor-heading-title {
    color: var(--noir)!important;
}
[data-theme="dark"] .elementor-widget-sidebar .elementor-widget-heading .elementor-heading-title {
    color: var(--blanc)!important;
}

.elementor-widget-sidebar p.elementor-heading-title {
	margin-top:6px!important;
}
/* --- MENU (sitewide) --- */
#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 500;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: initial;
	padding: 4px 14px;
	border-radius: 12px;
	transition: background .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);
}

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

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