
#param label {
    font-size: 0.8em;
}

#divVideo:before {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: calc(100% - 18px);
    content: "- Cliquez pour prendre une capture -";
    text-align: center;
    font-size: 2em;
    color: #051d54;
    cursor: pointer;
}

#divFiligrane {
    position: absolute;
    content: "- Votre pièce d'identité ICI -";
    text-align: center;
    cursor: pointer;
    top: 15%;
    left: 10%;
    width: 80%;
    height: calc(80% * 0.9);
    padding-top: 20%;
    color: #FFF;
    pointer-events: none;
    background-image: url('./Adding/imagesCommun/test ID_nb.png');
    background-size: 100%;
    border: 5px solid red;
}

@media (max-width: 767px) {
    #divFiligrane {
        height: calc((100vw * 0.8) * (1 / 1.421));
        padding-top: calc(100vw * 0.25);
    }

    #divVideo:before {
        font-size: 1em;
        width: calc(100% - 10px);
    }
}

#videoInput {
    cursor: pointer;
}

#btnCapturePhoto {
    display: block;
    margin: 10px auto;
}

#mediaFichier,
#taFichier{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 7em;
    display: block;cursor: pointer;
}
#mediaFichier-label,
#taFichier-label {
    border: 1px dashed #666;
    width: auto;
    background-color: #fafafa;
    color: #666;
    padding: 1em;
    cursor: pointer;
    border-radius: 10px;
}
#mediaFichier-label small,
#taFichier-label small{
    display: block;
    margin-bottom: 1em;
}

#mediaFichier.dragged-over,
#taFichier.dragged-over {
    border: 1px solid;
    background-color: #4e9b4e;
}
#messageResultat{
    padding: 100px 10px;
}