.les-services__gallery-container{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:2rem 0}.les-services__gallery{display:flex;overflow-x:auto;gap:0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;margin:0 auto;max-width:fit-content}.les-services__gallery::-webkit-scrollbar{display:none}.les-services__gallery-item{flex:0 0 auto;text-align:center;min-width:180px;display:flex;flex-direction:column;align-items:center;height:fit-content}.les-services__gallery-title{font-family:'PT Serif',serif;font-size:1.125rem;font-weight:700;color:#2c3e50;margin:0 0 1rem 0;text-align:center;line-height:1.3;max-width:160px;min-height:3.5rem;display:flex;align-items:center;justify-content:center}.les-services__gallery-item img{width:180px;height:320px;object-fit:cover;border-radius:0;box-shadow:none;transition:transform .3s ease;display:block;flex-shrink:0}.les-services__gallery-item img:hover{transform:scale(1.05)}.les-services__gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);box-shadow:0 4px 12px rgba(0,0,0,0.15);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .3s ease;z-index:10}.les-services__gallery-nav:hover{background:rgba(255,255,255,1);box-shadow:0 6px 20px rgba(0,0,0,0.2);transform:translateY(-50%) scale(1.1)}.les-services__gallery-nav--prev{left:20px}.les-services__gallery-nav--next{right:20px}.les-services__gallery-nav svg{width:20px;height:20px}@media(max-width:768px){.les-services__gallery-container{padding:1rem 0}.les-services__gallery{margin:0;max-width:none}.les-services__gallery-item{min-width:144px}.les-services__gallery-item img{width:144px;height:256px}.les-services__gallery-title{font-size:1rem;max-width:130px;margin-bottom:.75rem;min-height:3rem}.les-services__gallery-nav{width:40px;height:40px}.les-services__gallery-nav--prev{left:10px}.les-services__gallery-nav--next{right:10px}}