/* ============================================================
   Theme    : FOXIZ
   Variante : 013
   Version  : 1.6
   Date     : 16/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=Bebas+Neue&family=Work+Sans:wght@400;500;600;700&display=swap');

body {
    --cs-heading-font: "Bebas Neue", Impact, sans-serif;
    --cs-body-font: "Work Sans", system-ui, sans-serif;
}


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

/*HEADER*/
/*HEADER > Index*/
header {
    z-index: 999!important;
}
/*HEADER > Logo*/
.logo-sec .logo-sec-center {
    z-index: 20!important;
}
.logo-sec .logo-sec-center .logo-wrap img {
    min-height: 100px;
    width: 100%;
    border-radius: 8px;
    z-index: 20!important;
    background: var(--blanc);
}
.header-search-form {
    color:var(--noir)!important;
}

/*HEADER > Menu*/
#site-navigation .mega-dropdown-inner .mega-header {
    display:none!important;
}
/*HEADER > Menu > Texte*/
#site-navigation .mega-dropdown-inner .p-wrap .entry-title {
    font-size:16px!important;
    line-height: 1.2em;
}
.navbar-right {
    color:var(--blanc)!important;
}

/*MENU*/
/*MENU > MENU > FOND*/
[data-theme="dark"] .mega-dropdown-inner,
[data-theme="default"] .mega-dropdown-inner {
    background:var(--blanc)!important;
}
/*MENU > HOME*/
[data-theme="dark"] #site-navigation a,
[data-theme="dark"] #site-navigation a:after,
[data-theme="default"] #site-navigation a,
[data-theme="default"] #site-navigation a:after {
    color:var(--blanc)!important;
}

[data-theme="default"].category #site-navigation a,
[data-theme="default"].category #site-navigation a:after,
[data-theme="default"].page-id-10 #site-navigation a,
[data-theme="default"].page-id-10 #site-navigation a:after,
[data-theme="default"].page-id-61 #site-navigation a,
[data-theme="default"].page-id-61 #site-navigation a:after {
    color:var(--noir)!important;
}
[data-theme="dark"].category #site-navigation a,
[data-theme="dark"].category #site-navigation a:after,
[data-theme="dark"].page-id-10 #site-navigation a,
[data-theme="dark"].page-id-10 #site-navigation a:after,
[data-theme="dark"].page-id-61 #site-navigation a,
[data-theme="dark"].page-id-61 #site-navigation a:after,
[data-theme="dark"].page-id-8 #site-navigation a,
[data-theme="dark"].page-id-8 #site-navigation a:after,
[data-theme="default"].page-id-8 #site-navigation a,
[data-theme="default"].page-id-8 #site-navigation a:after  {
    color:var(--blanc)!important;
}
/*MENU > HOME > STICKY*/
[data-theme="dark"].sticky-on #site-navigation a,
[data-theme="dark"].sticky-on #site-navigation a:after,
[data-theme="default"].sticky-on #site-navigation a,
[data-theme="default"].sticky-on #site-navigation a:after {
    color:var(--noir)!important;
}

/*MENU > HOME > SOUS MENU */
[data-theme="dark"] #site-navigation .mega-dropdown-inner a,
[data-theme="dark"] #site-navigation .mega-dropdown-inner a:after,
[data-theme="default"] #site-navigation .mega-dropdown-inner a,
[data-theme="default"] #site-navigation .mega-dropdown-inner a:after {
    color:var(--noir)!important;
}

/*HEADER > Menu > Fond*/
header .navbar-wrap {
    background:none!important;
}
.sticky-on header .navbar-wrap {
    background:var(--blanc)!important;
}

/*BOUTON*/
/*BOUTON > Texte*/
.Bouton1 .elementor-button,
.Bouton2 .elementor-button {
    border-radius: 50px;
    color: var(--noir);
    font-size: 22px;
    font-weight:600;
    line-height: 26px;
    padding: 16px 38px;
    text-align: center;
    transition: all .3s;
    box-shadow: 0 0 4px var(--noir-opacite);
    margin-top:12px;
}
[data-theme="dark"] .Bouton1 .elementor-button {
    color: var(--blanc);
}

