:root {
  --color: rgb(255, 0, 100);
}

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

}

@font-face {
  font-family: "Kaiji";
    src: url("fonts/kaiji.ttf");
}

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

}

@font-face {
  font-family: "Roboto";
    src: url("fonts/Roboto-ThinItalic.ttf");

}

@font-face {
  font-family: "Folsom";
    src: url("fonts/folsom-black.otf");

}

@font-face {
  font-family: "Manifont";
    src: url("fonts/manifont-grotesk_book.otf");

}

@font-face {
  font-family: "Manifont Italic";
    src: url("fonts/manifont-grotesk_book-italic.otf");

}

@font-face {
  font-family: "Manifont-Bold";
    src: url("fonts/manifont-grotesk_bold.otf");

}


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

  #conteneurColonnes{
    justify-content:center; 
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
    padding-top: 10px;
   width:100%;
   }


   .colonne{
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-direction: column;
   }

   .conteneurContenuGrille{
    padding-bottom: 50px;
    width:80vw;
  overflow: hidden;
  transition: 1s;
  }

  #footer .conteneurContenuGrille{
    text-align: center;
  }

  .footergauche{
    text-align: center;
  }

  #conteneurPrincipal{ padding-left: 0px; }

  #header{
    display: none;
    }
  h1{
    font-size: 35px;
  }
  
  h2{
    font-size: 20px;
  }
  
  h3{
    font-size: 18px;
  }

  h4{
    font-size: 14px;
  }

  p{ font-size: 10px; }

  .legende{ 
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manifont';
    font-size: 14px;
    text-align: center;
    color: var(--color);
  }

  #legende {
    font-size: 30px;
    max-width: 70vw;
  }

}

@media only screen and (min-width:500px) and (max-width:900px){

  
  #conteneurColonnes{
    justify-content:center; 
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
    padding-top: 20px;
   width:100%;
   }


   .colonne{
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-direction: column;
   }

   .conteneurContenuGrille{
    padding-bottom: 50px;
    width:80vw;
  overflow: hidden;
  transition: 1s;
  }

  #footer .conteneurContenuGrille{
    text-align: center;
  }

  .footergauche{
    text-align: center;
  }

  #conteneurPrincipal{ padding-left: 0px; }

  #header{
    display: none;
    }
  h1{
    font-size: 60px;
  }
  
  h2{
    font-size: 40px;
  }
  
  h3{
    font-size: 25px;
  }
  h4{
    font-size: 23px;
  }


  p{ font-size: 20px; }

  .legende{ 
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Manifont';
    font-size: 23px;
    text-align: center;
    color: var(--color);
  }

  #legende {
    font-size: 40px;
    max-width: 70vw;
  }

}



@media only screen and (min-width:900px){

        #conteneurPrincipal{ padding-left: 120px; }
        #conteneurColonnes{
          justify-content:space-evenly; 
          display: flex;
          flex-wrap: wrap;
          
          padding-top: 30px;
        width:100%;
        
        }


        .conteneurContenuGrille{
          padding-bottom: 50px;
          width:40vw;
        overflow: hidden;
        transition: 1s;
        }
        
        .footergauche{
      text-align: end;

        }

        #header{
          position:fixed;
          /* background: linear-gradient(90deg, rgba(255, 255, 255) 0%, rgb(255, 0, 251) 50%,rgba(255, 0, 128) 100%,);    */
          /* background-color: rgb(0, 0, 0); */
          
          width:120px;
          height:100%;
          top:15px;
          z-index: 0;
          display: flex;
          justify-content: center;
          align-items: flex-end;

          
          }



          h1{
            font-size: 100px;
          }
          
          h2{
            font-size: 50px;
          }
          
          h3{
            font-size: 30px;
          }

          h4{
            font-size: 25px;
          }
          p{ font-size: 20px; }
         
          .legende{ 
            padding-top: 10px;
            padding-bottom: 10px;
            font-family: 'Manifont';
            font-size: 30px;
            text-align: center;
            color: var(--color);
          }

          h5{
            font-size: 30px;
          }

          #legende {
            font-size: 50px;
            max-width: 30vw;
          }

}


#header img{

height:100%
}



#titreClassique div{
  text-align: center;
  
}
#menu div{
  justify-content: space-evenly;

}


.elementfooter{

  width:40vw;
}





html, body {
  margin: 0;
  padding: 0;
  position:relative;
background-color: rgb(0, 0, 0);
}

*::-moz-selection {
  color:black;
  background-color: white;
  }
  
  *::selection {
    color:black;
    background-color: white;
  
  }
  



 /* unvisited link */
 a:link {
  color: var(--color);
}

/* visited link */
a:visited {
  color: var(--color);
}

/* mouse over link */
a:hover {
  color: rgb(255, 255, 255);
}

/* selected link */
a:active {
  color: rgb(255, 255, 255);
} 



.bouton{
  color:rgb(255, 0, 100); 
  cursor:pointer;
  font-family: "Manifont Italic";
}

#titreClassique{
  color: rgb(255, 0, 100);
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

#menu{
  padding-top: 15px;
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
  width:100%;   
 }


.active{
  font-family: "Manifont";
  color: rgb(255, 255, 255);

}

#footer{
  display: flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
  width:100%;   
 }


#preload{

  display: none;
}



.conteneurGrandContenu{
  padding-bottom: 50px;
  transition: 1s;
width:80vw;
}



.conteneurGrandContenu iframe{
  width: 80vw;
height: 45vw;
  }

.conteneurGrandContenu img{

  width: 100%;
  height: auto;
  }




.conteneurContenuGrille img{
  width: 100%;
  height: auto;
}


p{
  color: white;
font-family: 'Manifont';
margin:0;
}

h1{
  font-family: 'Folsom';
  color: white;
margin:0;
}

h2{
  font-family: 'Manifont';
  color: white;
   margin:0;
}

h3{
  font-family: 'Roboto';
  color: rgb(255, 255, 255);
margin:0;
}

h4{
  font-family: 'Manifont';
  color: rgb(255, 255, 255);
margin:0;

}

h5{

  font-family: 'Roboto';

margin:0;
}

#legende {
  z-index:10;
  font-family: 'Manifont';
  color: rgb(255, 255, 255);
  backface-visibility: hidden;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  pointer-events:none;


  /* mix-blend-mode: difference;  */


}

#preload{
  display: none;
}