Right now, all the styled components are defined directly in their parent files and there is no reuse of components. (worst case in `CustomChunkPage`) The goal of this issue is to send all the styled components to their own files, in a file structure similar to the one of `Nav` (see linked image). 