body {
  background-color: #ede1d7;
  color: #2c3118;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: left;
  font-family: 'Kohinoor', sans-serif;
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw;
  width: 100%;
  max-width: 80%;
  z-index: 1;
}

h1,
h2 {
  font-family: 'Antipol', sans-serif;
  margin: 0;
}

h1 {
  font-weight: bold;
  text-align: center;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  font-family: 'Antipol', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2c3118;
  text-decoration: none;
}

.logo img {
  width: 25vw;
  height: auto;
}

.portfolio {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
}


#qui {
  position: relative;
}

#qui .section1 {
display: flex;
padding-left: 5%;
}


#qui .block-text {
  width: 70%;
}

.autoportrait {
  width: 30%;
  height: auto;
}

.autoportrait img {
  max-width: 100%;
  height: auto;
}


.category {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category a {
  display: block;
}

.category img {
  width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
	justify-content: flex-end;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  color: #2c3118;
  text-decoration: none;
  font-family: 'Antipol', sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

.block-text p{
  text-align: justify;
  max-width: 80%;
  width: 70%;
  margin: 2vw;
  font-size: 1rem;
}

a {
  color: #2c3118;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.contact-links {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 4vw;
  list-style: none;
}

.contact-links li {
  margin: 0 10px;
}


.contact-links img {
  width: 2vw; /* Adjust this value as needed */
  height: auto;
}

p{
  color: #2c3118;
  text-decoration: none;
  margin: 2vw 0 3vw 0;
}

.contactText h2{
	text-align: center;
  margin: 4vw 0 1vw 0;
}

.home{
background-color: #d2e3da;
}


.videointro{
margin: 4vw auto 0 auto;
max-width: 100%;
width: 100%;
height: 50vw;
}

.videoexpo{
margin: 4vw 0 3vw 0 ;
text-align: right;
}

.videoexpo video{
  max-width: 80%;
  }

.videotravailleur{
margin: 4vw 0 3vw 0vw ;
	
}


.project-details {
  max-width: 100%;
  }

.project-details p{
text-align: justify;
max-width: 40%;
margin: 3vw auto auto  auto;
}

.gallery {
  display: flex;
  flex-flow: column;
  align-items: center;
  }

.gallery img{
max-width: 80%;
display: block;
margin-top: 3vw;
}

.gallery .afficheSpace{
align-self: flex-start;
  }
  

.gallerytarot img{
max-width: 30%;
display: block;
margin: 3vw auto auto auto;
}

.project-details img{
max-width: 80%;
display: block;
margin: 3vw auto auto auto;
}

.project-details-auto p{
text-align: justify;
max-width: 80%;
margin: 3vw auto auto  auto;

}



@media screen and (max-width: 1440px) {
  #qui .section1 {
   flex-flow: column;
   align-items: center;
    }

    .block-text p {
      width: auto;
  }

    .autoportrait {
      width: 50%;
      align-self: flex-end;
    }

    .portfolio {
      grid-template-columns: auto auto;
    }

  #affiches {
   grid-column: span 2;
   display: grid;
  }
}


@media screen and (max-width: 1000px) {
  .project-details p{
    max-width: 80%;
    }

    #qui .block-text {
      width: 90%;
  }


}


@media screen and (max-width: 600px) {
}


