/******************/
/* BLOC SEPARATOR */
/******************/
.bloc.separator {
    width: 100%;
    height: 100px;
    margin-top: var(--gap-4);
}

.bloc.separator .wrapper {
    position: relative;
    height: 100px;

}