Trouvé ! Et même : « retrouvé ». Il fallait chercher à « indentation » pour retrouver la [solution proposée par @denis][1] (en 2015 : mon amnésie s'explique…), et l'adapter. Ce qui nous donne :
% !TeX program = lualatex
\documentclass[a4paper,french]{scrartcl}
\usepackage{fontspec}
\usepackage{babel}
\documentclass{scrartcl}
% Formulation Numérotation des titres %
\renewcommand{\thesection}{\Alph{section}}
\renewcommand{\thesubsection}{\arabic{subsection}}
\renewcommand{\thesubsubsection}{\alph{subsubsection}}
\renewcommand{\theparagraph}{\engrec{paragraph})}
\begin{document}
\RedeclareSectionCommands[indent=0.5cm]{subsection}
\RedeclareSectionCommands[indent=1cm]{subsubsection}
\section{Section1}
\subsection{Sous-section}
\subsubsection{Sous-s/section}
\section{Section2}
\subsection{Sous-section}
\subsubsection{Sous-s/section}
\end{document}
[1]: https://texnique.fr/osqa/questions/412/indentation-des-sections-koma-script