*{
  margin: 0;
  padding: 0;
}

.menu-fixe {
  position: fixed;
  background: white;
  width: 20vw;
  height: 100vh;
  border-right-style: solid;
  border-right-width: 1px;
}


ul li{
  font-family: 'Roboto Mono';
  color: #000;
  margin-left: 11px;
  font-size: 11px;
  list-style: none;
}

ul li a{
  font-family: 'Roboto Mono';
  margin-left: 11px;
  color: #000;
  font-size: 11px;
  list-style: none;
  text-decoration: none;
}

h1 {
  font-family: 'Roboto Mono';
  margin-left: 15px;
  margin-top: 15px;
  font-size:15px;
}

.ligne {
  height: 1px;
  width: 100%;
  margin: 20px 0 20px 0;
  background: #000;
}

.partie-droite {
  margin-left: 20vw;
  background: #;
  width: 80vw;
  height: auto;
  display: flex-wrap;
}

.texte {
  margin-left: 15px;
  width: 30%;
  float: left;
  

}
.texte2 {
  margin-left: 15px;
  width: 70%;
  float: left;
  

}

h3 {
  font-family: 'Roboto';
  font-size: 14px;
  width: 35%;

 

}

.texte p {
  font-family: 'Roboto Mono';
  font-size: 11px;

  
}

.texte2 p {
  font-family: 'Roboto Mono';
  font-size: 11px;

  
}




.projet {
  border: solid;
  border-width: 1px;
  border-bottom-width: 0px;
  height: 80vh;
  width: 80vw;
  padding-top:2%;
  padding-bottom:2%;  
}

.images {
  display: block;
  background: pink;
  width: 65%;
  float: right;
  margin-right: 2%;
  max-height: 100%;
  overflow-y: scroll;
  cursor: ns-resize;
}

.images img{
  width:100%;
  height:100%;
  display:block;
}

.hover-title p{
  font-family: 'Roboto Mono';
  font-size: 11px;
}

/* hover souris*/
.hover-title {
  display: inline;
  cursor: pointer;
}

.hover-image {
  display: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
  display: flex;
  pointer-events: none;
}

.hover-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Change width and height to scale images */
  width: 95vw;
  height: 95vh;
}

.hover-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 0;
}

.gif-moi {
  display:block;
  float: right;
 


}

