@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Jua&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  -webkit-text-size-adjust: 100%; /* Pour Safari/Chrome */
  -ms-text-size-adjust: 100%;    /* Pour Internet Explorer */
  text-size-adjust: 100%;        /* Standard */
}
body {
  background-image: url(compress/_DSC2000-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  justify-content: center;
  align-items: center;
}
header {
  display: flex;
  flex-wrap: wrap;
}
h2{
  font-family: "Lobster", serif;
  font-size: 300%;
 }
nav {
  z-index: 1;
  position: fixed;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.367);
  top: 100px;
  width: 510px;
  height: 93px;
  border-radius: 21px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}



.texnav {
  user-select: none;
  color: white;
  font-family: Inter;
  font-weight: 800;
  font-size: 24px;
  margin-right: 30px;
  text-decoration: none;
}


#Contact {
  user-select: none;
  margin-right: 0px;
  background-color: black;
  width: 145px;
  height: 39px;
  border-radius: 12px;
  text-align: center;
  padding-top: 9px;
}

#haut{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease;
}

#haut:hover{
cursor: pointer;
}

.visible{
  opacity: 100%;
}



#element {
  background-image: url(IMG/trucquionctionnepo.jpg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  transition: transform 0.3s ease; /* Animation fluide */
}

.enlarge {
  transform: scale(2);
  background-size: unset;
}

.pres {
  color: #ffffff;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin-top: 400px;
  flex-wrap: wrap;
  font-family: "Archivo Black", serif;
  font-weight: 500;
  font-style: normal;
}

.pres h1 {
  margin-bottom: 0px;
  font-family: sans-serif;
}

@media screen and (max-width: 580px) {
  nav {
    z-index: 1;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.367);
    width: 100%;
    height: 93px;
    top: 70px;
  }

  a {
    font-weight: 800;
    font-size: 19px;
    margin-right: 14px;
  }

  .Contact {
    margin-right: 0px;
    width: 130px;
    height: 34px;
    border-radius: 12px;
    padding-top: 10px;
  }
  .c1 {
    display: flex;
    position: relative;
    top: 100px;
    margin-top: 30px;
    margin-left: 4%;
  }

  .pres {
    margin-top: 350px;
  }
}

.section1{
    background-color: #ffffff;
    color: black;
    font-family: sans-serif;
    height: auto;
    width: 100%;
}

.section1 h2{
    height: 70px;
    width: 221.77px;
    font-size: 300%;
    margin-top: 250px;
    margin-left: 100px;
    font-family: "Lobster", serif;
}



.section1 h3{
    height: auto;
    width: 600px;
    margin-top: 100px;
    margin-left: 140px;
    font-family: "Afacad Flux", serif;
    font-size: 23px;
    display: flex;
}



