get_option issues

I have found the solution on another forum but if someone has the same problem than me here’s the solution :

For theme options modified through the $wp_customize, use get_theme_mod() instead of get_option() to retrieve the value.

tech