Hello,
The alignment of the third level is incorrect, why ?
##########################################################
\starttext
\startitemize[n][stopper={.},style=bold,color=darkred]
\item Soit \math{f} la fonction définie pour tout réel \m{x} différent de \m{-1} par \math{f(x)=\dfrac{x+2}{x+1}} et \math{\cal C} sa courbe représentative dans un repère du plan.
\startitemize[a][stopper={.},style=bold,color=darkred]
\item L'image de 3 par la fonction \math{f} est :
\startitemize[i,columns,joinedup,pack,1*broad,three]
[stopper={.},style=bold,color=darkred,grid=line]
\item \math{\dfrac{14}{3}}
\item \math{\dfrac{5}{4}}
\item \math{2}
\stopitemize
\stopitemize
\stopitemize
\stoptext
###########################################################