/*body{
    background-color: #333333;
}*/

.fjo-content-main {
    min-height: 750px;
}

.fjo-card {
    border-width: 1;
    box-shadow  : 5px 5px 20px 0px rgba(140, 152, 164, 0.25);
    border      : 0.0625rem solid rgba(231, 234, 243, 0.7);
}

.fjo-card p {
    color: #677788;
    /* A améliorer */

}

.fjo-page-title .lead small {
    font-size: 100%;
    color: #fd7e14;
}

.fjo-nav-blog {
    -ms-flex-direction: column;
    flex-direction    : column;
}

.fjo-nav-blog .nav-item {
    text-align: left;
}

.fjo-nav-blog a {
    box-shadow   : 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
    margin-bottom: 0.5rem;
    background-color: white;
}


.fjo-copyright a {
    color: white;
}

.fjo-copyright a:hover {
    opacity   : 0.8;
    transition: opacity 0.3s;
}

.fjo-copyright span {
    font-size: 0.9rem;
    color    : white;
    opacity  : 0.6;
}

.form-group .error{
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ed4c78;
}

.fjo-cli-inline{
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 25%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 25%);
}

.fjo-btn-icon-text{
    font-size: 0.75rem;
    height: 1.75rem;
    font-weight: 400;
    padding: 0 4px;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {

    .fjo-img-wlecome {
        max-width: 45%;
        height   : auto;
    }

}