.Bouton1 .elementor-button:hover,
.Bouton2 .elementor-button:hover {
    color: var(--noir);
    border:1px solid var(--noir);
    transform: scale(1.1);    
    box-shadow: 0 0 4px var(--blanc-opacite);
}

/*BOUTON > Bouton 1*/
.Bouton1 .elementor-button {
background: color-mix(in srgb, var(--g-color) 12%, transparent);}
/*BOUTON > Bouton 1 > Hover*/
.Bouton1 .elementor-button:hover {
background-color: var(--blanc);}
/*BOUTON > Bouton 2*/
.Bouton2 .elementor-button {
background-color: var(--blanc);}
/*BOUTON > Bouton 2 > Hover*/
.Bouton2 .elementor-button:hover {
background: color-mix(in srgb, var(--g-color) 12%, transparent);}


/*FOOTER*/
/*FOOTER > Espacement*/
footer .footer-inner {
    padding-top: 0!important;
    margin-top:40px!important;
}

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

/*SITEMAP*/
.page-id-61 h1 {
    text-align: center;
}
/*MENTIONS LEGALES*/
.page-id-10 h1 {
    text-align: center;
}

/*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(--g-color);
}
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(--g-color);
}

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(--g-color)!important;
}

/*CONTACT > MOBILE*/
#formulaire-responsive {
    max-width:100%; 
    width:100%;
}
.rang-form {
    width: 100%;
}
/*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%;
    }
}

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

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


/*TITRE*/
/*TITRE > TITRE1*/
.Titre1 .heading-title {
    font-weight:700;
    font-size:72px;
    line-height: 76px;
    text-align:center!important;
}
[data-theme="default"].category .TitreH1 h1,
[data-theme="default"].category .SousTitre p {
    color:var(--noir)!important;
}
.Titre1 .heading-tagline-label {
    font-weight:700;
    font-size:18px!important;
    line-height: 22px;
}
.Titre1 .heading-tagline > * {
    font-size:18px!important;
}

@media only screen and (max-width: 600px) {
.Titre1 .heading-title {
    font-size:32px;
    line-height: 36px;
}
.Titre1 .heading-tagline-label {
    font-size:16px!important;
    line-height: 20px;
}
.Titre1 .heading-tagline > * {
    font-size:16px!important;
}}

.TitreH1 h1,
.TitreH1 p {
    font-size:58px;
    line-height:62px;
    font-weight: 900;
    font-family:Archivo, sans-serif;
    text-transform: uppercase;
}
@media (max-width:1300px) and (min-width:600px) {
.TitreH1 h1,
.TitreH1 p {
    font-size:42px;
    line-height:46px;
    font-weight: 900;
    font-family:Archivo, sans-serif;
    text-transform: uppercase;
}}
@media only screen and (max-width: 600px) {
.TitreH1 h1,
.TitreH1 p {
    font-size:36px;
    line-height:40px; 
}}

