@charset "UTF-8";

html{
  background-color:white;
  overflow-x: hidden;
  font-size: 15px;
  min-height: 100vh;   /* fallback */
  min-height: 100svh;  /* stable sur mobile moderne */
}

@font-face {
  font-family: "Edu Monument Grotesk";
  src: url("/fonts/ABCMonumentGrotesk-Regular.woff") format("woff")
 }

 body img:first-of-type {
 display: none;
 width: 80px;
 position: relative;
 top: -3.25%;
}

body img:nth-of-type(2) {
  display: block;
  width: 75px;
 position: fixed;
top: .425rem;
left: .5rem;
}

video {
  width: 130px;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

 body{
  background-color: whitesmoke;
  overflow-x: hidden;
  transition: background-color .8s ease-in-out;
overflow-x: hidden;
overflow-y: hidden;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;   /* fallback */
  min-height: 100svh;  /* stable sur mobile moderne */
margin: 0;
}


h1 {
  display: none;
position: fixed;
top: 1rem;
left: 1rem;
font-family: "Edu Monument Grotesk";
font-size: .25 px;
color: white;
mix-blend-mode: difference;
cursor: pointer;
z-index: +99;
}
/* h1:hover{
scale: 1.5;
}
h2:hover{
  scale: 1.5;
}
h3:hover{
  scale: 1.5;
} */
h2 {
  position: fixed;
  bottom: 1rem;
  left: 7rem;
  font-family: "Edu Monument Grotesk";
  font-size: .25 px;
  color: black;
  cursor: pointer;
  z-index: +99;
  color: inherit;        /* enlève le bleu */
  text-decoration: none; /* enlève le soulignement */
  cursor: pointer;       /* curseur "main" */
  }

  .mail-link {
    color: inherit;        /* enlève le bleu */
    text-decoration: none; /* enlève le soulignement */
    cursor: pointer;       /* curseur "main" */
  }
  
  .mail-link:hover,
  .mail-link:visited,
  .mail-link:active,
  .mail-link:focus {
    color: inherit;
    text-decoration: none;
  }

h3{
  position: fixed;
  top: 1rem;
  left: 7rem;
  font-family: "Edu Monument Grotesk";
  font-size: 25 px;
  color: black;
  cursor: default;
  z-index: +99;
}






#gallery {
  display: none;
  text-align: center;
  /* width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; */
  /* background-position: center; */
}
img {
  max-width: 100%;
  height: auto;
  margin: 10px;
  display: none; /* Masquer toutes les images au départ */
  pointer-events: none;
  -moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
img:first-child {
  display: block; /* Afficher seulement la première image */
}
#gallery :nth-child(1) {
  position: relative;
   max-width: 45%;
   left: 50%;
   transform: translate(-50%);
 }
#gallery :nth-child(2) {
 position: relative;
  max-width: 60%;
  left: 50%;
  transform: translate(-50%);
}
#gallery :nth-child(3) {
  position: relative;
   max-width: 80%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(4) {
  position: relative;
   max-width: 45%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(5) {
  position: relative;
   max-width: 55%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(6) {
  position: relative;
   max-width: 55%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(7) {
  position: relative;
   max-width: 45%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(8) {
  position: relative;
   max-width: 60%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(9) {
  position: relative;
   max-width: 60%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(10) {
  position: relative;
   max-width: 60%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(11) {
  position: relative;
   max-width: 50%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(12) {
  position: relative;
   max-width: 40%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(13) {
  position: relative;
   max-width: 50%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(14) {
  position: relative;
   max-width: 50%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(15) {
  position: relative;
   max-width: 32.5%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(16) {
  position: relative;
   max-width: 80%;
   left: 50%;
   transform: translate(-50%);
 }
 #gallery :nth-child(17) {
  position: relative;
   max-width: 80%;
   left: 50%;
   transform: translate(-50%);
 }
/* MEDIA QUERY  MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY*/


@media screen and (max-width: 600px) {
  body{
height: 100%;
  }

#gallery{
  display: none;
  position: relative;
  height: 70vh;
  align-items: center;
  left: 50%;
  transform: translate(-52%);
}
#gallery :nth-child(1) {
  position: relative;
   max-width: 105%;
   left: 50%;
   transform: translate(-50%);
 }
  #gallery :nth-child(2) {
    position: relative;
     max-width: 100%;
     left: 50%;
     transform: translate(-50%);
   }
   #gallery :nth-child(3) {
     position: relative;
      max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(4) {
     position: relative;
     max-width: 105%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(5) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(6) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(7) {
     position: relative;
     max-width: 105%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(8) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(9) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(10) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(11) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(12) {
     position: relative;
     max-width: 110%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(13) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(14) {
     position: relative;
     max-width: 100%;
      left: 50%;
      transform: translate(-50%);
    }
    #gallery :nth-child(15) {
      position: relative;
      max-width: 105%;
       left: 50%;
       transform: translate(-50%);
     }

     #gallery :nth-child(15) {
      position: relative;
       max-width: 75%;
       left: 50%;
       transform: translate(-50%);
     }

     #gallery :nth-child(16) {
      position: relative;
       max-width: 150%;
       left: 50%;
       transform: translate(-50%);
     }
     #gallery :nth-child(17) {
      position: relative;
       max-width: 150%;
       left: 50%;
       transform: translate(-50%);
     }

}




