@media (min-width: 768px) {  
  .tcustomizer-row {
  width: 220% !important;
    display: flex;
    gap: 20px; /* Espacement homogène entre les images */
}
}
