#deep {
    text-align: center;
    margin-bottom: 0px;
}

#deep-input {
    display: none;
}

#no-result {
    text-align: center;
}

.profile {
    margin: 10px;
}

.base {
    display: inline-flex;
}

.avatar {
    max-height: 130px;
    margin: auto;
    margin-right: 20px;
    border-radius: 5px;
}

@media screen and (max-width: 660px) {
    .avatar {
        max-height: 100px;
        margin: auto;
        margin-right: 10px;
    }
}

.main-infos {
    margin: auto;
}

.person-name {
    font-weight: 600;
}

.edit {
    color: #447EB4;
}
.edit:hover {
    color: #55AC68;
}
