/* ============================================================
   Theme    : FOXIZ
   Variante : 028
   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=Outfit:wght@400;500;600;700;800&family=Encode+Sans:wght@400;500;600;700&display=swap');

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


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

/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:54px;
    line-height:56px;
    font-weight: 400!important;
    text-transform: uppercase;
}
.Titre1.Mini .heading-title {
    font-size:34px;
    line-height:38px;
    text-transform: initial!important;
}

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

[data-theme="default"].single-post .elementor-widget-post-info .elementor-icon-list-text {
    color: var(--noir);
}
[data-theme="dark"].single-post .elementor-widget-post-info .elementor-icon-list-text {
    color: var(--blanc);
}

/*Titre1 > Bouton*/
.Titre1 .heading-tagline a {
    font-weight:400!important;
    font-size:20px!important;
    line-height:22px!important;
    border-radius:0px;
    color:var(--g-color);
    border:2px solid var(--noir);
    background:var(--blanc);
    padding: 18px 42px;
    text-transform: uppercase;
    transition: 0.3s all;
}
.Titre2 .elementor-heading-title {
    font-weight:600!important;
    font-size:25px!important;
    line-height:27px!important;
}

[data-theme="dark"] .Titre1 .heading-tagline a {
    color:var(--g-color)!important;
} 
[data-theme="dark"] .Titre1 .heading-tagline a:hover {
    color:var(--blanc)!important;
} 
.Titre1.Petit .heading-title {
    font-weight: 400!important;
    font-size:32px!important;
    line-height:36px!important;
    text-transform: initial;
}


.Titre1 .heading-tagline a:hover {
    color:var(--blanc);
    border:2px solid var(--g-color);
    background:var(--g-color);
}
.Titre1 .heading-tagline .rbi-cright {
    display:none;
}

.Texte1 p {
    font-size:18px;
    line-height: 20px;
    font-weight: 300!important;
    margin-top:8px;
}