.SousTitre p {
    font-size:22px;
    line-height: 26px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.home .SousTitre {
    margin-bottom: -16px !important;
}

@media only screen and (max-width: 600px) {
.SousTitre p {
    font-size: 18px;
    line-height: 20px;
}}

.home .SousTitre p {
    color:var(--blanc)!important;
}
/*TITRE > TITRE2*/
.Titre2 .heading-title {
    font-weight:700;
    font-size:28px;
    line-height: 32px;
}

@media only screen and (max-width: 600px) {
.Titre2 .heading-title {
    font-size:22px;
    line-height: 26px;
}}

/*FOND*/
/*FOND > FOND1*/
.Fond1 {
    background: color-mix(in srgb, var(--g-color) 12%, transparent);
}
/*FOND > FOND2*/
.Fond2 {
    border-radius:12px;
}

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

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

/*CATEGORIES*/
/*CATEGORIES > Contenu*/
.Header .Categorie .p-categories {
    text-align: center!important;
    justify-self: center!important;
}

/*Theme013Style01*/
/*Theme013Style01 > Article > Catégories*/
.Theme013Style01 .feat-holder .p-top {
    top: 0!important;
    height: fit-content;
    padding:8px ;
}
.Theme013Style01 .feat-holder .p-top a {
    padding:8px 12px;
    border-radius:12px!important;
    font-size:12px;
    font-weight:600;
    background:none;
    color:var(--blanc);
}
/*Theme013Style01 > Article > Titre*/
.Theme013Style01 .entry-title {
    font-size:20px!important;
    line-height:24px!important;
}
/*Theme013Style01 > Article > Texte*/
.Theme013Style01 .entry-summary {
    font-size:16px!important;
    line-height:20px!important;
}
/*Theme013Style01 > Article > Date*/
.Theme013Style01 .p-meta time {
    font-size:16px!important;
    line-height:20px!important;
    font-weight: 500;
}

/*Theme013Style01 > Article > Miniature*/
.Theme013Style01 .p-featured {
    border-radius:12px!important;
    max-height:120px!important;
}

.Theme013Style01 .p-wrap {
    padding:24px!important;
}

.Theme013Style01 .p-wrap:hover {
    background:var(--blanc)!important;
    padding:24px!important;
    border-radius: 24px;
    box-shadow:0 0 10px var(--noir-opacite);
    transform:scale(0.95);
    padding:10px;
}

.Theme013Style01 .p-wrap {
    transition : all 0.5s;
}
/*Theme013Style01 > Article > Pagination*/
.Theme013Style01 .slider-pagination {
    padding:0!important;
    margin-top:16px;
}

.Theme013Style01 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.Theme013Style01 .swiper-pagination-bullet {
    border-radius:0!important;
    height: 16px!important;
    width:32px!important;
    
}
.Theme013Style01 .swiper-pagination-bullet:before {
    border-radius:0!important;
}


/*Theme013Style02*/
/*Theme013Style02 > Article > Catégories*/
.Theme013Style02 .feat-holder .p-top {
    top: 0!important;
    height: fit-content;
    padding:8px ;
}
.Theme013Style02 .feat-holder .p-top a {
    padding:8px 12px;
    border-radius:12px!important;
    font-size:12px;
    font-weight:600;
    background:none;
    color:var(--blanc);
}
/*Theme013Style02 > Article > Titre*/
.Theme013Style02 .entry-title {
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:4px;
}
/*Theme013Style02 > Article > Texte*/
.Theme013Style02 .entry-summary {
    font-size:13px!important;
    line-height:16px!important;
}
/*Theme013Style02 > Article > Date*/
.Theme013Style02 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}

/*Theme013Style02 > Article > Miniature*/
.Theme013Style02 .p-featured {
    border-radius:12px!important;
    max-height:120px!important;
}

.Theme013Style02 .p-wrap {
    padding:24px!important;
}

.Theme013Style02 .p-wrap:hover {
    background:var(--blanc)!important;
    padding:24px!important;
    border-radius: 24px;
    box-shadow:0 0 10px var(--noir-opacite);
    transform:scale(0.95);
    padding:10px;
}
.Theme013Style02 .p-wrap {
    transition : all 0.5s;
}




/*Theme013Style03*/
/*Theme013Style03 > Article > Catégories*/
.Theme013Style03 .p-categories {
    font-size:12px!important;
    line-height:16px!important;
    font-weight:400;
}
.Theme013Style03 .p-categories a {
    padding:8px 16px!important;
}
[data-theme="default"] .Theme013Style03 .p-categories a {
    color:var(--noir);
}
.Theme013Style03 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
    background:var(--blanc)!important;
}

