.bandeau-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 130px;
}

.bandeau-img p {
    color:#FFF;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
}