/*   
    Theme : FOXIZ 
    Variante : 003
    Version : 1.1
    Date : 05/12/2025
*/
/* CONTAINER - 003 */
.logo-sec, 
.navbar-wrap,
.container__003,
.category .blog-wrap{
    background: color-mix(in srgb, var(--g-color) 8%, transparent)!important;
}
.category .blog-wrap {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding-bottom: 80px!important;
}
.mbnav {
    background: var(--blanc)!important;
}
[data-theme="dark"].sticky-on .main-menu > li > a {
    color: var(--noir)!important;
}
[data-theme="dark"] .burger-icon {
    color: var(--noir)!important;
}
.sticky-on .navbar-wrap {
    background: var(--blanc)!important;
}
/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}
/* FOXIZ - HEADING */
/* FOXIZ - HEADING - 003 - TITRE */
.bt-003__titre-01 .heading-title {
    font-size: var(--size-titre__h2);
    line-height: var(--size-titre__h2);
    font-weight: calc(var(--weight-bold) + 100);
    font-family: var(--polices-styles);
    text-transform: uppercase;
}
.bt-003__titre-01.tp .heading-title {
    font-size: calc(var(--size-titre__h2) - 0.9rem);
    line-height: calc(var(--size-titre__h2) - 1rem);
}
/* FOXIZ - HEADING - 003 - TITRE - LIEN */
.bt-003__titre-01 .heading-title a {
    color: var(--noir)!important;
}
[data-theme="dark"] .bt-003__titre-01 .heading-title a {
    color: var(--blanc)!important;
}
.bt-003__titre-01 .heading-inner {
    padding-top: var(--heading-spacing, 8px);
    border-top: 6px solid var(--g-color)!important;
}

.bt-003__titre-01 .heading-title a:hover {
    color: var(--g-color) !important;
}

/* FOXIZ - HEADING - 003 - BOUTON */
.bt-003__titre-01 .heading-tagline {
    font-size: var(--size-texte--big) !important;
    line-height: var(--size-texte--big) !important;
    font-weight: var(--weight-bold) !important;
    color: var(--noir);
    margin-top:12px;
}
/* FOXIZ - HEADING - 003 - BOUTON - Icone */
.bt-003__titre-01 .heading-tagline a {
    background-color:var(--blanc);
    color:var(--g-color);
    box-shadow: 0 4px 8px color-mix(in srgb, var(--noir) 20%, transparent);
    font-size:20px;
    line-height: 22px;
    font-weight:600!important;
    text-transform: uppercase!important;
    padding: 18px 36px;
    border-radius: 0px;
}

/*BOUTON > HOVER*/
.bt-003__titre-01 .heading-tagline a {
    background: linear-gradient(to right,var(--g-color) 0%,var(--noir) 100%)!important;
    color:var(--blanc);
}
.container__003 .bt-003__titre-01 .heading-tagline a {
    background:var(--blanc)!important;
    color:var(--g-color);
}
.container__003 .bt-003__titre-01 .heading-tagline a:hover {
    background:var(--blanc)!important;
    color:var(--g-color);
}
.bt-003__titre-01 .heading-tagline .rbi-cright {
    display:none;
}

