@charset "UTF-8";

@font-face {
  font-family: "Joyride-Regular";
  src: url(../fonts/Joyride-Regular.otf);
}

@font-face {
  font-family: "RivieraNightsTrial-BlackItalic";
  src: url(../fonts/RivieraNightsTrial-BlackItalic.otf);
}

@font-face {
  font-family: "Genath-Bold";
  src: url(../fonts/Genath-Bold.otf);
}

@font-face {
  font-family: "Akkurat";
  src: url(../fonts/Akkurat.otf);
}

html {
  /* height: 100dvh;
  width: 100%;
  overflow: hidden; */
}
body {
  background-color: rgb(64, 64, 64);
  height: 100dvh;
  width: 100%;
  max-height: calc(100vh - 70px);

  overflow: hidden;


    background-color: rgb(64, 64, 64);
    color: rgb(64, 64, 64);
    font-family: Arial, sans-serif;
    font-size: 16px;
    /* transition: all 0.5s ease; ajoute une transition de 0.5s pour l'effet hover */
  
    background-image: url('../img/39181.gif'); /* Remplacez par le chemin de votre image */
    background-repeat: repeat; /* Répéter l'image horizontalement et verticalement */
    background-size: 10%; /* Ajuster la taille de l'image à 10% de la taille de la page */
    z-index: -2; /* Définir un z-index de -2 pour placer l'image en arrière-plan */
  }




h1 {
  padding-block: 4%;
  font-size: 150px;
  margin-top: -14%;
  font-family: 'Joyride-Regular', monospace;
  -webkit-text-stroke: 0.2vw red;
  color: blue;
}

h3 {
  font-family: 'Joyride-Regular', monospace;
  color: rgb(255, 255, 0);
  -webkit-text-stroke: 0.09vw rgb(255, 0, 0);
}

.sites {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  align-items: center;
}

a {
  display: block;
  width: 40vw;
  height: 7vw;
  line-height: 145%;
  text-align: center;
  font-size: 5vw;
  color: rgb(69, 69, 69);
  background-color: #1b1b1b;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: 'Joyride-Regular', monospace;
  -webkit-text-stroke: 0.2vw rgb(255, 0, 0);
  color: rgb(255, 255, 0);
  position: absolute;
  top: 50%;
}

a:hover {
  background-color: rgb(255, 255, 255);
}

footer {
  background-color: rgb(37, 37, 37);
  color: rgb(64, 64, 64);
  padding: 20px;
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  width: 97.2%;
}

.credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: left;
}

.credits p {
  font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}

.credits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.credits li {
  font-size: 3.5vw;
  margin-bottom: 5px;
}

#recipe {
  background-color: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  padding: 0px;
  border: 1px solid rgb(64, 64, 64);
  border-radius: 10px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  text-align: justify;
  height: 100vh;
  width: 100vw;
}

#recipe h1 {
  z-index: 1;
  font-size: 36px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}



#recipe ol {
  margin-left: 20px;
}

#recipe img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

#recipe p {
  /* font-size: 14px; */
  font-style: italic;
  text-align: center;
  /* margin-top: 20px; */
}

#recipe {
  transform: scale(1);
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.boum {
  animation-delay: 2s;
  animation: resize 2s ease 1 !important;
  animation-fill-mode: forwards;
}

@keyframes resize {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.8);
  }
  90% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

#bouton2 {
  position: absolute;
  width: 50vw;
  height: 50vw;
  left: 50%;
  top: 35%;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background-image: url('../img/Plan_de_travail_1.svg');

  background-repeat: no-repeat;
  background-position: center center;
}

.video-container {
  position: absolute;
  transform: translate(-50%,-50%);
  width: 40%;
  height: auto;
  border: 0.2vh solid #ff0000;
}




