\documentclass[14pt]{classPres}
\usepackage{tkz-fct}

\author{}
\title{}
\date{}

\begin{document}
\begin{frame}{Questions flashs}
    \begin{center}
        \vfill
        2nd
        \vfill
        30 secondes par calcul
        \vfill
        \tiny \jobname
    \end{center}
\end{frame}

\begin{frame}{Calcul 1}
    Calculer la quantité suivante
    \[
        (10 - 3)\times5 = 
    \]
\end{frame}

\begin{frame}{Calcul 2}
    Convertir en m
    \[
        \np{8560cm}
    \]
\end{frame}

\begin{frame}{Calcul 3}
    On peut acheter 4tonnes de grains pour 600\euro.

    Combien vont me coûter 10tonnes?  

\end{frame}

\begin{frame}{Calcul 4}
    Calculer l'aire de la figure
    \begin{center}
        \begin{tikzpicture}
            \filldraw[very thick, fill=blue!40] 
                (-2,3) -- node[midway, sloped, below]{2.5cm}
                (-2,0) -- node[midway, below]{6cm}
                (3,0) -- (3,3) -- cycle;
        \end{tikzpicture}
    \end{center}
\end{frame}

\begin{frame}{Fin}
    \begin{center}
        On retourne son papier.
    \end{center}
\end{frame}


\end{document}