.block_noir{
  border: 2px solid;
  width: 250px;
  height: 700px;
  background-color: black;
  position: fixed;
}
.contener-img{
  border: 2px solid white;
  height: 200px;
  width: 200px;
  margin-left: 20px;
  border-radius: 100px;
  margin-top: 10px;
}
.img{
  height: 100%;
  width: 100%;
  border-radius: 100px;
}
.navigation{
  border: none;
  margin-top: 20px;
  height: 60px;
}
.a{
  font-size: 30px;
  margin-left: 10px;
  text-decoration: none;
  color: gray;
}
 .texte{
  border: none;
  width: 75%;
  height: 800px;
  margin-left: 23%;
 }
 .langage{
  border: 2px solid;
  height: 40px;
  width: 150px;
  margin-left: 80%;
  margin-top: 10px;
  border-radius: 30px;
 }
 .p_langage{
  margin-top: 5px;
  margin-left: 20px;
  font-size: 25px;
 }
 .titre{
  margin-left: 10px;
  font-size: 40px;
  color: gray;
 }
 .infos{
  margin-left: 10px;
  font-size: 23px;
 }
 .développeur{
  margin-left: 10px;
  font-size: 23px;
 }
 .Apprendre{
  margin-left: 10px;
  font-size: 23px;
 }
 hr{
  width: 80%;
 }
 .passion{
  margin-left: 10px;
  font-size: 23px;
 }
 body{
  border-right: 2px solid;
  margin-right: 10%;
 }
.passion::first-letter{
  font-size: 50px;
}

#icon{
  color: gray;
  font-size: 35px;
  margin-left: 15px;
  margin-top: 5px;
}
#i{
  font-size: 25px;
  position: relative ;
  top: 5px;
}
#g{
  margin-left: 75%;
  font-size: 35px;
  position: relative;
  top: -35px;
}
#v{
  font-size: 25px;
  position: relative;
  top: 5px;
}
 