*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.boye{
    position: relative;
    width: 120%;
    max-width: 1130px;
    min-height: 700px;
    margin: 30px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 6fr ;
    box-shadow: 0 35px 55px rgba(0, 0, 0, 1);
}
.boye .fatou{
position: relative;
background: black;
padding: 40px;
}
.profil{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    top: -35px;
}
#nom{
    position: absolute;
    top: 225px;
    margin-right: 15px;
}
#nom strong{
    margin-left: -15px;
}
.profil .image{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.profil .image img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.diallo{
    margin-left: 50px;
}
.diallo form{
margin-left: 825px;
}
.diallo form input{
border: 1px solid gray;
border-radius: 20px;
width: 70px;
}
.icon ul{
    color: white;
}
.icon ul li{
    list-style: none;
    height: 60px;
    margin-left:
}
.icon ul li i{
    margin-right: 15px;
}
.liste ul li{
    list-style: none;
}
.global{
    margin-left: 800px;
    width: 70px;
    position: absolute;
    top:2px;
}
.icon ul li i{
    margin-right:1px ;
}
#jant{
    border: 1px solid black;
}








