@font-face {
    font-family: 'LibreBaskerville';
    src: url('/fonts/LibreBaskerville-Regular.ttf')format('truetype');
}
html, body {
    margin:0;
    padding:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;

  }
.mon_titre{
    position : absolute;
    opacity: 0%;
}
.arriere{
    position : absolute;
    min-width: 100%;
    min-height: 100%;
    opacity: 100%;
    background-color: #444742;
    z-index: -2;
}
.suite{
    position : absolute;
    min-width: 100%;
    min-height: 100%;
    opacity: 100%;
    transform: translate(0,-9%);
    cursor: default;
}

.bloc video {
    position : absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-50%);
    overflow: hidden;
}