body p{
    font-family: "Arial Narrow", open_sansregular, sans-serif;
    font-size: 16px;
}

.bg-branding{
    background-color: #2857A7 !important;
}
.text-branding{
    color: #2857A7 !important;
}
.border-branding{
    border-color: #2857A7 !important;
}
.badge-branding {
    color: #fff;
    background-color: #2857A7 !important;
}

h1, h2, h3, h4, h5, h6{
    color: #2857A7;
}

a{
    color: #2463b1;
}
a:hover{
    color: #243067;
}
.news-content a{
    color: #187ffe;
    text-decoration: underline;
}

.bg-branding-second{
    color: #d81d26 !important;
}
.text-branding-second{
    color: #d81d26 !important;
}

.btn-brand {
    color: #fff;
    background-color: #2857A7;
    border-color: #2857A7;
    color: #fff;
}

.unread{
    border-left: 3px solid #2857A7;
}

.list-group-item.flex-column.align-items-center.bg-branding{
    background-color: #fff !important;
    background: linear-gradient(0deg, rgba(242,243,240,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    color: #2857A7 !important;
    border-top: 4px solid #d81d26;
}
.list-group-item.flex-column.align-items-center.bg-branding .text-white{
    color: #333 !important;
}
.list-group-item.flex-column.align-items-center.bg-branding .text-white i{
    color: #d81d26 !important;
}

.list-group-item.flex-column.align-items-center.bg-branding .badge.badge-pill.bg-black-50.text-white{
    background-color: #fff !important;
    border: 1px solid #2857A7;
    color: #2857A7 !important;
    box-shadow: 1px 1px 3px rgba(80,80,100,0.25);
}
.list-group-item.flex-column.align-items-center.bg-branding .badge.badge-pill.bg-black-50.text-white:hover{
    background-color: #2857A7 !important;
    color: #fff !important;
}


.kt-aside__brand-logo{
    width: 80px;
}
.kt-header-logo a img{
    width: 80px;
    max-width: 80px;
}

.kt-header-mobile__logo{
    height: 60px;
    width: 80px;
}

/***** BLOC INFO *****/

.bloc-info .post-meta-table{
    display: flex;
    flex-wrap: wrap;
}
.bloc-info .post-meta-table .info-container{
    display: flex;
    flex-grow: 1;
    padding: 5px;
    margin: 5px;
}
.bloc-info .post-meta-table .info-container .info-label{
    display: none;
}
.bloc-info .post-meta-table .info-container .info-icon{
    padding-right: 5px
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome,
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username{
    display: none;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__hor-arrow{
        display: none;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
        font-size: 12px !important;
    }
    .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon{
        height: 40px;
        width:40px;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item{
        padding: 0px;
        flex: 1 0 1%;
        justify-content: center;
    }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user{
        height:40px;
        width:40px;
        padding:0px;
    }
}


@media (min-width: 1025px) and (max-width: 1169px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link{
        height: 100%;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
        display: flex;
        flex-direction: column;
        text-align: center;
        line-height: 1.15em;
        justify-content: space-around;
        height: 100%;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text i.fa-2x.mr-2{
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
}

table#vacances-rebid-2021{
    vertical-align: middle;
    text-align: center;
}
table#vacances-rebid-2021 tr td{
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}