I find a solution with lines in my style.css :
span#wdps_0_slide1_layer1.wdps_layer_1,
span#wdps_0_slide2_layer2.wdps_layer_2,
span#wdps_0_slide3_layer3.wdps_layer_3,
span#wdps_0_slide4_layer4.wdps_layer_4,
span#wdps_0_slide5_layer5.wdps_layer_5,
span#wdps_0_slide6_layer6.wdps_layer_6,
span#wdps_0_slide7_layer7.wdps_layer_8,
span#wdps_0_slide8_layer8.wdps_layer_8,
span#wdps_0_slide9_layer9.wdps_layer_9,
span#wdps_0_slide10_layer10.wdps_layer_10
{
display: none !important;
}
Do you know an other solution ?