.elementor-2460 .elementor-element.elementor-element-bd99ef4{--display:flex;--min-height:288px;--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;}.elementor-2460 .elementor-element.elementor-element-bd99ef4:not(.elementor-motion-effects-element-type-background), .elementor-2460 .elementor-element.elementor-element-bd99ef4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-2460 .elementor-element.elementor-element-bd99ef4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2460 .elementor-element.elementor-element-bc22226{--display:flex;}.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-2460 .elementor-element.elementor-element-8b486ee{margin:-0px -0px calc(var(--kit-widget-spacing, 0px) + 0px) -0px;padding:0px 0px 0px 0px;text-align:start;}.elementor-2460 .elementor-element.elementor-element-8b486ee .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:20px;font-weight:700;color:#FFFFFF;}.elementor-2460 .elementor-element.elementor-element-9984459{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--margin-top:0px;--margin-bottom:0px;--margin-left:025px;--margin-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2460 .elementor-element.elementor-element-55cd25a .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}.elementor-2460 .elementor-element.elementor-element-24fcad0 .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}.elementor-2460 .elementor-element.elementor-element-b82996d{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--margin-top:0px;--margin-bottom:0px;--margin-left:025px;--margin-right:0px;}.elementor-2460 .elementor-element.elementor-element-943a9cd .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}.elementor-2460 .elementor-element.elementor-element-00ac506 .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}.elementor-2460 .elementor-element.elementor-element-ff17e09{--display:flex;--position:absolute;--min-height:288px;top:0px;--z-index:0;}body:not(.rtl) .elementor-2460 .elementor-element.elementor-element-ff17e09{left:0px;}body.rtl .elementor-2460 .elementor-element.elementor-element-ff17e09{right:0px;}.jet-listing-item.single-jet-engine.elementor-page-2460 > .elementor{width:400px;margin-left:auto;margin-right:auto;}@media(min-width:768px){.elementor-2460 .elementor-element.elementor-element-bd99ef4{--width:100%;}.elementor-2460 .elementor-element.elementor-element-ff17e09{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-9984459 */.ma-creator-like-btn {
    position: absolute;
    top: 0;
    /* ou relative selon ton layout parent 
    
    /*left: 0;*/
}

.ma-creator-like-btn.heart-empty {
    z-index: 1;
}

.ma-creator-like-btn.heart-full {
    z-index: 2;
}

/* Etat initial : JS va gérer l'affichage */
.ma-creator-like-btn[data-is-liked="true"].heart-empty {
    display: none;
}
.ma-creator-like-btn[data-is-liked="true"].heart-full {
    display: inline-block;
}

.ma-creator-like-btn[data-is-liked="false"].heart-empty {
    display: inline-block;
}
.ma-creator-like-btn[data-is-liked="false"].heart-full {
    display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b82996d */.ma-creator-like-btn {
    position: absolute;
    top: 0;
    /* ou relative selon ton layout parent 
    
    /*left: 0;*/
}

.ma-creator-like-btn.heart-empty {
    z-index: 1;
}

.ma-creator-like-btn.heart-full {
    z-index: 2;
}

/* Etat initial : JS va gérer l'affichage */
.ma-creator-like-btn[data-is-liked="true"].heart-empty {
    display: none;
}
.ma-creator-like-btn[data-is-liked="true"].heart-full {
    display: inline-block;
}

.ma-creator-like-btn[data-is-liked="false"].heart-empty {
    display: inline-block;
}
.ma-creator-like-btn[data-is-liked="false"].heart-full {
    display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bd99ef4 *//* Conteneur principal */
.carte-article {
    position: relative;
    overflow: hidden;
}

/* Wrapper contenu : permet de pousser le titre */
.carte-article .content-wrapper {
    display: flex;
    flex-direction: column;
}

/* Terms : initialement cachés en bas */
.carte-article .terms-slide {
    max-height: 0;           /* cachés */
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Au hover : terms se déploient, titre est naturellement poussé */
.carte-article:hover .terms-slide {
    max-height: 100px; /* ajuste selon le contenu */
}

.carte-article .terms-slide {
    opacity: 0;
    transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.carte-article:hover .terms-slide {
    opacity: 1;
}/* End custom CSS */