.Theme013Style03 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
/*Theme013Style03 > Article > Titre*/
.Theme013Style03 .entry-title {
    font-size:42px!important;
    line-height:44px!important;
    
}
/*Theme013Style03 > Article > Texte*/
.Theme013Style03 .entry-summary {
    font-size:18px!important;
    line-height:22px!important;
    
}
/*Theme013Style03 > Article > Date*/
.Theme013Style03 .p-meta time {
    font-size:18px!important;
    line-height:22px!important;
    font-weight: 500;
    
}
/*Theme013Style03 > Article > Miniature*/
.Theme013Style03 .p-featured {
    border-radius:24px!important;
}
.Theme013Style03 .list-feat-holder {
    min-width: 50%!important;
}

/*Theme013Style03 > Article > Pagination*/
.Theme013Style03 .slider-pagination {
    padding:0!important;
    margin-top:16px;
}

.Theme013Style03 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.Theme013Style03 .swiper-pagination-bullet {
    border-radius:0!important;
    height: 16px!important;
    width:32px!important;
    
}
.Theme013Style03 .swiper-pagination-bullet:before {
    border-radius:0!important;
}

/*Theme013Style03 > Article > Fond*/
.Theme013Style03 .p-list-2 {
    transition : all 0.5s;
}
.Theme013Style03 .p-list-2:hover {
    transform:scale(0.98);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:24px;
    border-radius:12px;
    background-color:var(--blanc)!important;
}

[data-theme="dark"] .Theme013Style03 .p-list-2:hover .p-categories a {
    color:var(--noir);
}


/*Theme013Style04*/
/*Theme013Style04 > Article > Catégories*/
.Theme013Style04 .p-categories {
    font-size:12px!important;
    line-height:16px!important;
    font-weight:400;
}
.Theme013Style04 .p-categories a {
    padding:6px 12px!important;
}
.Theme013Style04 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
}

.Theme013Style04 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
/*Theme013Style04 > Article > Titre*/
.Theme013Style04 .entry-title {
    font-size:27px!important;
    line-height:29px!important;
}
/*Theme013Style04 > Article > Texte*/
.Theme013Style04 .entry-summary {
    font-size:15px!important;
    line-height:19px!important;
}
/*Theme013Style04 > Article > Date*/
.Theme013Style04 .p-meta time {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 500;
}
/*Theme013Style04 > Article > Miniature*/
.Theme013Style04 .p-featured {
    border-radius:8px!important;
}

.Theme013Style04 .p-list-2 {
    transition : all 0.5s;
}
.Theme013Style04 .p-list-2:hover {
    transform:scale(0.95);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:10px;
    border-radius:12px;
    background:var(--blanc);
}
[data-theme="default"] .Theme013Style04 .p-categories a {
    color:var(--blanc)!important;
}
[data-theme="dark"] .Theme013Style04 .p-list-2:hover .p-categories a {
    color:var(--noir)!important;
}
[data-theme="default"] .Theme013Style08 .p-categories a,
[data-theme="default"] .Theme013Style08 .p-categories a {
    color:var(--noir)!important;
    background:#DFDFDF!important;
}
/*Theme013Style05*/
/*Theme013Style05 > Article > Catégories*/
.Theme013Style05 .p-categories {
    font-size:10px!important;
    line-height:12px!important;
    font-weight:400;
}
.Theme013Style05 .p-categories a {
    padding:4px 8px!important;
}
.Theme013Style05 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
}

.Theme013Style05 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
/*Theme013Style05 > Article > Titre*/
.Theme013Style05 .entry-title {
    font-size:23px!important;
    line-height:25px!important;
}

/*Theme013Style05 > Article > Miniature*/
.Theme013Style05 .p-featured {
    border-radius:8px!important;
}