/*Theme028Style01*/
.Theme028Style01 {
    margin-top:0px!important;
}
/*Theme028Style01 > Fond*/
.Theme028Style01 .p-gradient .overlay-inner {
    background-image:
    linear-gradient(color-mix(in srgb, var(--g-color) 20%, transparent), color-mix(in srgb, var(--g-color) 20%, transparent)),
    linear-gradient(#00000080, #00000080);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
/*Theme028Style01 > Contenu*/
.Theme028Style01 .p-content::after {
    content: "";
    position: initial;
    width: 12%;
    border-bottom: 3px solid var(--blanc);
    padding-bottom: 12px;
}
/*Theme028Style01 > Bordure*/
.Theme028Style01 .p-wrap,
.Theme028Style01 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style01 > Titre*/
.Theme028Style01 .entry-title {
    font-weight:600!important;
    font-size:66px!important;
    line-height:70px!important;
    margin-bottom:8px;
    width:66%;
}
.Theme028Style01 .entry-title, 
.Theme028Style01 .entry-summary {
    max-width:80%!important;
}

/*Theme028Style01 > Meta*/
.Theme028Style01 .p-meta span {
   font-size: 22px!important;
   line-height: 22px!important;
   font-weight: 400!important;
   color:var(--blanc)!important;
}


/*Theme028Style02*/
/*Theme028Style02 > Marge*/
.Theme028Style02  {
    margin-top:-120px;
}
/*Theme028Style02 > Fond*/
.Theme028Style02 .p-gradient .overlay-inner {
    background: color-mix(in srgb, var(--noir) 30%, transparent)!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

/*Theme028Style02 > Bordure*/
.Theme028Style02 .block-inner .p-wrap:nth-child(1) {
  border-width: 24px 12px 24px 24px ;
  border-style: solid;
  border-color: var(--blanc);
}
.Theme028Style02 .block-inner .p-wrap:nth-child(2) {
  border-width: 24px 12px 24px 12px ;
  border-style: solid;
  border-color: var(--blanc);
}
.Theme028Style02 .block-inner .p-wrap:nth-child(3) {
  border-width: 24px 24px 24px 12px ;
  border-style: solid;
  border-color: var(--blanc);
}

/*Theme028Style02 > Contenu*/
.Theme028Style02 .p-content::after {
    content: "";
    position: initial;
    width: 45%;
    border-bottom: 2px solid var(--blanc);
    padding-bottom: 4px;
}

/*Theme028Style02 > Titre*/
.Theme028Style02 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:8px;
}
.Theme028Style02 .entry-title,
.Theme028Style02 .entry-summary {
  max-width:90%!important;
}

/*Theme028Style03*/
/*Theme028Style03 > Fond*/
.Theme028Style03 .p-gradient .overlay-inner {
    background-image:
    linear-gradient(color-mix(in srgb, var(--g-color) 40%, transparent), color-mix(in srgb, var(--g-color) 40%, transparent)),
    linear-gradient(#00000080, #00000080);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

/*Theme028Style03 > Bordure*/
.Theme028Style03 .p-wrap,
.Theme028Style03 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style03 > Titre*/
.Theme028Style03 .entry-title {
    font-weight:600!important;
    font-size:32px!important;
    line-height:34px!important;
    margin-top:4px;
}
.Theme028Style03 .entry-title, 
.Theme028Style03 .entry-summary {
  max-width:100%!important;
}

/*Theme028Style03 > Contenu*/
.Theme028Style03 .p-content::after {
    content: "";
    position: initial;
    width: 25%;
    border-bottom: 3px solid var(--blanc);
    padding-bottom: 24px;
}
/*Theme028Style03 > Date*/
.Theme028Style03 .p-meta span {
   font-size: 16px!important;
   line-height: 18px!important;
   font-weight: 400!important;
   color:var(--blanc)!important;
}

/*Theme028Style03 > BORDURE IMAGE*/
.Theme028Style03 .p-featured {
  position: relative;
  overflow: visible;
}
.Theme028Style03 .p-featured::after {
  content: "";
  position: absolute;
  inset: 16px;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
    z-index:99;
}
.Theme028Style03 .p-featured .p-flink,
.Theme028Style03 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}
/*HOVER*/
.p-wrap .p-featured:after {
  transition: all 0.4s ease;
}
.p-wrap:hover .p-featured:after {
  inset: 0px!important;
}

/*Theme028Style04*/
/*Theme028Style04 > Contenu*/
.Theme028Style04 .p-content {
    padding-left: 0;
}

/*Theme028Style04 > Titre*/
.Theme028Style04 .entry-title {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom: 16px;
}
.Theme028Style04 .entry-title:after {
    content: "";
    width: 25%;
    left: 0;
    border-bottom: 3px solid var(--noir);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom: -8px;
}
[data-theme="dark"] .Theme028Style04 .entry-title:after {
    border-bottom: 3px solid var(--blanc);
}

/*Theme028Style04 > Texte*/
.Theme028Style04 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
}

/*Theme028Style04 > Date*/
.Theme028Style04 .p-meta {
    margin-bottom:4px!important;
}
.Theme028Style04 .p-meta span {
    font-size:14px!important;
    line-height:17px!important;
    font-weight: 500;
    color:var(--noir);
}
[data-theme="dark"] .Theme028Style04 .p-meta span {
    color:var(--blanc);
}



/*Theme028Style04 > BORDURE IMAGE*/
.Theme028Style04 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style04 .p-featured::after {
  content: "";
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
}
.Theme028Style04 .p-wrap:hover .p-featured:after {
  inset: 10px!important;
}

.Theme028Style04 .p-featured .p-flink,
.Theme028Style04 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}

/*Theme028Style05*/
/*Theme028Style05 > Fond*/
.Theme028Style05 .p-gradient .overlay-inner {
    background-image:
    linear-gradient(color-mix(in srgb, var(--g-color) 22%, transparent), color-mix(in srgb, var(--g-color) 40%, transparent)),
    linear-gradient(#00000080, #00000080);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

/*Theme028Style05 > Bordure*/
.Theme028Style05 .p-wrap,
.Theme028Style05 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style05 > Titre*/
.Theme028Style05 .entry-title {
    font-weight:600!important;
    font-size:42px!important;
    line-height:44px!important;
    margin-top:4px;
    width:80%;
}
.Theme028Style05 .entry-title, 
.Theme028Style05 .entry-summary {
  max-width:100%!important;
}

/*Theme028Style05 > Contenu*/
.Theme028Style05 .p-content::after {
    content: "";
    position: initial;
    width: 25%;
    border-bottom: 5px solid var(--blanc);
    padding-bottom: 24px;
}
/*Theme028Style05 > Date*/
.Theme028Style05 .p-meta span {
   font-size: 22px!important;
   line-height: 24px!important;
   font-weight: 300!important;
   color:var(--blanc)!important;
   margin-bottom:6px;
}

/*Theme028Style05 > BORDURE IMAGE*/
.Theme028Style05 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style05 .p-featured::after {
  content: "";
  position: absolute;
  inset: 18px;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
    z-index:99;
}
.Theme028Style05 .p-featured .p-flink,
.Theme028Style05 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}

/*Theme028Style05 > PAGINATION*/
.Theme028Style05 .slider-footer .swiper-pagination-bullet {
    background: var(--g-color)!important;
    margin:0 4px;
    margin-top:12px!important;
    height:24px;
    width:24px;
    border-radius:0!important; 
}
.Theme028Style05 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active,
.Theme028Style05 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: var(--g-color)!important;
    border-radius:0!important;
}

.Theme028Style05 .slider-footer .swiper-pagination-bullet {
    background: var(--transparent) !important; 
    border-radius:0!important;
    border:2px solid var(--g-color);
    opacity:1;
}
.Theme028Style05 .slider-footer .swiper-pagination-bullet:before{
    border-radius:0!important;
}


[data-theme="dark"] .Theme028Style05 .slider-footer .swiper-pagination-bullet {
    background: var(--g-color)!important;
}
[data-theme="dark"] .Theme028Style05 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active,
[data-theme="dark"] .Theme028Style05 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: var(--g-color)!important;
}

