.recherche form {
    margin-top: 1rem;
}

.recherche input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 0.5rem;
}

.recherche table {
    margin-top: 1.5rem;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 6px;
    overflow: hidden;
}

.recherche th,
.recherche td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

.recherche th {
    background-color: #2c3e50;
    color: #fff;
}

.recherche .error {
    color: red;
    margin-top: 1rem;
}
