/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.auth-one-bg-araspc{
    background-image: url("../oraspc/images/Plan_travail.png");
    background-position: center;
    background-size: cover;
}

.bg-overlay-oraspc {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.auth-bg-cover-oraspc {
    background: linear-gradient(45deg, #D4A200 50%, #04273C);
}

.auth-pass-inputgroup input[type=text] + .btn .ri-eye-off-fill:before {
    content: "\ecb4";
}

.oraspc-orange-prim-btn {
    color: #fff;
    background-color: #d4a200;
    border-color: #d4a200;
}

.oraspc-bleue-prim-btn {
    color: #fff;
    background-color: #042a41;
    border-color: #042a41;
}
.oraspc-bleue-prim-btn-radius {
    color: #fff;
    border-radius: 5px;
    background-color: #042a41;
    border-color: #042a41;
}

.oraspc-orange-sec-bg {
    background-color: #faebc8;
}

.oraspc-color-bleue {
    color: #042a41;
}

.oraspc-txt-49{
    font-size: 49px;
    color: #d4a200;
    font-weight: bold;
}

.oraspc-txt-25{
    font-size: 25px;
    text-align: center;
}
.title-topbar{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.border-bottom-topbar{
    border-bottom: 4px solid #042a41;
}
.fa-2x{
    font-size: 24px;
}
.fa-1x{
    font-size: 18px;
}
.text-grey{
    color: #d7dde2 !important;
}

.border-bottom-yellow{
    border: 2px;
    border-bottom-color: #d4a200;
    border-bottom-style: solid;
}
.nav-justified .nav-item, .nav-justified>.nav-link {
    padding-bottom: 35px;
}