Ok, thank’s for your help.
I resolved my problem with a css style on each marker, using title :
img[title="LE CLUB MATE SPOT"] {
z-index: 100000 !important;
}
I wanted to change the leaflet.js file but it’s minify and very difficult to find what i’m looking for.
DO you have it non-minify ?
I’ve to change the _updateZIndex function or the setZIndexOffset function.
For all img class with classname=lmm_marker_icon_marker-shop, it must put a z-index to a big value (for example 10000).
Do you know which js function should i change ?