/* Home client  */
.title-main{
    width: 280px;
    height: 60px;
    margin: 60px auto 30px auto;
}
.img-main{
    display: block;
    width: 75%;
    margin: auto;
}
.btn-accueil, .btn-accueil:active{
    width: 345px;
    height: 67px;
    padding: 22px 79px;
    margin: auto;
    font-size: 28px;
    line-height: 28px;
}
.btn-bleu:focus{
    padding: 22px 79px;
}
.text-description{
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 1.18;
    color: #02245D;
    text-align: center;
}
.text-description strong{
    font-weight: bold;
}
#liste_nos_engagements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 150px 0 70px;
}
#liste_nos_engagements li{
    width: 10%;
    line-height: 20px;
    margin-right: 35px;
}
#liste_nos_engagements li > div{
    margin-bottom: 25px;
}
#liste_nos_engagements li p{
    font-size: 18px;
}