.section-maintenance{
    height: 100vh;
    width: 100vw;
}

.bg_maintenance{
background-color: #ececec;
}

.image-maintenance {
background-image: url(../../Images/maintenance/maintenance.jpg);
}

.image-maintenance {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 0;
min-height: 30vh;
}

.bg_gradient{
background: linear-gradient( rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,.6) 80%);
}

.uppercase{
text-transform:uppercase;
}

.footer-version{
font-size: 11px;
color: #999999;
}

.letter-spacing{
letter-spacing: 1px !important;
}

.logo_maintenance{
    font-size: 5em;
}

/*------------------------------------
- COLOR ocher
------------------------------------*/
.alert-ocher {
color: #4e2900;
background-color: #fdcd98;
border-color: #fdc383;
}

.alert-ocher hr {
border-top-color: #fdb76a;
}

.alert-ocher .alert-link {
color: #1c0f00;
}

.badge-ocher {
color: #fff;
background-color: #c86a02;
}

.badge-ocher[href]:hover, .badge-ocher[href]:focus {
color: #fff;
background-color: #954f01;
}

.bg-ocher {
background-color: #c86a02 !important;
}

a.bg-ocher:hover, a.bg-ocher:focus,
button.bg-ocher:hover,
button.bg-ocher:focus {
background-color: #954f01 !important;
}

.border-ocher {
border-color: #c86a02 !important;
}

.btn-ocher {
color: #fff;
background-color: #c86a02;
border-color: #c86a02;
}

.btn-ocher:hover {
color: #fff;
background-color: #a45701;
border-color: #954f01;
}

.btn-ocher:focus, .btn-ocher.focus {
box-shadow: 0 0 0 0.2rem rgba(200, 106, 2, 0.5);
}

.btn-ocher.disabled, .btn-ocher:disabled {
color: #fff;
background-color: #c86a02;
border-color: #c86a02;
}

.btn-ocher:not(:disabled):not(.disabled):active, .btn-ocher:not(:disabled):not(.disabled).active, .show > .btn-ocher.dropdown-toggle {
color: #fff;
background-color: #954f01;
border-color: #864701;
}

.btn-ocher:not(:disabled):not(.disabled):active:focus, .btn-ocher:not(:disabled):not(.disabled).active:focus, .show > .btn-ocher.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(200, 106, 2, 0.5);
}

.btn-outline-ocher {
color: #c86a02;
background-color: transparent;
border-color: #c86a02;
}

.btn-outline-ocher:hover {
color: #fff;
background-color: #c86a02;
border-color: #c86a02;
}

.btn-outline-ocher:focus, .btn-outline-ocher.focus {
box-shadow: 0 0 0 0.2rem rgba(200, 106, 2, 0.5);
}

.btn-outline-ocher.disabled, .btn-outline-ocher:disabled {
color: #c86a02;
background-color: transparent;
}

.btn-outline-ocher:not(:disabled):not(.disabled):active, .btn-outline-ocher:not(:disabled):not(.disabled).active, .show > .btn-outline-ocher.dropdown-toggle {
color: #fff;
background-color: #c86a02;
border-color: #c86a02;
}

.btn-outline-ocher:not(:disabled):not(.disabled):active:focus, .btn-outline-ocher:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ocher.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(200, 106, 2, 0.5);
}

.list-group-item-ocher {
color: #4e2900;
background-color: #fdc383;
}

.list-group-item-ocher.list-group-item-action:hover, .list-group-item-ocher.list-group-item-action:focus {
color: #4e2900;
background-color: #fdb76a;
}

.list-group-item-ocher.list-group-item-action.active {
color: #fff;
background-color: #4e2900;
border-color: #4e2900;
}

.table-ocher,
.table-ocher > th,
.table-ocher > td {
background-color: #fdc383;
}

.table-hover .table-ocher:hover {
background-color: #fdb76a;
}

.table-hover .table-ocher:hover > td,
.table-hover .table-ocher:hover > th {
background-color: #fdb76a;
}

.text-ocher {
color: #c86a02 !important;
}

a.text-ocher:hover, a.text-ocher:focus {
color: #954f01 !important;
}

@media only screen and (max-width: 600px) {
    .logo_maintenance{
        font-size: 3em;
    }
}
