﻿body {
    background-color: #fff;
    font-family: Onest, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
}

/* HEADER */
.navbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 0 0 0.7rem;
    background-color: #fff;
    box-shadow: 0px 1px 0px #ededed;
    height: 70px;
}

.navbar .container-md {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar .left-part {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: inherit !important;
    text-decoration: none !important;
    user-select: none;
    align-items: center;
}

.navbar .logo {
    height: 30px;
}

.navbar .title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 12px;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    line-height: 70px;
    user-select:none;
    white-space: pre;
}

.navbar .brand {
    font-weight: 500;
}

html[lang="fr"] .brand {
    order: 1;
}

.banner {
    text-align: center;
    margin-bottom: 30px;
}

/* UNSUPPORTED BROWSER */
.alert-unsupportedbrowser h1 {
    margin-bottom: 30px;
}

.alert-unsupportedbrowser {
    background-color: #ff0048;
    color: #fff;
}

.update-links a {
    color: #fff !important;
    font-size: 1.2rem;
}

/* CONTENT */
.root {
    height: 100%;
}

.main {
    background-color: #f5f5f5;
}

.information {
    color: #ffffff;
    background: url(/img/lock-solid-blue.svg?v=1) no-repeat right center;
    background-size: 40%;
    background-position: 120% 50%;
    background-color: #00a8e6;
}

.information .card-body {
    padding: 1.5rem;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
}

a {
    color: #2567D7;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #00709a;
    text-decoration: underline;
}

label {
    font-weight: bold;
}

.form-check label {
    color: #9eb0bb;
    font-weight: normal;
    margin-top: 2px;
}

.btn-recent {
    border-radius: 1;
}

.btn-primary {
    background-color: rgb(1,1,89);
    border-color: rgb(1,1,89);
}

.btn-secondary {
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,.125);
}

.logout, .logout img, .logout div {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.alert-danger a {
    color: #721c24;
    text-decoration: underline;
}

.alert-danger a:hover {
    color: #000;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#pwd-strength {
    list-style-type: none;
    padding: 0;
}

#pwd-strength li {
    background-image: url(/img/circle-solid.svg?v=1);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    background-position-x: 6px;
    background-position-y: center;
    margin: 2px 0 2px 0;
    padding-left: 24px;
}

#pwd-strength li.valid {
    background-image: url(/img/check-circle-solid.svg?v=1);
    background-size: 16px 16px;
    background-position-x: 2px;
    color: #00a8e6;
}

.error-status-code h2 {
    font-style: italic;
}

.error-status-code p span {
    display: block;
    margin-top: 0.75rem;
}

/* FOOTER */
footer {
    border-top: 5px solid #f4eeee;
    background-color: #fff;
    min-height: 250px;
}

.colorgraph {
    position: relative;
    top: -5px;
    height: 5px;
    background-image: -webkit-linear-gradient(left, #44cbab, #44cbab 33%, #5c99ff 33%, #5c99ff 66%, #d58ce7 66%, #d58ce7 100%);
    background-image: -moz-linear-gradient(left, #44cbab, #44cbab 33%, #5c99ff 33%, #5c99ff 66%, #d58ce7 66%, #d58ce7 100%);
    background-image: -o-linear-gradient(left, #44cbab, #44cbab 33%, #5c99ff 33%, #5c99ff 66%, #d58ce7 66%, #d58ce7 100%);
    background-image: linear-gradient(to right, #44cbab, #44cbab 33%, #5c99ff 33%, #5c99ff 66%, #d58ce7 66%, #d58ce7 100%);
}

.cityName {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 28px;
}


@media (max-width: 1100px) {
    .cityName {
        margin-left: initial;
    }
}

.phone {
    margin-left: 28px;
}

.copyright {
    border-top: 1.5px solid #9eb0bb;
}

/* BREAKPOINTS */
@media (min-width: 768px) {
    h1 {
        font-size: 24px;
    }

    .login {
        padding: 30px 10%;
    }
}

@media (min-width: 1200px) {
    .container-md {
        max-width: 960px;
    }
}

/* FONT-AWESOME */

.fa {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -0.25rem;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-lock {
    background-image: url(/img/lock-solid.svg?v=1);
}

.fa-paper-plane {
    background-image: url(/img/paper-plane-solid.svg?v=1);
}

.fa-exclamation-circle {
    background-image: url(/img/exclamation-circle-solid.svg?v=1);
    background-size: 2rem 2rem;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.5rem;
}

.fa-question-circle {
    background-image: url(/img/question-circle-regular.svg?v=1);
}

.fa-mobile {
    background-image: url(/img/mobile-alt-solid.svg?v=1);
}

.submit-button {
    border-radius: 25px;
    width: 100%;
    height: 44px;
    font-size: 14px;
}

.display-flex {
    display: flex;
}

.form-header {
    h2 {
        font-size: 25px;
        color: rgb(1,1,89);
    }

    p {
        font-size: 14px;
    }
}

.max-430
{
    max-width: 430px;
}

.form {
    label
    {
        color: rgb(1,1,89);
    }
}


.blue {
    color: rgb(1,1,89);
}

.light-blue {
    color: rgb(103,103,155);
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.col {
    flex-direction: column;
}