html {
  scroll-behavior: smooth;
}

body{
  font-family: 'Anton', sans-serif;
	//background-color: blue;
	margin: 0%;
	}

nav{
	width :100%;
	height:12vh;
	display: flex;
	align-items: center;
	//border-bottom: 2px solid #000;
	justify-content: space-between;
	position: fixed;
	top: 0;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 36%, rgba(255,255,255,0.9738270308123249) 80%, rgba(255,255,255,0) 100%);
	}


nav .onglets{
	margin-top: 3px;
	margin-left: 20px;
	//background-color: green;
	justify-content: space-between
	display: inline-block;
}

.onglets{
	margin-right: 10px;

}


nav h1{
	color: #000;
	font-size: 30px;
	justify-content: left;
	margin-left: 10px;
	text-decoration: none;
	}


nav .onglets a{
	text-decoration: none;
	color: #000;
	margin-right: 25px;
	//border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.container{
	//background-color: red;
	width:100%;
	display:flex;
	margin: 12vh 0 0 0;
	height: 88vh;

}
.colgauche{
	//background-color: green;
	//border: 4px solid pink;
	flex:1 1 33%;
	text-align: center;
	padding: 0%;
	position: fixed;
	//background-color: green;
	height: 70vh;
	width: 33vw;
	scroll-behavior: smooth;

}
.coldroite{
	flex:1 1 66%;
	margin-left: 33vw;
	//background-color: yellow;
	margin-bottom: 8vh;

}
.caroussel{
	//background-color:green;
	height:80vh;
	width:80vh;
	margin:4vh auto;
}

.liste{
	margin-top: 10vh;
	padding-left: 0%
	justify-content: end;
	padding-inline-start: 0%;
	margin-left:10vw;

}

img{
	width: 100%;
}


ul{
	list-style: none;
	text-decoration: none;

}

li{
	font-size: 20px;
	line-height: 3;
	text-align: start;


}

a{
	text-decoration: none;
	color: black;
}


.Articles{
	//background-color: red;
	/display: block;
	height: 88vh;
	padding-top: 1vh;
	//background-color: red;
	//padding-bottom: 10vh;
	scroll-behavior: smooth;

}

.projet{
	width: 50vw;
	//background-color: green;
	margin-top: 20vh;

}


.fouteur{
	position: fixed;
	height: 8vh;
	width: 100vw;
	//margin-top: 82vh;
	z-index: 3;
	display: flex;
	bottom: 0;
	background-color: #FF1493;
  opacity: 0.8 ;
  justify-content: center;
	align-content: center;
}

.images{
  display: inline-block;
  overflow-y: scroll;
  height: 60vh;
}

.image{
width: 50vw;
}
