.defilement{overflow:hidden;width:100%}.defilement-conteneur{display:flex;width:max-content;animation:defilement 30s linear infinite}.defilement-images{display:flex}.defilement-images img{width:200px;margin-right:10px;flex-shrink:0;display:block}@keyframes defilement{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media (max-width:768px){.defilement-conteneur{animation-duration:20s}}