.Theme013Style05 .p-list-2 {
    transition : all 0.5s;
}
.Theme013Style05 .p-list-2:hover {
    transform:scale(0.95);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:10px;
    border-radius:12px;
    background:var(--blanc);
}
[data-theme="default"] .Theme013Style05 .p-categories a {
    color:var(--noir)!important;
}
[data-theme="dark"] .Theme013Style05 .p-list-2:hover .p-categories a {
    color:var(--noir)!important;
}

/*Theme013Style06*/
/*Theme013Style06 > Article > Catégories*/
.Theme013Style06 .p-categories {
    font-size:8px!important;
    line-height:16px!important;
    font-weight:400;
}
.Theme013Style06 .p-categories a {
    padding:6px 12px!important;
}
.Theme013Style06 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
}

[data-theme="default"] .Theme013Style06 .p-categories a {
    color:var(--noir)!important;
}
[data-theme="dark"] .Theme013Style06 .p-categories a {
    color:var(--noir)!important;
}
[data-theme="default"] .Theme013Style06 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
[data-theme="dark"] .Theme013Style06 .p-categories a:before {
    background-color:var(--blanc-opacite)!important;
}

/*Theme013Style06 > Article > Titre*/
.Theme013Style06 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
/*Theme013Style06 > Article > Date*/
.Theme013Style06 .p-meta time {
    font-size:12px!important;
    line-height:14px!important;
    font-weight: 500;    
}
/*Theme013Style06 > Article > Miniature*/
.Theme013Style06 .p-featured {
    border-radius:8px!important;
}

.Theme013Style06 .p-list-2 {
    transition : all 0.5s;
}
.Theme013Style06 .p-list-2:hover {
    transform:scale(0.95);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:10px;
    border-radius:12px;
    background:var(--blanc);
}

/*Theme013Style07*/
/*Theme013Style07 > Article > Catégories*/
.Theme013Style07 .p-categories {
    font-size:10px!important;
    line-height:12px!important;
    font-weight:400;
}
.Theme013Style07 .p-categories a {
    padding:4px 8px!important;
}
.Theme013Style07 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
}

.Theme013Style07 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
/*Theme013Style07 > Article > Titre*/
.Theme013Style07 .entry-title {
    font-size:25px!important;
    line-height:27px!important;
}

/*Theme013Style07 > Article > Miniature*/
.Theme013Style07 .p-featured {
    border-radius:8px!important;
}

.Theme013Style07 .p-list-2 {
    transition : all 0.5s;
}
.Theme013Style07 .p-list-2:hover {
    transform:scale(0.95);
    box-shadow: 0 0 10px var(--noir-opacite);
    padding:10px;
    padding-left:18px;
    border-radius:12px;
    background:var(--blanc);
}
[data-theme="default"] .Theme013Style07 .p-categories a {
    color:var(--noir)!important;
}
[data-theme="dark"] .Theme013Style07 .p-list-2:hover .p-categories a {
    color:var(--noir)!important;
}

/*Theme013Style08*/
/*Theme013Style08 > Article > Catégories*/
.Theme013Style08 .feat-holder .p-top {
    top: 0!important;
    height: fit-content;
    padding:8px ;
}
.Theme013Style08 .feat-holder .p-top a {
    padding:8px 12px;
    border-radius:6px!important;
    font-size:10px;
    font-weight:400;
    background:none;
    color:var(--blanc);
}
/*Theme013Style08 > Article > Titre*/
.Theme013Style08 .entry-title {
    font-size:24px!important;
    line-height:26px!important;
    margin-bottom:4px;
}
/*Theme013Style08 > Article > Date*/
.Theme013Style08 .p-meta time {
    font-size:12px!important;
    line-height:14px!important;
    font-weight: 500;
}
/*Theme013Style08 > Article > Categorie*/
.Theme013Style08 .p-category {
    color:var(--blanc)!important;
}
/*Theme013Style08 > Article > Miniature*/
.Theme013Style08 .p-featured {
    border-radius:12px!important;
    max-height:120px!important;
}

