
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}



#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(7, 7, 7);
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #4058a4 !important;
    font-size: 20px;
    font-weight: 800;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px;
    color: inherit;
}

.forum-espace{
    /* background: #fff; */
    padding: 25px;
}

.btn-new-project{
    color: #4058a4;
    border-radius: 0;
    border: 1px solid;
    padding: 10px 35px;
}

.btn-new-project:hover{
    background: #4058a4;
    color: #fff;
}