
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;800;900&display=swap');

html, body{
  
 
  padding: 0px;
  margin: 0px;
}

body {
  
  color: #FFFFFF;
  background-color: #000 !important;
  text-align: justify;
  
}



#pixels_canvas {
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  background: rgb(0,0,0);
  width: 100%;
  height: 100%;
  position:absolute;
          left:0;
          top:0;
          z-index:-1;
}

.video-container {
  margin: 0px;
  padding: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
  position:absolute;
          left:0;
          top:0;
          z-index:1;
}

video{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

#myVideo {
  position: fixed;
  opacity: 0.6;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: transparent;
  z-index:0;
}


/*----pixels fixes----*/
/* #cvs {
/*  margin: 0px;
  padding: 0px;
  background-color:transparent;
  width: 100%;
  height: 100%;
  position:absolute;
          left:0;
          top:0;
          z-index:1;
}

canvas {
  image-rendering: pixelated;
  width: 10em;
}
*/

.titre_svg {
  position:fixed;
  margin-top: 0%;
  width: 100%;
  height:10px;
  text-align: center;
  color:rgba(255, 255, 255, 0.8)
}

.sous-titre_svg {
  position:relative;
  padding-top: 140px;
  
  width: 100%;
  text-align: center;
  }


.container {
  margin-top:auto;
  width: 100%;
  height: 100%;
  
  position:fixed;
  background: transparent;
 overflow-y: auto;
  z-index:1; 
  
}





.title {
  font-size: 130px;
  margin-top: 0;
}


/*+++++++++++++++++++++++++++++*/

.texte_sous_titre {
  font-family: 'Inconsolata', monospace;
  margin-top: 2px;
  text-align: center;
  font-size: 1.5em;  
  color:rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-style: normal;
}

.texte_paragraphe {
  font-family: 'Inconsolata', monospace;
  margin-top: 40px;
  margin-left: 6em;
  text-align: justify;
  font-size: 0.8em;
  color: #dbdbdb;
}



.f8 {
  font-size: .78rem;
}


@media (min-width: 1011px) {

  .title {
    font-size: 100px;
    margin-top: 0;
  }

  .lora-center {
    font-family: 'Lora', serif;
    margin-top: 30px;
    text-align: center;
  }


}


/*==============================*/
