@charset "UTF-8";.gps-container{width:100%;max-width:100%;margin-bottom:2rem;overflow-x:hidden;box-sizing:border-box}.adventure-map{width:100%;max-width:100%;box-sizing:border-box;height:400px;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:1rem;background-color:#f5f5f5;position:relative;z-index:1}.adventure-map::after{content:"Utilisez Ctrl + molette pour zoomer";position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background-color:rgba(54,54,54,.8);color:#fff;padding:6px 12px;border-radius:4px;font-size:.813rem;pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1000}.adventure-map:hover::after{opacity:1}.adventure-map.fullscreen-active::after{display:none}@media screen and (max-width:768px){.adventure-map::after{content:"Utilisez deux doigts pour zoomer"}}@media screen and (max-width:768px){.adventure-map{height:300px}}.elevation-chart{width:100%;max-width:100%;min-width:200px;margin-bottom:1rem;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);background-color:#fff;padding:.5rem;box-sizing:border-box}.elevation-chart canvas{max-width:100% !important;height:auto !important}.elevation-chart .u-cursor-pt{background:#3498db !important;border-radius:50%}.elevation-chart .u-cursor-x,.elevation-chart .u-cursor-y{border-color:rgba(52,152,219,.5) !important}@media screen and (max-width:768px){.leaflet-tile-container{will-change:auto !important}}.adventure-map::before{content:"Chargement de la carte...";display:flex;align-items:center;justify-content:center;height:100%;color:#7a7a7a;font-size:1rem;font-style:italic}.adventure-map.loaded::before{display:none}.leaflet-control-zoom a{font-size:18px;line-height:26px}.leaflet-interactive{cursor:pointer}.gps-container .level{max-width:100%;overflow-x:hidden}@media screen and (max-width:768px){.gps-container,.gps-container *{max-width:100%;box-sizing:border-box}}