/* @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{
  margin: 0;
}

/*-_____________ HEADER, MENSUEL _________________*/

.saisonB{
  position: fixed;
  width: 100vw;
  height: 95vh;
  letter-spacing: 0.01rem;
}

  .canvas{
    z-index: 10;
    display: grid;
    /* flex-direction: column; */
    position: fixed;
    width: 100vw;
    height: 100vh;
    /* align-items: center;
    justify-content: center; */
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(18, 1fr);

  }
  .titre-area{
      grid-row: 1/2;
      grid-column: 5/9;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .titre{
      font-family: 'Unica';
      font-size: 18px;
      line-height: 120%;
      /* letter-spacing: 0.01rem; */
  }

  .timbre-area{
    grid-row: 1/17;
    grid-column: 1/13;
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .cadre{
    transition: all 0.5s;
    margin-top: 5vh;
        width: 60vh;
        background-color: rgb(142, 47, 36);
        display: flex;
        /* align-items: start; */
        justify-content: center;
        box-shadow: 0px 4px 7px rgb(119, 112, 112);

  }
  /* .cadre-abo{
    width: ;
  } */

  #svg1{
    margin: 1vh;
    margin-bottom: 8vh;
    fill: rgb(235, 238, 157);
    width: 100%;
    
  }
  
  .timbre {
    margin: 2vh;
    /* margin-bottom: 6vh; */
    width: 100%;
    height: 80%;
    background-color: rgb(244, 223, 132);
    border: 8px solid transparent;
    position: relative;
  }

  .lancement{
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 80vh;
  }
  .lancement div{
    font-family: 'Unica';
    font-size: 18px;
  }
  .texteAffiche{
    margin-top: 10vh;
    width: 52vh;
    mix-blend-mode: darken;
  }
  .infoMensuel{
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content:space-between;
    align-items: end;
    color: rgb(239, 227, 173);
    text-align: center;
  }
  .sousTexte{
    text-align: center;
    color: rgb(142, 47, 36);
    margin-top: 10vh;
  }
  /* .btn{ */
    /* color: rgb(244, 223, 132); */
    /* margin-left: 4vh;
    margin-right: 4vh; */
  /* } */

/* FENETRES DETAILS */
  .venir{
     color: black;
    font-family: 'Unica';
    font-size: 18px;
    position: fixed;
    top: 20vh;
    left: 30vw;
    
    background-color: ivory;
    z-index: 30;
    width: 50vh;
    height: 50vh;
  }
  .text-venir{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2vw;
    text-align: center;
    color: black;
    font-family: 'Unica';
    font-size: 18px;
  }
  .close{
    /* transform: translateY(-30px); */
    margin: 20px;
    cursor: pointer;
  }
  a{
    color: black;
  }
  .btn{ 
    cursor: pointer;
  }
  .venir{
    display: none;
  }

  .soie-canvas{

    position: fixed;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    mix-blend-mode: hard-light;
  }
  .soie{
    z-index: 6;
        object-fit: cover;
    width: 100vw;
    height: 100vh;
    opacity: 0.8;

  }


  /* IMAGES  */

  .balade{
    /* filter: blur(3px); */
    z-index: 1;
    top: 0;
        width: 100vh;
        height: 100vh;
  }

  .balade img{
    width: 200px;
    position: fixed;
    opacity: 0.9;
    /* transition: all 0.2s; */
  }


/*-_____________ AFFICHES VEILLEE _________________*/

.corps{
  transition: all 0.9s;
  /* z-index: 20; */
  position: relative;  
  top: 95vh;
  height: 5vh;
  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:30px;
  flex-direction: row;
  position: relative;
  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: 3vh;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.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: 90vh;

}

.d{

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

  box-sizing: border-box;

  height: 90vh;
}
.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) {


  /* MENSUEL */
    .timbre-area{
    grid-row: 1/17;
    grid-column: 1/13;
    display: flex;
    align-items: start;
    justify-content: center;
  }



    .sousTexte{
      margin-top: 5vh;
    }



  /* VEILLEES */

    .corps{ background-color: rgb(21, 21, 22); 
      margin: 0;
      font-size: 16px;
    } 

    .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;
    }
  }


  /* abo */
  .abo{
    color: rgb(142, 47, 36);
    /* text-align: center; */
  }

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

    .texteAffiche{
      width: 84vw;
      margin-top: 10vw;
    }
    .abo{
      width: 80vw;
      font-size: 14px;
    }
    .lancement{
      height: 110vw;
      display: flex;
      align-items: center;
    }
    .infoMensuel{
      position: relative;
      justify-content: space-around;
      margin-top: 4vh;
    }
    .venir{
      width: 90vw;
      height: 70vh;
      top: 10vh;
      left: 5vw;
    }
    .cadre{
      width: 80vh;
      margin-top: 0;
    }
    .tel{
      font-size: 12px;
    }

}

@media screen and (max-width: 450px) {
  .lancement div{
    font-size: 13px;
  }
  .venir{
    height: 70vh;
  }
    #svg1{
      margin-bottom: 16vh;
    }
    .infoMensuel{
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 12vh;
    }
}

@media screen and (max-height: 750px) {
  .lancement div{
    font-size: 13px;
  }

    #svg1{
      margin-bottom: 16vh;
    }
    .infoMensuel{
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: 12vh;
    }
}


@media screen and (max-height: 600px) {
  .lancement{
    overflow: scroll;
  }
}
