joueur/src/any.hpp made sense in 2016 when c++17 wasn't really a thing, but now that it is, we should replace it with std::any.
I expect this to bring a small performance improvement, since std::any implementations probably have many optimizations, and Any is used basically everywhere in this project.