Le dernier élément CSS devrait être Flex End

Setting an automatic left margin for the Last Item will do the work.

.last-item {
  margin-left: auto;
}
Open Osprey