/* Fix : photos portraits devant le SVG sur mobile */
@media (max-width: 991.98px) {
    .max-width-custom-1 .p-absolute {
        z-index: 0 !important;   /* SVG reste en arrière-plan */
    }
    .max-width-custom-1 > div[data-plugin-float-element] {
        position: relative !important;  /* crée un contexte d'empilement */
        z-index: 1 !important;          /* photo passe au premier plan */
    }
}