@font-face {
    font-family: 'six87';
    src: url('../fonts/six87.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body {
    font-family: Helvetica, Arial, sans-serif;
}

a {
    color: inherit;
}

#close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: white;
    opacity: 0;
    width: 20px;
}

#play {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url('../images/play.svg');
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
/* 

HOME

*/

#home {
    background-color: #000;
    color: #FFF;
    min-height: 100vh;
    font-family: Helvetica, Arial, sans-serif;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#home footer {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

#home table {
    border-collapse: collapse;
    max-width: 500px;
    margin: 15px auto;
    width: 100%;
}

#home td {
    border: 1px solid #FFF;
    min-height: 40px;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px;
}

#home td:first-child {
    width: 40px;
}

#home #titre {
    all: unset;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    background-color: #FFF;
    border: solid 1px #000;
    font-size: 12px;
    height: 16px;
    width: 200px;
    padding-left: 5px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    -webkit-font-smoothing: none;
}

#home input[type=radio] {
    all: unset;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    background-color: #FFF;
    color: #FFF;
    border: solid 1px #000;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
    -webkit-font-smoothing: none;
    user-select: none;
    cursor: pointer;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 4px;
}

#home input[type=radio]:checked {
    all: unset;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    background-color: #D41E15;
    color: #FFF;
    border: solid 1px #000;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
    -webkit-font-smoothing: none;
    user-select: none;
    cursor: pointer;
    height: 12px;
    display: inline-block;
    position: relative;
    top: 4px;
}

#home label {
    all: unset;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    background-color: #000;
    color: #FFF;
    border: solid 1px #000;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
    -webkit-font-smoothing: none;
    user-select: none;
    cursor: pointer;
    height: 12px;
    display: inline-block;
}

#home input[type=submit] {
    all: unset;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    cursor: pointer;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    height: 16px;
    width: 160px;
    background-image: url('../images/fleche.gif');
    background-repeat: no-repeat;
    padding-left: 20px;
    font-weight: bold;
    border: solid 1px #000;
    display: block;
    margin-top: 10px;
    margin-bottom: 100px;
    -webkit-font-smoothing: none;
}