\documentclass[11pt,a4paper,french]{article}
\usepackage{tikz}
\usepackage{fontawesome5}
\pagestyle{empty}
\begin{document}
\begin{center}
\begin{tikzpicture}[x=1cm,y=1cm]
\draw[line width=3pt] (0,0) -- (0,-15) ;
%NIVEAU0
\draw[line width=6pt,orange,fill=white] (0,0) circle[radius=0.5] ;
%NIVEAU1
\draw[line width=3pt,orange] (0,-3) -- (-7,-3) ;
\filldraw[rounded corners,orange] ({-3.5-2},{-3+0.25}) rectangle ({-3.5+2.5},{-3+1.25}) node[white,midway,font=\Huge\sffamily] {1995-1998};
\draw[line width=6pt,orange,fill=white] (0,-3) circle[radius=0.5] ;
\draw[line width=8pt,orange,fill=white] (-7,-3) circle[radius=1] node{\Huge \faRedRiver};
\filldraw[white] (-3.25,-3.25) node[black,below,align=justify,text width=4.5cm,font=\small\sffamily] {\begin{minipage}[t]{4.5cm}\hfill\textbf{\textcolor{orange}{Lorem Ipsum}}\hfill~\\ Essai de texte Essai de texte Essai de texte Essai de texte \end{minipage}};
\end{tikzpicture}
\end{center}
\end{document}