Et <p>Et en utilisant les autres nœuds possibles avec `Nicetabular` ?
<code>Nicetabular</code> ?</p>
\documentclass[11pt,a4paper,french]{article}
<pre><code>\documentclass[11pt,a4paper,french]{article}
\usepackage[french]{babel}
\usepackage[margin=1cm,noheadfoot]{geometry}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{nicematrix}
\begin{document}
\begin{NiceTabular}[corners=NW,hvlines]{w{c}{2.2cm}w{c}{2.2cm}w{c}{2.2cm}w{c}{2.2cm}w{c}{2.2cm}w{c}{2.2cm}}[cell-space-limits=6pt]
\CodeBefore
\rectanglecolor{blue!30}{1-2}{1-6}
\rectanglecolor{red!30}{2-1}{3-1}
\Body
& &amp; Volume Total & &amp; Orange & &amp; Limonade & &amp; Jus de citron & &amp; Grenadine\\
Recette 75 cL & &amp; 75 & &amp; 30 & &amp; 24 & &amp; 12 & &amp; 9 \\
Recette 200 cL & &amp; 200 & &amp; \textcolor{red}{80} & &amp; \textcolor{red}{64} & &amp; \textcolor{red}{32} & &amp; \textcolor{red}{24}\\
\CodeAfter
\begin{tikzpicture}
\draw[-latex,line width=1,scale=4] (2.5-|last) to [out=-45,in=45] node[right,pos=0.5] {$\div 0,375$} (3.5-|last);
\end{tikzpicture}
\end{NiceTabular}
\end{document}\end{document}
</code></pre>