.ct-carrousel{margin:1.4rem 0 0}.ct-ruban{display:flex;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:.2rem;padding:.2rem .2rem .8rem;scrollbar-width:thin;scrollbar-color:var(--or-pale) transparent}.ct-ruban::-webkit-scrollbar{height:6px}.ct-ruban::-webkit-scrollbar-thumb{background:var(--or-pale);border-radius:999px}.ct-ruban::-webkit-scrollbar-track{background:transparent}.ct-diapo{flex:0 0 auto;width:min(22rem,78%);margin:0;scroll-snap-align:start}.ct-diapo .ct-cadre{padding:.45rem}.ct-diapo .ct-illu{width:100%;height:15rem;max-height:none;object-fit:cover}.ct-commandes{gap:1rem;margin-top:.5rem}.ct-commandes,.ct-fleche{display:flex;align-items:center;justify-content:center}.ct-fleche{width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid var(--or-pale);background:var(--ivoire);color:var(--or-t);cursor:pointer;transition:background .25s ease,transform .25s ease}.ct-fleche:hover{background:var(--or-clair);transform:translateY(-1px)}.ct-fleche svg{width:9px;height:14px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ct-points{display:flex;gap:.42rem}.ct-point{width:7px;height:7px;padding:0;border-radius:50%;border:1px solid var(--or-pale);background:transparent;cursor:pointer;transition:background .3s ease,transform .3s ease}.ct-point-actif{background:var(--or);border-color:var(--or);transform:scale(1.25)}@media (max-width:560px){.ct-diapo{width:86%}.ct-diapo .ct-illu{height:12rem}}.ct-points{gap:0}.ct-point{width:1.5rem;height:2rem;border:0;background:none;border-radius:0;display:grid;place-items:center;transform:none}.ct-point:before{content:"";width:7px;height:7px;border-radius:50%;border:1px solid var(--or-pale);background:transparent;transition:background .3s ease,transform .3s ease}.ct-point-actif{background:none;transform:none}.ct-point-actif:before{background:var(--or);border-color:var(--or);transform:scale(1.25)}