#page .fond_bragg {
    position: relative; top: 0; left: 0;
    background: url('../../img/index/fond_societe.png') no-repeat top right;
}

#page #nos_forces {
    position: relative; top: 0; left: 0;
    background: url('../../img/societe/fond_forces.jpg') no-repeat center center;
    background-size: cover;
}

#page .box_force {
    position: relative; top: 0; left: 0;
    background-color: #8c817c;
    color:#FFF;
    min-height: 280px;
    padding:25px 10px;
    text-align: center;
}

#page .box_force .logo {
    height:100px;
    margin-bottom:15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page .box_force h4 {
    font-weight: bold;
    font-size: 30px;
}

#page #nos_partenaires {
    background-color: #d9d9d9;
    margin-bottom:120px;
}

#page .partenaire {
    width:190px; height:120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom:30px;
}