.elementor-1137 .elementor-element.elementor-element-18712e1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-1137 .elementor-element.elementor-element-18712e1:not(.elementor-motion-effects-element-type-background), .elementor-1137 .elementor-element.elementor-element-18712e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-1137 .elementor-element.elementor-element-440646e{--display:flex;--min-height:0px;--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;--justify-content:center;}.elementor-1137 .elementor-element.elementor-element-dfbc461.elementor-element{--align-self:center;}#elementor-popup-modal-1137 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1137{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1137 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-1137 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-1137 .elementor-element.elementor-element-18712e1{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-dfbc461 *//* --- GRILLE FILTRES PREMIUM RENDIVO --- */

.filtres-voitures-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 14px;
    border: 1px solid #CCCCCC;
}

/* Colonnes : Années / Marques / Cylindrée / Reset */
.filtres-col {
    flex: 1;
    min-width: 180px;
}

/* Titres */
.filtres-titre {
    font-weight: 700;
    font-size: 15px;
    color: #0D0D0D;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Liste verticale */
.filtres-liste {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* --- BOUTONS PREMIUM --- */
.filtres-voitures-grid .btn-filtre {
    padding: 6px 12px; /* plus compact */
    border: 1px solid #990000;
    text-decoration: none;
    color: #0D0D0D;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
}

.filtres-voitures-grid .btn-filtre:hover {
    background: #990000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0px 4px 8px rgba(153, 0, 0, 0.2);
}

/* Bouton Reset */
.filtres-voitures-grid .btn-reset {
    border-color: #777;
    color: #777;
}

.filtres-voitures-grid .btn-reset:hover {
    background: #0D0D0D;
    color: #fff;
    border-color: #0D0D0D;
}

/* Label */
.filtre-label {
    color: #0D0D0D !important;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .filtres-voitures-grid {
        flex-direction: column;
        gap: 25px;
        padding: 18px;
    }
}/* End custom CSS */