\documentclass[a4paper,10pt]{classPres}
\usepackage{tkz-fct}

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

\begin{document}
\begin{frame}{Questions flashs}
    \begin{center}
        \huge 30 secondes par calcul
    \end{center}
\end{frame}

\begin{frame}{Calcul 1}
    \huge
    \[ 
        84 - \ldots = 55
    \]
\end{frame}

\begin{frame}{Calcul 2}
    \huge
    \[ 
        50 +  7\times8 = 
    \]
\end{frame}

\begin{frame}{Calcul 3}
    \huge 
    Pour faire du béton avec 15kg de ciment, il faut ajouter 12litres d'eau.

    Combien d'eau faut-il pour 5kg de ciment?
\end{frame}

\begin{frame}{Calcul 4}
    \LARGE
    Calculer l'aire du rectangle bleu
    \begin{center}
        \begin{tikzpicture}
            \filldraw[very thick, fill=blue!60] 
            (-1,4) -- 
                (-1,0) node [rotate=90, above, midway] {6m} -- 
                (4,0) node [below, midway] {8m} -- 
                (4,4) -- cycle;
        \end{tikzpicture}
    \end{center}
    
\end{frame}

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


\end{document}