html,
body {
    /* width: 100%;
    height: 100%; */
    background-color: black;
    
}

* {
    font-family: 'Lekton', sans-serif !important;
}

#divTimer {
    height: 200px;
    text-align: center;
}

#timer {
    margin: auto;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 45%;
    color: white;
}

#video {
    /* height: 250px; */
    text-align: center;
}

#divIndice {
    text-align: center;
}

.indice {
    margin: 20px;
    /* cursor: pointer; */
}

.indice img {
    
}

#reponse {
    background: black;
    color: #34C924;
    border-color: #34C924;
    margin: 5px;
    width: 60%;
    height: 20px;

}

#linkInput {
    color: #66bb03;
}

video {
    width: 90%;
    height: auto;
}
#submit {
    margin: 5px;
    padding: 5px;
    background: black;
    color: #34C924;
    border-color: #34C924;
}

.collapsible {
    background-color: black;
    color: #444;
    cursor: pointer;
    padding: 18px;
    /* width: 100%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

.active,
.collapsible:hover {
    /* background-color: #ccc; */
}


/* Style the collapsible content. Note: hidden by default */

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: black;
    display: block;
    width: 230px;
    justify-content: center;
    text-align: center;
    margin: auto;
    max-height: 359px;
    color: #34C924;
}

.content {
    padding: 0 18px;
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button#skip {
    font-family: 'My Font';
    width: 100%;
    height: 2.5em;
    color: #34C924;
    background-color: #000000;
    font-size: 1.5em;
    letter-spacing: 0.5em;
    cursor: pointer;
    border: none;
}

.help-message {
    font-size: 19px;
}

.textColorGreen {
    color: #6fcb25;
    text-align: center;
    font-size: 17.9px;
}

.indiceSolution {
    border: 1px solid #6fcb25;
    cursor: pointer;
    padding: 5px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
    text-transform: capitalize;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.formReponse {
    display: flex;
    flex-direction: column;
    align-items: center;
}