/*Theme013Style09*/
/*Theme013Style09 > Article > Catégories*/
.Theme013Style09 .p-categories {
    font-size:10px!important;
    line-height:12px!important;
    font-weight:400;
}
.Theme013Style09 .p-categories a {
    background:var(--blanc);
    padding:4px 8px!important;
    color:var(--noir)!important;
    font-size: 10px !important;
}
.Theme013Style09 .p-category:hover:before {
    -webkit-box-shadow: 0 0 10px var(--noir-opacite);
    box-shadow: 0 0 10px var(--noir-opacite);
}

.Theme013Style09 .p-categories a:before {
    background-color:var(--noir-opacite)!important;
}
/*Theme013Style09 > Article > Titre*/
.Theme013Style09 .entry-title {
    font-size:15px!important;
    line-height:17px!important;
}

/*Theme013Style09 > Article > Miniature*/
.Theme013Style09 .p-featured {
    border-radius:8px!important;
}


/*ARTICLE*/
/*ARTICLE > TITRE*/
.single-post .TitreH1 h1 {
    font-size:56px;
    line-height:58px;
    font-weight: 900;
    font-family:Archivo, sans-serif;
    text-transform: none;   
    color:var(--blanc)!important;
}
.single-post .Header .Date {
    color:var(--blanc)!important;
}
@media only screen and (max-width: 600px) {
.single-post .TitreH1 h1 {
    font-size:26px;
    line-height:30px;
    padding: 0 16px
}}

[data-theme="dark"].single-post .Header .Categorie a,
[data-theme="default"].single-post .Header .Categorie a {
    color:var(--blanc)!important;
    font-size:24px;
    line-height:28px;
}
@media only screen and (max-width: 600px) {
[data-theme="dark"].single-post .Header .Categorie a,
[data-theme="default"].single-post .Header .Categorie a {
    font-size:18px;
    line-height:22px;
}}

[data-theme="dark"].single-post .Header .Date .elementor-widget-container,
[data-theme="default"].single-post .Header .Date .elementor-widget-container {
    color:var(--blanc)!important;
    font-size:24px;
    line-height:28px;
}
@media only screen and (max-width: 600px) {
[data-theme="dark"].single-post .Header .Date .elementor-widget-container,
[data-theme="default"].single-post .Header .Date .elementor-widget-container {
    font-size:18px;
    line-height:22px;
}}

/*TITRE > TitreAutres*/
.TitreAutres .heading-title {
    font-weight:700;
    font-size:32px;
    line-height: 36px;
    text-align:center!important;
}
.TitreAutres .heading-tagline-label {
    font-weight:700;
    font-size:18px!important;
    line-height: 22px;
}
.TitreAutres .heading-tagline > * {
    font-size:18px!important;
}
@media only screen and (max-width: 600px) {
.TitreAutres .heading-title {
    font-size:24px;
    line-height: 28px;
}
.TitreAutres .heading-tagline-label {
    font-size:16px!important;
    line-height: 20px;
}
.TitreAutres .heading-tagline > * {
    font-size:15px!important;
}}

