#a-votre-service {
    padding: 60px 0 50px 0;
    position: relative;
}
.service {
    position: relative;
    display: block;
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 80px;
    min-height: 440px;
    max-width: 400px;
}
.service:hover .bloc-vert {
    transform: scale(1.1) translateY(-6px);
}
#bloc-service1 {
    background-image: url("/themes/classic/assets/img/service1.jpg");
}
#bloc-service2 {
    background-image: url("/themes/classic/assets/img/service2.jpg");
}
#bloc-service3 {
    background-image: url("/themes/classic/assets/img/service3.jpg");
}
.bloc-vert {
    position: absolute;
    bottom: -44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/themes/classic/assets/img/hexagone.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    width: 100%;
    height: 173px;
    transition: all .2s linear;
}
.bloc-vert span {
    display: block;
    color: #ffffff;
    text-align: center;
}
.bloc-vert span:first-child {
    font-size: 0.85rem;
}
.bloc-vert h3 {
    font-size: 1.125rem;
    letter-spacing: .5px;
    text-align: center;
    max-width: 130px;
}