.block-fond {
position: relative;
}
.block-fond .fond-content {
position: relative;
z-index: 3;
}
.block-fond .fond-background-image {
z-index: 1;
position: absolute;
top: 0;
left: -10vw;
width: 110vw;
height: 100%;
}
.block-fond .fond-background-image .attachment-large {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.block-fond::after {
content: "";
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-prestation .block-fond::after, .single-prestation .block-fond::before {
width: 100vw;
left: -10vw;
}
@media only screen and (max-width: 992px) {
.single-prestation .block-fond::after, .block-fond::before {
left: 0;
}
}