*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'padding';
}
body{
    background: chartreuse;
    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 rgb(0, 0, 0,1);
}
.contrainer .left-side{
    position: relative;
    background: rgb(43, 29, 29);
    padding: 40px;
}
.profile{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 25px;
    top: -35px;
}
.nom {
    position: absolute;
    top: 30px;
    margin-right: 25px;
}
.nom strong{
    margin-left: -20px;
    position: relative;
    top: 1px;
}
.profile .image{
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    overflow: hidden;
    top: 1px;
}
.profile .image img{
   top: 0;
   left: 0;
   width: 100%;
   height: 100%; 
}
p{
    margin: 40px;
}
.icone ul li {
    color: rgb(0, 0, 0);
    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 floralwhite;
    border-radius: 20px;
    width: 70px;
    position: absolute;
    top: 10px;
}
.global i{
    margin-left: 795px;
    position: absolute;
    top: 15px;
}
.list ul{
    margin-left: 10px;
}
.liste ul i{
    list-style: none;
}
.liste ul li .fa{
    margin-right: 10px;
    width: 50px;
}
#jant{
    border: 1px solid black;
}
.icone ul li i{ 
    margin: 1px;
}