[data-theme="dark"] .Theme028Style05 .slider-footer .swiper-pagination-bullet,
[data-theme="dark"] .Theme028Style05 .swiper-pagination-bullet:before {
    background: var(--transparent) !important; 
}
[data-theme="dark"] .Theme028Style05 .slider-footer .swiper-pagination-bullet {
    border:2px solid var(--g-color);
}

/*Theme028Style06*/
/*Theme028Style06 > Contenu*/
.Theme028Style06 .p-content {
    padding-left: 0;
}

/*Theme028Style06 > Titre*/
.Theme028Style06 .entry-title {
    font-weight:600!important;
    font-size:15px!important;
    line-height:17px!important;
    margin-bottom: 8px;
}

.Theme028Style06 .entry-title:after {
    content: "";
    width: 25%;
    left: 0;
    border-bottom: 2px solid var(--noir);
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom: -4px;
}
[data-theme="dark"] .Theme028Style06 .entry-title:after {
    border-bottom: 2px solid var(--blanc);
}
/*Theme028Style06 > Texte*/
.Theme028Style06 .entry-summary {
    font-weight:400!important;
    font-size:11px!important;
    line-height:13px!important;
    margin-bottom:4px;
}

/*Theme028Style06 > Date*/
.Theme028Style06 .p-meta {
    margin-bottom:4px!important;
}
.Theme028Style06 .p-meta span {
    font-size:11px!important;
    line-height:13px!important;
    font-weight: 500;
    color:var(--noir);
}
[data-theme="dark"] .Theme028Style06 .p-meta span {
    color:var(--blanc);
}


/*Theme028Style06 > BORDURE IMAGE*/
.Theme028Style06 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style06 .p-featured::after {
  content: "";
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  border: 1.5px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
}
.Theme028Style06 .p-wrap:hover .p-featured:after {
  inset: 8px!important;
}
.Theme028Style06 .p-featured .p-flink,
.Theme028Style06 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}

/*Theme028Style07*/
/*Theme028Style07 > Fond*/
.Theme028Style07 .p-gradient .overlay-inner {
    background-image:
    linear-gradient(color-mix(in srgb, var(--g-color) 22%, transparent), color-mix(in srgb, var(--g-color) 40%, transparent)),
    linear-gradient(#00000080, #00000080);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

/*Theme028Style07 > Bordure*/
.Theme028Style07 .p-wrap,
.Theme028Style07 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style07 > Titre*/
.Theme028Style07 .entry-title {
    font-weight:600!important;
    font-size:26px!important;
    line-height:28px!important;
    margin-top:4px;
    width:78%;
}
.Theme028Style07 .entry-title, 
.Theme028Style07 .entry-summary {
  max-width:100%!important;
}

/*Theme028Style07 > Contenu*/
.Theme028Style07 .p-content::after {
    content: "";
    position: initial;
    width: 25%;
    border-bottom: 2px solid var(--blanc);
    padding-bottom: 16px;
}
/*Theme028Style07 > Date*/
.Theme028Style07 .p-meta span {
   font-size: 14px!important;
   line-height: 16px!important;
   font-weight: 300!important;
   color:var(--blanc)!important;
   margin-bottom:0px;
}

/*Theme028Style07 > BORDURE IMAGE*/
.Theme028Style07 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style07 .p-featured::after {
  content: "";
  position: absolute;
  inset: 18px;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
    z-index:99;
}
.Theme028Style07 .p-featured .p-flink,
.Theme028Style07 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}

/*Theme028Style07 > PAGINATION*/
.Theme028Style07 .slider-footer .swiper-pagination-bullet {
    background: var(--g-color)!important;
    margin:0 4px;
    margin-top:12px!important;
    height:24px;
    width:24px;
    border-radius:0!important; 
}

.Theme028Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active,
.Theme028Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: var(--g-color)!important;
    border-radius:0!important;
}

