\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
    \[
        2\times5 - 3\times 3 = 
    \]
\end{frame}

\begin{frame}{Calcul 2}
    Convertir en km
    \[
        \np{860m}
    \]
\end{frame}

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

    Combien vont me coûter 12tonnes?  

\end{frame}

\begin{frame}{Calcul 4}
    Calculer l'aire de la figure bleu.
    \begin{center}
        \begin{tikzpicture}
            \filldraw[very thick, fill=blue!40] 
                (-2,3) -- (-2,0) -- (3,0) -- cycle;
            \draw[very thick] 
                (-2,3) -- node[midway, sloped, below]{3cm}
                (-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}