I'm able to style the contents (color, font size), but I can't change the color of the symbol.

Here's the code I'm working with:
\documentclass[10pt,a4paper]{moderncv}
\moderncvtheme[blue]{classic}
\usepackage[utf8]{inputenc}
\usepackage[scale=0.8]{geometry}
\firstname{François}
\familyname{Tessier}
\title{Concepteur / Développeur}
\address{<Rue>}{<CP Ville>}
\mobile{\color{light-blue}{+44000000000}}
\email{mymail@mail.com}
\begin{document}
\maketitle
\end{document}
Also, for some reason I can't style the email at all, I can't change the color, fontsize etc. But it works with address, mobile, title etc. Could it be something to do with the @ symbol?

