I'm not sure about that error message. Do you have enough funds avaliable from the sending address in order to do the RBF - double spend.
Under standard rules, it should be rejected after 21 days, however, sometimes it isn't.
If someone configures their mempool differently in their node then it may never stop being broadcast and you can still lose money doing it that way as your transaction can be re-broadcast by someone else if you don't spend the inputs for it.
Yes, I have enough balance in my wallet !
What do you suggest to do in that case ?
This is probably right:
You can not bump the fee because your "change address" which is the first output is only 4500 satoshi and that can not go any lower than that because it is close to the dust limit. that is what the error message in your screenshot is saying.
besides even if you decrease it to 0 it still wouldn't matter in your transaction! 4500 satoshi increases your fee by 0.12 satoshi/byte since your transction size is 34868 bytes.
Try looking at doing a CPFP transaction or try to do a literal double spend with it using the same inputs. If you send my your master public key I'll try to fashon a transaction from my wallet that uses the same inputs (and then give the transaction file back to you to broadcast) but it will be a very high fee that you'll need to use for a transaction that size as you're after priority due to how much of a block it'll fill.