* {
  margin: 0;
  /* border: 1px solid #000; */
}
body {
  font-size: 1.2rem;
  background-image: url(paysage-urbain-du-centre-ville-nuit-seoul-coree-du-sud_335224-272.jpg);
  background-position-x: -78vh;
  background-position-y: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1%;
  overflow: auto;
 
}


/* header */
header {
  text-align: center;

  min-height: 97vh;
  color: #fcfcfb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header h1 {
  font-size: 50px;

}
header h2 {
  font-size: 30px;
 
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80vw;
  min-height: 5vh;
  transform: translateY(3vh);
  /* position: sticky; */
}
header nav a {
  border: 1px solid #ffffff;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: clamp (16px, 24px, 48px);
  text-decoration: none;
  border-radius: 8px;
  padding: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
header nav a:hover {
  background-color: rgba(0, 0, 0, 0.618);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  transition: 0.5s;
}
/* main*/
main .apropos {
  background-color: #581677;
  color: white;
  min-height: 50vh;
  padding: 25px;
  border: 10px solid #4b006e;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
/* Qui-suis-je */
.apropos2 {
  border: 1px solid #7518a0;
  background-color: #7518a0;
  padding: 5px;
  border-radius: 20px;
}
.apropos2 h1 {
  font-size: 3.5vh;
  margin-bottom: 10px;
}

.apropos2 .ppul {
  width: 55%;
}
.apropos2:hover {
  background-color: #6fdaca;
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  transition: 0.5s;
}

/* popover */
.po {
  border: 1px solid #531272;
  z-index: 99;
  background-color: #531272;
  width: 100%;
  min-height: 6vh;
  position: fixed;
  top: 0px;
}
#po2 {
  position: fixed;
  top: 40%;
  left: 7.5%;
  background-color: #531272;
  border: 5px solid #531272;
  border-radius: 10px;
  padding: 1px;
}
.po3 {
  background-color: #4b006e;
  border-radius: 12px;
}
.po4 {
  background-color: #7518a0;
  color: white;
}
.po4:hover {
  background-color: #6fdaca;
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  transition: 0.5s;
}
.button1 {
  width: 15vh;
  
  border-radius: 5px;
  position: fixed;
  top: 10px;
  right: 10px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #58167700;
}

/* projet */
.projet {
  border: 1px solid #7518a0;
  background-color: #7518a0;
  padding: 8px;
  border-radius: 10px;

}
.exo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 32px ;
}
.exo1 {
  border: 2px solid #6fdaca;
  border-radius: 10px;
  background-color: #54aa9d;
  padding: 8px;
}
.exo1:hover{
	background-color: #7518a0;
	color: rgb(0, 0, 0);
	border-color:#581677;
	transition: 0.5s;
}

.exo2 {
  color: #ffffff;
  text-decoration: none;
}
.comp{
  border: 1px solid #7518a0;
  background-color: #7518a0;
  padding: 8px;
  border-radius: 10px;
}
.comp:hover{  
  background-color: #6fdaca;
  color: rgb(0, 0, 0);
  border-color: rgb(255, 255, 255);
  transition: 0.5s;}
.c1{
  font-size: 3.5vh;
}
.progress1{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
}
.progress1>div{
  width: 30%;
  font-size: 2vh;
}
.progress1>div>progress{
  width: 100%;
  
}
.progress1>div>h1{
  text-align:center;

}

.passions{
background-color: #6fdaca;
min-height: 50vh;
padding: 25px;
border: 10px solid #ffffff;
display: flex;
gap: 20px;
flex-direction: column;
color: #ffffff;
}
.p1{
  border: 1px solid #54aa9d;
  border-radius: 10px;
  background-color: #54aa9d;
  padding: 5px;

}

.riize{
  border-radius: 10px;
  background-color: #7518a0;
  padding: 5px;

}

.musique{
display: flex;
flex-direction: column;
align-items: center;

}
.memories{
  max-width: 15vh;
  border-radius: 10px;
  margin-bottom: 10px;
}
.musique #ilan{
  background-color: transparent;
  border: none;
  font-size:x-large;

}
.musique #rose{
  background-color: transparent;
  border: none;
  font-size:x-large;

}

.jv{
 width: 100%;
 height: 20vh;
 display: flex;
 justify-content: center;
 gap: 10px;

 

}
.jvimg img{

  width: 24vw;
  height: 20vh;
  object-fit: cover;
  transition:all 1s ease-in-out;

}
.jvimg img:hover{
  width: 50vw;
  height: 20vh;
}

.jv2{
  border-radius: 10px;
  background-color: #7518a0;
  padding: 5px;

}
footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color:#531272;
  padding:8px;
  color: #ffffff;
  gap: 16px;
}
footer>form{
 display: flex;
 flex-direction: column;
 gap: 10px;
}
footer>form>input{
  border: none;
  padding: 1rem;
  border-radius: 1rem;
  background: #e8e8e8;
  transition: 0.3s;
}

footer>form>input:focus {
    outline-color: #e8e8e8;
    background: #e8e8e8;
    box-shadow: inset 20px 20px 60px #c5c5c5,
       inset -20px -20px 60px #ffffff;
    transition: 0.3s;
   }
footer button{
  background-color: #6fdaca;
  border-radius: 8px;
  min-height: 5vh;
  color: #ffffff;
  border: 3px solid #479085;
}


@media screen and (max-width: 400px) {
  header nav {
    flex-direction: column;
    justify-content: space-around;
    width: 80vw;
    height: 25vh;
    min-height: 5vh;
    transform: translateY(3vh);
  }
}

@media screen and (min-width: 768px) {
  body {
    background-position: center;
  }
  header h1 {
    font-size: 100px;
  }
  header h2 {
    font-size: 80px;
  }
  header nav {
    width: 100vw;
    min-height: 5vh;
  }
  header nav {
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    min-height: 5vh;
    transform: translateY(3vh);
  }
  .po{
    min-height: 8vh;
  }
  .button1{
    top: 2px;
  }

}

@media screen and (min-width: 1024px) {
  body {
    background-position: center;
  }
  header h1 {
    font-size: 100px;
  }
  header h2 {
    font-size: 80px;
  }
  header nav {
    flex-direction: row;
    justify-content: space-around;
    width: 80vw;
    min-height: 5vh;
    transform: translateY(3vh);
  }
  main .apropos {
    background-color: #581677;
    color: white;
    min-height: 50vh;
    padding: 25px;
    border: 10px solid #4b006e;
    flex-direction: row;
    align-content: stretch;
  }
  .po{
    min-height: 12vh;
  }
  .button1{
      width: 10vw;
      height: 10vh;
      border-radius: 5px;
      position: fixed;
      top: 10px;
      right: 10px;
      color: #ffffff;
      border-color: #ffffff;
      background-color: #58167700;
    
  }
}
main h1,main p {
margin-bottom: 20px;
}


