/* -----------HISTORIQUE------------------- */

.shortSize {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bottomMenuPerso {
    display: flex;
}

.bottomMenuPerso i {
    display: flex;
    padding: 0.2rem;
    text-decoration: none;
}

.growHover {
    text-decoration: none;
}

.errorShow {
    color: red;
    font-style: italic;
    margin-left: 1vw;
}

.textBottom {
    margin: 0.5rem;
    font-style: italic;
    COLOR: GREY;
    border: 1px solid white;
    padding: 0.5rem;
}

.favoriteHidden {   
    visibility: hidden;
}

.favoriteBox:hover i {
    color: #5b77e0;
    visibility: visible;
}

#submitConfermModify {
    border: red 1px solid;
    color: red;
}

#submitConfermModify:hover {
    background: yellow;
}

/* ---------------- MANAGE USER ------------------- */
.blockToHide {
    display: none;
}

.formEspacePerso {
    text-transform: none;
    font-weight: normal;
}

.formEspacePerso input,
.formEspacePerso button,
.formEspacePerso select {
    align-items: center;
    margin: 0.5rem;/
}

.tablePerso table th,
.tablePerso table td {
    background-color: transparent;
}

.buttomModifyUser {
    display: flex;
    justify-content: space-evenly;
}

#changeCode {
    display: flex;
    flex-direction: column;
}