```mermaid
flowchart TD subgraph 0[Avant] R1[" "] --- C1((C)) --- A1((A)) & D1((D))
A1 --- B1(("B")) & truc[machin]
end
```