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;
overflow-y:hidden;
margin:0;
text-transform: uppercase;
}

@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;
}

@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;
}



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

.navbar {
overflow: hidden;
background-color: #96B29F;
position: fixed;
top: 0; 
width: 100%; 
}


.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;
}


.Description-container{
font-family: 'IBM Plex Mono';
text-align: left;
width: 	18%;
height: 20vh;
color: black;
text-transform: none;
margin-top: 2.5%;
margin-left: 1%;
line-height: 140%;
font-size: 80%;

}


.swiper {
  font-family: 'IBM Plex Mono';
  width: 60vw;
  height: 70vh;
  margin-top: 1%;
}

.swiper-wrapper{
	height: 100%;
	width: 100%;

}

.swiper-slide{
	background: grey;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-size: cover;
}

:root {
  --swiper-navigation-color: white;
  --swiper-pagination-color: white;
}


@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 span {
font-size: 200%;
line-height: 25px;
}

.Description-container{
margin-top: 4vh;
width: 	50%;
}

.Projet1-page{
position: fixed;
}

.swiper {
  width: 100vw;
  height: 68vh;
  margin-top: -2vh;
}

}

