/* --------------------------------------------------------------------
 *
 * FQE css
 *
 * -------------------------------------------------------------------- */


/* --------------------------------------------------------------------
 *
 * Recherche d'une joueur
 *
 * -------------------------------------------------------------------- */

#recherche-joueur {
    position: relative;
}

#recherche-joueur input {
    width: 100%;
    padding: 0.6rem 1rem 0.6rem 2.5rem;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1A1A1A;
    background: #fff;
    outline: none;
    transition: border-color 150ms;
    height: auto;
}

#recherche-joueur input:focus {
    border-color: #1565C0;
}

#recherche-joueur input::placeholder {
    color: #9E9E9E;
}

#recherche-resultats {
    margin-bottom: 20px;
}

#recherche-resultats-contenu:not(:empty) {
    margin-top: 1.5rem;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 0.25rem 0;
    overflow: hidden;
}
