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

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

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

@media screen and (min-width: 981px), (orientation: landscape){
        .bandeau {
            height: 19vh;
        }
        
        .bandeau figure.image.img-center {
            height: 19vh;
        }
        

}