/* --------------- Recherche ----------------- */
.ui-autocomplete{
    z-index: 1000;
    background-color: white;
    border: 2px solid #ee2f42;
    width: 275px!important;
    border-radius: 10px;
    overflow: hidden;
}
@screen lg {
    .ui-autocomplete {
        width: max-content !important;
    }
}
.ui-autocomplete-category {
    background-color: #ee2f42;
    color: #fff;
    font-weight: bold;
    padding: .5rem;
}
.ui-menu-item {
    cursor: pointer;
    padding: .25rem 1rem;
    color: #dc0d3b;
    margin-bottom: .25rem;
    transition: all .2s;
}
.ui-menu-item:hover {
    text-decoration: underline;
}