.img00 {
  background-image: url(IMG/_DSC0613-2.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 400px;
  height: 650px;
  right:100px;
}
.section1 div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section2 {
  background-image: url(IMG/_DSC8466-Enhanced-NR-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-wrap: wrap;
justify-content: space-around;
}

.section2 a {
  display: flex;
  font-family: "Afacad Flux", serif;
  color: #ffffff;
  margin-right: 20px;
  user-select: none;
  font-size: 19px;
  align-items: center;
  text-align: center;
}


.rejoin{
  display: flex;
  background-color: rgba(0, 0, 0, 0.789);
  width: 100%;
  height: 100px;
justify-content: center;
align-items: center;
}

.rejoin h3 {
  font-family: "Afacad Flux", serif;
  color: #ffffff;
  margin-right: 20px;
  user-select: none;
}

.rejoin a{
    display: flex;
    font-family: "Afacad Flux", serif;
    color: #ffffff;
    margin-right: 20px;
    user-select: none;
font-size: 18px;
    user-select: none;
    align-items: center;
    text-align: center;
}

.rejoin h3:hover{
  text-decoration: underline;
  cursor: pointer;
}

.rejoin .img {
  background-image: url(compress/Instagram_icon.png.webp);
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.albums{
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 40%;
  height: 1900px;
  text-align: center;
}

.albums a{
  user-select: none;
  color: white;
  font-family: Inter ;
  font-weight: 800;
  font-size: 13px;
  margin-right:0; 
  padding-bottom: 10px;
  text-decoration: none;
}

.c1{
  display: flex;
  position: relative;
  top: 100px;
  margin-top: 30px;
  margin-left: 10%;
  color: #445100;
  text-align: start;
}

h5{
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  color: #445100;
  margin-left: 20px;
}

h6{
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  color: rgb(0, 0, 0);
  margin-top: 0px;
  margin-left: 34px;
  align-items: flex-start;
}

a{
user-select: none;
color: white;
font-family: Inter ;
font-weight: 800;
font-size: 24px;
margin-right:30px; 
text-decoration: none;
}

.boulien{
justify-content: center;
display: flex;
  font-family: Inter;
  font-weight: 600;
  font-size: 17px;
  color: rgb(255, 255, 255);
  background-color: black;
  width: 130px;
  height: 30px;
  border-radius: 6px;
  text-align: center;
  padding-top: 10px;
  margin-top: 0px;
  user-select: none;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter;
  font-weight: 800;
  margin-top: 39px;
  margin-left: 30px;
  margin-right: 0px;
}

.boulien:hover{
cursor: pointer;
}

.img01{
  width: 157px;
  height: 157px;
  border-radius: 20px;
}

.dates{
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  width: 40%;
  height: 1400px;
  text-align: center;
}

.albums h2 {
  margin-top: 70px;
  height: 60px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.dates h2{
  margin-top: 70px;
  height: 60px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.aucune{
  font-family: Inter;
  font-weight: 800;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.412);
  margin-top: 400px;
  text-align: center;
  margin-left: 0%;
}

.albums h4 {
  font-family: "Afacad Flux", serif;
  margin-top: 20px;
  height: auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.dates h4{
  font-family: "Afacad Flux", serif;
  margin-top: 20px;
  height: auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}


.section3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  color: black;
  align-content: flex-start;
}

.section3 h2{
  margin-left: 100px;
  margin-top: 70px;
  height: auto;
  width: 100%;
}

.section3 .rejoin{
  background-color: #5c999e28;
  cursor: pointer;
  
}

.section3 .rejoin h3{
  color: black;
}

#grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 350px;
  gap: 5px;
  grid-auto-flow:dense;
  padding: 5px;
}

@media screen and (max-width: 550px) {
  #grid{
    grid-template-columns: none;
    grid-auto-rows: auto;
  }
  
}

#nature-1,
#nature-3,
#nature-7,
#nature-6,
#nature-16 {
  grid-column: span 2;
}
#nature-2,
#nature-4,
#nature-5,
#nature-9,
#nature-12,
#nature-10 {
  grid-row: span 2;
}

#nature-11 {
  grid-column: span 2;
  grid-row: span 2;
}

.grid-img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
  transition: transform 0.2s ease;
}

.p1{
  display: flex;
  height: 300px;
  width: 100%;
justify-content: center;
flex-wrap: wrap;
}

.p1 h2 {
  width: 100%;
  margin: 0;
  margin-top: 70px;
  text-align: center;
}

.barre1{
  width: 80%;
  height: 5px;
  border-radius: 20px;
  background-color: rgb(69, 69, 69);
}

#grid1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 350px;
  gap: 10px;
  grid-auto-flow:dense;
  padding: 10px;
}

@media screen and (max-width: 550px) {
  #grid1{
    grid-template-columns: none;
    grid-auto-rows: auto;
  }
  
}

#p1,
#p2,
#p3,
#p4,
#p5,
#p6,
#p7,
#p8,
#p9,
#p10{
  grid-row: span 2;
}


.grid-img1 {
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
  transition: transform 0.2s ease;
}

.vu{
  display: flex;
  width: 100%;
  height: auto;
  background-color: white;
  margin: 0;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.vu h3{
text-align: center;
  font-family: "Afacad Flux", serif;
  color: #000000;
  user-select: none;
  width: 100%;
  font-size: 30px;
  height: auto;
}

#texvu{
  margin-top: 50px;
}

.vu img{
  height: 100px;
  width: auto;
  transition: all 0.2s ease-in;
}

.vu img:hover{
  filter:saturate(4);
  
}

@media screen and (max-width:810px) {
  .vu img{
    margin-right: 10px;
    margin-top: 50px;
  }
}

.logo{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}


.section4{
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  color: black;
  align-content: flex-start;
  justify-content: center;
}

.section4 h2{
  margin-left: 100px;
  margin-top: 70px;
  width: 100%;
  height: 100px;
}

@media screen and (max-width:910px) {
  .section4 h2{
    text-align: center;
    margin-left: 0;
  }
}

#formulaire{
  width: 100%;
}

