@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display&family=Open+Sans&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto+Serif:opsz,wght@8..144,500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background:honeydew;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.contrainer{
    position: relative;
    width: 130%;
    max-width: 1130px;
    min-height: 710px;
    margin: 30px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 5.10fr;
    box-shadow: 0 35px 55px rgba(0, 0, 0 , 1);
}
.contrainer .left_side{
    position: relative;
    background: black;
    padding: 40px;

}
.profile{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    top: -35px;
}
#nom{
    position: absolute;
    top: 303px;
    margin-right: 25px;
}
#nom strong{
    margin-left: -20px;
   position:relative;
   top: -86px; 
}
.profile .image{
   position: relative;
   width: 90px;
   height: 90px;
   border-radius: 50%;
   overflow: hidden;
   top: 1px; 
}
.profile .image img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p{
    margin-right: 40px;
}
.icon ul li{
    color: #fff;
    list-style: none;
    position: relative;
    top: 20px;
    height: 50px;
    margin-left: 10px
}
.right_side{
    margin-left: 50px;
}
.right_side form{
    margin-left: 815px;
}
.right_side form input{
    border: 1px solid gray;
    border-radius: 20px;
    width: 70px;
    position: absolute;
    top: 10px;
}
.global i{
    margin-left: 795px;
    position: absolute;
    top: 15px;
}
.liste ul{
    margin-left: 10px;
}
.liste ul li{
    list-style: none;
}
.liste ul li i .fa{
    margin-right: 10px;
    width: 50px;
}
#jant{
    border: 1px solid black;
}
.icon ul li i{
    margin-right: 1px;
}