@import url('components/login-form.css');

p {
    margin: 0;
    padding: 0;
}

#entreprise-inactif
{
    display: none;
}

#entreprise-inactif {
    opacity: .8;
}

.liste-suggestion-entreprise {
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

.suggestion-entreprise {
    margin-bottom: 15px;
    background: #e6e6e6;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px;
    margin-right: 8px;
}

.suggestion-entreprise:hover {
    background: #d1d1d1;
}

.suggestion-entreprise:last-child {
    margin-bottom: 0;
}

.suggestion-entreprise_nom {
    font-size: 18px;
    color : var(--secondary);
}

.suggestion-entreprise_siren {
    opacity: .3;
    font-size: 16px;
    margin-left: 5px;
}

.container_suggestions_entreprise {
    display: none;
    padding-left: 8px;
}

.texte_inscription_complete {
    font-size: 20px;
}

.container-remerciements {
    display: none;
}