#objectifs-communs {
    padding: 30px 0;
    color: #2d2926;
    background:#fff;
    margin-top: -1px;
}

#objectifs-communs .first-title {
    font-family: 'BNPP Sans Cond Light';
    font-size: 68px;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 60px;
}


#objectifs-communs .first-title span {
    font-family: 'BNPP Sans Cond Bold';
}

#objectifs-communs .text-block{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 32px;
    line-height: 44px;
    
    font-family: 'BNPP Sans Bold';
}

#objectifs-communs a{
    color: #fff;
}

#objectifs-communs a:hover .text-block:after,#objectifs-communs a:focus .text-block:after{
    width: 15%;
    top: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    margin: auto;
    border-bottom: 5px solid #00965E;
    z-index: 1;

}

#objectifs-communs .col-md-6.col-nopadding{
    padding: 0 !important;
    height:auto;/*370px*/
}

#objectifs-communs .col-md-6.col-nopadding-right{
    padding-right:0 !important;
    height:auto; /*370px*/
}

#objectifs-communs .img-block {
  	height:auto;
}

@media (max-width:767.98px) {
    #objectifs-communs .col-md-6.col-nopadding-right, 
    #objectifs-communs .col-md-6.col-nopadding{
        padding: 0 15px !important;
        height: auto;
    }
    #objectifs-communs .col-sm-12{
        text-align: center
    }
}

@media (max-width:993px) {
    #objectifs-communs {
        padding: 45px 0;
    }
    #objectifs-communs .first-title{
        font-size: 40px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    #objectifs-communs .img-block{
        width: 345px;
        height: 249px;
    }
    #objectifs-communs .text-block{
        font-size:22px;
        line-height:30px;
    }
}