/* @font-face {
    font-family: 'miniature';
    src: url(../assets/Miniature.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

p{
  display: contents;
}

@font-face {
  font-family: "Unica";
  src: url('../font/Unica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-kerning: normal;
}

@font-face {
  font-family: "Volta";
  src: url("https://db.onlinewebfonts.com/t/11f5536560166cbadd8ba6f850ef5500.woff")format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'snell';
  src: url('../font/SnellRoundhand.ttc') format('opentype');
  font-weight: normal;
  font-style: normal;
}


body{
  overflow: hidden;
  background-color: rgb(21, 21, 22);
  font-family: 'Unica';
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.01rem;

}


.top{
  width: 100%;
  height: 80px;
  flex-direction: row;
  position: fixed;
  margin-top: 0px;
  color: #faf3f0;
  font-weight: 400;
}
.logo{
  flex: 1;
}
.gif{
  z-index: 1;
  mix-blend-mode: difference;
  width: 125px;
  height: 90px;
  flex: 1;
  translate: 0 -110px;
  display: block;
}

.infoC{
  z-index: 1;
  top: 55px;
  left: 0;
  position: fixed;
  display: flex;
  position: relative;
  width: 100vw;
  height: 80px;
  align-items: center;
  justify-content: center;
}

.info{
  position: relative;
  margin-top: 120px;
  text-decoration: none;
  color: #faf3f0;
  display: inline-block;

}

.clic{
  color: #faf3f0;
  text-decoration: none;
  display: inline;
  z-index: 2;
}

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


.poster{
  display: flex;
  flex-direction: row;
}

.g{
  flex: 1;
    overflow-y: auto; /* Permet le défilement vertical indépendant */
    box-sizing: border-box;

    height: 100vh;

}

.d{

  flex: 1;
  overflow-y: auto; /* Permet le défilement vertical indépendant */

  box-sizing: border-box;

  height: 100vh;
}
.g::-webkit-scrollbar, .d::-webkit-scrollbar {
  width: 0px; /* Cache la scrollbar horizontale */
  height: 0px; /* Cache la scrollbar verticale */
}

.g, .d{
  -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
  scrollbar-width: none; /* Pour Firefox */
}

.contentG{
  z-index: 2;
  margin: 1vw;
  margin-top: 150px;
  padding: 40px;
  height: 200vh;
  background-color: ivory;
}

.contentD{
  z-index: 2;
  margin: 1vw;
  margin-top: 150px;
  padding: 40px;
  height: 200vh;
  background-color: ivory;
}

.contentD .header{
  margin-left: 10%;
}

.header{
  display: flex;
  flex-direction: row;
  height: 25vh;
  width: 90%;
}

.col{
  flex: 1;
}

.header p{
  display: contents;
}

h1{
  font-size: 18px;
  flex: 1;
  margin: 0;
  font-weight: normal;
}
.poem{
  flex: 1;
}

.prochaine{
  position: relative;
}

.formule{
  color: rgb(116, 142, 208);
  font-size: 28px;
  font-family: 'snell';
  font-weight: 500;

}

.blur{
  background-color: rgb(116, 142, 208);
  height: 30px;
  width: 30px;
  filter: blur(10px);
  border-radius: 100%;
  animation: blurAnimation 2s infinite alternate;
}

@keyframes blurAnimation {
  0% {
    filter: blur(30px);
  }
  100% {
    filter: blur(12px);
  }
}

.color1{
  position: relative;
  background-color: rgb(246, 248, 169);
  width: 90%;
  height: 60%;
}

.color2{
  color: #cde1ff;
  margin-left: 10%;
  /* position: relative; */
  background-color: rgb(128, 25, 25);
  width: 90%;
  height: 20%;
}

.color3{
  transition: all 1s;
  position: relative;
  top: -32vh;
  box-shadow: 0px -6px 20px rgb(8, 8, 8, .3);
  color: #ddc2ff;
  margin-left: 10%;
  /* position: relative; */
  background-color: olive;
  width: 90%;
  height: 36%;
  /* translate: 0 -53%; */
}

.color4{
  transition: all 1s;
  position: relative;
  top: -96vh;
  box-shadow: 0px -6px 20px rgb(8, 8, 8, .3);
  color: #ddc2ff;
  margin-left: 10%;
  /* position: relative; */
  background-color: rgb(14, 8, 78);
  width: 90%;
  height: 42%;
  /* translate: 0 -53%; */
}

