.elementor-129 .elementor-element.elementor-element-3c9ae42{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-51a540f *//* ======= GRID CATEGORIES ======= */
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 20px 0;
}

/* Force Elementor overrides */
.elementor-widget-html .grid {
    grid-template-columns: repeat(4, 1fr) !important;
}

/* ======= CATEGORY CARDS ======= */
.card {
    background: #fff;
    border-radius: 20px;
    padding: 25px 25px 30px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    border: 1px solid #e3e8f0;
    transition: 0.25s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* ICONES */
.card .icon {
    font-size: 52px;
    margin-bottom: 12px;
    color: #0077c8;
    text-align: left;
}

/* TITRE CATÉGORIE */
.card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #004a73;
    margin: 0 0 10px;
    line-height: 1.3;
}

/* DESCRIPTION */
.card p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

/* ======= MARQUES ======= */
.brands {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.brand-box {
    background: #fff;
    border: 1px solid #d6deeb;
    padding: 14px 26px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.25s ease;
}

.brand-box:hover {
    transform: translateY(-4px);
    background: #0077c8;
    color: #fff;
    border-color: #0077c8;
}

/* ======= TITRES DE SECTION ======= */
.section h2 {
    color: #003d66;
    font-weight: 800;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

/* ======= RESPONSIVE ======= */
@media(max-width: 1200px) {
    .grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media(max-width: 900px) {
    .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 600px) {
    .grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}/* End custom CSS */