/* BLOC SIMPLE */
.bloc.simple .wrapper{
    max-width: 1200px;
    padding: var(--gap-4) var(--gap);
    margin: 0 auto;
}

.bloc.simple .wrapper :is(h2,h3,h4,h5,h6){
    margin-top: var(--gap-4);    
}


.bloc.simple .wrapper > h2:first-child,
.bloc.simple .wrapper > h3:first-child,
.bloc.simple .wrapper > h4:first-child,
.bloc.simple .wrapper > h5:first-child,
.bloc.simple .wrapper > h6:first-child{
    margin-top: 0;
}