.elementor-302 .elementor-element.elementor-element-fbc7b91{--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;--overlay-opacity:0.5;--margin-top:-5em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:14em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-302 .elementor-element.elementor-element-fbc7b91:not(.elementor-motion-effects-element-type-background), .elementor-302 .elementor-element.elementor-element-fbc7b91 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-302 .elementor-element.elementor-element-fbc7b91::before, .elementor-302 .elementor-element.elementor-element-fbc7b91 > .elementor-background-video-container::before, .elementor-302 .elementor-element.elementor-element-fbc7b91 > .e-con-inner > .elementor-background-video-container::before, .elementor-302 .elementor-element.elementor-element-fbc7b91 > .elementor-background-slideshow::before, .elementor-302 .elementor-element.elementor-element-fbc7b91 > .e-con-inner > .elementor-background-slideshow::before, .elementor-302 .elementor-element.elementor-element-fbc7b91 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-secondary );--background-overlay:'';}.elementor-302 .elementor-element.elementor-element-380401a .spf-card .spf-title{font-size:76px;}.elementor-302 .elementor-element.elementor-element-380401a .spf-card .spf-button{color:var( --e-global-color-secondary );}:root{--page-title-display:none;}/* Start custom CSS for spf-portfolio-collection, class: .elementor-element-380401a *//* =============================================
   6. BOUTON - Style demandé
   ============================================= */
.spf-button {
    background-color: #ffffff !important;     /* Fond blanc par défaut */
    color: #000000 !important;                 /* Texte noir */
    border-radius: 0px !important;             /* Angles carrés stricts */
    padding: 15px 30px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    border: none !important;
    text-decoration: none !important;
    align-self: flex-end !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.spf-button:hover {
    background-color: #FFBF00 !important;     /* Fond jaune au survol */
    color: #000000 !important;                 /* Texte reste noir */
    border-radius: 0px !important;             /* Maintient les angles carrés */
    transform: none !important;
}
```
/* =============================================
   1. TYPOGRAPHIE GLOBALE
   ============================================= */
.spf-card,
.spf-body,
.spf-card-link-title,
.spf-button,
.spf-mf-select {
    font-family: 'Poppins', sans-serif !important;
}

/* =============================================
   2. STRUCTURE DE LA CARTE
   ============================================= */
.spf-card {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 0px !important;
    transition: all 0.4s ease-in-out;
    border: none !important;
    margin: 15px;
    background-color: #000000;
}

/* =============================================
   3. IMAGE DE FOND
   ============================================= */
.spf-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1;
    border-radius: 0px !important;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.spf-card:hover .spf-media {
    transform: scale(1.15) !important;
}

/* =============================================
   4. BLOC TEXTE (Overlay)
   ============================================= */
.spf-body {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 30px !important;
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    text-align: left !important;
    
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    
    transition: opacity 0.4s ease-in-out, visibility 0.4s !important;
    border-radius: 0px !important;
}

.spf-card:hover .spf-body {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* =============================================
   5. TITRE & ANNÉE
   ============================================= */
.spf-card-link-title {
    color: #ffffff !important;
    margin: 0 !important;
    font-weight: 700;
    font-size: 1.2rem !important;
    line-height: 1.2;
}

.spf-year {
    color: #ffffff !important;
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 5px;
    display: block;
}

/* =============================================
   6. BOUTON - Fond blanc / Jaune au survol
   ============================================= */
.spf-button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 0px !important;
    padding: 15px 30px !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    border: none !important;
    text-decoration: none !important;
    align-self: flex-end !important;
    display: inline-block !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.spf-button:hover {
    background-color: #FFBF00 !important;
    color: #000000 !important;
    border-radius: 0px !important;
    transform: none !important;
}

/* =============================================
   7. NETTOYAGE MÉTADONNÉES
   ============================================= */
.spf-meta-mission,
.spf-card-meta-mission {
    display: none !important;
}

/* =============================================
   8. FILTRES - LABELS
   ============================================= */
.spf-mf-group-label {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    margin-bottom: 5px !important;
    display: block;
}

/* =============================================
   9. FILTRES - MENU DÉROULANT
   ============================================= */
.spf-mf-select.spf-af-select {
    display: block ;
    width: 100% ;
    box-sizing: border-box !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #FFBF00 !important;
    border-radius: 0px !important;
    padding: 8px 15px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9rem !important;
    height: 40px !important;
    line-height: normal !important;
    
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFBF00'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 20px !important;
}

.spf-mf-select.spf-af-select:hover {
    background-color: #1a1a1a !important;
    border-color: #ffffff !important;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fbc7b91 *//* 1. Typographie globale */
.spf-card, .spf-body, .spf-card-link-title, .spf-button {
    font-family: 'Poppins', sans-serif !important;
}

/* 2. Structure de la carte avec effet LED personnalisé */
.spf-card {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
    transition: box-shadow 0.4s ease-in-out;
    border: 2px solid transparent;
}

/* Animation LED : Adaptez ici la couleur 'rgba' pour correspondre à votre thème */
.spf-card:hover {
    box-shadow: 0 0 18px 5px rgba(255, 165, 0, 0.4); /* Exemple avec un ton ambre/chaud */
    border-color: rgba(255, 165, 0, 0.7);
}

/* 3. Image de fond : Zoom fluide */
.spf-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    z-index: 1;
    margin: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.spf-card:hover .spf-media {
    transform: scale(1.15) !important;
}

/* 4. Bloc texte */
.spf-body {
    position: relative;
    z-index: 2;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 50%, transparent 100%); 
    padding: 40px;
    color: #ffffff;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 5. Titre */
.spf-card-link-title {
    color: #ffffff !important;
    margin-bottom: 5px !important;
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    transition: color 0.3s ease;
}

/* Couleur au survol du titre : ajustez selon votre couleur primaire */
.spf-card-link-title:hover {
    color: #FFA500 !important; 
}

/* 6. Bouton stylisé */
.spf-button {
    background-color: #FFA500 !important; /* Couleur primaire */
    color: #ffffff !important;
    display: inline-block;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 0.95rem;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: 5px !important;
    width: fit-content;
}

/* 7. Bouton au survol : Inversion */
.spf-button:hover {
    background-color: #ffffff !important;
    color: #FFA500 !important;
    transform: translateY(-3px);
}

/* 8. Ajustement admin */
.spf-mf-select.spf-af-select {
    min-height: 50px;
}/* End custom CSS */