.Theme028Style07 .slider-footer .swiper-pagination-bullet { 
    background: var(--transparent) !important; 
    border-radius:0!important;
    border:2px solid var(--g-color);
    opacity:1;
}
.Theme028Style07 .slider-footer .swiper-pagination-bullet:before {
    border-radius:0!important;
}

[data-theme="dark"] .Theme028Style07 .slider-footer .swiper-pagination-bullet {
    background: var(--g-color)!important;
}
[data-theme="dark"] .Theme028Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active,
[data-theme="dark"] .Theme028Style07 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: var(--g-color)!important;
}

[data-theme="dark"] .Theme028Style07 .slider-footer .swiper-pagination-bullet,
[data-theme="dark"] .Theme028Style07 .swiper-pagination-bullet:before {
    background: var(--transparent) !important; 
}
[data-theme="dark"] .Theme028Style07 .slider-footer .swiper-pagination-bullet {
    border:2px solid var(--g-color);
}

/*Theme028Style08*/
/*Theme028Style08 > Bordure*/
.Theme028Style08 .p-wrap,
.Theme028Style08 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style08 > Titre*/
.Theme028Style08 .entry-title {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-top:4px;
    text-align:center;
    width:88%;
    margin:0 auto;
}
.Theme028Style08 .entry-title::after {
    content: "";
    position: absolute;
    width: 35%;
    border-bottom: 3px solid var(--noir) !important;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    margin-bottom: -12px;
}
[data-theme="dark"] .Theme028Style08 .entry-title::after {
    border-bottom: 3px solid var(--blanc) !important;
}


/*Theme028Style08 > BORDURE IMAGE*/
.Theme028Style08 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style08 .p-featured::after {
  content: "";
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  border: 3px solid var(--blanc);
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
}
.Theme028Style08 .p-wrap:hover .p-featured:after {
  inset: 16px!important;
}
[data-theme="dark"] .Theme028Style08 .entry-title::after {
    border-bottom: 3px solid var(--blanc) !important;
}

.Theme028Style08 .p-featured .p-flink,
.Theme028Style08 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}

/*Theme028Style09*/
/*Theme028Style09 > Bordure*/
.Theme028Style09 .p-wrap,
.Theme028Style09 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme028Style09 > Titre*/
.Theme028Style09 .entry-title {
    font-weight:600!important;
    font-size:13px!important;
    line-height:15px!important;
    margin-top:4px;
    text-align:center;
    width:88%;
    margin:0 auto;
}
.Theme028Style09 .entry-title::after {
    content: "";
    position: absolute;
    width: 35%;
    border-bottom: 2px solid var(--noir) !important;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    margin-bottom: -12px;
}
[data-theme="dark"] .Theme028Style09 .entry-title::after {
    border-bottom: 2px solid var(--blanc) !important;
}

/*Theme028Style09 > BORDURE IMAGE*/
.Theme028Style09 .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.Theme028Style09 .p-featured::after {
  content: "";
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
    z-index:99;
}
.Theme028Style09 .p-wrap:hover .p-featured:after {
  inset: 12px!important;
}
.Theme028Style09 .p-featured .p-flink,
.Theme028Style09 .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}


@media only screen and (max-width: 600px) {
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:26px;
    line-height:30px;
}
.Titre1.Petit .heading-title {
    font-size:26px!important;
    line-height:28px!important;
}

