@font-face {
  font-family: 'Metropolis';
  src: url('/fonts/Metropolis.ttf');
}
html, body {
    position: absolute;
    margin:0;
    padding:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
    min-height:500px;
  }
  a {
    text-decoration: none;
    color: rgb(0, 59, 168);
    }
  .reflet{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(130, 153, 160);
    mix-blend-mode:normal;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    animation: fadeout 1s;
    }
    @keyframes fadeout {

      50% {
        opacity:1;
        }
      99% {
        z-index: 6;
    }
        100% {
            opacity:0;
            z-index: -10;
        }
    }
  
   .reflet2{
    position: absolute;
    height: 100%;
    width: 100%;
    /*couleur pour mix-blend normal => background-color: rgb(141, 162, 168);*/
    background-color: rgb(151, 151, 151);
    mix-blend-mode:luminosity;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    animation: fadeout 3.5s;
  }
  @keyframes fadeout {
      0% {
          opacity:1;
      }
      10% {
        opacity:1;
    }
      20% {
        opacity:.95;
    }
    30% {
      opacity:.9;
  }
    99% {
      z-index: 5;
  }
      100% {
          opacity:0;
          z-index: -10;
      }
  }

  .retourGauche{
  position: absolute;
  height: 100%;
  width: 7%;
  left: 0;
  cursor: url(/images/left.png) 20 14, pointer;
  }
  .retourDroite{
    position: absolute;
    height: 100%;
    width: 7%;
    right: 0;
    cursor: url(/images/right.png) 20 14, pointer;
    }

  .fond{
    position: absolute;
    background-color: rgb(255, 0, 0);
    height:100%
  }
  .ile{
    position: absolute;
    margin-top: -5%;
    height: 150vh;
    width : 100vw;
    background-image: url("/images/fond_resized.PNG");
    translate: 0 -100px;
    background-color: #24312f;
    filter: hue-rotate(20deg) brightness(1.1);
    /*filter:blur(2px);*/
    z-index: -3;
  }
  .titraille{
    position: absolute;
    width: 100vw;
    top: 0;
    padding:23px 0 20px 0 ;
    text-align: center;
    font-size: 3ch;
    font-family: Metropolis;
    background-color: rgb(255, 255, 255);

  }
  .secant{
    position: relative;
    font-size: 2ch;
    margin: 10px;
  }
  .visa{
  position: absolute;
  top: 120px;
  left: 50px;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  cursor: pointer;
  }
  .visa_button{
    position: absolute;
    top: 120px;
    left: 50px;
    padding: 29px 101px;
    background-color: rgb(255, 196, 2);
    cursor: pointer;
    opacity: 0%;
    }
  .filigrane{
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  translate: -100px -18px;
  }

  .sceau{
    position: relative;
    height: auto;
    width:500px;
    margin: 40vh auto;
    background-color: rgba(34, 105, 52, 0);
    opacity: 100%;
    translate: 0 -220px;
    background-color: rgba(0, 0, 255, 0);
  }
  .mini-armoiries{
    position: absolute;
    padding: 0 30%;
    max-width: 30%;
    max-height: 30%;
    z-index: 0;
    display: none;
  }
  .armoiries{
    position: relative;
    margin: 8vh auto;
    max-width: 100%;
    max-height: 100%;
    filter:grayscale(70%) hue-rotate(0deg);
    opacity: 40%;
  }
  .glow {
    padding: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    overflow: auto;
  }
  .glow2{
    position: absolute;
    padding: 20px 1200px;
    height: 50px;
    background-color: rgba(245, 232, 191, 0.4);
    margin: 20% -10% 0% -10%;
    bottom: 5%;
    box-shadow: 0 0 50px 50px #ffecc26c;
    filter: hue-rotate(180deg);
  }
  .resume{
    position: absolute;
    padding: 70px 20%;
    font-family: sans-serif;
    font-size: 2ch;
    line-height: 3ch;
    text-align:justify;
    height: 70px;
    overflow: auto;
    margin: 0 -30% 0% -10%;
    translate: -7% 70%;
    bottom: 40%;
  }
  .carré{
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 1.2ch;
  }
  .notes{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    position: absolute;
    bottom:0px;
    text-align: left;
    background-color: rgba(35, 34, 53, 0);
  }