/* ============================================================
   Theme    : FOXIZ
   Variante : 030
   Version  : 1.2
   Date     : 30/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=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');

body {
    --cs-heading-font: "Archivo Black", Impact, sans-serif;
    --cs-body-font: "Inter", system-ui, sans-serif;
}


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

/*FOND1*/
.Fond1 {
    background: color-mix(in srgb, var(--g-color) 24%, transparent)!important;
}

/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title,
.Titre1 .elementor-heading-title {
    font-size:56px;
    line-height:58px;
    font-weight:600;
}
.Titre1.Petit .heading-title,
.Titre1.Petit .elementor-heading-title {
    font-size:34px;
    line-height:38px;
}
.Titre2 .elementor-heading-title {
    font-size:24px;
    line-height:26px;
    font-weight:600;
}
.Titre1.Milieu .heading-title {
    text-align: center;
    margin:0 auto;
}


[data-theme="default"].category .Titre1 .elementor-heading-title,
[data-theme="default"] .Titre2 .elementor-heading-title {
    color:var(--noir)!important;
}

[data-theme="dark"].category .Titre1 .elementor-heading-title,
[data-theme="dark"] .Titre2 .elementor-heading-title {
    color:var(--blanc)!important;
}

/*Titre1 > Bouton*/
.Titre1 .heading-tagline a {
    background-color:var(--g-color)!important;
    color:var(--blanc);
    border: 2px solid var(--g-color);
    box-shadow: 0 4px 8px var(--noir-opacite);
    border-radius:0;
    font-size:20px;
    line-height: 22px;
    font-weight:400!important;
    text-transform: uppercase!important;
    padding: 16px 32px;
    border-radius: 50px;
}
/*BOUTON > HOVER*/
.Titre1 .heading-tagline a:hover {
    background:var(--blanc)!important;
    color:var(--g-color);
}

.Titre1 .heading-tagline .rbi-cright {
    display:none;
}

/*Texte1 > Titre*/
.Texte1 p {
    font-size:22px;
    line-height: 26px;
    font-weight: 300!important;
}
[data-theme="dark"] .Texte1 p {
    color:var(--blanc);
}
[data-theme="default"] .Texte1 p {
    color:var(--noir);
}
.Texte1.Milieu p {
    text-align: center;
    width:72%;
    margin:0 auto;
}

/*BOUTON*/
/*BOUTON > TEXTE*/
.Bouton1 .elementor-button {
    background-color:var(--g-color)!important;
    color:var(--blanc);
    border: 2px solid var(--g-color);
    box-shadow: 0 4px 8px var(--noir-opacite);
    border-radius:0;
    font-size:20px;
    line-height: 22px;
    font-weight:400!important;
    text-transform: uppercase!important;
    padding: 20px 40px;
    border-radius: 50px;
}
/*BOUTON > HOVER*/
.Bouton1 .elementor-button:hover {
    background:var(--blanc)!important;
    color:var(--g-color);
    border: 2px solid var(--g-color);
}

/*Theme030Style01*/
/*Theme030Style01 > Fond*/
.Theme030Style01 .p-gradient .overlay-inner {
    background: color-mix(in srgb, var(--noir) 30%, transparent)!important;
    border-radius:18px;
}
.Theme030Style01 .p-wrap {
    padding:0;
    margin:0 1%;
}
@media only screen and (min-width: 600px) {
.Theme030Style01.Petit .block-inner {
    gap:2%!important
}
 .Theme030Style01.Petit .p-wrap {
    width:47%!important;
    min-width:47%!important;
    max-width:47%!important;
}}

.Theme030Style01 .p-wrap,
.Theme030Style01 .p-wrap img {
    border-radius:18px;
}
/*Theme030Style01 > Ombre*/
.Theme030Style01 .p-wrap img {
    box-shadow: 0 0 24px color-mix(in srgb, var(--noir) 30%, transparent);
}
.Theme030Style01 .overlay-holder,
.Theme030Style01 .overlay-holder .p-featured {
    overflow: visible;
}

.Theme030Style01 .p-content.overlay-inner.overlay-text {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    height: 100%;
    text-align: left;
}

