/* ============================================================
   Theme    : FOXIZ
   Variante : 016
   Version  : 1.3
   Date     : 30/07/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=Spectral:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@400;600;700&display=swap');

body {
    --cs-heading-font: "Spectral", Georgia, serif;
    --cs-body-font: "Source Sans 3", system-ui, sans-serif;
}


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

/*HEADER > Menu*/
.mega-dropdown-inner .mega-header {
    display:none!important;
}
/*HEADER > Categorie*/
.category header {
    margin-top: 20px!important;
}

/*HEADER > Logo*/
.logo-sec .logo-sec-center {
    z-index: 20!important;
}
.mobile-logo-wrap img {
    max-height: 66px!important;
}

.more-section-outer .more-trigger, .logo-sec {
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

.navbar-center .mega-header .mega-link {
    display:none!important;
}
.logo-sec .logo-sec-center .logo-wrap img {
    min-height: 100px;
    width: 100%;
    border-radius: 8px;
    z-index: 20!important;
    background: var(--blanc);
}

/*ESPACEMENTS*/
.H20 {padding-top:20px!important;}
.B20 {padding-bottom:20px!important;}
.H40 {padding-top:40px!important;}
.B40 {padding-bottom:40px!important;}
.H60 {padding-top:60px!important;}
.B60 {padding-bottom:60px!important;}
.H80 {padding-top:80px;}
.B80 {padding-bottom:80px;}
.H100 {padding-top:100px;}
.B100 {padding-bottom:100px;}
.H120 {padding-top:120px;}
.B120 {padding-bottom:120px;}
.H140 {padding-top:140px;}
.B140 {padding-bottom:140px;}
.H160 {padding-top:160px;}
.B160 {padding-bottom:160px;}
.H180 {padding-top:180px;}
.B180 {padding-bottom:180px;}

/*SECTION*/
@media only screen and (max-width: 600px) {
.e-flex.e-con-boxed.e-con.e-parent {
    padding-left: 20px !important;
    padding-right: 20px !important;
}}

/*CONTACT*/
/*CONTACT > CHAMPS*/
body.contact .wpcf7 p.label { 
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.6em!important;
}
body.contact .wpcf7-form {
    margin-left:0!important;
    margin-right:0!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;
}

/*ARTICLE*/
/*ARTICLE > Image*/
.single-post .Header .elementor-widget-image img {
    box-shadow: -10px 10px 100px var(--noir-opacite)!important;
    border-radius: 40px!important;
}
[data-theme="dark"].single-post  .Header .elementor-widget-image img {
    box-shadow: -10px 10px 100px var(--blanc-opacite)!important;
}
[data-theme="default"].single-post  .Header .elementor-widget-image img {
    box-shadow: -10px 10px 100px var(--noir-opacite)!important;
}
.single-post .Header .elementor-widget-image img {
    border-radius: 32px!important;
}

.ImageCadre {
    border:16px solid var(--g-color);
    border-radius:0!important;
}
.Fond1 {
    /*background:var(--g-color);*/
    background: 
 color-mix(in srgb, var(--g-color) 18%, transparent);
}

.ImageArticle img {
    border-radius:0!important;
}

.Separateur .elementor-shape-top path,
.Separateur .elementor-shape-bottom path {
    fill:var(--blanc)!important;
}
[data-theme="dark"] .Separateur .elementor-shape-top path,
[data-theme="dark"] .Separateur .elementor-shape-bottom path {
    fill:#191C20!important;
}


.Titre1 h2 {
    font-size:52px!important;
    font-family: var(--cs-heading-font);
}
.Titre1.Petit h2 {
    font-size:38px!important;
    font-family: var(--cs-heading-font);
}
.Titre1 .heading-tagline {
    font-size:22px!important;
    font-family: var(--cs-heading-font);
}
.Titre1.Petit .heading-tagline {
    font-size:16px!important;
    font-family: var(--cs-heading-font);
}

@media only screen and (max-width: 600px) {
.Titre1 h2 {
    font-size:34px!important;
}
.Titre1.Petit h2 {
    font-size:30px!important;
}
.Titre1 .heading-tagline {
    font-size:16px!important;
}
.Titre1.Petit .heading-tagline {
    font-size:14px!important;
}}

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

/*Theme016Style00*/
/*Theme016Style00 > Fond*/
.Theme016Style00 .overlay-holder {
    border-radius:0!important;
}
.Theme016Style00 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 60%!important;
    max-height: 60%!important;
    width: 55%;
    min-width: 55%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:8px 32px!important;
    border-radius:0;
    margin:0 auto;
}

