* {
    font-family: 'Roboto', sans-serif !important; 
}
html, body {
    margin: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
    body {
        position: fixed;
        top:0px;
        left: 0px;
        width: 100%;
        height: 100%;
        font-family: 'Roboto', sans-serif !important;
        background: url("../images/IMG_3488.jpg")  no-repeat center center;
        background-attachment: fixed;
        background-color: #212121;
    }
}
@media screen and (min-width: 640px) and (max-width: 6000px) {
    body {
        position: fixed;
        top:0px;
        left: 0px;
        width: 100%;
        height: 100%;
        font-family: 'Roboto', sans-serif !important;
        background: url("../images/IMG_3488.jpg");
        background-size: cover;
        background-position: center center;
        background-color: #212121;
    }
}

#main {
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
#main2 {
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

h1 {
    color: #FFFFFF;
    font-size: 3em !important;
    /*text-shadow: 0px 0px 5px #000000;*/
}
h2 {
    margin-bottom: 0px;
}
h5 {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 1.8em !important;
    padding-bottom: 0px;
    padding: 0px;
    margin: 12px;
}
h8 {
    color: #47536b;
    font-size: 1em !important;
}
.labelInput {
    color: #1ea829;
    text-transform: uppercase;
    /* margin-left: -155px; */
    font-weight: bold;

}

input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #3a5b2f;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #FFFFFF;
    background: none;
    height: 40px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
input:focus {
    box-shadow: 0 0 5px rgba(238,49,36, 1);
    /*padding: 3px 0px 3px 3px;*/
    /*margin: 5px 1px 3px 0px;*/
    border: 1px solid rgb(238,49,36, 0.7);
}

.inputBlack {
    color: #000000;
    text-align: left;
}

.inputBlack:disabled {
    color: #555555;
    border-bottom: 1px dashed #cdcdcd;
}

button {
    width: 100%;
    border: none;
    padding-bottom: 6px;
    padding-top: 6px;
    color: #FFFFFF;
    background: none;
    height: 40px;
    outline: none;
    text-align: center;
    background-color: #3a5b2f;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}
button:active {
    background-color: #393f4f;
    color: #FFFFFF;
}

#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; 
    height: 100%;
    background-image: url("../images/background2.jpg");
    background-size: cover;
    background-position: right center;
}
#overBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; 
    height: 100%;
    background: rgba(169,169,169,0.35);
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    #blockLogin {
        position: absolute;
        top: 15%;
        left: calc(15% - 14px);
        width: 70%; 
        height: auto;
        max-width: 300px;
        background: rgba(0,0,0,0.75);
        padding: 28px;
        border-radius: 6px;
    }
}
@media screen and (min-width: 640px) and (max-width: 6000px) {
    #blockLogin {
        position: absolute;
        top: 50px;
        left: calc(50% - 164px);
        width: 70%;
        height: auto;
        max-width: 300px;
        background: rgba(0,0,0,0.75);
        padding: 28px;
        border-radius: 6px;
    }
}


#blockInscr {
    /*position: relative;*/
    /*top: 0px;*/
    /*left: 0px;*/
    width: 100%;
    max-width: 400px;
    height: 100%;
    /*overflow-y: auto;*/
    
    background: rgba(0,0,0,0.75);
    padding: 28px;
    border-radius: 6px;
}

#monProfil {
    position: relative;
    width: 70%;
    height: auto;
    /*border-radius: 10px;*/
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
    left: calc(15% - 10px);
}
#utilisateur {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 62px);
    /*background: rgba(0,0,0,0.6);*/
    text-align: center;
    overflow-y: auto;
}

#listeMesCours {
    position: absolute;
    /*top: 60px;*/
    left: 0px;
    width: 100%;
    height: calc(100% - 60px); 
}
#instructeur {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 62px);
    background: rgba(0,0,0,0.6);
    text-align: center;
    overflow-y: auto;
}

#login {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
    background: rgba(0,0,0,0.6);
}

#reglages {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 62px);
    background: rgba(0,0,0,0.6);
    text-align: center;
    overflow-y: auto;
}

#cours, #accueil {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: calc(100% - 62px);
    /*background: rgba(0,0,0,0.6);*/
    text-align: center;
    overflow-y: auto;
}

#fenetreInscription {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    /*background: url("../images/background5.jpg");*/
    /*background-position: top center;*/
    /*background-attachment: fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    overflow-y: auto;
}

#menuUtilisateur, #menuInstructeur {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.buttonMenu {
    cursor: pointer;
    background-color: #95a28b;
    padding-top: 0px;
    height: 62px;
    color: #212121;
    font-weight: bold;
    width: calc(100% + 2px);
}
.buttonSelected {
    background-color: #3a5b2f;
}

.buttonDisabled {
    background-color: #B9B9B9;
}

.cours, .interets , .blockInscr {
    /*margin-top: 20px;*/
    position: absolute;
    width: calc(100% - 46px);
    left: 0px;
    top: 0px;
    height: calc(100% - 73px);
    background-color: #FFFFFF;
    padding: 23px;
    padding-top: 50px;
    /*margin-bottom: 20px;*/
    text-align: left;
    /*border-radius: 0px 0px 8px 8px;*/
}

.cours h2, .interets h2, .equipement h2 , .blockInscr h2 {
    position: absolute;
    background-color: #3a5b2f;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0px;
    padding-top: 14px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: -50px;
    margin-left: -23px;
    width: 100%;
    height: 45px;
}

#filtreCours {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 41px;
    background-color: #212121;
    border-bottom: 2px solid #47536b;
    z-index: 50;
}

.marginTop {
    height: 70px;
}

.ligneInteret {
    height: 32px;
}
.tableInteret td:first-child {
    padding-left: 8px;
}

