#ourMissions, #ourVisions{
    background: url("/assets/img/bg/presentation-bg.jpg") no-repeat center center;
    background-size: cover;
}
#activity{
    background: url("/assets/img/bg/presentation-bg.jpg") no-repeat center center;
    background-size: cover;
}
#activity ul{
    font-size: 15px;
    list-style: square;
}
#activity h6{
    font-style: italic;
    margin-bottom: 15px;
}
.black-line{
    border-bottom: 1px solid;
}
#actualite [class^="col-"]{
    margin-right: -15px !important;
}
#actualite a:hover{
    color: #257010;
    text-decoration: none;
}
.posted-date{
    font-size: 13px;
    color: #777777;
    margin-top: 10px;
}
.posted-date span{
    text-decoration: underline;
}
#other-news .row{
    margin-bottom: 15px;
}
#team-tab .nav-link{
    color: #257010;
    border: none;
}
#team-tab .nav-link.active{
    border-bottom: 5px solid #257010;
}
#team-tab .tab-content{
    padding: 15px;
}
#team-content{
    width: 100%;
    padding-top: 10px;
}
#team-content .row{
    justify-content: center;
}
.team-item{
    margin-bottom: 5px;
    position: relative;
}
.team-item img{
    width: 100%;
    height: 247px;
    object-fit: cover;
}
.team-info{
    background: #000000a6;
    padding: 3px 5px;
    color: #ffFFFF;
    text-align: center;
    min-height: 75px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.team-info.no-job{
    min-height: 55px;
}
.team-info h6, .team-info p{
    margin-bottom: 0;
}
.team-info h6{
    font-weight: bold;
}
#lalana-location{
    width: 100%;
    height: 350px;
    margin-top: 20px;
}
.actu-item{
    padding: 15px;
}
.actu-content{
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 100%;
}
.actu-caption{
    width: 100%;
    background: #FFF;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actu-caption img{
    max-height: 100%;
    max-width: calc(100% - 30px);
    object-fit: cover;
}
.actu-desc {
    padding: 5px;
    font-size: 13px;
}
.actu-desc h4{
    font-size: 15px;
    text-align: center;
}
.actu-desc h4 a{
    color: #256f11;
}
.actu-project{
    font-weight: bold;
    text-decoration: underline;
}