.Theme016Style00 .overlay-inner h3,
.Theme016Style00 .overlay-inner p,
.Theme016Style00 .p-category,
.Theme016Style00 .overlay-inner time {
    color:var(--blanc)!important;
}

/*Theme016Style00 > Catégories*/
.Theme016Style00 .p-category {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-top:22px!important;
    padding-bottom:4px!important;
    margin-bottom:0!important;
}
/*Theme016Style00 > Titre*/
.Theme016Style00 .entry-title {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style00 > Texte*/
.Theme016Style00 .entry-summary {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    padding-top:8px;
    padding-bottom:8px;
}
/*Theme016Style00 > Date*/
.Theme016Style00 time {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:18px;
    padding-top:8px;
}


/*Theme016Style01*/
/*Theme016Style01 > Fond*/
.Theme016Style01 .overlay-holder {
    border-radius:0px!important;
}
.Theme016Style01 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 60%!important;
    max-height: 60%!important;
    width: 50%;
    min-width: 50%;
    left:8%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:8px 32px!important;
    border-radius:0px;
}

.Theme016Style01 .overlay-inner h3,
.Theme016Style01 .overlay-inner p,
.Theme016Style01 .p-category,
.Theme016Style01 .overlay-inner time {
    color:var(--blanc);
}

/*Theme016Style01 > Catégories*/
.Theme016Style01 .p-category {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-top:22px!important;
    padding-bottom:4px!important;
    margin-bottom:0!important;
}
/*Theme016Style01 > Titre*/
.Theme016Style01 .entry-title {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 34px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style01 > Texte*/
.Theme016Style01 .entry-summary {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    padding-top:8px;
    padding-bottom:8px;
}
/*Theme016Style01 > Date*/
.Theme016Style01 time {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:18px;
    padding-top:8px;
}
@media only screen and (max-width: 600px) {
/*Theme016Style01 > Titre*/
.Theme016Style01 .entry-title {
    font-size: 24px;
    line-height: 26px;
}
/*Theme016Style01 > Texte*/
.Theme016Style01 .entry-summary {
    font-size: 14px;
    line-height: 18px;
}
/*Theme016Style01 > Date*/
.Theme016Style01 time {
    font-size: 12px;
    line-height: 14px;
}}

/*Theme016Style01 > Pagination*/
.Theme016Style01 .slider-pagination span {
    color:var(--noir)!important;
    width:24px;
    height:24px;
}
[data-theme="dark"] .Theme016Style01 .slider-pagination span {
    color:var(--blanc)!important;
}


/*Theme016Style02*/
/*Theme016Style02 > Catégories*/
.Theme016Style02 .p-categories {
    margin-top:8px!important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

/*Theme016Style02 > Titre*/
.Theme016Style02 .entry-title {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style02 > Texte*/
.Theme016Style02 .entry-summary {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

/*Theme016Style02 > Images*/
.Theme016Style02 .p-featured {
    border-radius: 0px;
    box-shadow: 0 0 20px var(--noir-opacite)!important;
}
/*Theme016Style02 > Taille*/
.Theme016Style02 .list-feat-holder {
    width: 36%;
    max-width: 36%;
}

/*Theme016Style03*/
/*Theme016Style03 > Polices*/
.Theme016Style03 .p-categories,
.Theme016Style03 .entry-title,
.Theme016Style03 .entry-summary,
.Theme016Style03 .p-meta time {
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:8px;
}

.Theme016Style03.Blanc h3,
.Theme016Style03.Blanc p,
.Theme016Style03.Blanc .p-category,
.Theme016Style03.Blanc time {
    color:var(--blanc);
}

/*Theme016Style03 > Catégories*/
.Theme016Style03 .p-category {
    font-size:16px;
    line-height:18px;
    font-weight: 400;
    margin-top:16px;
}
/*Theme016Style03 > Titre*/
.Theme016Style03 .entry-title {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
}
/*Theme016Style03 > Texte*/
.Theme016Style03 .entry-summary {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
/*Theme016Style03 > Date*/
.Theme016Style03 .p-meta time {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    opacity: 0.7;
}
.Theme016Style03 .p-meta time:hover {
    opacity: 1;
}
/*Theme016Style03 > Miniature*/
.Theme016Style03 .p-featured {
    border-radius:0px;
    box-shadow: 0 0 4px var(--noir-opacite);
}

/*Theme016Style04*/
/*Theme016Style04 > Fond*/
.Theme016Style04 .overlay-holder {
    border-radius:0!important;
}

.Theme016Style04 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 72%!important;
    max-height: 72%!important;
    width: 70%;
    min-width: 70%;
    left:8%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:8px 32px!important;
    border-radius:0px;
}

.Theme016Style04 .overlay-inner h3,
.Theme016Style04 .overlay-inner p,
.Theme016Style04 .p-category,
.Theme016Style04 .overlay-inner time {
    color:var(--blanc);
}

/*Theme016Style04 > Catégories*/
.Theme016Style04 .p-category {
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-top:22px!important;
    padding-bottom:4px!important;
    margin-bottom:0!important;
}
/*Theme016Style04 > Titre*/
.Theme016Style04 .entry-title {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style04 > Texte*/
.Theme016Style04 .entry-summary {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    padding-top:8px;
    padding-bottom:8px;
}
/*Theme016Style04 > Date*/
.Theme016Style04 time {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:18px;
    padding-top:8px;
}
@media only screen and (max-width: 600px) {
/*Theme016Style04 > Titre*/
.Theme016Style04 .entry-title {
    font-size: 16px;
    line-height: 18px;
}
/*Theme016Style04 > Texte*/
.Theme016Style04 .entry-summary {
    font-size: 12px;
    line-height: 14px;
}
/*Theme016Style04 > Date*/
.Theme016Style04 time {
    font-size: 10px;
    line-height: 12px;
}}

/*Theme016Style05*/
/*Theme016Style05 > Bordure*/
.Theme016Style05 .overlay-holder {
    border-radius:0!important;
}
/*Theme016Style05 > Fond*/
.Theme016Style05 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 72%!important;
    max-height: 72%!important;
    width: 72%;
    min-width: 72%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:8px 24px!important;
    border-radius:0px;
    margin:0 auto;
}

.Theme016Style05 .overlay-inner h3,
.Theme016Style05 .overlay-inner p,
.Theme016Style05 .p-category,
.Theme016Style05 .overlay-inner time {
    color:var(--blanc);
}

/*Theme016Style05 > Catégories*/
.Theme016Style05 .p-category {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-top:22px!important;
    padding-bottom:4px!important;
    margin-bottom:0!important;
}
/*Theme016Style05 > Titre*/
.Theme016Style05 .entry-title {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1em;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}

@media only screen and (max-width: 600px) {
.Theme016Style05 .entry-title {
    font-size: 20px;
}}

/*Theme016Style05 > Texte*/
.Theme016Style05 .entry-summary {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    padding-top:8px;
    padding-bottom:8px;
}

@media only screen and (max-width: 600px) {
.Theme016Style05 .entry-summary {
    font-size: 12px;
    line-height: 14px;
}}

/*Theme016Style05 > Date*/
.Theme016Style05 time {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:18px;
    padding-top:8px;
}

/*Theme016Style06*/
/*Theme016Style06 > Fond*/
.Theme016Style06 .overlay-holder {
    border-radius:0!important;
}
.Theme016Style06 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 72%!important;
    max-height: 72%!important;
    width: 72%;
    min-width: 72%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:4px 16px!important;
    border-radius:0px;
    margin:0 auto;
}

.Theme016Style06 .overlay-inner h3,
.Theme016Style06 .overlay-inner p,
.Theme016Style06 .p-category,
.Theme016Style06 .overlay-inner time {
    color:var(--blanc);
}

/*Theme016Style06 > Catégories*/
.Theme016Style06 .p-category {
    font-size: 10px!important;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:4px;
}
/*Theme016Style06 > Titre*/
.Theme016Style06 .entry-title {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style06 > Date*/
.Theme016Style06 time {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:18px;
    padding-top:8px;
}


/*Theme016Style07*/
/*Theme016Style07 > Catégories*/
.Theme016Style07 .p-categories {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}
/*Theme016Style07 > Titre*/
.Theme016Style07 .entry-title {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    font-family: Plus Jakarta Sans, sans-serif;
}
/*Theme016Style07 > Texte*/
.Theme016Style07 .entry-summary {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
/*Theme016Style07 > Titre*/
.Theme016Style07 .entry-title {
    font-size: 20px;
    line-height: 22px;
}
/*Theme016Style07 > Texte*/
.Theme016Style07 .entry-summary {
    font-size: 14px;
}}

/*Theme016Style07 > Images*/
.Theme016Style07 .p-featured {
    border-radius: 0px;
    box-shadow: 0 0 20px var(--noir-opacite)!important;
}
/*Theme016Style07 > Taille*/
.Theme016Style07 .list-feat-holder {
    width: 36%;
    max-width: 36%;
}

/*SIDEBAR*/
/*SIDEBAR > Titre*/
.elementor-widget-sidebar .Titre1 p {
    font-size:24px!important;
    line-height:34px!important;
    font-weight:700;
    font-family: var(--cs-heading-font);
}
@media only screen and (max-width: 600px) {
.elementor-widget-sidebar .Titre1 p {
    font-size:20px!important;
    line-height:22px!important;
}}

/*Theme016Style08*/
/*Theme016Style08 > Fond*/
.Theme016Style08 .overlay-holder {
    border-radius:0!important;
}
.Theme016Style08 .p-wrap .overlay-inner {
    background: #FFFFFF40!important;
    height: 72%!important;
    max-height: 72%!important;
    width: 72%;
    min-width: 72%;
    align-self: center;
    align-content: center;
    color:var(--noir);
    padding:4px 16px!important;
    border-radius:0px;
    margin:0 auto;
}

.Theme016Style08 .overlay-inner h3,
.Theme016Style08 .overlay-inner p,
.Theme016Style08 .p-category,
.Theme016Style08 .overlay-inner time {
    color:var(--blanc);
}

/*Theme016Style08 > Catégories*/
.Theme016Style08 .p-category {
    font-size: 10px!important;
    line-height: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-top:16px;
}
/*Theme016Style08 > Titre*/
.Theme016Style08 .entry-title {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}

/*Theme016Style09*/
/*Theme016Style09 > Catégories*/
.Theme016Style09 .p-categories {
    font-size: 8px;
    line-height: 12px;
    font-weight: 300;
}

/*Theme016Style09 > Titre*/
.Theme016Style09 .entry-title {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    font-family: Plus Jakarta Sans, sans-serif;
}

@media only screen and (max-width: 600px) {
/*Theme016Style09 > Catégories*/
.Theme016Style09 .p-categories {
    font-size: 12px;
    line-height: 14px;
}
/*Theme016Style09 > Titre*/
.Theme016Style09 .entry-title {
    font-size: 16px;
    line-height: 18px;
}}

/*Theme016Style09 > Images*/
.Theme016Style09 .p-featured {
    border-radius: 0px;
    box-shadow: 0 0 20px var(--noir-opacite)!important;
}
/*Theme016Style09 > Taille*/
.Theme016Style09 .list-feat-holder {
    width: 32%;
    max-width: 32%;
}


/*FOOTER*/
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    padding-top: 0!important;
    margin-top: 50px!important;
}

@media only screen and (max-width: 600px) {
.Theme016Style04 .p-wrap,
.Theme016Style05 .p-wrap,
.Theme016Style06 .p-wrap,
.Theme016Style08 .p-wrap {
    min-width:100%;
    width: 100%;
    max-width: 100%;
    margin: 0% auto 4% auto;
}
.Theme016Style01 .p-wrap,
.Theme016Style01 .p-wrap .p-featured,
.Theme016Style01 .p-wrap img,
.Theme016Style01 .overlay-holder {
    max-height: 400px;
    min-height: 400px;
    height: 400px;
}

.Theme016Style04 .p-wrap,
.Theme016Style04 .p-wrap .p-featured,
.Theme016Style04 .p-wrap img,
.Theme016Style04 .overlay-holder {
    max-height: 320px;
    min-height: 320px;
    height: 320px;
}

.Theme016Style05 .p-wrap,
.Theme016Style05 .p-wrap .p-featured,
.Theme016Style05 .p-wrap img,
.Theme016Style05 .overlay-holder {
    max-height: 300px;
    min-height: 300px;
    height: 300px;
}

.Theme016Style06 .p-wrap,
.Theme016Style06 .p-wrap .p-featured,
.Theme016Style06 .p-wrap img,
.Theme016Style06 .overlay-holder {
    max-height: 220px;
    min-height: 220px;
    height: 220px;
}
    
.Theme016Style08 .p-wrap,
.Theme016Style08 .p-wrap .p-featured,
.Theme016Style08 .p-wrap img,
.Theme016Style08 .overlay-holder {
    max-height: 260px;
    min-height: 260px;
    height: 260px;
}
    
.Theme016Style04,
.Theme016Style05,
.Theme016Style06,
.Theme016Style08 {
    max-height: max-content!important;
    min-height: max-content!important;
    height: max-content!important;
}
.Theme016Style04 .p-wrap .overlay-inner,
.Theme016Style05 .p-wrap .overlay-inner,
.Theme016Style06 .p-wrap .overlay-inner,
.Theme016Style08 .p-wrap .overlay-inner {
    background:none!important;
}

.Theme016Style04 .p-wrap .overlay-inner {
    background: none!important;
    height: initial;
    max-height: initial;
    left: initial;
    margin: 0 auto !important;
}}

#reading-progress {
    background: var(--g-color)!important;
}
.reading-indicator {
    height: 8px!important;
}
/*RECHERCHE*/
form.rb-search-form input[type=submit] {
    font-size: 18px;
    background: var(--g-color)!important;
    border-radius: 0px;
    margin-top:6px;
    transition: transform .2s;
    border-radius: 4px;
    padding: 4px 2px!important;
    margin-left:0px!important;
}
.rb-search-submit {
    width: 44px;
}


/*WIDGETS*/
/*WIDGETS > ESPACEMENTS*/
.widget_text {
    padding-left:12px
}
/*WIDGETS > TITRE*/
.widget_text .widget-heading {
    margin-top:12px!important;
    margin-bottom:6px!important;
}
.widget_text .widget-heading .heading-inner {
  font-size: 22px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  font-family: var(--cs-heading-font) !important;
}
/*WIDGETS > TEXTE*/
.widget_text .textwidget p {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 400;
}
/*WIDGETS > TEXTE*/
.widget_text .textwidget a:hover {
  font-weight: 700;
  color:var(--g-color);
}


/*CATEGORIE*/
.category .blog-content .p-list-2  {
    border-bottom:2px solid color-mix(in srgb, var(--noir) 18%, transparent)!important;
	padding-bottom:32px;
}
[data-theme="dark"].category .blog-content .p-list-2  {
    border-bottom:2px solid color-mix(in srgb, var(blanc) 18%, transparent)!important;
}
.category .blog-content .p-list-2 .p-category,
.category .blog-content .p-list-2 .entry-title,
.category .blog-content .p-list-2 .p-meta time,
.category .blog-content .p-list-2 .p-meta span {
    letter-spacing: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    margin-bottom:4px;
}
.category .blog-content .p-list-2 .p-categories {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
	margin-bottom:8px;
}
.category .blog-content .p-list-2 .p-category {
    padding: 0!important;
}
.category .blog-content .p-list-2 a,
.category .blog-content .p-list-2 .entry-title {
    color:var(--noir)!important;
}
[data-theme="dark"].category .blog-content .p-list-2 a,
[data-theme="dark"].category .blog-content .p-list-2 .entry-title {
    color:var(--blanc)!important;
}
.category .blog-content .p-list-2 .p-category:before {
	background:var(--transparent)!important;
}
.category .blog-content .p-list-2 .entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.category .blog-content .p-list-2 .entry-summary {
    display:none;
}
.category .blog-content .p-list-2 .p-meta time {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: 0.7;
	margin-top:8px
}
.category .blog-content .p-list-2 .p-meta time:hover {
    opacity: 1;
}
.category .blog-content .p-list-2 .p-featured {
    border-radius:4px;
    box-shadow: 0 0 4px var(--noir-opacite);
    padding-bottom: 60%;
}
.category .blog-content .p-list-2 .list-holder {
    display: flex !important;
    flex-direction: row !important;
}
.category .blog-content .p-list-2 .list-holder .list-feat-holder {
    order: -1;
    margin-right: 20px;
	padding-left:0!important;
}
.category .blog-content .p-list-2 .list-holder .p-content {
    order: 1;
    flex: 1;
}
.category .Header {
	margin-top:20px!important;
	padding-bottom:40px;
	padding-top:40px;
	background: color-mix(in srgb, var(--g-color) 18%, transparent)!important
}
.category .Header .e-con-inner .elementor-widget-heading {
	text-align:center!important;
	margin:0 auto!important;
}
.category .Header h1 {
    font-size:72px;
    margin-top:40px;
    margin-bottom:40px;
}
.single-post .ArticleHeader .s-feat-outer {
    margin-bottom: 0!important;
}

header .menu-item a > span {
    font-size: 18px!important;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme016-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 .toc-header {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--accent-color-1, var(--g-color));
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 22px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	font-style: italic;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\270E";
	font-family: initial;
	font-size: 22px;
	color: var(--accent-color-1, 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: 7px 4px 7px 22px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	transition: all .2s ease;
}
.rbtoc .inner a {
    border-top:0!important;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--accent-color-1, var(--g-color)) !important;
	border-left: 2px solid var(--accent-color-1, var(--g-color));
	font-weight: 600;
}
body[data-theme="dark"].single-post .ruby-table-contents .inner a:hover {
	color: var(--blanc, var(--blanc)) !important;
	border-left: 2px solid var(--blanc, var(--blanc));
}
.rbtoc {
    padding: 0!important;
    box-shadow:none!important;
}
body.single-post .ruby-table-contents .inner a::before {
	content: "\203A";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--accent-color-1, var(--g-color));
	font-weight: 700;
	font-size: 16px;
	width: auto;
	height: auto;
	background: none;
}
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(--accent-color-1, 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: 0;
	border: 8px solid var(--g-color);
}
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;
	color: var(--blanc) !important;
	font-size: 12px;
	font-weight: 700;
    padding:8px 16px;
    background:var(--g-color)!important;
	font-family: var(--cs-body-font);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-decoration: none;
}

