.page-accueil .grid--3 > li:nth-child(2) .reveal { transition-delay: 60ms; }
.page-accueil .grid--3 > li:nth-child(3) .reveal { transition-delay: 120ms; }
.page-accueil .grid--3 > li:nth-child(4) .reveal { transition-delay: 180ms; }
.page-accueil .grid--3 > li:nth-child(5) .reveal { transition-delay: 240ms; }

@media (prefers-reduced-motion: reduce) {
  .page-accueil .grid--3 > li .reveal { transition-delay: 0ms; }
}