/*Titre1 > Bouton*/
.Titre1 .heading-tagline span {
    font-size:14px!important;
    line-height:16px!important;
    border:1px solid var(--noir);
    padding: 12px 16px;
}

/*Theme028Style01*/
/*Theme028Style01 > Titre*/
.Theme028Style01 .entry-title {
    font-size:22px!important;
    line-height:24px!important;
    width:92%;
}
.Theme028Style01 .entry-title, 
.Theme028Style01 .entry-summary {
    max-width:92%!important;
}
/*Theme028Style01 > Meta*/
.Theme028Style01 .p-meta span {
   font-size: 14px!important;
   line-height: 16px!important;
}

/*Theme028Style03 > Titre*/
.Theme028Style03 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
.Theme028Style03 .entry-title,
.Theme028Style03 .entry-summary {
  max-width:100%!important;
}

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

/*Theme028Style02*/
/*Theme028Style02 > Marge*/
.Theme028Style02  {
    margin-top:0px!important;
}

/*Theme028Style02 > Titre*/
.Theme028Style02 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme028Style02 .entry-title,
.Theme028Style02 .entry-summary {
  max-width:100%!important;
}
.Theme028Style02 .block-inner .p-wrap {
  border-width: 8px!important;
}

/*Theme028Style04*/
/*Theme028Style04 > Contenu*/
.Theme028Style04 .p-content {
    padding-left: 16px!important;
}

/*Theme028Style04 > Titre*/
.Theme028Style04 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
}
.Theme028Style04 .entry-title:after {
    left: 16px!important;
    border-bottom: 2px solid var(--noir);
}

/*Theme028Style04 > Texte*/
.Theme028Style04 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
}

/*Theme028Style05*/
/*Theme028Style05 > Titre*/
.Theme028Style05 .entry-title {
    font-size:20px!important;
    line-height:21px!important;
    width:92%;
}

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

/*Theme028Style06*/
/*Theme028Style06 > Contenu*/
.Theme028Style06 .p-content {
    padding-left: 16px!important;
}

/*Theme028Style06 > Titre*/
.Theme028Style06 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
    margin-top:8px!important;
    margin-bottom:12px!important;
}

.Theme028Style06 .entry-title:after {
    left: 16px!important;
    border-bottom: 2px solid var(--noir);
}

/*Theme028Style06 > Texte*/
.Theme028Style06 .entry-summary {
    font-weight:400!important;
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px;
}

/*Theme028Style07*/
/*Theme028Style07 > Titre*/
.Theme028Style07 .entry-title {
    font-size:20px!important;
    line-height:21px!important;
    width:92%;
}

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

@media only screen and (max-width: 600px) {
/*Theme025Style01 > Texte*/
.Theme028Style01 .p-wrap {
    height: 360px!important;
    min-height: 360px!important;
    max-height: 360px!important;
    margin-bottom:8px;
}
.Theme028Style02 .p-wrap {
    height: 250px!important;
    min-height: 250px!important;
    max-height: 250px!important;
    margin-bottom:8px;
}
.Theme028Style03 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:8px;
}

.Theme025Style02 .p-wrap,
.Theme025Style07 .p-wrap {
    height: 340px!important;
    min-height: 340px!important;
    max-height: 340px!important;
    margin-bottom:8px;
}
.Theme025Style08 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:8px;
}

.Theme028Style03 .block-inner,
.Theme028Style02 .block-inner,
.Theme028Style01 .block-inner,
.Theme025Style08 .block-inner {
    display: grid!important;
}}


/*Theme028Style06*/
/*Theme028Style06 > Titre*/
.Theme028Style06.Petit .entry-title {
    font-weight:600!important;
    font-size:10px!important;
    line-height:12px!important;
    margin-bottom: 8px;
}

/*Theme028Style06 > Texte*/
.Theme028Style06.Petit .entry-summary {
    font-weight:400!important;
    font-size:9px!important;
    line-height:11px!important;
    margin-bottom:4px;
}

.Theme028Style06.Petit .p-meta span {
    font-size:9px!important;
    line-height:11px!important;
}

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

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