body.single-post .ArticleHeader .elementor-widget-foxiz-single-category .elementor-widget-container {
    margin: 0!important;
}

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.15;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	border-left: 7px solid var(--accent-color-1, var(--g-color));
	padding-left: 18px;
	margin: 14px 0 20px;
	letter-spacing: -0.3px;
}
body.single-post .entry-content.rbct {
	border: none;
	border-left: 4px solid var(--g-color);
	border-radius: 0;
	padding: 24px 32px;
	box-shadow: none;
}
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: 6px solid var(--accent-color-1, var(--g-color));
	padding-left: 14px;
	margin-top: 22px;
	margin-bottom: 10px;
}
.elementor-widget-sidebar .Titre1 p {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	border-left: 6px solid var(--accent-color-1, var(--g-color));
	padding-left: 14px;
}
body.single-post .entry-content.rbct h2 { font-size: 29px; }
body.single-post .entry-content.rbct h3 { font-size: 23px; }
body.single-post .entry-content.rbct p,
body.single-post .entry-content.rbct ol li,
body.single-post .entry-content.rbct ul li {
	font-size: 19px;
	line-height: 29px;
	font-family: var(--cs-body-font);
}
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--accent-color-1, var(--g-color));
	background: color-mix(in srgb, var(--accent-color-1, var(--g-color)) 5%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-style: italic;
	border-radius: 0;
	font-family: var(--cs-heading-font);
	font-size: 20px;
	line-height: 1.45;
}
body.single-post .entry-content.rbct a {
	color: var(--accent-color-1, var(--g-color));
	text-decoration: underline;
	text-underline-offset: 3px;
}
body[data-theme="dark"].single-post .entry-content.rbct a {
	color: var(--blanc, var(--blanc));
}
/* --- MENU (sitewide) --- */
#site-header .logo-sec-inner {
	padding: 8px 0;
}
#site-header .main-menu > li > a {
	font-weight: 600;
	font-family: var(--cs-body-font);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 13px;
	border-left: 3px solid transparent;
	padding-left: 12px;
	transition: border-color .2s ease;
}
#site-header .main-menu > li:hover > a,
#site-header .main-menu > li.current-menu-item > a {
	border-left: 3px solid var(--accent-color-1, var(--g-color));
}

.ArticleHeader .e-con-inner {
    display: flex;
    flex-direction: row-reverse;
}
.ArticleHeader .e-con-inner > .elementor-element:first-child {
    order: 2;
}

.ArticleHeader .e-con-inner > .elementor-element:last-child {
    order: 1;
}



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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 0px;
  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: "\1F50D";
  font-family: initial;
}

/* 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: 0!important;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\276F";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

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

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


/* --- HEADER SEARCH (icon + dropdown) --- */
.logo-sec-right .icon-holder {
	width: 40px;
	height: 40px;
	background: var(--blanc);
	border-left: 4px solid var(--accent-color-1);
	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(--accent-color-1) 10%, var(--blanc));
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--accent-color-1);
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 4px;
	border-left: 5px solid var(--accent-color-1);
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--noir) 10%, 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);
}