/*Theme030Style01 > Titre*/
.Theme030Style01 .entry-title {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
    max-width:90%!important;
}
.Theme030Style01.Petit .entry-title {
    font-size:16px!important;
    line-height:18px!important;
    max-width:98%!important;
}
.Theme030Style01.Grand .entry-title {
    font-size:26px!important;
    line-height:28px!important;
    max-width:98%!important;
    margin-bottom:8px;
}
.Theme030Style01.Petit .overlay-inner {
    padding: 18px;
}

/*Theme030Style01 > Date*/
.Theme030Style01 .p-meta time {
    font-size:16px!important;
    line-height:18px!important;
    font-weight: 500;
}
.Theme030Style01.Petit .p-meta time {
    font-size:10px!important;
    line-height:12px!important;
    font-weight: 500;
}

/*Theme030Style02*/
/*Theme030Style02 > Bordure*/
.Theme030Style02 .p-wrap {
    overflow: visible;
}
.Theme030Style02 .p-wrap,
.Theme030Style02 .p-wrap .p-featured {
    border-radius:24px;
}
.Theme030Style02 .p-wrap .p-featured {
    box-shadow: 0 0 12px var(--noir-opacite);
}

/*Theme030Style02 > Titre*/
.Theme030Style02 .entry-title {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:4px;
}

/*Theme030Style02 > Date*/
.Theme030Style02 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
.Theme030Style02 .meta-update:after {
    display:none;
}

/*Theme030Style03*/
/*Theme030Style03 > Bordure*/
.Theme030Style03 .p-wrap {
    overflow: visible; 
}
.Theme030Style03 .p-wrap,
.Theme030Style03 .p-wrap .p-featured,
.Theme030Style03 .p-wrap .p-featured img {
    border-radius:12px!important;
}

.Theme030Style03 .p-wrap .p-featured {
    box-shadow: 0 6px 12px color-mix(in srgb, var(--g-color) 40%, transparent);
}
/*Theme030Style03 > Contenu*/
.Theme030Style03 .p-content {
    padding-left:0!important;
}
/*Theme030Style03 > Titre*/
.Theme030Style03 .entry-title {
    font-weight:600!important;
    font-size:15px!important;
    line-height:15px!important;
    margin-bottom:4px;
}

/*Theme030Style03 > Date*/
.Theme030Style03 .p-meta time {
    font-size:12px!important;
    line-height:16px!important;
    font-weight: 500;
}
.Theme030Style03 .meta-update:after {
    display:none;
}


/*Theme030Style04*/
/*Theme030Style04 > Contenu*/
.Theme030Style04 .p-wrap {
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    padding-bottom: 8px;
}
/*Theme030Style04 > Bordure*/
.Theme030Style04 .p-wrap,
.Theme030Style04 .p-wrap .p-featured {
    border-radius:20px;
}
.Theme030Style04 .p-wrap .p-featured {
    box-shadow: 0 8px 24px color-mix(in srgb, var(--g-color) 50%, transparent);
}
/*Theme030Style04 > Titre*/
.Theme030Style04 .entry-title {
    font-weight:600!important;
    font-size:23px!important;
    line-height:26px!important;
    margin-top:24px!important;
}
.Theme030Style04.Petit .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme030Style04 > Texte*/
.Theme030Style04 .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:19px!important;
}
.Theme030Style04.Petit .entry-summary {
    font-size:15px!important;
    line-height:18px!important;
}
/*Theme030Style04 > Date*/
.Theme030Style04 .p-meta {
    height:24px;
    padding-bottom:0!important;
    margin-top:24px!important;
    margin-bottom:6px!important;
}
.Theme030Style04 .p-meta span {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 400;
    margin-top:4px!important;
}

/*Theme030Style04 > Bouton*/
.Theme030Style04 .p-link {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    right: var(--column-gap, 0);
}

.Theme030Style04 .p-link a {
    background-color:var(--blanc)!important;
    color:var(--g-color);
    border: 1px solid var(--g-color);
    box-shadow: 0 1px 2px color-mix(in srgb, var(--g-color) 60%, transparent);
    font-size:11px;
    line-height: 13px;
    font-weight:400!important;
    text-transform: uppercase!important;
    padding: 8px 24px;
    border-radius: 50px;
}
/*BOUTON > HOVER*/
.Theme030Style04 .p-link a:hover {
    background:var(--g-color)!important;
    color:var(--blanc);
}