/*Theme028Style10*/
/*Theme028Style10 > Fond*/
.Theme028Style10 .p-gradient .overlay-inner {
    background-image:
    linear-gradient(color-mix(in srgb, var(--g-color) 20%, transparent), color-mix(in srgb, var(--g-color) 20%, transparent)),
    linear-gradient(#00000080, #00000080);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.Theme028Style10 .p-featured::after {
  content: "";
  position: absolute;
  inset: 18px;
  box-sizing: border-box;
  border: 3px solid var(--blanc);
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
  z-index:999;
}

/*Theme028Style10 > Catégorie*/
.Theme028Style10 .p-category {
    font-weight:600!important;
    font-size:66px!important;
    line-height:70px!important;
    margin-bottom:4px;
}

/*Theme028Style08 > BORDURE IMAGE*/
.ArticleHeader .s-feat-outer {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.ArticleHeader .s-feat-outer::after {
  content: "";
  position: absolute;
  inset: 16px;
  box-sizing: border-box;
  border: 3px solid var(--blanc);
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
}

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

.FondArticle .s-title:after {
    content: "";
    width: 35%;
    left: 0;
    border-bottom: 6px solid var(--g-color)!important;
    align-content: bottom;
    position: absolute;
    align-self: end;
    margin-bottom: -16px;
}
.FondArticle .elementor-icon-list-icon svg {
   fill:var(--g-color)
}

/*CONTACT*/
.ImageContact::after {
  content: "";
  position: absolute;
  inset: 24px;
  box-sizing: border-box;
  border: 4px solid #ffffff!important;
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
    z-index:99;
}

/* CATEGORIES */
.category .Header {
    margin-top:0!important;
}
.category .Header .e-con-inner {
    max-width:var(--rb-width, 1280px);
}
.category .blog-content .p-wrap {
    margin-bottom:12px!important;
}
.category .blog-content .p-wrap,
.category .blog-content .p-wrap .p-featured {
    border-radius:0px!important;
}
.category .blog-content .p-wrap .entry-title {
    font-weight:600!important;
    font-size:19px!important;
    line-height:21px!important;
    margin-top:4px;
    text-align:center;
    width:88%;
    margin:0 auto;
}
.category .blog-content .p-wrap .entry-title::after {
    content: "";
    position: absolute;
    width: 35%;
    border-bottom: 3px solid var(--noir) !important;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    margin-bottom: -12px;
}
[data-theme="dark"].category .blog-content .p-wrap  .entry-title::after {
    border-bottom: 3px solid var(--blanc)!important;
}
.category .blog-content .p-wrap  .p-featured {
  position: relative;
  overflow: visible;
  border-radius:0!important;
}
.category .blog-content .p-wrap  .p-featured::after {
  content: "";
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  border: 3px solid var(--blanc);
  pointer-events: none; 
  z-index: 10;
  border-radius: 0px; 
}
.category .blog-content .p-wrap  .p-wrap:hover .p-featured:after {
  inset: 16px!important;
}
[data-theme="dark"] .category .blog-content .p-wrap  .entry-title::after {
    border-bottom: 3px solid var(--blanc) !important;
}
.category .blog-content .p-wrap  .p-featured .p-flink,
.category .blog-content .p-wrap  .p-featured .p-flink img {
  display: block;
  width: 100%;
  height: auto;
  border-radius:0!important;
  height:100%;
  min-height:100%;
  max-height:100%;
}
.category .blog-content .p-wrap .p-categories,
.category .blog-content .p-wrap .p-meta,
.category .blog-content .p-wrap .entry-summary {
    display:none;
}

.Sidebar .Theme028Style06.Petit .entry-title a {
    font-weight: 600 !important;
    font-size: 15px!important;
    line-height: 17px!important;
    margin-bottom: 8px;
}
.Sidebar .Theme028Style06.Petit .p-meta span {
    font-size: 12px !important;
    line-height: 14px !important;
}
.Sidebar .Theme028Style06.Petit .entry-summary {
    display:none!important;
}

.Theme028Style02 .block-overlay {
    z-index:999!important;
}

header .logo-sec {
    padding-bottom: 0!important;
}


/* ============================================================
   COUCHE CUSTOM (TDM + POST + MENU)
   (contenu original de style-theme028-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)
   ============================================================ */
/* En-tête de la TDM */
body.single-post .ruby-table-contents .toc-header {
	margin-bottom: 10px;
	padding-bottom: 0;
}
body.single-post .rbtoc {
    border-radius: 0!important;
}
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;
	margin-top: -3px;
}
body.single-post .ruby-table-contents .toc-header .rbi-read:before {
	content: "\2630"; /* 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: 20px;
	font-weight: 500;
	text-decoration: none !important;
	text-shadow: none !important;
	border: 3px solid transparent;
	border-radius: 0px;
	transition: all .2s ease;
}
body.single-post .ruby-table-contents .inner a:hover {
	color: var(--blanc) !important;
	border-color: var(--g-color);
	background: 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: 0px;
}
body.single-post .ruby-table-contents .inner a:hover::before {
	background: var(--blanc);
}
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: "\23F7" !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: 0px;
}

/* 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: 5px 12px;
	border: 3px solid var(--g-color);
	border-radius: 0px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}

/* Titre H1 article */
body.single-post .s-title {
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	margin: 2px 0 20px;
}

/* Corps article */
body.single-post .entry-content.rbct {
	border: 3px solid color-mix(in srgb, var(--noir) 10%, transparent);
	border-radius: 0px;
	padding: 28px 34px;
	box-shadow: 6px 6px 0 0 var(--noir);
}

body[data-theme="dark"].single-post .entry-content.rbct {
	border: 3px solid color-mix(in srgb, var(--blanc) 10%, transparent);
	box-shadow: 6px 6px 0 0 var(--blanc);
}

/* Sous-titres */
/* H2 — layout 13 brutaliste (badge accent + ombre offset noire) */
body.single-post .entry-content.rbct h2 {
	display: inline-block;
	font-size: 26px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	color: var(--blanc);
	text-transform: initial;
	padding: 6px 16px;
	margin-top: 36px;
	margin-bottom: 18px;
	background: var(--g-color);
	box-shadow: 4px 4px 0 0 var(--noir);
}
body[data-theme="dark"].single-post .elementor-icon-list-icon svg {
    fill: var(--blanc);
}
/* H3 — layout 1 (encadrement skew avec bordures verticales accent) */
body.single-post .entry-content.rbct h3 {
	position: relative;
	display: inline-block;
	font-size: 21px;
	font-weight: 800;
	font-family: var(--cs-heading-font);
	text-transform: initial;
	padding: 4px 16px;
	margin-top: 28px;
	margin-bottom: 14px;
}
body.single-post .entry-content.rbct h3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: skewX(-15deg);
	border-left: 3px solid var(--g-color);
	border-right: 3px solid var(--g-color);
	pointer-events: none;
}

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

/* Liens inline */
body.single-post .entry-content.rbct a {
	color: var(--g-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}
body[data-theme="dark"].single-post .entry-content.rbct a {
	color: var(--blanc);
}
body[data-theme="dark"].single-post .elementor-icon-list-icon svg {
    fill:var(--blanc)!important;
}
/* ============================================================
   BLOC 3 — MENU (Header sitewide)
   ============================================================ */

#site-header {
	border-bottom: 6px solid var(--g-color);
	padding-bottom:4px!important;
}
#site-header .logo-sec-inner {
	padding: 2px 0;
}
#site-header .main-menu > li > a {
	font-weight: 700;
	font-family: var(--cs-heading-font);
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

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

