...
Me.HDépart1 = Format(.Range("L" & Ligne), "hh:mm")
Me.HArrivée1 = Format(.Range("M" & Ligne), "hh:mm")
Me.Total_Heure1 = Format(.Range("N" & Ligne), "hh:mm")
...
Me.HDépart2 = Format(.Range("R" & Ligne), "hh:mm")
Me.HArrivée2 = Format(.Range("S" & Ligne), "hh:mm")
Me.Total_Heure2 = Format(.Range("T" & Ligne), "hh:mm")
...