/*Theme030Style05*/
/*Theme030Style05 > Contenu*/
.Theme030Style05 .p-wrap {
    height:fit-content;
    min-height:fit-content;
    max-height:fit-content;
    padding-bottom: 8px;
}
/*Theme030Style05 > Bordure*/
.Theme030Style05 .p-wrap,
.Theme030Style05 .p-wrap .p-featured {
    border-radius:20px;
}
.Theme030Style05 .p-wrap .p-featured {
    box-shadow: 0 8px 24px color-mix(in srgb, var(--g-color) 50%, transparent);
}
/*Theme030Style05 > Titre*/
.Theme030Style05 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-top:18px!important;
}
/*Theme030Style05 > Texte*/
.Theme030Style05 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:17px!important;
}

/*Theme030Style05 > Date*/
.Theme030Style05 .p-meta {
    padding-bottom:0!important;
    margin-top:4px!important;
}
.Theme030Style05 .p-meta span {
    font-size:13px!important;
    line-height:15px!important;
    font-weight: 400;
}

/*Theme030Style06*/
/*Theme030Style06 > Bordure*/
.Theme030Style06 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 0 18px color-mix(in srgb, var(--g-color) 80%, transparent);
    margin:24px!important;
}
.Theme030Style06 .list-feat-holder {
    min-width:50%;
    padding: 0;
}
.Theme030Style06 .p-content {
    padding:32px!important;
}
/*Theme030Style06 > Titre*/
.Theme030Style06 .entry-title {
    font-weight:600!important;
    font-size:34px!important;
    line-height:36px!important;
    margin-bottom:8px;
}
/*Theme030Style06 > Texte*/
.Theme030Style06 .entry-summary {
    font-weight:400!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:16px;
}

/*Theme030Style06 > Date*/
.Theme030Style06 .p-meta span {
    font-size:16px!important;
    line-height:18px!important;
    font-weight: 500;
}
/*Theme030Style06 > Catégorie*/
.Theme030Style06 .p-category {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
/*Theme030Style06 > Bouton*/
.Theme030Style06 .p-link a {
    font-weight:500!important;
    font-size:16px!important;
    line-height:18px!important;
    border-radius:50px;
    background:var(--transparent);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 14px 28px;
    left:0;
}
[data-theme="dark"] .Theme030Style06 .p-link a {
    border: 1px solid var(--blanc);
    color: var(--blanc);
}

.Theme030Style06 .p-link a:hover {
    background:var(--g-color);
    border: 1px solid var(--g-color);
    color: var(--blanc);
}

/*Theme030Style06 > BOUTON*/
.Theme030Style06 .p-link {
    margin-top:32px!important;
    margin-bottom:4px;
}
.Theme030Style06 .p-link .rbi-cright {
    display:none;
}

/*Theme030Style06 > PAGINATION*/
.Theme030Style06 .slider-footer {
    margin-top: 24px;
}
.Theme030Style06 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--g-color)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}

.Theme030Style06 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--g-color)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}

.Theme030Style06 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme030Style06 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}
.Theme030Style06 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}
/*Theme030Style06 > PAGINATION > Ombre*/
[data-theme="dark"] .Theme030Style06 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme030Style06 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme030Style06 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}

/*Theme030Style07*/
/*Theme030Style07 > Bordure*/
.Theme030Style07 .p-wrap,
.Theme030Style07 .p-wrap .p-featured {
    border-radius:24px;
}
.Theme030Style07 .p-wrap .p-featured {
    box-shadow: 0 0 24px color-mix(in srgb, var(--g-color) 80%, transparent);
    margin-bottom:18px!important;
}
/*Theme030Style07 > Titre*/
.Theme030Style07 .entry-title {
    font-weight:600!important;
    font-size:38px!important;
    line-height:42px!important;
    margin-top:24px!important;
    text-align: center;
}

/*Theme030Style07 > PAGINATION*/
.Theme030Style07 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--g-color)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}
.Theme030Style07 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme030Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}
.Theme030Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}