@media only screen and (max-width: 600px) {



  @font-face {
    font-family: "Joyride-Regular";
    src: url(../fonts/Joyride-Regular.otf);
  }
  
  @font-face {
    font-family: "RivieraNightsTrial-BlackItalic";
    src: url(../fonts/RivieraNightsTrial-BlackItalic.otf);
  }
  
  @font-face {
    font-family: "Genath-Bold";
    src: url(../fonts/Genath-Bold.otf);
  }
  
  @font-face {
    font-family: "Akkurat";
    src: url(../fonts/Akkurat.otf);
  }
  
  body {
    background-color: rgb(64, 64, 64);
    height: 100px;
    max-height: calc(100vh - 70px);
    overflow-y: hidden;
    overflow-x: hidden;
  
  
      background-color: rgb(64, 64, 64);
      color: rgb(64, 64, 64);
      font-family: Arial, sans-serif;
      font-size: 16px;
      /* transition: all 0.5s ease; ajoute une transition de 0.5s pour l'effet hover */
    
      background-image: url('../img/39181.gif'); /* Remplacez par le chemin de votre image */
      background-repeat: repeat; /* Répéter l'image horizontalement et verticalement */
      background-size: 10%; /* Ajuster la taille de l'image à 10% de la taille de la page */
      z-index: -2; /* Définir un z-index de -2 pour placer l'image en arrière-plan */
    }
  
  
  
  
  h1 {
    padding-block: 4%;
    font-size: 150px;
    margin-top: -14%;
    font-family: 'Joyride-Regular', monospace;
    -webkit-text-stroke: 0.2vw red;
    color: blue;
  }
  
  h3 {
    font-family: 'Joyride-Regular', monospace;
    color: rgb(255, 255, 0);
    -webkit-text-stroke: 0.3vw rgb(255, 0, 0);
  }
  
  .sites {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    
    align-items: center;
  }
  
  a {
    display: block;
    width: 75vw;
    height: 20vw;
    line-height: 200%;
    text-align: center;
    font-size: 10vw;
    color: rgb(69, 69, 69);
    background-color: #1b1b1b;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Joyride-Regular', monospace;
    -webkit-text-stroke: 0.5vw rgb(255, 0, 0);
    color: rgb(255, 255, 0);
    position: absolute;
    top: 30%;
  }
  
  a:hover {
    background-color: rgb(255, 255, 255);
  }
  
  footer {
    background-color: rgb(37, 37, 37);
    color: rgb(64, 64, 64);
    padding: 20px;
    margin-top: 50px;
    position: absolute;
    bottom: 0;
    width: 90.5%;
  }
  
  .credits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: left;
  }
  
  .credits p {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .credits ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .credits li {
    font-size: 9vw;
    margin-bottom: 5px;
  }
  
  #recipe {
    background-color: rgb(64, 64, 64);
    color: rgb(64, 64, 64);
    padding: 0px;
    border: 1px solid rgb(64, 64, 64);
    border-radius: 10px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
    text-align: justify;
    height: 100dvh;
    width: 100dvw;
  }
  
  #recipe h1 {
    z-index: 1;
    font-size: 36px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
  }
  
  
  
  #recipe ol {
    margin-left: 20px;
  }
  
  #recipe img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
  }
  
  #recipe p {
    font-size: 9vw;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
  }
  
  #recipe {
    transform: scale(1);
  }
  
  .boum {
    animation-delay: 2s;
    animation: resize 2s ease 1 !important;
    animation-fill-mode: forwards;
  }
  
  @keyframes resize {
    0% {
      transform: scale(1);
    }
    10% {
      transform: scale(1);
    }
    20% {
      transform: scale(0.8);
    }
    90% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  
  #bouton2 {
    position: absolute;
    width: 50vw;
    height: 50vw;
    left: 50%;
    top: 20%;
    height: 100%;
    width: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    background-image: url('../img/Plan_de_travail_1.svg');
  
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .video-container {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 40%;
    height: auto;
    border: 0.2vh solid #ff0000;
  }








}