/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#_desktop_top_menu {
    display: none !important;
}
.paneltool {
    display: none !important;
}
.vin-search-bar {
    background-color: #1a1a1a; /* même fond noir que ta barre actuelle */
    padding: 10px;
    text-align: center;
}

.vin-search-bar input {
    padding: 8px;
    font-size: 16px;
    width: 300px;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}

.vin-search-bar button {
    background-color: #0055ff; /* bleu identique à GO */
    color: white;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.vin-search-bar button:hover {
    background-color: #0040cc;
}
.vin-search-bar {
    background-color: #1a1a1a; /* même fond noir */
    padding: 15px;
    text-align: center;
}

.vin-search-inner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.vin-search-bar input {
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    width: 300px;
}

.vin-search-bar button {
    background-color: #0055ff; /* même bleu que bouton GO */
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.vin-search-bar button:hover {
    background-color: #0040cc;
}