/*Theme030Style08*/
/*Theme030Style08 > Contenu*/
.Theme030Style08 .p-content {
    padding-left:0!important;
}
/*Theme030Style08 > Bordure*/
.Theme030Style08 .p-wrap .p-featured {
    border-radius:24px;
    box-shadow: 0 8px 8px color-mix(in srgb, var(--g-color) 80%, transparent);
    margin:24px!important;
}
.Theme030Style08 .list-feat-holder {
    min-width:50%;
    padding: 0;
}

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

/*Theme030Style08 > Date*/
.Theme030Style08 .p-meta span {
    font-size:16px!important;
    line-height:18px!important;
    font-weight: 500;
}
/*Theme030Style08 > Catégorie*/
.Theme030Style08 .p-category {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
/*Theme030Style08 > Bouton*/
.Theme030Style08 .p-link a {
    font-weight:500!important;
    font-size:11px!important;
    line-height:13px!important;
    border-radius:50px;
    background:var(--transparent);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 10px 16px;
    left:0;
}
[data-theme="dark"] .Theme030Style08 .p-link a {
    border: 1px solid var(--blanc);
    color: var(--blanc);
}
.Theme030Style08 .p-link a:hover {
    background:var(--g-color);
    border: 1px solid var(--g-color);
    color: var(--blanc);
}


/*Theme030Style08 > BOUTON*/
.Theme030Style08 .p-link {
    margin-bottom:4px;
}
.Theme030Style08 .p-link .rbi-cright {
    display:none;
}

/*Theme030Style08 > PAGINATION*/
.Theme030Style08 .slider-footer {
    margin-top: 16px;
}
.Theme030Style08 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--g-color)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}
.Theme030Style08 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme030Style08 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}
.Theme030Style08 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--g-color)!important;
    background: var(--g-color)!important;
    opacity: 1;   
}
/*Theme030Style08 > PAGINATION > Ombre*/
[data-theme="dark"] .Theme030Style08 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme030Style08 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme030Style08 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}




@media only screen and (max-width: 600px) {

.overlay-holder {
    display: contents;
}
 .p-featured {
    object-fit: cover;
    min-height: 100%;
}

/*Theme030Style01 > Texte*/
.Theme030Style01 .p-wrap {
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
    margin-bottom:8px;
}
.Theme030Style08 .block-inner {
    display: grid!important;
}
    
    
/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:32px;
    line-height:34px;
}
/*Titre1 > Bouton*/
.Titre1 .heading-tagline span {
    font-size:14px;
    line-height: 16px;
    padding: 10px 16px;
}

/*Texte1 > Titre*/
.Texte1 p {
    font-size:18px;
    line-height: 20px;
}
.Texte1.Milieu p {
    width:92%;
}

/*BOUTON*/
/*BOUTON > TEXTE*/
.Bouton1 .elementor-button {
    font-size:16px;
    line-height: 18px;
    padding: 12px 24px;
}

/*Theme030Style01*/
/*Theme030Style01 > Titre*/
.Theme030Style01 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme030Style01.Petit .entry-title {
    font-size:16px!important;
    line-height:18px!important;
    max-width:98%!important;
}
.Theme030Style01.Grand .entry-title {
    font-size:20px!important;
    line-height:21px!important;
    max-width:98%!important;
    margin-bottom:8px;
}

/*Theme030Style01 > Date*/
.Theme030Style01 .p-meta time {
    font-size:14px!important;
    line-height:16px!important;
}
.Theme030Style01.Petit .p-meta time {
    font-size:10px!important;
    line-height:12px!important;
}

/*Theme030Style02*/
/*Theme030Style02 > Titre*/
.Theme030Style02 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}

/*Theme030Style02 > Date*/
.Theme030Style02 .p-meta time {
    font-size:14px!important;
    line-height:16px!important;
}

/*Theme030Style03*/
/*Theme030Style03 > Titre*/
.Theme030Style03 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}

/*Theme030Style03 > Date*/
.Theme030Style03 .p-meta time {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme030Style03 > Contenu*/
.Theme030Style03 .p-content {
    padding-left:16px!important;
}

/*Theme030Style04*/
/*Theme030Style04 > Titre*/
.Theme030Style04 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme030Style04 > Texte*/
.Theme030Style04 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}

.Theme030Style04 .p-meta span {
    font-size:12px!important;
    line-height:14px!important;
}

