body{
font-family: 'Helvetica Neue';
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
background: transparent;
box-sizing: border-box;
line-height: 14px;
letter-spacing: -.2px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
background:#96B29F;
overflow-x:hidden;
margin:0;
text-transform: uppercase;
}




@font-face {
font-family: 'Helvetica Neue';
src: url('HelveticaNeue.woff2') format('woff2'),
url('HelveticaNeue.woff') format('woff'),
url('HelveticaNeue.ttf') format('truetype');
font-weight: normal,;
font-style: normal;
font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url(../fonts/IBMPlexMono.woff2) format('woff2'),
        url(../fonts/IBMPlexMono.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.Home-page{
height: 110vh;
width: 100vw;
background-color: #96B29F;
cursor: url(../img/cross_cursor_noir.svg), auto;

}

.navbar {
overflow: hidden;
background: linear-gradient(180deg, #96B29F 10%, rgba(150 ,178 ,159 ,0));
position: fixed;
top: 0; 
width: 100%; 
height: 14vh;
z-index: 2;
}


.navbar a {
font-family: 'Helvetica Neue';
font-weight: normal;
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
text-transform: uppercase;
line-height: 14px;
letter-spacing: -.2px;
}

.menu li{ 
display: block;
}

.menu{
display: grid;
-webkit-column-gap: 50px;
grid-column-gap: 50px;
-moz-column-gap: 50px;
column-gap:50px;
grid-row-gap: 4px;
-webkit-grid-template-columns: repeat(12,1fr);
grid-template-columns: repeat(12,1fr);
width: 100%;
padding: 0;
margin: 0;
list-style: none;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
box-sizing: border-box;
line-height: 14px;
letter-spacing: -.2px;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}

li a:hover{
cursor: url(../img/cross_cursor_inclined_noir.svg), auto;
opacity: 0.15;
color: black;
}

.ecart{
grid-column: span 8;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
box-sizing: border-box;
display: list-item;
}

.projets{
	margin-top: 15vh;
	height:60vh;
	width: 100vw;
	background-color: #96B29F;


}

.projets li{
	list-style: none;
}

.projets a{
	margin-left: 0.5vw;
	margin-top: 10vh;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 68px;
  color: black;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.projets a:hover{
	filter: blur(0.2rem);
	cursor: url(../img/cross_cursor_inclined_noir.svg), auto;
}

.projets sup{
	font-size: 30%;
  font-family: 'IBM Plex Mono';
  vertical-align:super;

}

#button {
  display: inline-block;
  background-color: #96B29F;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "↑";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: black;
}
#button:hover {
  cursor: pointer;
  filter: blur(0.2rem);
  cursor: url(../img/cross_cursor_inclined_noir.svg), auto;
  
}
#button:active {
  background-color: transparent;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



@media screen and (max-width: 1280px)
{
.menu{
display: grid;
-webkit-column-gap: 0px;
grid-column-gap: 0px;
-moz-column-gap: 0px;
column-gap:0px;
grid-row-gap: 2px;
font-size: 200%;
}

.Description-container a {
font-size: 200%;
}

.projets a{
  font-size: 75px;
}

.Home-page{
position: fixed;
}

}



