zone 1 - carrousel 3D * { box-sizing: border-box; } /*------- conteneur du carrousel -------*/ .scene { border: 0px solid #CCC; margin: 40px 0; position: relative; width: 100%; height: 280px; margin: 30px auto; perspective: 1000px; /*background: yellow;*/ } .carousel-3d { width: 100%; height: 100%; position: absolute; transform: translateZ(-288px); transform-style: preserve-3d; transition: transform 1s; } .carou