/*Theme030Style04 > Bouton*/
.Theme030Style04 .p-link a {
    font-size:10px;
    line-height: 12px;
    padding: 12px 20px;
}

/*Theme030Style05*/
/*Theme030Style05 > Titre*/
.Theme030Style05 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme030Style05 > Texte*/
.Theme030Style05 .entry-summary {
    font-size:14px!important;
    line-height:17px!important;
}

/*Theme030Style05 > Date*/
.Theme030Style05 .p-meta span {
    font-size:13px!important;
    line-height:15px!important;
}

/*Theme030Style06 > Titre*/
.Theme030Style06 .entry-title {
    font-size:22px!important;
    line-height:24px!important;
}
/*Theme030Style06 > Texte*/
.Theme030Style06 .entry-summary {
    font-size:16px!important;
    line-height:18px!important;
}

/*Theme030Style06 > Date*/
.Theme030Style06 .p-meta span {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme030Style06 > Catégorie*/
.Theme030Style06 .p-category {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme030Style06 > Bouton*/
.Theme030Style06 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 10px 20px;
}

/*Theme030Style07*/
/*Theme030Style07 > Titre*/
.Theme030Style07 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}

/*Theme030Style08*/
/*Theme030Style08 > Titre*/
.Theme030Style08 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme030Style08 > Texte*/
.Theme030Style08 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme030Style08 > Contenu*/
.Theme030Style08 .p-content {
    padding-left:24px!important;
}
/*Theme030Style08 > Date*/
.Theme030Style08 .p-meta span {
    font-size:16px!important;
    line-height:18px!important;
}
/*Theme030Style08 > Catégorie*/
.Theme030Style08 .p-category {
    font-size:16px!important;
    line-height:18px!important;
}
/*Theme030Style08 > Bouton*/
.Theme030Style08 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    margin-top:16px!important;
    padding: 10px 16px;
}
.Theme030Style08 .p-link {
    margin-top:20px!important;
}}

/*CATEGORIE*/
.category .Header,
.single-post .ArticleHeader {
    box-shadow: inset 0 2px 30px rgba(0,0,0,0.2);
    margin-top:0!important;  
}

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

/*HOVER*/
.p-wrap {
    transition: all 0.6s ease ;
}
.p-wrap:hover {
    transform: translateY(-8px);
}

/* CATEGORIES */
.category h1 {
    font-size:4rem!important;
    line-height:4rem!important;
}

/* CATEGORIES */
.category h1 {
    font-size:4rem!important;
    line-height:4rem!important;
}
.category .blog-content .p-wrap {
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    padding-bottom: 8px;
}
.category .blog-content .p-wrap,
.category .blog-content .p-wrap .p-featured {
    border-radius:20px;
}
.category .blog-content .p-wrap .p-featured {
    box-shadow: 0 8px 24px color-mix(in srgb, var(--g-color) 50%, transparent);
}
.category .blog-content .p-wrap .entry-title {
    font-weight:600!important;
    font-size:23px!important;
    line-height:26px!important;
    margin-top:24px!important;
}
.category .blog-content .p-wrap  .entry-summary {
    font-weight:400!important;
    font-size:16px!important;
    line-height:19px!important;
}
.category .blog-content .p-wrap  .p-meta {
    height:24px;
    padding-bottom:0!important;
    margin-top:24px!important;
    margin-bottom:6px!important;
}
.category .blog-content .p-wrap  .p-meta span {
    font-size:14px!important;
    line-height:16px!important;
    font-weight: 400;
    margin-top:4px!important;
}
.category .blog-content .p-wrap  .p-link {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 12px;
    position: absolute;
    bottom: 0;
    right: var(--column-gap, 0);
}
.category .blog-content .p-wrap  .p-link a {
    background-color:var(--blanc)!important;
    color:var(--g-color);
    border: 1px solid var(--g-color);
    box-shadow: 0 1px 2px color-mix(in srgb, var(--g-color) 60%, transparent);
    font-size:11px;
    line-height: 13px;
    font-weight:400!important;
    text-transform: uppercase!important;
    padding: 8px 24px;
    border-radius: 50px;
}


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


/* ============================================================
   BLOC 1 — TDM (Table des matières, single post only)
   ============================================================ */
