.webinfun-card {
    display: flex;
    max-width: 650px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #eaeaea;
    margin: 1em 0;
    transition: transform 0.2s ease;
}

.webinfun-card:hover {
    transform: translateY(-3px);
}

.webinfun-card-image img {
    width: 200px;
    height: 100%;
    object-fit: cover;
    display: block;
}

.webinfun-card-content {
    padding: 1em;
    flex: 1;
}

.webinfun-card-domain {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 0.4em;
}

.webinfun-card-content h3 {
    margin: 0 0 0.5em;
    font-size: 1.2em;
}

.webinfun-card-content p {
    margin: 0;
    font-size: 0.95em;
    color: #555;
}
.webinfun-card-image img {
    width: 200px;
    height: 120px; /* Hauteur fixe pour ne pas agrandir la box */
    object-fit: cover;
    display: block;
}
