h6 {
    font-size: 20px;
    font-weight: 300;
}
.btn {
    display: inline-block;
    padding: 14px 45px;
    background: #57bce2;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
}
.font-content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    color: #fff;
    text-align: left;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .6);
    position: relative;
    overflow: hidden;
}
.font-content-entreprise {
    /* background-image:  url('../images/mobility-distribution-bg-home-4.jpg'); */
    background-image: url('../../images/mobility-distribution-bg-home-4.webp');

}
.block img {
    width: 100%;
}
h1 {
    font-size: 42px;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    font-weight: 300;
}