.ArticleHeader {
	margin-top:0;
}
/* Conteneur */
body.single-post .ruby-table-contents {
	border: 1px solid var(--g-color);
	border-radius: 8px;
	padding: 16px 18px;
	box-shadow: 0 4px 20px color-mix(in srgb, var(--noir) 10%, transparent);
	background:var(--blanc);
}

/* En-tête de la TDM */
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: 32px;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: uppercase;
	padding-bottom: 6px;
	color: var(--noir);
	margin-top: 0;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\25C6"; /* icône ☰ */
	font-family: initial;
	font-size: 28px;
	color: var(--g-color) !important;
	padding-right: 8px;
}

/* Liste des items */
body.single-post .ruby-table-contents .inner {
	margin-top: 0;
	padding-top: 0;
	column-count: 2;
	counter-reset: toc-counter;
}
body.single-post .ruby-table-contents .inner > * {
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
}
body.single-post .ruby-table-contents .inner a {
	position: relative;
	display: block;
	padding: 4px 4px 4px 24px;
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 1px solid transparent;
	border-radius: 20px;
	transition: all .2s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--g-color) !important;
	border-color: var(--g-color);
}
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(--g-color);
	border-radius: 20px;
}
body.single-post .ruby-table-contents .inner a::after {
	display: none !important;
}

/* Chevron toggle */
body.single-post .ruby-table-contents .ruby-toc-toggle i:before {
	content: "\25BC" !important;
	font-family: initial !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--g-color) !important;
}


/* ============================================================
   BLOC 2 — POST (Single article)
   ============================================================ */

/* Image à la une */
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: 20px;
}

/* Catégories */
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: 8px 24px;
	border: 2px solid var(--g-color);
	border-radius: 20px;
	color: var(--noir) !important;
	font-size: 15px;
	font-weight: 700;
	text-transform: initial;
	letter-spacing: 1px;
	text-decoration: none;
}
body[data-theme="dark"].single-post .s-cats a,
body[data-theme="dark"].single-post .s-cats .p-category,
body[data-theme="dark"].single-post .s-cats .meta-category a {
	border: 2px solid var(--blanc);
	color: var(--blanc) !important;
}
/* Titre H1 article */
body.single-post .s-title {
	font-size: 42px;
	line-height: 1.04;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	margin: 2px 0 20px;
}

/* Sous-titres */
/* H2 — layout 5 (filet supérieur 5px accent + padding-top) */
body.single-post .entry-content.rbct h2 {
	font-size: 26px;
	font-weight: 900!important;
	font-family: var(--cs-heading-font);
	padding-top: 12px;
	margin-top: 24px;
	margin-bottom: 12px;
}

/* H3 — layout 7 (bordure gauche 7px accent + padding-left) */
body.single-post .entry-content.rbct h3 {
	font-size: 21px;
	font-weight: 900!important;
	font-family: var(--cs-heading-font);
	padding-left: 14px;
	margin-top: 28px;
	margin-bottom: 12px;
	border-left: 7px solid var(--g-color);
}

/* Paragraphes & listes */
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.75;
}

/* Citations */
body.single-post .entry-content.rbct blockquote {
	border-left: 6px solid var(--g-color);
	background: color-mix(in srgb, var(--g-color) 6%, var(--blanc));
	padding: 18px 24px;
	margin: 24px 0;
	font-style: normal;
	border-radius: 20px;
}

/* Liens inline */
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ============================================================
   BLOC 3 — MENU (Header sitewide)
   ============================================================ */
#site-header .logo-sec-inner {
	padding: 4px 0;
}
#site-header .main-menu > li > a {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: initial;
}



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

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

/* 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: "\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) --- */
.navbar-right {
	background: var(--blanc);
	padding: 8px 20px !important;
	border-radius: 50px !important;
	box-shadow: 0 4px 8px color-mix(in srgb, var(--noir) 15%, transparent);
}
.logo-sec-right .wnav-icon {
	color: var(--noir);
	font-size: 18px;
	transition: 0.2s ease;
}
.logo-sec-right .wnav-icon:hover {
	color: var(--g-color) !important;
}
.header-dropdown {
	margin-top: 12px;
	border-radius: 20px;
	padding: 0px;
	background: var(--blanc);
	box-shadow: 0 8px 24px color-mix(in srgb, var(--noir) 12%, transparent);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
}