.form{
  height: auto;
width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-items: center;
}
#texte03{
  margin: 0;
  width: auto;
  font-size: 35px;
  color: rgb(0, 0, 0);
  font-family: Inter;
  text-align: center;
  font-weight: 700;
}

#mail{
  margin-top: 10px;
  width: 320px;
  height: 40px;
  background-color:#e3e3e3;
  border-radius: 5px;
  border-color: #282828;
  color: rgb(0, 0, 0);
  border-top: #252525;
  border-left: #252525;
  border-right: #252525;
  text-align: center;
  transition-duration: 0.25s;
}

#mail:hover{
  border-color: #4cad4f;
  transition-duration: 0.25s;
}

#nom{
  margin-top: 10px;
  width: 320px;
  height: 40px;
  background-color:#e3e3e3;
  border-radius: 5px;
  border-color: #282828;
  color: rgb(0, 0, 0);
  border-top: #252525;
  border-left: #252525;
  border-right: #252525;
  text-align: center;
  transition-duration: 0.25s;
}

#nom:hover{
  border-color: #4cad4f;
  transition-duration: 0.25s;
}

@media screen and (max-width:440px) {
  #email{
    width: 250px;
    height: 40px;
    transition-duration: 0.25s;
  }
  #number{
    width: 250px;
    height: 40px;
    transition-duration: 0.25s;
  }
}

#objet{
  width: 60%;
  height: 40px;
  background-color:#e3e3e3;
  border-radius: 5px;
  border-color: #282828;
  color: rgb(0, 0, 0);
  border-top: #252525;
  border-left: #252525;
  border-right: #252525;
  text-align: center;
}

#objet:hover{
  border-color: #4cad4f;
  transition-duration: 0.25s;
}

#contenu{
  font-family: sans-serif;
  width: 80%;
  height: 380px;
  background-color:#e3e3e3;
  border-radius: 5px;
  border-color: #282828;
  color: rgb(0, 0, 0);
  border-top: #252525;
  border-left: #252525;
  border-right: #252525;
  resize: none;
}

#contenu:focus{
  border:#397e3b;
}

#contenu::placeholder{
  color: #757575;
  font-family: sans-serif;
  text-align: center;
  
}

#contenu:hover{
  border-color: #4cad4f;
  transition-duration: 0.25s;
}

.bouton{
  display: flex;
  margin-top: 50px;
  height: 60px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #000000;
  color: rgb(255, 255, 255);
  text-align: center;
  user-select: none;
  transition-duration: 0.5s;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 100px;
}

.bouton:hover{
  cursor: pointer;
  transition-duration: 0.2s;
  background-color: #39717e;
}

.bouton:active{
  color: #394f7e;
}

.section5{
  background-color: rgba(0, 0, 0, 0.529);
  width: 100%;
  height: auto;
  justify-content: center;
  text-align: center;
  align-content: center
}

.section5 h3{
  text-align: center;
  font-family: "Afacad Flux", serif;
  color: #eeeeee;
  user-select: none;
  width: 100%;
  font-size: 25px;
  height: auto;
}

@media screen and (max-width:855px) {
  .bouton{
    top: 740px;
  }
  .fondreste2{
      margin-top: 1050px;
      height: 800px;
    }

}


@media screen and (max-width:1250px) {
  .albums{
    width: 90%;
  }
  .dates{
    width: 90%;
    height: 600px;
  }
  
  .aucune{
    margin-top: 150px;
  }

}

@media screen and (max-width: 620px) {
  .albums{
    width: 100%;
  }
  .dates{
    width: 100%;
  }

  .c1{
    margin-left: 5px;
  }

  .boulien{
    margin-left: 15px;
  }
  
}




@media screen and (max-width:1350px){
.img00{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #element {
      height: 230px;
      
    }


    .section1 h2{
      margin-top: 110px;
      height: 70px;
    width: 221.77px;
      margin-left: auto;
      margin-right: auto;
    }
    .section1 h3{
       
        height: auto;
        width: 95%;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    h2 {
      margin-left: auto;
      margin-right: auto;
      width: 221.77px;
      text-align: center;
      margin-left: 0%;
    }

    .section3 h2{
      margin-left: 0;
    }

  }

  @media screen and (max-width: 490px) {
    .texnav{
      font-size: 18px;
    }
  
    #Contact{
      padding-top: 16px;
    }
  
    nav{
      padding-left: 15px;
    }
  
    .albums{
      height: 1600px;
    }
    
  }