/* light mode wrapper */
.rb-search-form .search-form-inner {
  display: flex;
  align-items: center;
  background: var(--blanc);
  border-radius: 0px;
  padding: 6px 10px;
  border: 2px solid color-mix(in srgb, var(--g-color) 100%, 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: "\27A4";
  font-family: initial;
  color: #fff;
  font-size: 14px;
}
.rb-search-submit:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

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

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


/* --- HEADER SEARCH (icon + dropdown) --- */
.navbar-right {
	background: var(--blanc);
	padding: 8px 20px !important;
	border-radius: 0 !important;
	border: 3px solid var(--blanc);
	outline: 3px solid var(--g-color);
	box-shadow: 4px 4px 0 0 var(--g-color);
}
.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: 14px;
	border: 3px solid var(--blanc);
	outline: 3px solid var(--g-color);
	border-radius: 0;
	padding: 0px;
	background: var(--blanc);
	box-shadow: 6px 6px 0 0 var(--g-color);
}
.w-header-search .header-search-form {
	padding: 0!important;
}
[data-theme="dark"] .navbar-right {
	background: var(--noir);
	border-color: var(--noir);
}
[data-theme="dark"] .logo-sec-right .wnav-icon {
	color: var(--blanc);
}
[data-theme="dark"] .header-dropdown {
	background: var(--noir);
	border-color: var(--noir);
}
