* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	font-family: 'roboto', sans-serif;
}
.logo {
  width: 130px;
  left: 0;
  right: 0;
  margin: 10px -40px;
}

.logo a {
	color: #000000;
	letter-spacing: 3px;
	font-size: 20px;
  text-decoration: none;
}
.nav-links {
display: flex;
justify-content: space-around;
width: 40%; 
}
.nav-links li {
	list-style: none;
}
.nav-links a {
color: #000000;
text-decoration: none;
letter-spacing: 2px;
font-weight: bold;
font-size: 14px;
}

.burger {
	display: none;
	cursor: pointer;
}

.burger div {
width: 25px;
height: 3px;
background-color: #000000;
margin: 5px;
transition: all 0.3s ease;
}
@media screen and (max-width: 1024px){
	.nav-links {
width: 60%;
	}
}

@media screen and (max-width: 768px){
	body {
		overflow-x: hidden;
	}
	.nav-links {
		position: absolute;
		right: 0px;
		height: 20vh;
		top: 8vh;
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		opacity: 0;
		transition: transform 0.5s ease-in;
	}
	.burger {
    display: block;
	}
}

.nav-active {
	opacity: 1;
}

@keyframes navLinkFade{
	from{
		opacity: 0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1{
	transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
	opacity: 0;
}
.toggle .line3{
	transform: rotate(45deg) translate(-5px, -6px);
}
.first .text {
  background-size: cover;
  background-position: center;
 margin: 0 auto 0 auto;
  font-family: roboto;	
  display: flex;
	justify-content: center;
	align-items: left;
	height: 100vh;
  font-size: 24px;
}
header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first .text {
  background-image: url(rateau.jpg);
  background-size: cover;
  background-position: center;
 margin: 0 auto 0 auto;
  font-family: roboto;	
  display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
  font-size: 16px;
}
.text h2 {
  text-align: center;
  font-family: Roboto;
  color: #ffffff;
  display: flex;
	justify-content: center;
	align-items: center;
  font-size: 20px;
}

.serigraphie {
  text-align: center;
  font-family: Roboto;
  margin: 50px 20px 0 30px;
  color: blue;
  font-size: 50px;
}

.texte {
display: block;
}

.texte div {
 width: 20%;
  height: 20vh;
}

.texte .texte {
    text-align: center;
  margin: 50px auto 20px auto;
  font-family: Roboto;
  color: #000000;
	justify-content: center;
	align-items: center;
  font-size: 16px;
      width: 35%;
}

.crochet {
  text-align: center;
  font-family: Roboto;
  margin: 50px 20px 0 30px;
  color: blue;
  font-size: 50px;
}

.texte2 div {
 width: 20%;
  height: 20vh;
}

.texte2 .texte2 {
    text-align: center;
  margin: 50px auto 20px auto;
  font-family: Roboto;
  color: #000000;
	justify-content: center;
	align-items: center;
  font-size: 16px;
      width: 35%;
}
@media (max-width: 800px) {
  .serigraphie {
    display: block;
  }
  .serigraphie {
    width: 100%;
    height: 5vh;
  }
    .serigraphie {
    text-align: center;
  margin: 30px auto 30px auto;
  font-family: Roboto;
  color: #blue;
	justify-content: center;
	align-items: center;
  font-size: 30px;
      width: 80%;
  }
    .texte {
    display: block;
  }
  .texte div {
    width: 100%;
    height: 10vh;
  }
    .texte .texte {
    text-align: center;
  margin: 10px auto 50px auto;
  font-family: Roboto;
  color: #000000;
	justify-content: center;
	align-items: center;
  font-size: 12px;
      width: 80%;
  }
    .crochet {
    display: block;
  }
  .crochet {
    width: 100%;
    height: 2vh;
  }
    .crochet {
    text-align: center;
  margin: 30px auto 30px auto;
  font-family: Roboto;
  color: #blue;
	justify-content: center;
	align-items: center;
  font-size: 30px;
      width: 100%;
  }
  .texte2 div {
    width: 100%;
    height: 10vh;
  }
      .texte2 .texte2 {
    text-align: center;
  margin: 10px auto 50px auto;
  font-family: Roboto;
  color: #000000;
	justify-content: center;
	align-items: center;
  font-size: 12px;
      width: 80%;
  }
}

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: roboto;
  font-size: 14px;
  }