/* ----------------------------------------------------------------------------
 *
 * bienvenue.css
 *
 * ---------------------------------------------------------------------------- */

#bienvenue {
    padding-top: 25px;
    font-weight: 300;
}

#classements-titre {
    font-family: Lato;
}

#classements-disponibles {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border: 1px solid #1976D2;
    background: #fff;
}

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

#bienvenue-recherche {
    margin: auto;
}

#bienvenue-recherche input {
    border: 1px solid #1976D2;
    height: 45px;
    padding-left: 20px;
    font-family: Lato;
    font-weight: 300;
    color: #0D47A1;
    border-radius: 25px 0 0 25px;
}

#bienvenue-recherche input:focus {
    /* background: #E3F2FD; */
}

#bienvenue-recherche input::placeholder {
    color: #42A5F5;
}

#bienvenue-recherche .input-group-text {
    padding-left: 20px;
    padding-right: 25px;
    background: #1976D2;
    color: #fff;
    border: 1px solid #1976D2;
    font-size: 1.2em;
    border-radius: 0 25px 25px 0;
}

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

#recherche-resultats-titre {
    background: gold;
    color: #000;
    padding: 10px 15px 10px 15px;
    font-family: Lato;
    font-weight: 300;
}

#recherche-resultats-contenu {
}

.recherche-resultats-section {
    margin-top: 20px;
    padding-bottom: 5px;
}

.recherche-resultats-section-titre {
    background: #E3F2FD;
    color: #fff;
    color: #1976D2;
    color: #1565C0;
    font-family: Lato;
    font-weight: 300;
    padding: 10px 15px 10px 15px;
    border: 1px solid #1976D2;
    border-bottom: 0;
}

#recherche-resultats-aucun {
    margin: auto;
    margin-top: 10px;
    max-width: 700px;
    font-family: Lato;
    font-weight: 300;
    text-align: center;
}

.recherche-resultats-section-contenu {
    border: 1px solid #1976D2;
    background: #fff;
}

.recherche-resultats-section-contenu table {
    width: 100%;
    margin: 0;
    font-size: 0.85em;
}

.recherche-resultats-section-contenu table th {
    padding: 8px 12px 8px 12px;
    border-top: 1px solid #eee;
    font-family: Lato;
    font-weight: 300;
}

.recherche-resultats-section-contenu table td {
    padding: 8px 12px 8px 12px;
    border-top: 1px solid #eee;
}
