

@font-face {
    font-family: "gensco";
    src: url('GENSCO.otf');
  }

  @font-face {
    font-family: "conf";
    src: url('conf_0-15.otf');
  }

head{
<link rel="icon" type="image/png" sizes="16x16" href="images/commencer/_MG_91611.png">
}

body{
  color: white;
  background-color:black;
  font-family: "gensco";
  font-size: 30px;

}

.titre{
  color: white;
  background-color:black;
  font-family: "gensco";
  font-size: 7vw;

}

.panneaux img{
width: 100%;
}

.scroller{
-ms-overflow-style: none;
scrollbar-width: none;
float: left;
overflow-x: hidden;
 overflow-y: scroll;
 width: 33%;
height: 65vh;
}

.scroller2{
  -ms-overflow-style: none;
  scrollbar-width: none;
float: right;
overflow-x: hidden;
 overflow-y: scroll;
 width: 33%;
 height: 65vh;
}

.scroller3{
  -ms-overflow-style: none;
  scrollbar-width: none;
float: right;
overflow-x: hidden;
 overflow-y: scroll;
 width: 33%;
 height: 65vh;
}

.marqueedanielle{
  color: white;
  background-color:black;
  font-family: "gensco";
}

.parent {
  height: 50%;
  display: flex;
  align-items: middle;
  justify-content: space-evenly;

}

table{
  border-collapse: collapse;
}
td{
  border: 1px solid #191919;
  padding: 10px;
}

.fiche {
border:0px solid red;
width:100%;
text-align:center;
}


.centrer {
  text-align: center;
  display: block;
  margin: auto;
}

.videocontrol {
  pointer-events: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link{
  color: white;
  text-decoration: none;
}
a:visited{
  color: white;
  text-decoration: none;
}
a:hover{
  color: white;
  text-decoration: none;
  font-family: "conf";
  font-size: 25px;

}

.titre a:hover{
  color: white;
  text-decoration: none;
  font-family: "conf";
  font-size: 5vw;

}


  /* POPUP */
  .overlay {
    z-index: 10;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
  }

  .afficher{
    visibility: visible;
    opacity: 1;
  }

  .popup {
    color: black;
    background: white;
    margin: 60px auto;
    padding: 20px;
    border-radius: 5px;
    width: 90%;
    position: relative;
  }

  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }

  .button{
    cursor: pointer;
  }
