body {
	margin: 0;
	background-color: #FEFEFC;
}


.container {
	background-color: black;
	display: flex;
	height:4vh;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: black;
	}

.menu {
margin: 8px 10px 0 10px;
	background-color:black;
	color: #FEFEFC;
	font-family:helvetica; 
	text-align:right;
	}

.menuvide {

	background-color: black;
	flex: 1 1 5%;
	}

.nom {
 margin: 8px 10px 0 10px;
 color: #FEFEFC;
 font-family:helvetica; 
 text-align:left;
	}

.acceuil {
  position: relative;
  z-index: 1;
}
	
.projets {
	background-color: #FEFEFC;
	width:100%;
	display:flex;
	height: 835px;
}

.texte {
	background-color: #FEFEFC;
	font-family:helvetica;
	flex: 1 1 30%;
	height:80vh;

}

.image {
	background-color: #FEFEFC;
	flex: 1 1 60%;
	overflow-x:scroll;
	line-height:0;
}

.titre {
	background-color: #FEFEFC;
	display: block;
	padding: 2vw;
	margin:10px 0 0 0;
	font-size: 20px;
	}
	
.categorie {
background-color: #FEFEFC;
	display: block;
	font-size: 12px;
	color: #898989;
	}
	
.soustitre {
	background-color: #FEFEFC;
	display: block;
	font-size: 15px;

	}

.com{
font-family: helvetica;
font-size: 15px;
margin:0 100px 0 0;
}

.projet {
	background-color: #FEFEFC;
	display: flex;
	margin:0 0 0 4vw;
	flex: 1 1 30%;
}

.texte{
	flex:1 1 40%;
	margin: 0 15px 0 15px;
}

.typo{
color: #898989;
font-size: 15px;

}

.bouton{
display:flex;
}
.retour{
font-size: 15px;
flex: 1 1 20%;

}


.menuvide2 {
    margin: 1vh;
    font-size: 10px; 
	width: 50px;
	height:1vh;
}

/* footer :-) */

.footer {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  height: 40vh;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  overflow: hidden;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 10px;
  gap: 40px;
}

.footer-link {
  color: #FEFEFC;
  font-family: helvetica;
  font-size: 15px;
}

.footer-copyright {
  color: #FEFEFC;
  font-family: helvetica;
  font-size: 15px;
  margin-left: auto;
  margin-right: 15px;
}

.footer-bottom {
  display: flex;
  align-items: flex-end;
  margin: auto 0 0 0;
  width: 100%;
}

.footer-big-text {
  font-family: helvetica;
  font-weight: 900;
  color: #FEFEFC;
  white-space: nowrap;
  line-height: 0.85;
  font-size: 10vw;
  margin: 0;
  padding: 0 0 0 10px;
}

.footer a {
  color: #FEFEFC;
  text-decoration: none;
}

.footer a:visited {
  color: #FEFEFC;
}

.footer a:hover {
  text-decoration: underline;
  color: #FEFEFC;
}

/* petits trucs :-) */

hr {
	border: none;
	overflow:hidden;
	border-top: 1px solid black;
	background-color: black;
	padding: 0;
	margin: 0;
	}
	
.ligne-verticale {
	width: 1px;
	height: 110vh;
	background-color: black;
	border: none;
	border-top: 1px solid black;
	padding: 0;
	margin: 0;
}

a {
  color: black;
  text-decoration: none;
  font-family: helvetica;
  }
  
a:hover {
  text-decoration: underline;
}

.menu a{
  color: #FEFEFC;
  text-decoration: none;
  font-family: helvetica;
  }
  
.menu a:hover {
  text-decoration: underline;
  color:#FEFEFC;
}

.footer a {
  color: #FEFEFC;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #FEFEFC;
}

.scramble {
    cursor: pointer;
    user-select: none;
    /* mix-blend-mode: difference; */
  }
