.elementor-3529 .elementor-element.elementor-element-5362c74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3529 .elementor-element.elementor-element-5832ab1{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:none;--border-style:none;--border-radius:9px 9px 9px 9px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3529 .elementor-element.elementor-element-68a2a46{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-3529 .elementor-element.elementor-element-68a2a46 img{border-style:solid;border-width:3px 3px 3px 3px;border-color:#B91C2C;border-radius:9px 9px 9px 9px;}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3529 .elementor-element.elementor-element-9907d2c .elementor-icon-list-icon{width:14px;}.elementor-3529 .elementor-element.elementor-element-9907d2c .elementor-icon-list-icon i{font-size:14px;}.elementor-3529 .elementor-element.elementor-element-9907d2c .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-3529 .elementor-element.elementor-element-267acd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3529 .elementor-element.elementor-element-c3262f0{--display:flex;--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-3529 .elementor-element.elementor-element-0adfd99{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:solid;--border-style:solid;border-width:1px 0px 1px 0px;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3529 .elementor-element.elementor-element-cff70e9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:13px;font-weight:normal;color:#353535;}.elementor-3529 .elementor-element.elementor-element-790765b{--display:flex;}/* Start custom CSS for post-info, class: .elementor-element-9907d2c *//* Conteneur de la date */
.elementor-post-info__item--type-date {
    display: inline-block;
    background: #2f2f2f;           /* Fond sombre */
    padding: 15px 10px;
    border-radius: 3px;
    text-align: center;
    width: 70px;                   /* largeur fixe comme un badge */
    position: relative;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* Ligne colorée en bas */
.elementor-post-info__item--type-date::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #e8435d;           /* couleur rouge/rose */
    border-radius: 0 0 3px 3px;
}

/* Style du texte dans <time> */
.elementor-post-info__item--type-date time {
    display: block;
    color: #fff;
}

/* Jour (grand) */
.elementor-post-info__item--type-date time .day {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

/* Mois (petit) */
.elementor-post-info__item--type-date time .month {
    font-size: 10px;
    margin: 3px 0;
    text-transform: uppercase;
    opacity: 0.8;
}

/* Année (medium) */
.elementor-post-info__item--type-date time .year {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
#date-actualite{
    position: absolute;
  top: 10px;
  left: 205px;
}
/* -------------------------------------------------
   DESKTOP
-------------------------------------------------- */
@media (min-width: 1025px) {
    #date-actualite {
        position: absolute;
        top: 10px;
        left: 205px;
    }
}

/* -------------------------------------------------
   TABLETTE
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    #date-actualite {
        position: absolute;
        top: 10px;
        left: 10px;
    }
}

/* -------------------------------------------------
   MOBILE
-------------------------------------------------- */
@media (max-width: 767px) {
    #date-actualite .elementor-post-info__item--type-date {
        display: inline-block;
        background: #2f2f2f;
        padding: 5px 7px;
        border-radius: 3px;
        text-align: center;
        width: 70px;
        position: relative;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
    }

    /* Pour que le texte interne soit propre */
    #date-actualite .elementor-post-info__item--type-date time {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }
        #date-actualite {
        position: absolute;
        top: 10px;
        left: 10px;
    }

}/* End custom CSS */