/* FOXIZ - FLEX LIST */
/* FOXIZ - FLEX LIST - 003 */
/* FOXIZ - FLEX LIST - 003 - Cadre */
.bt-003__flex-list-01 .p-content {
    row-gap: 4px!important;
}
.bt-003__flex-list-01 .p-wrap .list-holder {
    background:var(--blanc);
    border:1px solid var(--noir);
}
.bt-003__flex-list-01 .p-wrap .list-feat-holder {
    padding-left:0;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Image */
.bt-003__flex-list-01 .p-wrap .list-feat-holder .p-featured {
    border-radius:0;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre */
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre - Forme*/
.bt-003__flex-list-01 .p-wrap .p-content .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--polices-styles);
    margin-bottom:4px;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Titre - Taille*/
.bt-003__flex-list-01.t--normal .p-wrap .p-content .entry-title {
    font-size:calc(var(--size-titre__h3) + 0.3rem);
    line-height:calc(var(--size-titre__h3) + 0.4rem);
    color:var(--noir)!important;
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .entry-title {
    font-size:calc(var(--size-titre__h3) - 0.2rem);
    line-height:calc(var(--size-titre__h3) - 0.2rem);
    color:var(--noir)!important;
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-title {
    font-size:calc(var(--size-titre__h3) + 1.1rem);
    line-height:calc(var(--size-titre__h3) + 1.2rem);
    color:var(--noir)!important;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description */
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description - Forme */
.bt-003__flex-list-01 .p-wrap .p-content .entry-summary {
    font-weight:var(--weight-normal);
    color:var(--noir)!important;
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Description - Taille */
.bt-003__flex-list-01.t--normal .p-wrap .p-content .entry-summary {
    font-size:calc(var(--size-texte) + 0rem);
    line-height: calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .entry-summary {
    font-size:calc(var(--size-texte) + 0.2rem);
    line-height: calc(var(--size-texte) + 0.2rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-summary {
    font-size:calc(var(--size-texte) + 0.4rem);
    line-height: calc(var(--size-texte) + 0.5rem);
}

/* FOXIZ - FLEX LIST - 003 - BOUTON */
.bt-003__flex-list-01 .p-wrap .p-link a {
    font-size: calc(var(--size-bouton) + 0.3rem)!important;
    line-height: calc(var(--size-bouton) + 0.1rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:8px 16px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-list-01 .rbi-cright:before {
    display:none;
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta span {
    color:var(--noir);
}
.bt-003__flex-list-01.t--normal .p-wrap .p-content .p-meta span {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height: calc(var(--size-texte) + 0.2rem);
}
.bt-003__flex-list-01.t--petit .p-wrap .p-content .p-meta span {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height: calc(var(--size-texte) + 0.2rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .p-meta span {
    font-size:calc(var(--size-texte) + 0.4rem);
    line-height: calc(var(--size-texte) + 0.5rem);
}

/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta - Date */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta .meta-date {

}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta - Categorie */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta .meta-category {
    font-size:calc(var(--size-texte) + 0.2rem);
    line-height: calc(var(--size-texte) + 0.2rem);
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
/* FOXIZ - FLEX LIST - 003 - Cadre - Contenu - Meta - Temps de lecture */
.bt-003__flex-list-01 .p-wrap .p-content .p-meta .meta-read {
    font-size:calc(var(--size-texte) + 0.2rem);
    line-height: calc(var(--size-texte) + 0.2rem);
    font-weight:var(--weight-normal);
}

/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 003 */
.bt-003__flex-grid-01 .p-wrap {
    padding:0!important;
}
.bt-003__flex-grid-01 .p-wrap > *:not(:last-child), 
.bt-003__flex-grid-01 .grid-box > *:not(:last-child), 
.bt-003__flex-grid-01 .p-content > *:not(:last-child) {
    margin-bottom: 0;
}
.bt-003__flex-grid-01 .p-wrap .entry-title {
    padding:16px 16px 8px 16px!important;
}
.bt-003__flex-grid-01 .p-wrap .entry-summary {
    padding:0px 16px 16px 16px!important;
}
.bt-003__flex-grid-01 .p-wrap .p-link{
    padding: 8px 16px 0px 16px!important;
    margin-bottom:12px;
}
.bt-003__flex-grid-01 .p-wrap {
    background: var(--blanc);
    border:1px solid var(--noir);
    padding:0;
}
@media only screen and (min-width: 768px) {
.bt-003__flex-grid-01.t--normal .p-wrap {
    margin:0 1%;
    width:23%;
    min-width:23%;
    max-width:23%;
}
.bt-003__flex-grid-01.t--grand .p-wrap {
    margin:0 1.1%;
    width:31%;
    min-width:31%;
    max-width:31%;
}
.bt-003__flex-grid-01.t--moitie {
    max-width: 94%;
    margin-left: 12px;
}
.bt-003__flex-grid-01.t--moitie .p-wrap {
    margin:0 1%;
    width:48%;
    min-width:48%;
    max-width:48%;
}}

/* FOXIZ - FLEX GRID 1 - 003 - IMAGE */
.bt-003__flex-grid-01 .p-wrap .feat-holder .p-featured {
    border-radius:0;
}
/* FOXIZ - FLEX GRID 1 - 003 - TITRE */
/* FOXIZ - FLEX GRID 1 - 003 - TITRE - Forme */
.bt-003__flex-grid-01 .p-wrap .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--polices-styles);
    padding:12px 12px 4px 12px;
    color:var(--noir)!important;
}
/* FOXIZ - FLEX GRID 1 - 003 - TITRE - Taille */
.bt-003__flex-grid-01.t--normal .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) - 0.1rem);
    line-height:calc(var(--size-titre__h3) + 0rem);
}
.bt-003__flex-grid-01.t--petit .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) + 0.1rem);
    line-height:calc(var(--size-titre__h3) + 0.1rem);
}
.bt-003__flex-grid-01.t--grand .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) + 0.3rem);
    line-height:calc(var(--size-titre__h3) + 0.4rem);
    color:var(--noir)!important;
}

/* FOXIZ - FLEX GRID 1 - 003 - TEXTE */
/* FOXIZ - FLEX GRID 1 - 003 - TEXTE - Forme */
.bt-003__flex-grid-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
    color:var(--noir)!important;
}
/* FOXIZ - FLEX GRID 1 - 003 - TEXTE - Taille */
.bt-003__flex-grid-01.t--normal .p-wrap .entry-summary {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-grid-01.t--petit .p-wrap .entry-summary {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-grid-01.t--grand .p-wrap .entry-summary {
    font-size:calc(var(--size-texte) + 0rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}

/* FOXIZ - FLEX GRID 1 - 003 - BOUTON */
.bt-003__flex-grid-01 .p-wrap .p-link a {
    font-size: calc(var(--size-bouton) + 0.3rem)!important;
    line-height: calc(var(--size-bouton) + 0.1rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:8px 16px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-grid-01 .rbi-cright:before {
    display:none;
}
/* FOXIZ - FLEX GRID 1 - 003 - META */
/* FOXIZ - FLEX GRID 1 - 003 - META - Categorie */
.bt-003__flex-grid-01 .p-wrap .p-meta .meta-category {
    font-size:var(--size-texte);
    line-height: var(--size-texte);
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
/* FOXIZ - FLEX GRID 1 - 003 - META - Temps de lecture */
.bt-003__flex-grid-01 .p-wrap .p-meta .meta-read {
    font-size:var(--size-texte);
    line-height: var(--size-texte);
    font-weight:var(--weight-normal);
}


/* FOXIZ - FLEX GRID 1 */
/* FOXIZ - FLEX GRID 1 - 003 - IMAGE */
.bt-003__flex-grid-02 .feat-holder {
    padding-bottom:0!important;
}
.bt-003__flex-grid-02 .p-wrap .feat-holder .p-featured img {
    border-radius:250px;
    min-height:175px!important;
    max-height:175px!important;
    height:175px!important;
    min-width:175px!important;
    max-width:175px!important;
    width:175px!important;
    margin: 0 auto;
    padding-bottom:0!important;
    border:1px solid var(--noir);
}


/* FOXIZ - FLEX GRID 1 - 003 - TITRE */
.bt-003__flex-grid-02 .p-wrap .entry-title {
    font-weight:var(--weight-normal);
    font-family: var(--polices-styles);
    padding:12px 12px 4px 12px;
    font-size:calc(var(--size-titre__h3) - 0.1rem);
    line-height:calc(var(--size-titre__h3) + 0rem);
    text-align: center;
    padding-top:8px;
}

/* FOXIZ - FLEX GRID 1 - 003 - TEXTE */
.bt-003__flex-grid-02 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}
/* FOXIZ - FLEX GRID 1 - 003 - BOUTON */
.bt-003__flex-grid-02 .p-wrap .p-link {
    text-align: center;
    margin:0 auto;
}
.bt-003__flex-grid-02 .p-wrap .p-link a {
    font-size: calc(var(--size-bouton) + 0rem)!important;
    line-height: calc(var(--size-bouton) + 0rem);
    font-weight:var(--weight-normal)!important;
    background: color-mix(in srgb, var(--g-color) 8%, transparent);
    color:var(--g-color);
    border:1px solid var(--g-color);
    padding:6px 16px;
    border-radius:0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
}
.bt-003__flex-grid-02 .rbi-cright:before,
.p-readmore i {
    display:none!important;
}
/* FOXIZ - FLEX GRID 1 - 003 - META */
/* FOXIZ - FLEX GRID 1 - 003 - META - Categorie */
.bt-003__flex-grid-02 .p-wrap .p-meta .meta-update {
    font-size:calc(var(--size-texte) - 0.1rem);
    line-height: var(--size-texte);
    font-weight:var(--weight-bold);
    color:var(--g-color);
}
[data-theme="dark"] .bt-003__flex-grid-02 .p-wrap .p-meta .meta-update {
    color:var(--blanc)!important;
}
/* FOXIZ - FLEX GRID 1 - 040 - META - Date */
.bt-003__flex-grid-02 .p-wrap .p-meta {
    padding-bottom:0!important;
    margin-bottom: 0!important;
}

.bt-003__flex-grid-02 .p-wrap .p-meta .meta-update{
    font-weight:var(--weight-bold)!important;
    color:var(--noir);
    text-align: center!important;
    margin:0 auto;
}

/* FOXIZ - FLEX OVERLAY - 003 */
/* FOXIZ - FLEX OVERLAY - 003 - IMAGE */
.bt-003__flex-overlay-01 .p-wrap  .overlay-holder{
    border-radius:0!important;
    border:1px solid var(--noir);
}
/* FOXIZ - FLEX OVERLAY - 003 - TITRE */
.bt-003__flex-overlay-01 .p-wrap .entry-title {
    font-weight:var(--weight-bold);
    font-family: var(--polices-styles);
    padding-bottom:0!important;
    margin-bottom:6px;
}
.bt-003__flex-overlay-01.t--normal .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) + 0.15rem);
    line-height:calc(var(--size-titre__h3) + 0.2rem);
}
.bt-003__flex-overlay-01.t--grand .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) + 0.4rem);
    line-height:calc(var(--size-titre__h3) + 0.5rem);
}
/* FOXIZ - FLEX OVERLAY - 003 - TEXTE */
.bt-003__flex-overlay-01 .p-wrap .entry-summary {
    font-weight:var(--weight-normal);
}
.bt-003__flex-overlay-01.t--normal .p-wrap .entry-summary {
    font-size:calc(var(--size-texte) + 0rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-overlay-01.t--grand .p-wrap .entry-summary {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height:calc(var(--size-texte) + 0.2rem);
}
/* FOXIZ - FLEX OVERLAY - 003 - META */
/* FOXIZ - FLEX OVERLAY - 003 - META - Date*/
.bt-003__flex-overlay-01 .p-wrap .p-meta .meta-update {
    font-weight:var(--weight-thin)!important;
    color:var(--blanc);
}

.bt-003__flex-overlay-01.t--normal .p-wrap .p-meta .meta-update {
    font-size:calc(var(--size-texte) - 0.1rem);
    line-height:calc(var(--size-texte) - 0.1rem);
}
.bt-003__flex-overlay-01.t--grand.p-wrap .p-meta .meta-update {
    font-size:calc(var(--size-texte) + 0.1rem);
    line-height:calc(var(--size-texte) + 0.1rem);
}

/* CATEGORIE */
.bt-003__titre-01.categorie h1 {
    font-size:calc(var(--size-titre__h2) + 1.4rem);
    line-height:calc(var(--size-titre__h2) + 1.4rem);
    font-weight: calc(var(--weight-bold) + 0);
    font-family: var(--polices-styles);
    text-transform: uppercase;
    padding-top: var(--heading-spacing, 12px);
    border-top: 10px solid var(--g-color)!important;
    color: var(--noir)!important;
}
@media only screen and (max-width: 768px) {
.bt-003__titre-01.categorie h1 {
    font-size:calc(var(--size-titre__h2) + 0.1rem);
    line-height:calc(var(--size-titre__h2) + 0.1rem);
}}
    
[data-theme="dark"] .bt-003__titre-01.categorie h1 {
    color: var(--blanc)!important;
}
/* SIDEBAR */
/* SIDEBAR - TITRE */
.titre_sidebar p  {
    font-size:calc(var(--size-titre__h2) - 2rem);
    line-height:calc(var(--size-titre__h2) - 1.8rem);
    font-weight: calc(var(--weight-bold) + 0);
    font-family: var(--polices-styles);
    text-transform: uppercase;
    color: var(--noir)!important;
}
/* SIDEBAR - LISTE */
.bt-003__flex-list-01.sidebar .p-content {
    padding-left:0!important;
}
.bt-003__flex-list-01.sidebar .block-inner {
    margin-left:-6px!important;
}
.bt-003__flex-list-01.sidebar .p-metant {
    margin-bottom:4px!important;
}
.bt-003__flex-list-01.sidebar .p-wrap .p-content .entry-title {
    font-size:calc(var(--size-titre__h3) - 0.4rem)!important;
    line-height:calc(var(--size-titre__h3) - 0.3rem)!important;
    color:var(--noir)!important;
}
.bt-003__flex-list-01.sidebar .p-wrap .p-content .p-meta span {
    font-size:calc(var(--size-texte) - 0.3rem);
    line-height: calc(var(--size-texte) - 0.2rem);
    color:var(--noir)!important;
}
/* SIDEBAR - OVERLAY */
.bt-003__flex-overlay-01.sidebar .p-wrap .entry-title {
    font-size:calc(var(--size-titre__h3) - 0.1rem);
    line-height:calc(var(--size-titre__h3) - 0.0rem);
}
.bt-003__flex-overlay-01.sidebar .p-wrap .p-meta .meta-update {
    font-size:calc(var(--size-texte) - 0.2rem);
    line-height:calc(var(--size-texte) - 0.2rem);
}

/* ARTICLE */
.FondImage img {
    border-radius: 0!important;
}
.FondImage .s-feat-outer {
    background: var(--blanc);
    border: 1px solid var(--noir);
    margin-bottom:0!important;
}

.FondArticle .p-categories a {
    font-size: calc(var(--size-texte) - 0.3rem);
    line-height: calc(var(--size-texte) - 0.4rem);
    font-weight: var(--weight-thin);
    color: var(--noir);
    background: var(--blanc);
    border: 1px solid var(--noir);
    padding: 10px 22px;
    margin-bottom: 0px;
}
.FondArticle svg {
    fill:var(--g-color)!important;
    font-size:40px;
}
.FondArticle .elementor-widget-post-info span {
    color:var(--noir)!important;
    font-size:18px;
}
[data-theme="dark"] .FondArticle .elementor-widget-post-info span {
    color:var(--blanc)!important;
}
.FondArticle .elementor-icon-list-text {
    margin-left:4px;
}
.FondArticle h1::after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: -16px;
    width: 50%;
    height: 6px;
    background: var(--g-color);
    transform: translateX(-50%);
}
.footer-wrap:not(.footer-etemplate) > *:first-child:not(.footer-copyright) {
    margin-top: 0!important;
}

@media only screen and (max-width: 768px) {
.bt-003__flex-list-01 .p-wrap .list-holder {
    width: 90%;
    margin: 0 auto;
    padding: 0 !important;
}
.bt-003__flex-list-01 .p-wrap .list-feat-holder {
    padding-right: 0!important;
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-title {
    font-size: calc(var(--size-titre__h3) + 0.4rem);
    line-height: calc(var(--size-titre__h3) + 0.5rem);
    color: var(--noir) !important;
}   
.bt-003__flex-list-01.t--grand .p-wrap .p-content .entry-summary {
    font-size: calc(var(--size-texte) + 0rem);
    line-height: calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-list-01.t--grand .p-wrap .p-content .p-meta span {
    font-size: calc(var(--size-texte) + 0.1rem);
    line-height: calc(var(--size-texte) + 0.1rem);
}
.bt-003__flex-list-01 .p-content {
    padding-bottom: 16px!important;
    padding-left:16px!important;
}
.bt-003__flex-list-01.sidebar .p-content {
    padding-left:16px!important;
}
.bt-003__flex-overlay-01 .block-inner  {
    display: grid!important;
}
.bt-003__flex-overlay-01 .p-wrap,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder .p-featured,
.bt-003__flex-overlay-01 .p-wrap .overlay-holder .p-content {
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
    margin-bottom:8px;
}
.bt-003__flex-overlay-01 .p-gradient .overlay-inner {
    top: 0%;
    left: 0%;
    transform: translate(0%, 12%);
}
.bt-003__flex-overlay-01 .p-featured {
    padding-bottom: 90%!important;
}
    
.bt-003__titre-01 .heading-title {
    font-size: calc(var(--size-titre__h2) - 0.5rem);
    line-height: calc(var(--size-titre__h2) - 0.5rem);
}   
}
/* TRANSITION */
.p-wrap {
    transition: all 0.5s ease;
}
.p-wrap:hover {
    transform:scale(0.96);
}

/*MINIATURE - LEGENDE*/
.feat-caption {
    display:none;
}

/* CATEGORIE */
/* CATEGORIE - IMAGE */
.category .blog-content .feat-holder .p-featured {
    border-radius: 0!important;
    margin-bottom:12px;
}
/* CATEGORIE - TITRE */
.category .blog-content .entry-title {
    font-size: calc(var(--size-titre__h3) + 0.4rem);
    line-height:calc(var(--size-titre__h3) + 0.6rem);
    font-weight: var(--weight-bold);
    font-family: var(--polices-styles);
}
.category .blog-content .entry-summary {
    font-size: calc(var(--size-texte) + 0rem);
    line-height:calc(var(--size-texte) + 0.2rem);
    font-weight: var(--weight-normal);
    font-family: var(--polices-styles);
}

.category .blog-content .p-link a {
    font-size: calc(var(--size-bouton) + 0.3rem) !important;
    line-height: calc(var(--size-bouton) + 0.1rem);
    font-weight: var(--weight-normal) !important;
    background: color-mix(in srgb, var(--g-color) 22%, transparent);
    color: var(---g-color);
    border: 1px solid var(---g-color);
    padding: 8px 16px;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: box-shadow 0.6s ease !important;
    text-align: center;
    margin: 0 auto;
}
.category .blog-content .p-link a:hover {
    background: var(--g-color);
    color: var(--blanc);
    border: 1px solid var(--g-color);
}
[data-theme="dark"] .category .blog-content .p-link a {
    color: var(--blanc)!important;
    background: color-mix(in srgb, var(--blanc) 22%, transparent)!important;
    border: 1px solid var(--blanc)!important;
}
[data-theme="dark"] .category .blog-content .p-link a:hover {
    background: color-mix(in srgb, var(--blanc) 100%, transparent)!important;
    color: var(--g-color)!important;
    border: 1px solid var(--g-color)!important;
}
