.user-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 17em;
}
.user-search{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}
.user-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 17em;
}
.user-header h1{
    margin-right: 25%;
}
.blanc-search{
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    padding: 0.5%;
    overflow: hidden;
}
.user-header-input{
    border: none;
    border-radius: 5px;
    font-size: 1em;
    padding: 0.6%;
    font-family: 'MTS-b';
    margin-left: 1%;
}
.user-header-input:focus{
    outline: none;
}
.user-legend{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 98%;
    padding: 0 1%;
}
.user-legend span{
    font-family: 'MTS-b';
    font-size: 1em;
    color: #002952;
}
.user-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #002952;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    max-height: 55vh;
}
.user-list :nth-child(2){
    background-color: #F3FAFF;
}
.user-link{
    width: 100%;
}
.user-detail{
    display: flex;
    flex-direction: row;
    font-family: "MTS";
    width: 98%;
    padding: 1%;
}
.user-detail :nth-child(2){
    background-color: initial;
}
.user{
    width: 15%;
}
.user-mail{
    width: 30%;
}
.user-etablissement{
    width: 25%;
}
.user-detail-body{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 17em;
}
.user-identity{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
    background-color: #fff;
    border-radius: 10px;
    padding: 3% 0;
    font-family: "MTS";
    font-size: 1.2em;
    color: #002952;
}
.title{
    font-family: "MTS-b";
}
.user-identity img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.user-information{
    display: flex;
    flex-direction: column;
    width: 60%;
    color: #002952;
    justify-content: space-between;
}
.user-information-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1%;
}
.user-information-value{
    background-color: #fff;
    width: 96%;
    color: #707070;
    padding: 2%;
    border-radius: 15px;
    font-size: 1.2em;
    height: 65%;
}
#user-detail-email .user-information-value{
    height: auto;
}
#user-detail-email{
    height: 15%;
}
.user-detail-block{
    height: 34%;
}
.modification-btn{
    font-family: "MTS";
    background-color: #C0E3FF ;
    padding: 1% 2%;
    border-radius: 30px;
}