body::before {
    background-image: image-set(
        url('/img/bg/compagnie.avif?v=1') type('image/avif'),
        url('/img/bg/compagnie.webp?v=1') type('image/webp'),
        url('/img/bg/compagnie.jpg?v=1') type('image/jpeg')
    );
}

body::after {
    background: rgba(0, 0, 0, 0.3);
}

.citation {
    padding: 0 60px;
}

/* Prevent horizontal overflow on La Compagnie mobile layout */
.citation,
.citation p,
.citation h6 {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 767px) {
    .citation {
        padding: 10px 40px;
    }

    .citation p,
    .citation h6 {
        padding-left: 0;
        padding-right: 0;
    }
}