.bloc-separator-empty {
    height: 96px;
    width: 100%;
    background-color: white;
}

@media screen and (min-width: 990px) {
    .bloc-separator-empty {
        height: 180px;
    }
}