.bandeau {
    position: relative;
    width: 100%;
    height: 250px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5%;
}

.bandeau figure.image.img-center {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 250px;
    font-size: 50px;
    transform: translateX(100%);
}

.bandeau .image a img {
    width: 100%;
}