[data-theme="dark"] .Theme013Style01 .p-wrap:hover h3,
[data-theme="dark"] .Theme013Style01 .p-wrap:hover p,
[data-theme="dark"] .Theme013Style01 .p-wrap:hover time,
[data-theme="dark"] .Theme013Style02 .p-wrap:hover h3,
[data-theme="dark"] .Theme013Style02 .p-wrap:hover p,
[data-theme="dark"] .Theme013Style02 .p-wrap:hover time,
[data-theme="dark"] .Theme013Style03 .p-list-2:hover h3,
[data-theme="dark"] .Theme013Style03 .p-list-2:hover p,
[data-theme="dark"] .Theme013Style03 .p-list-2:hover time,
[data-theme="dark"] .Theme013Style04 .p-list-2:hover h3,
[data-theme="dark"] .Theme013Style04 .p-list-2:hover p,
[data-theme="dark"] .Theme013Style04 .p-list-2:hover time,
[data-theme="dark"] .Theme013Style05 .p-list-2:hover h3,
[data-theme="dark"] .Theme013Style05 .p-list-2:hover p,
[data-theme="dark"] .Theme013Style05 .p-list-2:hover time,
[data-theme="dark"] .Theme013Style06 .p-list-2:hover h3,
[data-theme="dark"] .Theme013Style06 .p-list-2:hover p,
[data-theme="dark"] .Theme013Style06 .p-list-2:hover time,
[data-theme="dark"] .Theme013Style07 .p-list-2:hover h3,
[data-theme="dark"] .Theme013Style07 .p-list-2:hover p,
[data-theme="dark"] .Theme013Style07 .p-list-2:hover time  {
    color:var(--noir)!important;
}

/*RECHERCHE*/
[data-theme="dark"] .rb-search-form {
    color:var(--blanc);
}

/*WIDGETS*/
/*WIDGETS > Titre*/
.widget_text .widget-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
    margin-top:12px;
    margin-bottom:2px!important;
}

/*WIDGETS > Texte*/
.widget_text .textwidget p {
    font-size: 14px !important;
    line-height: 17px !important;
}
.widget_text .textwidget a {
  font-size: 14px !important;
  line-height: 17px !important;
    font-weight:600!important;
    text-transform: underline;
    text-decoration: underline;
}
.widget_text .textwidget a:hover {
    font-weight:800!important;
    color:var(--g-color)!important;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme013-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;
	letter-spacing:0.6px;
	font-weight:600;
}

p,
.entry-summary,
time {
	font-family: var(--cs-body-font)!important;
}

/* --- TDM (single post) --- */
body.single-post .ruby-table-contents {
	border: 3px solid var(--accent-color-1, var(--g-color));
	border-radius: 0;
	padding: 16px 18px;
	box-shadow: none;
}
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 10px;
	padding-bottom: 0;
}
body.single-post .ruby-table-contents .toc-header span {
	font-size: 28px;
	font-weight: 400;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	letter-spacing: 2px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2637";
	font-family: initial;
	font-size: 28px;
	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;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 8px 8px 8px 22px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	font-family: var(--cs-body-font);
	text-decoration: none !important;
	text-shadow: none !important;
	border: 2px solid transparent;
	border-radius: 0;
	transition: all .2s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	border-color: var(--accent-color-1, var(--g-color));
	color: var(--accent-color-1, var(--g-color)) !important;
}
body.single-post .ruby-table-contents .inner a::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: var(--accent-color-1, var(--g-color));
	border-radius: 0;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\25BC" !important;
	font-family: initial !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--accent-color-1, var(--g-color)) !important;
}

body.single-post .s-cats a,
body.single-post .s-cats .p-category,
body.single-post .s-cats .meta-category a {
	font-family: var(--cs-heading-font);
}
.Titre2 .heading-title {
	font-family: var(--cs-heading-font);
	font-weight: 200!important;
    font-size:28px!important;
    letter-spacing:0.4px;
}
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 .entry-content.rbct p,
body.single-post .entry-content.rbct ol li,
body.single-post .entry-content.rbct ul li {
	font-family: var(--cs-body-font);
}

.main-menu > li > a {
    color: var(--blanc)!important;
}

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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 0;
  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: 0%;
  width: 38px;
  height: 38px;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.rbi-cright:before {
  content: "\2192";
  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: 3px solid var(--accent-color-1);
	border-radius: 12px;
	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: var(--accent-color-1);
}
.logo-sec-right .icon-holder:hover .wnav-icon {
	color: var(--blanc);
}
.header-dropdown {
	margin-top: 12px;
	border: 2px solid var(--accent-color-1);
	border-radius: 0;
	padding: 0px;
	background: var(--blanc);
	box-shadow: none;
}
.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);
}
