html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.k-icon.k-i-check.valide {
    color: green;
    margin: auto;
    margin-left: 10px;
}

.k-icon.k-i-x.invalide {
    color: red;
    margin: auto;
    margin-left: 10px;
}

.editor-group {
    border: 1px solid;
    border-color: lightgray;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 15px;
}

.apprenti-name {
    color: white;
    margin-right: 10px;
    font-size: 14px;
    position: fixed;
    right: 10px;
}

.k-textbox.k-disabled {
    background-color: lightgray;
}

#span-hour {
    margin: auto;
    margin-top: 5px;
}

.label-required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

footer .container {
    display: inline-flex;
}

#logo {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
}

#anchors {
    position: fixed;
    bottom: 100px;
    right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

#anchors a {
    text-decoration: none;
}

#anchor-up {
    margin-bottom: 10px;
}

.k-icon.k-i-chevron-up.anchor, .k-icon.k-i-chevron-down.anchor {
    font-size: 30px;
    border: 1px solid;
    border-radius: 5px;
}

.dates label {
    min-height: 70px;
}

.div-warning {
    display: inline-flex;
    margin-top: 10px;
    padding: 10px;
}

.div-warning > span {
    margin: auto;
    margin-right: 10px;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.demo-bg {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 90%;
}

.navbar {
    height: 80px;
    width: 100%;
    vertical-align: middle;
    justify-content: flex-start;
    padding-left:10px;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 460px) and (max-width: 575px) {
    .navbar {
        display: inline-flex;
    }

    #logo {
        width: 70px;
    }
}

@media screen and (min-width: 460px) and (max-width: 540px) {
    #logo {
        width: 70px;
    }

    .navbar-brand {
        font-size: 15px;
    }
}

@media screen and (max-width: 460px) {
    .navbar {
        display: grid;
    }

    #logo {
        width: 60px;
    }

    .navbar-brand {
        font-size: 13px;
    }
}

@media screen and (max-width: 380px) {
    #logo {
        width: 50px;
    }

    .navbar-brand {
        font-size: 11px;
    }
}


#back {
    position: relative;
    width: 100vw;
    flex: 1;
    display: table;
}

.main-container {
    border-color: lightslategrey !important;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid;
    max-width: 800px;
    margin-bottom: 20px;
}

h2 {
    padding: 10px;
    background-color: #d4ad79;
    color: #fff;
    margin-bottom: 50px;
}

.bloc {
    margin-top: 10px;
    margin-bottom: 12px;
}

.glyphicon-remove {
    color: red;
}

.glyphicon-ok {
    color: green;
}

.div-form {
    display: inline-flex;
}
.div-form > * {
    margin-left: 20px;
}

.btn, .k-dropdownlist {
    background-color: #182744;
}

.k-dropdownlist {
    border: 3px solid #325290;
    border-radius: 10px;
}

    .btn:hover, .k-dropdownlist:hover {
        background-color: #d4ad79;
    }
    .btn:active, .btn:focus, .k-dropdownlist:active, .k-dropdownlist:focus {
        background-color: #a3855d;
    }

    @media screen and (min-width: 800px) {
        .k-textbox {
            min-width: 300px;
        }
    }

.div-pwd {
    margin-bottom: 50px;
}

.bi {
    margin: auto;
    margin-left: 20px;
}

#culture-options_listbox .k-list-item-text > span:first-child {
    margin-right: 5px;
    vertical-align: middle;
    width: 15px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    border: 1px solid lightgray;
}
#ImgAttente {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999;
}
#DivImgAttente {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #000;
    filter: opacity(0.5);
    z-index: 99999998;
    height: 100vh;
}
@media screen and (max-width: 500px) {
    .div-form {
        display: flex;
        margin-left:0;
    }

    .bi {
        margin-left: 20px;
    }
}

@media screen and (max-height: 550px) {
    .main-container {
        margin-top: 0;
        padding-top: 1%;
    }

    h2 {
        font-size: medium;
    }
}

@media screen and (max-height: 500px) {

    h2 {
        margin-bottom: 20px;
    }
    .sous-bloc {
        height: 0;
    }
}
@media screen and (max-height: 400px) {
    #back {
        background-size: 100% 100%;
        height: 100%;
    }

    footer {
        line-height: 40px;
        font-size: small;
    }
}

footer div.container {
    max-width: 100%;
    justify-content: space-between;
}

#slogan {
    margin-right: 60px;
}

@media (max-width: 600px) {
    #slogan {
        display: none;
    }
}

#html-mdp {
    height: 100%;
}

header .container-header {
    margin-bottom: 0;
}

#Email {
    width: initial;
}
.grecaptcha-badge {
    z-index: 10;
}

footer, #slogan {
    position: initial;
}

.dark-mode {
    background-color: var(--dark-secondary-color);
}

#lblEmail {
    font: Verdana, Geneva, sans-serif;
    font-size: 18px;
    text-align: left;
    height: 50px;
    vertical-align: middle;
    line-height: 40px;
}