.bandeau{
    margin-bottom:3em;
    text-align:center;
    border-radius:5px;
    background-color:#005E60;
    padding:10px;
    color:white;
    margin-top:-8em;
}
@media (max-width: 1023px) {
    .bandeau{
        margin-top:-3em;
    }
}