section{
    /* display: flex;
    align-items: center;
    height: 100vh;
    width:100vw;
    justify-content: center;

    text-align: center;
    line-height: .2; */
}
*,
*::before,
*::after {
    box-sizing: border-box;
}


@font-face{
  font-family : "PetitFrereN";
  src: url(regfonts/PetitFrereNarrow-Light.ttf);
  font-weight: normal;
}
@font-face{
  font-family : "PetitFrereW";
    font-weight: normal;
  src: url(regfonts/PetitFrereWide-Light.ttf);
}
.mailenvoye{
  display:none;
    font-family: "PetitFrereW";
    font-size: 1.3rem;
    color: black;
    background: mediumspringgreen;
    text-align: center;
    margin-top: -3.5rem;
    position: absolute;
    padding:.4em .8em .4em .9em;
    border-radius: 2em;

}
.titre-page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:80vw;
    margin-left: 10vw;
    height: 80vh;
    background: none;
    z-index: 2;
    position: relative;
    color:white;
}
h1>img{
  width:100%;
  filter: invert(1);
}
h1{
    font-size: 20rem;
    margin:0;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    color:white;
    filter: invert(1);
}
h2{
    font-size: 1.3rem;
    margin:0 0 2.5em 0;
    font-family: "PetitFrereN";
    font-weight: normal;
    width: 66%;
    text-align: left;
    padding-right: 1.5em;
    border-right: 1px solid black;
}
b{
    font-family: "PetitFrereW";
    font-weight: normal;
}

button{
  font-family: "PetitFrereW";
  background: 0;
    color: black;
    text-transform: uppercase;
  border:1px solid black;
  padding:.4em .8em .3em .8em;
  font-size: 1.3rem;
    margin-top: 0.8em;
    width: 100%;
}
input{
  font-size: 1.3rem;
    font-family: "PetitFrereN";
    border:1px solid rgb(206, 206, 206);
    padding:.4em .6em .3em .8em;
    border-radius: 2em;
    color:rgb(206, 206, 206);
    background: white;
    width: 100%;
}
form{
  text-align: right;
    padding-left: 1.5em;
    right: 2em;
  position: absolute;
  width: 30%;
}

.fullscreenvideo1{
    width:100vw;
    height:100vh;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    filter: blur(5px) saturate(10);
    z-index: 0;
}
.fullscreenvideo2{
    width:100vw;
    height:100vh;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    filter: blur(5px) saturate(10);
    z-index: 0;
}
.blur{
  mix-blend-mode: difference;
  width:100vw;
  height:100vh;
  object-fit: cover;
  position: absolute;
  top:0;
  left:0;
  filter: grayscale(1) contrast(30);
}
.info{
  position: absolute;
  bottom:0;
  left:0;
  width: 100vw;
  background: #EEEEEE;
  z-index: 100;
  color:black;
  display: flex;
  justify-content: space-between;
  padding:1.5em 2em 0 2em;
}
.inside{
  width:80vw;
}
#sendbut{
    cursor:pointer;
}
#zonemail{
    cursor: text;
}
input:hover{
    background:rgb(206, 206, 206);
    color: rgb(89, 89, 89);
}
*{
}
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 2rem;
    background: black;
    width: 100vw;
    height: 100vh;
    position: relative;
}
html {
    font-size: calc(3px + 6 * ((100vw - 320px) / 680));
}
.infos-loading, .verify-screen{
    position: absolute;
    top:1rem;
    left:1rem;
    color:white;
    font-family: monospace;
    font-size: 11pt;
}
.verify-screen{
    z-index: 9999;
}

.table{
    width: 100vw;
    height: 32vw;
    position: relative;
}
.cache{
    background-image: url("../assets/img/cache.svg");
    background-size: cover;
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 666;
}
.fond-cache{
    background: white;
    width: 100%;
    height: 100%;
    z-index: -1000;
}
.objets{
    z-index: 0;
    position: absolute;
}
.objet1{
    font-size: 13rem;
    width:20%;
    height:30%;
    left:7%;
    top:10%;
}

.objet2{
    font-size: 3rem;
    width:20%;
    height:30%;
    left:35%;
    top:50%;
    line-height: .9;
}
.objet3{
    font-size: 6rem;
    width:20%;
    height:30%;
    left:75%;
    top:50%;
    line-height: .9;
}
.objet4{
    font-size: .7rem;
    width:10%;
    height:30%;
    left:65%;
    top:55%;
    line-height: .9;
}

.loading-screen{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height: 100vh;
    display: flex;
    justify-items: center;
    align-items: center;
    background: black;
    z-index: 9999;
    display:none;
}
#progressBar {
    width: 100%;
    background-color: #ddd;
    margin-top: 20px;
    animation: varierHauteur 2s ease-in-out infinite;
  }

  @keyframes varierHauteur {
    0%, 100% {
      height: 3px;
    }
    50% {
      height: 30px;
    }
  }

  #progress {
    height: 100%;
    width: 0;
    background-color: grey;
  }
  .omn-container{
    position:absolute;
    bottom:17rem;
    font-size: 1.5rem;
    right:14rem;
    width: 27rem; /* largeur de la grille, ajustez selon vos besoins */
    height: 27rem; /* hauteur de la grille, ajustez selon vos besoins */
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(13, 1fr);
    width: 27rem; /* largeur de la grille, ajustez selon vos besoins */
    height: 27rem; /* hauteur de la grille, ajustez selon vos besoins */
    /* border-bottom: 1px solid black;
     border-left: 1px solid black; */
     position: absolute;
}


.grid-item {
    /* border-top: 1px solid black;
    border-right: 1px solid black; */
    /* width:2px;
    height:2px;
    justify-self: center;
    align-self: center; */
    opacity: 0;
}
/* .activewhite, .activewhite1, .activewhite2, .activewhite3, .activewhite4{
    opacity: 1;
} */
