.elementor-471 .elementor-element.elementor-element-a37e0fd{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-8de02c0 */<style>
.imh-catalog-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    font-family: sans-serif;
}
.catalog-header {
    text-align: center;
    margin-bottom: 50px;
}
.catalog-header h2 {
    font-size: 32px;
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 10px;
}
.catalog-header p {
    color: #64748b;
    font-size: 16px;
}
/* La Grille responsive */
.imh-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
/* Style des cartes */
.catalog-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #3b82f6;
}
/* Badges colorés de catégorie */
.card-badge {
    position: absolute;
    top: -12px;
    left: 25px;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.badge-blue { background-color: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.badge-purple { background-color: #faf5ff; color: #6b21a8; border: 1px solid #e9d5ff; }
.badge-green { background-color: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }

.catalog-card h3 {
    font-size: 22px;
    color: #0f172a;
    margin: 15px 0 10px 0;
    font-weight: 700;
}
.card-desc {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}
/* Boutons */
.catalog-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #2271b1; /* Alignisé sur votre couleur de bouton actuelle */
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.catalog-btn:hover {
    background-color: #135e96;
}
.catalog-btn.btn-disabled {
    background-color: #f1f5f9;
    color: #94a3b8;
    pointer-events: none;
    border: 1px dashed #cbd5e1;
}
</style>/* End custom CSS */