body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    -ms-transition: opacity 0 ease-out;
    -o-transition: opacity 0 ease-out;
    -webkit-transition: opacity 0 ease-out;
    transition: opacity 0 ease-out;
    -ms-opacity: 0;
    opacity: 0;
    height: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 78px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

    .sidebar.active {
        -ms-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        -webkit-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
        -ms-opacity: 1;
        opacity: 1;
        height: auto;
    }

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #0a2071;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #999;
    }

.nav-link.active {
    color: #e6ac00 !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
    padding-top: 82px; /* Space for fixed navbar */
}

.e-tbar-btn-text {
    display: none !important;
}

@media (min-width: 576px) {
    [role="main"] {
        padding-top: 58px; /* Space for fixed navbar */
    }

    .sidebar {
        padding: 48px 0 0; /* Height of navbar */
        -ms-opacity: 1;
        opacity: 1;
        height: auto;
    }

    .e-tbar-btn-text {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    .e-tbar-btn-text {
        display: none !important;
    }
}

@media (min-width: 1160px) {
    .e-tbar-btn-text {
        display: inline-block !important;
    }
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.info-client-title {
    font-size: 18px !important;
    font-weight: 700;
    -webkit-align-self: flex-start;
    -o-align-self: flex-start;
    align-self: flex-start;
}

.info-client-name {
    font-size: 15px !important;
    font-weight: 700;
    -webkit-align-self: flex-start;
    -o-align-self: flex-start;
    align-self: flex-start;
    margin-bottom: 1em;
}

.info-client-adr {
    font-size: 15px !important;
}

.info-client-ville {
    font-size: 15px !important;
}

.info-client-contact {
    font-size: 15px !important;
}

.info-client-tel {
    font-size: 15px !important;
}

.info-client-email {
    font-size: 15px !important;
}

.info-remarque-title {
    font-size: 18px !important;
    font-weight: 700;
}

.info-remarque-obs-title {
    font-size: 15px !important;
}

.info-remarque-obs {
    font-size: 15px !important;
}

.info-remarque-comm-title {
    font-size: 15px !important;
}

.info-remarque-comm {
    font-size: 15px !important;
}

fieldset {
    border: 2px solid #0a2071;
    padding: 15px;
}

legend {
    padding: 0 10px;
    width: auto;
    margin: 0;
}

.immat {
    font-size: 18px;
    font-weight: bold;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.nmb {
    font-size: 17px;
    font-weight: bold;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.net {
    font-size: 13px;
    font-weight: bold;
    flex: none
}

.frn {
    font-size: 14px;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.qual {
    font-size: 13px;
    -o-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