.color5{
  transition: all 1s;
  position: relative;
  top: -172vh;
  box-shadow: 0px -6px 20px rgb(8, 8, 8, .3);
  color: #f7f5c4;
  margin-left: 10%;
  /* position: relative; */
  background-color: rgb(125, 101, 79);
  width: 90%;
  height: 42%;
  /* translate: 0 -53%; */
}

.color6{
  transition: all 1s;
  position: relative;
  top: -248vh;
  box-shadow: 0px -6px 20px rgb(8, 8, 8, .2);
  color: #6b4f41;
  margin-left: 10%;
  /* position: relative; */
  background-color: rgb(235, 238, 157);
  width: 90%;
  height: 38%;
  /* translate: 0 -53%; */
}

.color7{
  transition: all 1s;
  position: relative;
  top: -316vh;
  box-shadow: 0px -6px 20px rgb(8, 8, 8, .2);
  color: #f4e9aa;
  margin-left: 10%;
  /* position: relative; */
  background-color: rgb(138, 145, 183);
  width: 90%;
  height: 34%;
}


.color2 div {

}

.prog1{
  display: flex;
  flex-direction: row;
}



/* @keyframes blur {
  0% {
    opacity: 0.98;
    z-index: 10;
  }
  5% {
    opacity: 0.98;
  }
  100% {
    opacity: 0;
    z-index: 10;

  }
} */

.cover{
  background-color: rgb(245, 224, 146);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  animation: blur 6s;
  opacity: 0;
  animation-iteration-count: 1;

}

@keyframes shine {
  0% {
    
  }
  100% {
    color: rgb(128, 25, 25);
  }
}

.rsv{
  text-decoration: none;
  /* animation: shine 1.5s infinite alternate; */

}

.sign{
  margin-top: 50vh;
  width: 90%;

}
.droite{
  margin-left: 10%;
  margin-top: -254vh;
}


.rsv:hover{
  text-decoration: underline;
}

.it{
  font-family: 'snell';
  font-weight: 500;
  font-size: 24px;
}

.under{
  text-decoration: underline !important;
}

.c1{
  display: none;
}

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

    body{ background-color: rgb(21, 21, 22); 
      margin: 0;
      font-size: 32px;
    } 

    .g{
      display: none;
    }

    .poster{
      width: 100%;
    }

    .contentD{
      margin: 0;
      margin-top:15vh ;
      margin-left: 0 !important;
      padding: 12px;
    }

    .color2{
      margin-left: 0;
      width: 100%;
    }

    .color3 {
      margin-left: 0;
      width: 100%;
      }

    .color4 {
      margin-left: 0;
      width: 100%;
    }
    .color5 {
      margin-left: 0 !important;
      width: 100%;
    }

    .color6 {
      margin-left: 0 !important;
      width: 100%;
    }

    .color7 {
      margin-left: 0 !important;
      width: 100%;
    }
  

    .header{
      margin-left: 0 !important;
      margin-top: 25px;
      width: 100%;
      height: 20vh;
    }

    .c1{
      display: block;
    }
    .c2{
      display: none;
    }

    .col1{
      flex: 3;
    }
    .col2{
      flex: 5;
    }

    .infoC{
      justify-content: left;
      margin: 12px;
      margin-top: 0;
      top: 0;
      height: 100%;
      width: 97%;
    }

    .info{
      display: flex;
      flex-direction: row-reverse;
      margin-top: 0;
      align-items: center;
      width: 100%;
    }

    .clic{
      flex: 5;
      /* margin-left: 37vw; */
    }
    .gif{
      /* display: none; */
      height: 12vh;
      width: 16vh;
      translate: -5vw 0;
      transform: scaleX(-1);
    }
    .the{
      flex: 3;
    }
    .top{
      height: 15vh;
    }
    
    .gif{
      margin-left: 12px;
    }

    .sign{
      color: #faf3f0;
      font-size: 28px;
      margin : 20vh 0 0 0;
      margin-top: 30vh;
      margin-left: 0 ;
    }

    .sign a{
      color: #faf3f0 !important;
    }
  }