.equipementCase {
    display:none;
}

.caseEquipement {
    border-radius: 8px;
    border: 4px solid #4e4e4e;
    width: 70px;
}

.checkEquipement {
    display: none;
    margin-top: 4px;
    margin-left: 41px;
    position: absolute;
}

.caseEquipement img {
    opacity: 0.5;
}
.caseEquipement.selectedEquipement img {
    opacity: 1;
}

.info {
    width: calc(100% - 20px);
    text-align: left;
    font-style: italic;
    padding: 10px;
    font-size: 0.9em;
}

.infoBlanc {
    width: 100%;
    text-align: left;
    font-style: italic;
    font-size: 0.9em;
    color: #FFFFFF;
}

.wrongInput {
    border: 2px solid #ee3124;
    background: rgba(238,49,36, 0.5)
}

.qrcodeMini {
    width: 40px;
    height: 40px;
    background: url(../images/qrcode.jpg) center center;
    position: absolute;
    right: 8px;
    top: 70px;
}

.prixCours {
    float: right;
    margin-top: 23px;
}

.zoom {
    transition: transform .2s; /* Animation */
}
.zoom:hover {
    transform: scale(1.3);
    cursor: pointer;
}



#scanner {
    position: absolute;
    display: none;
    top: 5%;
    left: 5%;
    width: calc(90% - 40px);
    max-height: 80%;
    height: auto;
    border-radius: 15px;
    background-color: #FFFFFF;
    z-index: 99;
    padding: 20px;
    
}

/* QRCODE READER */
body {
    padding-top: 50px;
}

.thumbnail {
    border: 0;
}

#webcodecam-canvas, #scanned-img {
    background-color: #2d2d2d;
}

#camera-select {
    display: inline-block;
    width: auto;
}

.btn {
    margin-bottom: 2px;
}

.form-control {
    height: 32px;
}

.h4, h4 {
    width: auto;
    float: left;
    font-size: 20px;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.controls {
    float: right;
    display: inline-block;
}

.well {
    position: relative;
    display: inline-block;
}

.panel-heading {
    display: inline-block;
    width: 100%;
}

.container {
    width: 100%
}

pre {
    border: 0;
    border-radius: 0;
    background-color: #333;
    margin: 0;
    line-height: 125%;
    color: whitesmoke;
}

button {
    outline: none !important;
}
button:hover {
    background-color: #65c459;
}

.table-bordered {
    color: #777;
    cursor: default;
}

.table-bordered a:hover {
    text-decoration: none;
}

.table-bordered th a {
    float: right;
    line-height: 3.49;
}

.table-bordered td a {
    float: left;
}

.table-bordered th img {
    float: left;
}

.table-bordered th, .table-bordered td {
    vertical-align: middle !important;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

#webcodecam-canvas {
    background-color: #272822;
}
#scanned-QR{
    word-break: break-word;
}

ul {
    margin: 0px;
}


.vignetteImage {
    width: auto;
    height: 40px;
    text-align: center;
    float: left;
    margin-right: 4px;
}

.photoProfil {
    border-radius: 5px;
    border: 5px solid #bdbdbd;
    width: 50%;
    max-width: 180px;
    max-height: 300px;
    text-align: center;
    height: auto;
    margin: 6px;
}

.inputFile {
    width: 100%;
}

#loader {
    display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999999999;
}

.menuPhone {
    width: calc(50% - 60px);
    max-width: 200px;
    height: 140px;
    /* border: 2px solid #212121; */
    background-color: #FFFFFF;
    float: left;
    margin: 20px;
    text-align: center;
    padding: 10px;
    color: #212121;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.buttonBack {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    height: 40px;
    filter: invert(1);
}
.buttonBack:active {
    filter: invert(0);
}
h20 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #212121;
    z-index: 98;
    margin: 0px;
    /* padding: 8px; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 44px;
    padding-top: 16px;
    font-weight: bold;
}
.backSombre {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.cours, .interets , .blockInscr, .video {
    float: left;
    position: relative;
    width: calc(100% - 64px);
    max-width: 420px;
    height: auto;
    background-color: #FFFFFF;
    padding: 32px 12px 12px 12px;
    margin-bottom: 20px;
    text-align: left;
    /* border-radius: 8px; */
    margin: 20px;
    font-size: 16px;
    line-height: 24px;
}

.video {
    padding: 12px 12px 12px 12px;
    height: 60px;
}

.coursTitre {
    position: absolute;
    background-color: #212121;
    color: #FFFFFF;
    padding: 0px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    /* margin-top: -23px; */
    /* margin-left: -8px; */
    width: 100%;
    left: 0px;
    top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.cours h2 {
    position: absolute;
    background-color: #3a6c99;
    color: #FFFFFF;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    /* margin-top: -23px; */
    /* margin-left: -8px; */
    width: 100%;
    left: 0px;
    top: 15px;
}

.interets h2, .equipement h2 {
    position: absolute;
    background-color: #212121;
    color: #FFFFFF;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: -33px;
    margin-left: -13px;
    width: calc(100% + 2px);
}


.programme {
    margin-top: 8px;
    margin-bottom: -22px;
}

.vignetteImage {
    width: 67px;
    height: auto;
    text-align: center;
    float: left;
    /*margin-right: 10px;*/
    margin-bottom: 9px;
    font-size: 11px;
}

.photoVignette {
    width: 40px;
    height: 40px;
    border: 1px solid #212121;
    border-radius: 3px;
}

.photoProfil {
    border-radius: 5px;
    border: 5px solid #bdbdbd;
    width: 50%;
    max-width: 180px;
    max-height: 300px;
    text-align: center;
    height: auto;
    margin: 6px;
}

.selectShow {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
}