﻿html {
    font-size: 16px;
    width: 100vw !important;
    height: 100vh !important;
}

body {
    background-color: white;
}

textarea {
    resize: none;
}

h1, h2, h3, h4, h5, h6, p, span, label, fieldset {
    color: rgba(0, 0, 0, 0.5) !important;
}

header {
    box-shadow: 2px 0px 2px 2px #eee;
    height: 45px;
}

    header .navbar {
        background-color: #eee !important;
        height: 42px;
        display: block !important;
        padding: 0px !important;
    }

        header .navbar a:hover {
            text-decoration: none !important;
        }

    header .logo {
        width: 1.5em;
        height: 1.5em;
        margin-right: 1em;
        margin-top: 8px;
    }

.brand {
    margin-top: -0.3rem;
    margin-left: 0.3rem;
    height: 3rem;
}

.btn-t {
    background-color: #88bec5;
}

.btn-t:hover {
    background-color: #438080;
}

main {
    padding-top: 5px;
    overflow: auto;
    height: 100vh !important;
    padding-bottom: 40px;
}

    main .menu {
        background-color: #eee !important;
        height: 89vh !important;
        padding-top: 30px;
    }

        main .menu .nav-link {
            color: #9e9a9a;
            cursor: pointer;
            border-bottom: 1px solid;
        }

footer {
    width: 100vw;
    bottom: 0;
    background-color: #eee !important;
    box-shadow: 2px 0px 2px 2px #eee;
    height: 24px;
}

    footer .navbar {
        padding: 0px;
    }

        footer .navbar div a {
            color: #00137F !important;
        }

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.hide {
    display: none;
}

.icon {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: auto;
}

.text-black-60 {
    color: rgba(0, 0, 0, 0.6) !important;
}

.cookie-notification {
    padding: 0.5em;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1001;
    background-color: #eee !important;
    box-shadow: 2px 0px 2px 2px #eee;
}


.connexion > button {
    float: right;
}

.connexion:active {
    background-color: transparent;
}

.required {
    border-color: red;
}

.login .login-button-text {
    text-decoration-style: solid;
}

.loading {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 99999;
    background: url('../image/loading.gif') center no-repeat #fff;
}

.clearBody {
    padding: 20px;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

@media (max-width: 1000px) {
    html {
        font-size: 9px !important;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 0.5rem;
        font-weight: 500 !important;
        line-height: 1 !important;
    }
}
