body {
    color: #0b0b0b;
}

.contact-nav-bar-wrapper {
    display: flex;
    flex-wrap: wrap;
}
/********************************* Header */
.contact-top-custom {
    background: linear-gradient(75deg, #514dde 10%, #162e83);
    color: #fff;
    font-weight: bold;
}

.contact-top-custom .infos span {
    display: inline-block;
    margin-right: 10px;
}

.contact-top-custom a {
    float: right;
    margin-right: 60px;
    margin-top: 5px;
    color: white;
}

.header img.logo-min {
    display: block;
    height: 40px;
}

.bg-white {
    background-color: #fff;
}

.menu li a {
    color: #28388f;
}

.menu ul li a {
    color: #162e66;
    font-weight: bold;
}

.menu ul.user {
    right: 0 !important;
    left: auto !important;
}

.banner {
    width: 100%;
    height: 100px;
    padding: 10px;
    background-color: #fff;
    color: rgb(255, 0, 0);
    font-size: 18px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 40px 0;
    font-weight: bold;
}

.banner * {
    display: inline-block;
}

.banner .infos-warning-box {
    height: 100%;
    padding: 17px 20px;
}

.banner .infos-warning-box svg {
    width: 3em;
    height: 45px;
}

.banner .infos-content {
    height: 100%;
    padding: 5px;
}

.banner .infos-content p{
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.banner .infos-date {
    position: absolute;
    top: -14px;
    left: 4px;
    width: 100px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

/********************************* Actualités */

img.article-img {
    height: 300px;
}

img.article-detail-img {
    height: 350px;
    width: 100%;
}

img.article-thumbnail {
    width: 100%;
    height: 53px;
}

.recent-articles-title, .article-title-custom {
    color: #162e66 !important;
}

/******************************** pagination */
.knp-custom-pagination nav ul {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.knp-custom-pagination nav ul li{
    text-align: center;
    margin-right: 10px;
}

.knp-custom-pagination nav ul li:focus, .knp-custom-pagination nav ul li a:focus{
    outline: none;
    box-shadow: none;
}
.knp-custom-pagination nav ul li a.page-link, .knp-custom-pagination nav ul li span.page-link{
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 100%;
    padding: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #162e66;
}
.knp-custom-pagination nav ul li a.page-link:hover{
    background: #1351a8;
    color: #FFFFFF;
}
.knp-custom-pagination nav ul li.page-item:first-child .page-link,
.knp-custom-pagination nav ul li.page-item:last-child .page-link{
    border: none;
    background: transparent;
}

.knp-custom-pagination nav ul li.page-item:first-child { margin-right: 72px; }
.knp-custom-pagination nav ul li.page-item:last-child { margin-left: 5px; }

.knp-custom-pagination nav ul li.page-item:first-child .page-link:hover,
.knp-custom-pagination nav ul li.page-item:last-child .page-link:hover{
    color: #1351a8;
}
.knp-custom-pagination nav ul li.page-item.active .page-link{
    background-color: #1351a8;
    border-color: #1351a8;
}

/********************************* Form part */
span.form-error-message{
    color: #ca0303;
    text-align: left;
}

.form-success-message{
    color: #01ff2b;
    text-align: left;
}
/********************************* all pages part */
.section-title-custom {
    padding: 50px 0;
}

.training-item i.title-arrow {
    color: #162e66;
    margin-right: 10px;
}

.training-item i.training-pdf {
    color: #162e66;
    font-size: 30px;
    margin-left:10px;
}

.training-item div.training-content {
    padding: 20px;
}

.h2-title {
    text-align: center;
    margin: 0 0 50px 0;
}

section.hero-section {
    padding: 100px 0px 30px 0 !important;
}

section.no-padding-hero{
    padding: 20px 0px 30px 0 !important;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){
    .banner {
        font-size: 10px;
    }

    .banner .infos-warning-box {
        width: 10%;
        padding: 20px 8px;
    }

    .banner .infos-warning-box svg {
        width: 17px;
    }

    .banner .infos-content {
        width: 90%;
        padding: 5px;
    }

    .banner .infos-date {
        font-size: 10px;
    }

    div.post-content img, div.post-content table {
        width: 100% !important;
    }
}

/********************************* training details */

#modal-loader {
    width: 100%;
    height: 300px;
}

#modal-loader > .loader1 {
    left: 41%;
}

.power-bi-img-full {
    width: 100%;
    margin: 10px;
}

