@font-face {
    font-family: 'My font';
    src: url('../squelette/DS-DIGII.TTF') format('truetype');
}

html {
    overflow-y: hidden;
    background-color: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

body {
    overflow: auto;
    height: 100%;
    /* color: black; */
    font-family: courier, Times New Roman, sans-serif;
}
html {
    height: 100%;
}

p,
td {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.blockCentral {
    width: 800px;
    height: auto;
    position: relative;
    margin: auto;
    top:12%;
}

#form_id {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.BlockTimer {
    top: 80px;
    left: auto;
    width: 800px;
    height: auto;
    text-align: center;
    position: relative;
    margin: auto;
}

.vitruvetimer {
    height: 20px;
    color: white;
    font-size: 18px;
    background-color: #9933cc;
    width: 800px;
    text-align: center;
    margin: auto;
    padding: 4px;
    margin-top: 20px;
}

#timer {
    position: relative;
}

.BlockVisio {
    top: 31px;
    left: 800px;
    width: 202px;
    height: auto;
    position: absolute;
    /* background-color: #000000; */
    text-align: center;
}

.BlockAutre {
    /*     top: 489px; */
	top: 530px;
    left: 197px;
    width: 400px;
    height: 350px;
    position: absolute;
    /* background-color: #000000; */
    text-align: center;
}


/* .blockCentralProxy {
    top: 50px !important;
    left: 55px !important;
}

.BlockAutreProxy {
    top: 225px !important;
    left: 798px !important;
}

.BlockTimerProxy {
    top: 20px !important;
    left: 1245px !important;
}

.BlockVisioProxy {
    top: 121px !important;
    left: 1245px !important;
} */

.form-control {
    width: 95% !important;
}

.BlockTimer table {
    width: 800px !important;
}

.BlockVisio table {
    width: 510 !important;
}

.txtTimer {
    font-size: 20px;
}

.txtNoir {
    /* color: #000000; */
}

.txtNoirGras {
    font-weight: 700;
    font-size: 20px;
    /* color: #000000; */
}

.txtGrosEvident {
    /* font-size: 1.8vh; */
    font-size: 18px;
    color: #9933cc;
}

.txtGrosEvident2 {
    font-size: 20px;
    color: #FF0000;
}

.txtAide {
    color: #999999;
}

.txtGris {
    font-family: 'My Font';
    color: #999999;
    font-size: 30px;
    font-weight: 700;
}

a.valide {
    font-size: 20px;
    font-weight: 400;
    color: #9933cc;
    text-decoration: underline;
}

a:hover.valide {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff !important;
    text-decoration: underline;
}

a:hover {
    /* font-size: 14px; */
    font-weight: 400;
    color: #9933cc;
    text-decoration: underline;
}

#refresh {
    background: none;
    color: #9933cc;
    border: none;
    width: auto;
    font-size: 3em;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: 73px;
    bottom: 11px;
    z-index: 9999999;
    top: 334px;
}

#minutes {
    color: white;
}

#labelRefresh {
    color: #9933cc;
    font-family: 'My Font';
    display: block;
    margin: auto;
    text-align: center;
    font-size: 1.5em;
}

button#skip {
    font-family: 'My Font';
    width: 6em;
    height: 3em;
    color: #9933cc;
    background-color: #000000;
    font-size: 2em;
    letter-spacing: 0.5em;
    cursor: pointer;
    border: none;
}

button#skip:focus {
    outline: none;
}

#jaas-container {
    border: 5px solid #9933cc;
}

iframe html {
    overflow: hidden !important;
}

.container {
        height: 100%;
        position: relative;
}

.center {
    display: flex;
    margin: auto;
    width: 50%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 87vh;
    text-align: center;
}
/* //////fomr///////////// */
.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 87vh;
    min-height: 484px;
    min-width: 271px;
}

.card-form {
    box-shadow: 0px 0px 6px 0px #a5a5a5;
    padding: 25px;
    border-radius: 6px 6px 6px 6px;
}

.title-form {
    color: #9933cc;
    text-align: center;
}

#div-btn-form {
    text-align: center;
}

.form-label {
    color: #9933cc;
    font-size: 1.1em;
}

.form-label2 {
    color: #9933cc;
    font-size: 0.9em;
}

.reglejeu {
    padding: 47px;
    font-size: 0.45em;
}

.form-text {
    color: #657063 !important;
}
.btn-form {
    color: #9933cc !important;
    background-color: #000000 !important;
    border-color: #9933cc !important;
}

.cadre-vert {
    background-color: #9933cc;
    height: 25px;
    color: white;
}
.cadre-vert p {
    text-align: center;
    margin: auto;
    font-size: 18px;
    font-weight:bold;
}

#container-vitruve .blockCentral {
    border: #9933cc 4px solid;
    position: relative;
    top: 20;
    max-height: 800px;
}

#text .txtGrosEvident {
    text-align: center;
    padding: 30px;
    font-size: 23px !important;
}

#img {
 text-align: center;
}

#digit {
    text-align: center;
    margin-top: 0%;
}

.keys {
    width: 73px;
    height: 45px;
    object-fit: scale-down;
}

.digits {
    width: 28px;
    height: 50px;
    object-fit: scale-down;

}

.digits-container {
    text-align: center;
}

#pannelnum {
    /* border: #999999 1px solid; */
    /* width: 50%; */
    /* margin: auto; */
}

#container-vitruve {
    overflow: auto;
    height: 100vh;
    min-width: 250px;
}

#video {
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    height: 96%;
    align-items: center;
    display: none;
}

#myVideo {
    height: 96%;
}

#code {
    /* padding-bottom: 7%; */
}


#logo {
    width: 6em;
    margin: auto;
}

#logo img {
    width: 100%;
    height: auto;
}

/* #start {
    font-size: 23px;
} */
#start:hover {
    cursor: pointer;
}


@media screen and (max-width: 800px) {
    #container-vitruve .blockCentral {
        /* height: 100vh !important; */
        max-height: none !important;
        width: 96%;
    }
    #container-vitruve .vitruvetimer {
        /* height: 100vh !important; */
        max-height: none !important;
        width: 96%;
    }

    #start {
        font-size: calc(1.375rem + 1.5vw);
    }

    
}



@media screen and (max-width: 450px) {
  

    #text .txtGrosEvident {
        padding: 10px;
        font-size: 19px !important;
    }

    .form-control {
        width: 93% !important;
    }
    .card-form {
        padding: 5px;
        width: 92%;
    }

    #img img {
        width: 100% !important;
    }

}

@media screen and (max-width: 400px) {
    #container-vitruve {
        overflow: auto;
        /* height: 92vh; */
    }
}

@media screen and (max-width: 250px) {

    #container-vitruve {
        /* height: 92vh; */
    }
    
    #text .txtGrosEvident {
        padding: 10px;
        font-size: 16px !important;
    }
    
}



