.container{
    border: 2px solid;
    height:700px;
    width: 250px;
    background-color: black;
    margin: -10px;  
    position: fixed;

}

.container-image{
    border: 2px solid;
    height: 220px;
    width: 90%;
    margin: 10px;
    border-radius: 200px;
}
.img-profile{
    width: 100%;
    height:100% ;
    border-radius: 200px;
}
.liens{
    border: none;
    height: 600px;
}
.navigation{
    border: none;
    height: 50px;
    margin-top: 25px;
    
}
.a{
    font-size: 30px;
    text-decoration: none;
    margin-left: 20px;
    color: gray;
}
body{
    border-right: 2px solid;
    margin-right: 40px;
    height: 700px;

}
.language{
    border: 2px solid;
    position: relative;
    left: 990px;
    height: 46px;
    width: 200px;
    border-radius: 80px;
    bottom: 40px;
}
.fr{
    font-size: 30px;
    position: relative;
    bottom: 80px;
    left: 20px;
    margin-top: 80px;
}
.contenu{
    border: none;
    height: 100%;
    width: 81%;
    margin-left: 235px;

}
.titre{
    margin-left: 40px;
    font-size: 40px;
}
.infos{
    font-size: 30px;
    margin-left: 40px;
}
.metier{
    margin-left: 40px;
    font-size: 20px;
}
hr{
    width: 80%;
}
.citation{
    margin-left: 40px;
    font-size: 20px;
}
.histoir {
    margin-left: 40px;
    font-size: 20px;
}
.histoir::first-letter{
    font-size: 40px;
}
i{
    margin-right: 20px;
}
#icon-globe{
    font-size: 30px;
    position: relative;
    left: 73%;
    top: 10px;
}
#icone-fr{
    font-size: 30px;
    position: relative;
    bottom: 140px;
    left: 136px; 
}
#icon-infos{
    font-size: 10px;
}

