@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap";*{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:Poppins,sans-serif}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modern-header{width:100%;position:relative;overflow:hidden}.modern-header .background{min-height:45vh;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;justify-content:flex-start;position:relative;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65))}.modern-header .background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.02),transparent 50%,rgba(255,255,255,.02));pointer-events:none;z-index:1}.modern-header .textbox{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px 40px;text-align:center;position:relative;z-index:2;min-height:0}.modern-header .textbox h1{font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0 0 20px;padding:0;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);max-width:900px;animation:fadeInUp .8s ease-out}.modern-header .textbox .subtitle,.modern-header .textbox p{color:hsla(0,0%,100%,.9);font-size:clamp(16px,3vw,20px);line-height:1.6;margin:0;font-weight:400;max-width:700px;animation:fadeInUp .8s ease-out .2s both}@media screen and (max-width:768px){.modern-header .background{min-height:40vh;background-attachment:scroll}.modern-header .textbox{padding:40px 20px 30px}}.modern-section{background:#fff;margin:0 auto 40px;max-width:1200px;padding:60px 40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.modern-section .section-header{text-align:center;margin-bottom:50px}.modern-section .section-header h2{font-size:clamp(28px,4vw,36px);color:#253b55;margin-bottom:16px;font-weight:700}.modern-section .section-header .section-subtitle{font-size:18px;color:#436c9d;max-width:600px;margin:0 auto;line-height:1.6}.modern-section .cards-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;justify-items:center;max-width:800px;margin:0 auto}@media screen and (max-width:768px){.modern-section{padding:40px 20px;margin:0 16px 30px}.modern-section .cards-grid{grid-template-columns:1fr;gap:20px}}@media screen and (max-width:480px){.modern-section{padding:30px 16px;margin:0 12px 20px}}.modern-card{padding:30px 20px;border-radius:12px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border:1px solid rgba(67,108,157,.08);transition:all .3s ease;text-align:center;width:100%;max-width:300px}.modern-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15);border-color:rgba(67,108,157,.2)}.modern-card .card-icon{font-size:36px;margin-bottom:16px;display:block}.modern-card .card-title{font-size:18px;font-weight:600;color:#253b55;margin-bottom:12px}.modern-card .card-description{color:#436c9d;line-height:1.5;font-size:14px}.modern-stats-bar,.quick-stats-bar{box-shadow:0 8px 40px rgba(0,0,0,.12);position:relative;z-index:3;padding:24px}.modern-stats-bar,.quick-stats-bar,.quick-stats-section{background:#fff;margin:0 auto 40px;max-width:1200px;border-radius:16px}.quick-stats-section{padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.quick-stats-section .stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px;align-items:center;justify-items:center}.quick-stats-section .stats-container .stat-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));border:1px solid rgba(67,108,157,.1);transition:all .2s ease;width:100%;max-width:200px}.quick-stats-section .stats-container .stat-card.highlight{background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.04));border-color:rgba(245,158,11,.2)}.quick-stats-section .stats-container .stat-card.highlight .stat-value{color:#f59e0b}.quick-stats-section .stats-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(67,108,157,.15)}.quick-stats-section .stats-container .stat-card .stat-icon{font-size:24px;filter:grayscale(.2)}.quick-stats-section .stats-container .stat-card .stat-content .stat-value{font-size:18px;font-weight:700;color:#1e293b;line-height:1.2}.quick-stats-section .stats-container .stat-card .stat-content .stat-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}@media screen and (max-width:768px){.quick-stats-section{margin:0 16px 30px;padding:20px 16px}.quick-stats-section .stats-container{grid-template-columns:repeat(2,1fr);gap:16px}.quick-stats-section .stats-container .stat-card{padding:12px;flex-direction:column;text-align:center;gap:8px}.quick-stats-section .stats-container .stat-card .stat-icon{font-size:20px}.quick-stats-section .stats-container .stat-card .stat-content .stat-value{font-size:16px}.quick-stats-section .stats-container .stat-card .stat-content .stat-label{font-size:11px}}@media screen and (max-width:480px){.quick-stats-section{margin:0 12px 20px;padding:16px 12px}.quick-stats-section .stats-container{grid-template-columns:1fr}.quick-stats-section .stats-container .stat-card{padding:16px;flex-direction:row;text-align:left}.quick-stats-section .stats-container .stat-card .stat-content .stat-value{font-size:18px}}.modern-page{width:100%;max-width:none}.modern-page .page-container{width:100%;max-width:1400px;margin:0 auto;padding:40px 20px}.modern-page .content-section{width:100%;margin:0}@media screen and (max-width:768px){.modern-page .page-container{padding:20px 16px}}@media screen and (max-width:480px){.modern-page .page-container{padding:16px 12px}}.btn-modern{border:2px solid #f44336;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-modern.btn-primary{background:#f44336;color:#fff;font-size:16px;font-weight:600;padding:14px 28px}.btn-modern.btn-primary:hover{background:#d32f2f;border-color:#d32f2f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px rgba(244,67,54,.4)}.btn-modern.btn-secondary{background:#fff;color:#f44336}.btn-modern.btn-secondary:hover{background:#f44336;border-color:#f44336;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px rgba(244,67,54,.4)}.btn-cta-secondary{background:hsla(0,0%,100%,.15);color:#fff;border:2px solid hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-cta-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));opacity:0;transition:opacity .3s ease}.btn-cta-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15);color:#fff;text-decoration:none}.btn-cta-secondary:hover:before{opacity:1}.btn-cta-secondary:active{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.internal-link{color:#f44336;text-decoration:none;font-weight:500;padding:4px 8px;border-radius:6px;background:rgba(244,67,54,.08);transition:all .2s ease}.internal-link:hover{background:rgba(244,67,54,.15);color:#d32f2f;transform:translateX(2px)}.external-link{color:#436c9d;text-decoration:none;font-weight:400;transition:all .2s ease}.external-link:hover{color:#253b55}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}nav{position:fixed;padding:8px 16px;height:100px;width:100%;top:0;left:0;z-index:1001}.nav-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,rgba(10,32,58,.95),rgba(67,108,157,.95));transition:all .3s ease}.sous-nav{justify-content:space-between}.nav-links,.sous-nav{display:flex;align-items:center}.nav-links{flex:1 1;text-align:right;justify-content:flex-end}.nav-links .search-icon{width:24px;height:24px;margin-left:15px;cursor:pointer;background:none;border:none;padding:0;outline:none}.nav-links .search-icon img{width:100%;height:100%;transition:transform .2s ease;filter:brightness(0) invert(1)}.nav-links .search-icon:hover img{transform:scale(1.1)}.nav-links .search-icon:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px;border-radius:2px}.nav img{width:75px;height:75px}.menu-btn{display:none}@media screen and (max-width:992px){.menu-btn{display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-width:48px;min-height:48px;margin-right:10px;padding:12px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:bounce-in .6s ease-out}.menu-btn:hover{background:hsla(0,0%,100%,.1)}.menu-btn:active{background:hsla(0,0%,100%,.05)}.menu-btn:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px;background:hsla(0,0%,100%,.1)}.menu-btn .burger-icon{width:26px;height:20px}.menu-btn .burger-icon span{height:3.5px;border-radius:2px}}@media screen and (max-width:992px)and (max-width:480px){.menu-btn{min-width:44px;min-height:44px;padding:10px;margin-right:8px}.menu-btn .burger-icon{width:24px;height:18px}.menu-btn .burger-icon span{height:3px}}.menu-btn{margin-right:10px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:8px;border-radius:12px;min-width:44px;min-height:44px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.menu-btn:hover{background:hsla(0,0%,100%,.1)}.menu-btn:active{background:hsla(0,0%,100%,.05)}.menu-btn:focus{outline:2px solid hsla(0,0%,100%,.6);outline-offset:2px;background:hsla(0,0%,100%,.1)}.menu-btn:focus-visible{animation:pulse-focus 2s infinite}.burger-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.burger-icon span{display:block;height:3px;width:100%;background:hsla(0,0%,100%,.9);border-radius:2px;transition:all .35s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;position:relative}.burger-icon span:first-child{transform:translateY(0) scaleX(1)}.burger-icon span:nth-child(2){opacity:1;transform:scaleX(.8)}.burger-icon span:nth-child(3){transform:translateY(0) scaleX(1)}.menu-btn.active{background:hsla(0,0%,100%,.1);z-index:1001}.menu-btn.active .burger-icon span{background:#fff}.menu-btn.active .burger-icon span:first-child{transform:translateY(7.5px) rotate(45deg) scaleX(1.1)}.menu-btn.active .burger-icon span:nth-child(2){opacity:0;transform:scaleX(0) rotateY(90deg)}.menu-btn.active .burger-icon span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg) scaleX(1.1)}.menu-btn.active:hover{background:hsla(0,0%,100%,.15)}.nav-links ul li{list-style:none;display:inline-block;padding:8px 12px;position:relative}.nav-links ul li a{color:#fff;text-decoration:none;font-size:16px}@media screen and (max-width:992px){.nav-links:not(.active) li,.nav-links:not(.active) ul{display:none!important}.nav-links{position:fixed;top:0;left:0;width:100vw;height:100vh;transform:translateY(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.nav-links.active{pointer-events:all;display:flex;background:#0a203a;z-index:999;padding:0 20px;box-sizing:border-box;overflow-y:auto;gap:30px}.nav-links.active,.nav-links.active ul{transform:translateY(0);flex-direction:column;justify-content:center;align-items:center}.nav-links.active ul{max-width:320px;background:rgba(0,0,0,0);gap:20px;list-style:none}.nav-links.active ul,.nav-links.active ul li{width:100%;margin:0;padding:0;display:flex!important}.nav-links.active ul li{text-align:center}.nav-links.active ul li a{display:flex!important;padding:18px 24px;color:#fff;text-decoration:none;font-size:18px;font-weight:500;border-radius:12px;transition:all .3s ease;min-height:50px;width:100%;align-items:center;justify-content:center;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.nav-links.active ul li a:focus,.nav-links.active ul li a:hover{background:hsla(0,0%,100%,.1);color:#fff}.nav-links.active ul li a:active{background:hsla(0,0%,100%,.05)}.nav-links button{margin:0}.nav-links.active .search-icon{margin:0;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);padding:15px;outline:none;min-width:60px;min-height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.nav-links.active .search-icon img{width:28px;height:28px;filter:brightness(0) invert(1)}.nav-links.active .search-icon:focus,.nav-links.active .search-icon:hover{background:hsla(0,0%,100%,.15)}.nav-links.active .search-icon:active{background:hsla(0,0%,100%,.1)}}.navbar__search{display:flex;align-items:center;margin-left:1rem}.navbar__search-icon{cursor:pointer;font-size:1.2rem;color:var(--text-primary);transition:color .2s ease}.navbar__search-icon:hover{color:var(--primary)}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(10,32,58,.95);display:flex;justify-content:center;align-items:flex-start;z-index:1000}.search-modal__close{position:absolute;top:-80px;right:0;background:none;border:none;cursor:pointer;padding:10px}.search-modal__close img{width:24px;height:24px;filter:brightness(0) invert(1);transition:transform .2s ease}.search-modal__close img:hover{transform:scale(1.1)}.search-modal__content{width:100%;max-width:600px;margin-top:120px;padding:20px 40px;position:relative}.search-modal__input-container{width:100%;margin-top:20px}.search-modal__input{width:100%;padding:15px;font-size:1.2rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:4px;color:#fff}.search-modal__input::placeholder{color:hsla(0,0%,100%,.7)}.search-modal__input:focus{outline:none;border-color:hsla(0,0%,100%,.5)}.search-modal__results{margin-top:20px;max-height:60vh;overflow-y:auto}.search-modal__results::-webkit-scrollbar{width:8px}.search-modal__results::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.search-modal__results::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:4px}.search-modal__result-item{display:block;padding:15px;margin:5px 0;color:#fff;text-decoration:none;border-radius:4px;transition:background-color .2s ease}.search-modal__result-item:hover{background-color:hsla(0,0%,100%,.1)}.search-modal__result-name{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500}.search-modal__result-type{font-size:.8rem;color:hsla(0,0%,100%,.7);font-weight:400;padding:2px 8px;border-radius:4px;background:hsla(0,0%,100%,.1)}.search-modal__no-results{color:#fff;text-align:center;padding:20px;font-size:1.1rem;font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-modal{animation:fadeIn .3s ease-out}@media screen and (max-width:768px){.search-modal__content{padding:20px;margin-top:100px}.search-modal__close{top:-60px;right:5px}.search-modal__close img{width:20px;height:20px}.search-modal__input{font-size:1.1rem;padding:12px}.search-modal__result-name{font-size:1rem}.search-modal__result-type{font-size:.75rem;padding:2px 6px}}@media screen and (max-width:480px){.search-modal__content{padding:15px 16px;margin-top:80px}.search-modal__close{top:-50px;right:10px;padding:8px}.search-modal__close img{width:18px;height:18px}.search-modal__input{font-size:16px;padding:12px 15px;border-radius:8px}.search-modal__results{max-height:65vh;margin-top:15px}.search-modal__result-item{padding:12px;margin:3px 0;border-radius:6px}.search-modal__result-name{font-size:.95rem;flex-direction:column;align-items:flex-start;gap:4px}.search-modal__result-type{font-size:.7rem;padding:2px 6px;align-self:flex-start}.search-modal__no-results{font-size:1rem;padding:15px}}@media screen and (max-width:375px){.search-modal__content{padding:12px;margin-top:70px}.search-modal__input{font-size:16px;padding:10px 12px}.search-modal__result-item{padding:10px}.search-modal__result-name{font-size:.9rem}}@keyframes pulse-focus{0%{box-shadow:0 0 0 0 hsla(0,0%,100%,.4)}50%{box-shadow:0 0 0 8px hsla(0,0%,100%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,100%,0)}}@keyframes bounce-in{0%{transform:scale(.3) rotate(0deg);opacity:0}50%{transform:scale(1.1) rotate(180deg)}to{transform:scale(1) rotate(1turn);opacity:1}}@media screen and (max-width:768px){.search-modal__result-item{min-height:48px;display:flex;align-items:center}.search-modal__result-item:active{background-color:hsla(0,0%,100%,.15);transform:scale(.98);transition:all .1s ease}.search-modal__close{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.search-modal__close:active{transform:scale(.95);transition:transform .1s ease}}.header .background{width:100%;background-position:50%;background-size:cover;position:relative}.header .textbox{width:100%;color:#fff;position:absolute;top:80px;text-align:center}.header .textbox h1{margin-top:10px;font-size:40px}.header .textbox p{margin:10px 0 20px;font-size:16px;color:#fff}.header .hero-btn{display:inline-block;text-decoration:none;color:#fff;border:1px solid #fff;padding:12px 34px;font-size:13px;background:rgba(0,0,0,0);position:relative;cursor:pointer}.header .hero-btn:hover{border:1px solid #f44336;background:#f44336;transition:1s;color:#fff}.notfound .header .background{min-height:100vh;width:100%;background-image:linear-gradient(rgba(4,9,30,.7),rgba(4,9,30,.7)),url(/images/backgrounds/fondAlpes.jpg);background-position:50%;background-size:cover;position:relative}.notfound .header .textbox{width:100%;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:20px}.notfound .header .textbox h1{margin-top:10px;font-size:40px;margin-bottom:20px}.notfound .header .textbox p{margin:10px 0 40px;font-size:18px;color:#fff}.notfound .header .hero-btn{display:inline-block;text-decoration:none;color:#fff;border:1px solid #fff;padding:12px 34px;font-size:13px;background:rgba(0,0,0,0);position:relative;cursor:pointer}.notfound .header .hero-btn:hover{border:1px solid #f44336;background:#f44336;transition:1s;color:#fff}.home main{position:relative;z-index:1;background:var(--bg-color,#f8fafc);min-height:100vh}.home .modern-header{overflow:visible!important}.home .background{height:100vh!important;min-height:100vh!important;background-image:linear-gradient(135deg,rgba(15,23,42,.5),rgba(30,41,59,.45) 50%,rgba(51,65,85,.4)),url(/images/backgrounds/header_bck.webp)!important;background-attachment:fixed!important;background-position:50%!important;background-size:cover!important;background-repeat:no-repeat!important;display:flex!important;flex-direction:column!important;position:relative!important;justify-content:flex-start!important;align-items:stretch!important;z-index:1!important;contain:layout!important;overflow:hidden!important}@supports not (background-attachment:fixed){.home .background{background-attachment:scroll!important}}.home .textbox{color:hsla(0,0%,100%,.95)!important;text-align:left!important;max-width:1200px;padding:20px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:calc(100% - 40px);flex:none!important;z-index:5!important;margin:0!important}.home .textbox h1{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif!important;font-size:clamp(24px,4vw,36px)!important;font-weight:700!important;margin-bottom:40px!important;color:#fff!important;text-shadow:2px 2px 4px rgba(0,0,0,.5)!important;line-height:1.2!important;font-display:swap!important;text-rendering:optimizeSpeed!important}.home .textbox .subtitle{font-size:18px!important;line-height:1.6!important;margin-bottom:40px!important;color:hsla(0,0%,100%,.9)!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)!important}.home .textbox .homepage-content{margin-bottom:40px;max-width:1400px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:flex-start}.home .textbox .homepage-content .content-question{text-align:center;max-width:500px;margin:0 auto 20px}.home .textbox .homepage-content .content-question h2{font-size:20px;font-weight:600;color:#fff;margin:0;text-shadow:1px 1px 3px rgba(0,0,0,.7);line-height:1.4}.home .textbox .homepage-content .content-answers{text-align:left;position:relative;padding-left:30px}.home .textbox .homepage-content .content-answers:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#f44336 0,rgba(244,67,54,.7) 50%,rgba(244,67,54,.3));border-radius:2px}.home .textbox .homepage-content .content-answers .answer-item{font-size:16px;line-height:1.6;margin-bottom:16px;color:hsla(0,0%,100%,.95);text-shadow:1px 1px 2px rgba(0,0,0,.6);font-weight:400}.home .textbox .homepage-content .content-answers .answer-item:last-child{margin-bottom:0}.home .search-hero-container{margin:40px 0;display:flex;justify-content:center;width:100%;text-align:center}.home .search-hero-box{position:relative;width:100%;max-width:500px}.home .search-hero-box .search-hero-input{width:100%;padding:16px 60px 16px 20px;border:none;border-radius:25px;font-size:16px;background:hsla(0,0%,100%,.95);color:#1e293b;box-shadow:0 8px 30px rgba(0,0,0,.15);transition:all .3s ease}.home .search-hero-box .search-hero-input:focus{outline:none;background:#fff;box-shadow:0 12px 40px rgba(0,0,0,.2);transform:translateY(-2px)}.home .search-hero-box .search-hero-input::placeholder{color:#64748b}.home .search-hero-box .search-hero-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#f44336,#d32f2f);border:none;border-radius:50%;width:40px;height:40px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.home .search-hero-box .search-hero-btn svg{width:20px;height:20px}.home .search-hero-box .search-hero-btn:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 4px 15px rgba(244,67,54,.4)}.home .search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);z-index:1000;margin-top:8px;overflow:hidden}.home .search-suggestions .search-suggestion-item{padding:12px 20px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}.home .search-suggestions .search-suggestion-item:hover{background:rgba(67,108,157,.05);color:#436c9d}.home .search-suggestions .search-suggestion-item:last-child{border-bottom:none}.home .search-suggestions .search-suggestion-item strong{color:#1e293b;font-weight:600}.home .search-suggestions .search-suggestion-item .suggestion-region{color:#64748b;font-size:14px}.home .homepage-buttons{display:flex;flex-direction:column;gap:20px;align-items:center;margin-top:30px;width:100%;max-width:500px;margin-left:auto;margin-right:auto}.home .homepage-buttons .btn-cta-secondary,.home .homepage-buttons .btn-modern{width:100%!important;max-width:500px;display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.home .scroll-indicator{position:absolute;bottom:40px;left:0;right:0;z-index:6;width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:0;width:auto;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.8);text-align:center;animation:bounce 2s ease-in-out infinite;transition:all .3s ease;cursor:pointer}.home .scroll-indicator:hover{transform:translateY(-3px)}.home .scroll-indicator .scroll-arrow{margin:0 0 8px;padding:0;display:flex;align-items:center;justify-content:center}.home .scroll-indicator .scroll-arrow svg{width:24px;height:24px;opacity:.9;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));margin:0;padding:0}.home .scroll-indicator .scroll-text{font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin:0;padding:0;display:block;text-align:center;width:100%}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes gentle-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.home .why-choose-section{margin-top:80px}@media screen and (max-width:768px){.home .why-choose-section{margin-top:60px}}@media screen and (max-width:480px){.home .why-choose-section{margin-top:40px}}.home .modern-stats-section{background:linear-gradient(135deg,rgba(67,108,157,.6),rgba(10,32,58,.8));color:#fff}.home .modern-stats-section .stats-hero{max-width:1200px;margin:0 auto;padding:0 20px}.home .modern-stats-section .stats-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.home .modern-stats-section .stats-text h2{font-size:clamp(32px,4vw,42px);font-weight:700;color:#fff;margin-bottom:24px;line-height:1.2}.home .modern-stats-section .stats-text .stats-description{font-size:18px;line-height:1.7;color:hsla(0,0%,100%,.9);margin-bottom:20px}.home .modern-stats-section .stats-text .stats-subdescription{font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.8)}.home .modern-stats-section .stats-text .stats-subdescription strong{color:#fff;font-weight:600}.home .modern-stats-section .stats-container{display:flex;flex-direction:column;gap:24px}.home .modern-stats-section .stat-card{background:hsla(0,0%,100%,.9);border-radius:20px;padding:28px;box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.2);transition:all .4s ease;display:flex;align-items:center;gap:20px}.home .modern-stats-section .stat-card .stat-value{color:#253b55}.home .modern-stats-section .stat-card .stat-detail,.home .modern-stats-section .stat-card .stat-label{color:#436c9d}.home .modern-stats-section .stat-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.15);background:#fff}.home .modern-stats-section .stat-card.highlight{background:linear-gradient(135deg,#436C9D,#0A203A);color:#fff}.home .modern-stats-section .stat-card.highlight .stat-value{color:#fff}.home .modern-stats-section .stat-card.highlight .stat-detail,.home .modern-stats-section .stat-card.highlight .stat-label{color:hsla(0,0%,100%,.9)}.home .modern-stats-section .stat-card .stat-icon{background:rgba(67,108,157,.1);border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:center}.home .modern-stats-section .stat-card.highlight .stat-icon{background:hsla(0,0%,100%,.2)}.home .modern-stats-section .stat-card.highlight .stat-icon img{filter:brightness(0) invert(1)}.home .modern-stats-section .stat-card .stat-content{flex:1 1}.home .modern-stats-section .stat-card .stat-content .stat-value{font-size:36px;font-weight:800;color:#436c9d;line-height:1;margin-bottom:4px}.home .modern-stats-section .stat-card .stat-content .stat-label{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.home .modern-stats-section .stat-card .stat-content .stat-detail{font-size:13px;color:#64748b;font-weight:500}.home .modern-stats-section .stat-card.highlight .stat-content .stat-value{color:#fff!important}.home .modern-stats-section .stat-card.highlight .stat-content .stat-label{color:hsla(0,0%,100%,.9)!important}.home .modern-stats-section .stat-card.highlight .stat-content .stat-detail{color:hsla(0,0%,100%,.8)!important}.home .discovery-actions{text-align:center;margin-bottom:40px}.home .discovery-actions .refresh-stations-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(245,158,11,.2)}.home .discovery-actions .refresh-stations-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(245,158,11,.3)}.home .popular-stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;max-width:1200px;margin:0 auto}.home .popular-station-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.home .popular-station-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15);text-decoration:none;color:inherit}.home .popular-station-card .station-card-header{margin-bottom:20px}.home .popular-station-card .station-card-header .station-name{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px}.home .popular-station-card .station-card-header .station-region{color:#64748b;font-size:14px;background:rgba(67,108,157,.08);padding:4px 12px;border-radius:20px;font-weight:500}.home .popular-station-card .station-stats{display:flex;justify-content:space-between;margin-bottom:20px}.home .popular-station-card .station-stats .stat-item{text-align:center;flex:1 1}.home .popular-station-card .station-stats .stat-item .stat-value{display:block;font-size:24px;font-weight:700;color:#436c9d;margin-bottom:4px}.home .popular-station-card .station-stats .stat-item .stat-label{font-size:12px;color:#64748b;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.home .popular-station-card .station-price{margin-top:auto;padding:16px;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.04));border-radius:12px;text-align:center}.home .popular-station-card .station-price .price-label{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.home .popular-station-card .station-price .price-value{font-size:24px;font-weight:700;color:#f59e0b}.home .popular-station-card .station-price .price-period{font-size:14px;color:#64748b}.home .ski-profiles-section{background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01))}.home .ski-profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:800px;margin:0 auto}.home .profile-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);transition:all .3s ease;text-decoration:none;color:inherit;text-align:center;position:relative;overflow:hidden}.home .profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#436c9d,#334e68)}.home .profile-card.beginner:before{background:linear-gradient(135deg,#22c55e,#16a34a)}.home .profile-card.expert:before{background:linear-gradient(135deg,#ef4444,#dc2626)}.home .profile-card.family:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.home .profile-card.nordic:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.home .profile-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15);text-decoration:none;color:inherit}.home .profile-card .profile-icon{font-size:48px;margin-bottom:20px;display:block}.home .profile-card .profile-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 16px}.home .profile-card .profile-description{color:#64748b;line-height:1.6;margin-bottom:24px;font-size:14px}.home .profile-card .profile-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.home .profile-card .profile-features .feature-tag{background:rgba(67,108,157,.08);color:#436c9d;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(67,108,157,.1)}.home .planning-section{background:linear-gradient(135deg,rgba(245,158,11,.03),rgba(245,158,11,.01))}.home .planning-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px;max-width:1200px;margin:0 auto}.home .planning-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(245,158,11,.1);transition:all .3s ease;position:relative}.home .planning-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(245,158,11,.15)}.home .planning-card .planning-step{position:absolute;top:-12px;left:24px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(245,158,11,.3)}.home .planning-card .planning-title{font-size:18px;font-weight:700;color:#1e293b;margin:16px 0}.home .planning-card .planning-description{color:#64748b;line-height:1.6;margin-bottom:20px;font-size:14px}.home .planning-card .planning-tips{display:flex;flex-wrap:wrap;gap:8px}.home .planning-card .planning-tips .tip-tag{background:rgba(245,158,11,.08);color:#f59e0b;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(245,158,11,.1)}.home .massifs-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;max-width:1200px;margin:0 auto}.home .massif-card{overflow:hidden}.home .massif-card .card-image{margin:-24px -24px 0;position:relative}.home .massif-card .card-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(transparent,rgba(255,255,255,.8))}.home .massif-card .massif-content{padding-top:20px}.home .massif-card .massif-stats{color:#64748b;font-size:14px;margin-bottom:12px;font-weight:500}.home .massif-card .massif-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 20px}.home .massif-card .massif-highlights .highlight-tag{background:rgba(34,197,94,.08);color:#22c55e;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid rgba(34,197,94,.1)}@media screen and (max-width:768px){.home .background{height:100vh!important;min-height:100vh!important;background-image:linear-gradient(135deg,rgba(15,23,42,.6),rgba(30,41,59,.55) 50%,rgba(51,65,85,.5)),url(/images/backgrounds/header_bck.webp)!important;background-attachment:scroll!important;background-position:50%!important;background-size:cover!important;background-repeat:no-repeat!important;position:relative}.home .textbox{padding:0 clamp(12px,3vw,20px);top:50%!important}.home .textbox h1{font-size:clamp(18px,5vw,28px);margin-bottom:clamp(20px,4vw,30px)!important;text-align:center!important}.home .textbox .homepage-content{grid-template-columns:1fr;gap:clamp(16px,3vw,20px);max-width:1200px;text-align:center;margin-bottom:clamp(16px,3vw,20px)}.home .textbox .homepage-content .content-question h2{font-size:clamp(16px,4vw,18px)}.home .textbox .homepage-content .content-answers{display:none!important}.home .search-hero-container{margin:clamp(12px,3vw,20px) auto 0;max-width:1200px;padding:0 clamp(12px,3vw,20px)}.home .search-hero-box{width:100%;max-width:none}.home .search-hero-box .search-hero-input{height:clamp(44px,10vw,48px);padding:12px clamp(45px,12vw,60px) 12px 16px;font-size:clamp(13px,3.5vw,14px);border-radius:12px;box-sizing:border-box;width:100%}.home .search-hero-box .search-hero-btn{width:clamp(32px,8vw,36px);height:clamp(32px,8vw,36px);right:clamp(4px,1.5vw,6px)}.home .search-hero-box .search-hero-btn svg{width:clamp(14px,4vw,16px);height:clamp(14px,4vw,16px)}.home .search-suggestions{left:clamp(12px,3vw,20px);right:clamp(12px,3vw,20px)}.home .search-suggestions .search-suggestion-item{padding:clamp(8px,2.5vw,12px) 16px;font-size:clamp(13px,3.5vw,14px)}.home .search-suggestions .search-suggestion-item .suggestion-region{font-size:clamp(11px,3vw,12px)}.home .homepage-buttons{flex-direction:column;gap:clamp(16px,4vw,20px);width:100%;margin:clamp(12px,3vw,16px) auto 0;padding:0 clamp(12px,3vw,20px);max-width:1200px}.home .homepage-buttons .btn-cta-secondary,.home .homepage-buttons .btn-modern{width:100%;height:clamp(44px,10vw,48px);font-size:clamp(13px,3.5vw,14px);font-weight:600;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:0 clamp(16px,4vw,20px);box-sizing:border-box;text-align:center}.home .scroll-indicator{bottom:30px}.home .scroll-indicator .scroll-arrow svg{width:20px;height:20px}.home .scroll-indicator .scroll-text{font-size:12px}.home .modern-stats-section{padding:clamp(40px,8vw,60px) 0}.home .modern-stats-section .stats-content{grid-template-columns:1fr;gap:clamp(30px,6vw,40px)}.home .modern-stats-section .stats-text{text-align:center}.home .modern-stats-section .stats-text h2{font-size:clamp(24px,6vw,32px)}.home .modern-stats-section .stats-text .stats-description,.home .modern-stats-section .stats-text .stats-subdescription{font-size:clamp(14px,3.5vw,16px)}.home .modern-stats-section .stat-card{padding:clamp(16px,4vw,20px)}.home .modern-stats-section .stat-card .stat-content .stat-value{font-size:clamp(24px,6vw,28px)}.home .planning-grid,.home .popular-stations-grid,.home .ski-profiles-grid{grid-template-columns:1fr;gap:clamp(12px,3vw,16px);padding:0 clamp(12px,3vw,20px)}.home .massifs-grid{flex-direction:column;align-items:center}.home .planning-card,.home .popular-station-card,.home .profile-card{padding:clamp(16px,4vw,20px)}.home .station-stats .stat-item .stat-value{font-size:clamp(18px,4.5vw,20px)}.home .station-stats .stat-item .stat-label{font-size:clamp(10px,2.5vw,11px)}.home .massif-card .card-image img{height:clamp(130px,30vw,150px)}}.home .header-textbox{color:hsla(0,0%,100%,.9);position:absolute;max-width:1140px;padding:16px;margin:16px}.home .header-texbox-block-text{display:flex;align-items:flex-start;justify-content:center}.home .header-texbox-title{padding-left:8px;margin-bottom:40px}.home .header-texbox-block-text-left{width:50%;padding:8px;margin:16px;font-size:1.5em}.home .header-texbox-block-text-right{width:50%}.home .header-texbox-block-text-right p{padding:8px;margin:16px;border-left:solid;border-color:#f59e0b}.home .header-texbox-block-url{display:flex;align-items:center;justify-content:center;margin-top:40px}.home .section-fonction{display:flex;align-items:center;justify-content:center;width:100%;margin-top:80px}.home .fonction-block-center{color:#1e293b;max-width:1140px;display:flex;align-items:flex-start;justify-content:center}.home .fonction-block-image{width:38%}.home .fonction-block-image img{width:100%;object-fit:contain}.home .fonction-block-text{width:62%;margin:8px}.home .fonction-block-text h2{padding-top:8px;padding-bottom:16px}.home .fonction-block-list-element{list-style:none;display:flex;align-items:flex-start;justify-content:center}.home .fonction-list-img{margin:8px;padding-top:8px}.home .fonction-list-data{margin:16px}.home .fonction-list-img img{width:36px}.home .fonction-list-data-title{padding-bottom:8px;font-size:20px;color:#436c9d}.home .section-key-number{background-image:linear-gradient(rgba(4,9,30,.7),rgba(4,9,30,.7)),url(/images/backgrounds/bck_homepage_bandeau.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;height:400px;display:flex;align-items:center;justify-content:center;width:100%;margin-top:80px}.home .section-key-number-grp{width:1140px;color:hsla(0,0%,100%,.9)}.home .section-key-number-grp-title{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.home .grp-key-number-block{display:flex;align-items:center;justify-content:space-evenly}.home .key-number-icon{margin:8px}.home .key-number-icon,.home .section-discover-massif{display:flex;align-items:center;justify-content:center}.home .section-discover-massif{width:100%;margin-top:80px}.home .discover-massif-block{width:1140px}.home .discover-massif-group{color:#1e293b;display:flex;align-items:center;justify-content:space-evenly}.home .discover-massif-title{color:#1e293b;display:flex;align-items:center;justify-content:center;padding-bottom:32px}.home .discover-massif-element{display:flex;flex-direction:column;align-items:center;justify-content:center}.home .discover-massif-element-img{padding:16px}.home .discover-massif-element-img img{object-fit:cover;width:200px;height:400px}.home .discover-massif-element-text{display:flex;align-items:center;justify-content:center;flex-direction:column}.home .discover-massif-element-title{padding:8px;font-size:20px;color:#436c9d}.home .discover-massif-element-trait{width:50px;border-top:solid;border-color:#f59e0b}.home .discover-massif-element-nbstation{padding:8px}.home .discover-massif-element-link{margin-top:15px;margin-bottom:50px}.home .discover-massif-element-link a{padding:8px;border:dotted;color:#436c9d;border-color:#436c9d;border-width:1px;text-decoration:none;cursor:pointer}.home .discover-massif-element-link a:hover{border:1px solid #f59e0b;background:#334e68;transition:1s;color:hsla(0,0%,100%,.9)}.home .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.listestation{width:100%;max-width:none}.listestation .main-content{max-width:1400px;margin:0 auto;padding:0 24px}.listestation .background{height:40vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck_compare.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;justify-content:flex-start}.listestation .textbox{display:flex;flex:1 1;justify-content:center;align-items:center;padding:60px 24px 40px;text-align:center;min-height:0}.listestation .textbox h1{font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0;padding:0;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);max-width:800px;animation:fadeInUp .8s ease-out}.listestation{background:#f1f5f9}.listestation .header{position:relative;overflow:hidden}.listestation .header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.02),transparent 50%,rgba(255,255,255,.02));pointer-events:none;z-index:1}.listestation .entePage h2{color:#436c9d}.listestation .entePage span{color:#f44336}.listestation .section-list-station{color:#253b55;display:flex;justify-content:center;align-items:center}.listestation .detail_lststation{width:1140px}.listestation .main-filters{width:100%;margin:0 auto;max-width:1600px;padding:0 20px}.listestation .entePage{margin:16px}.listestation .grilleStation{width:100%;max-width:1600px;margin:0 auto;padding:0 20px}.listestation .FiltreStation{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:24px;margin-top:20px;min-width:300px;border:1px solid rgba(0,0,0,.05)}.listestation .FiltreStation .filter-section{margin-bottom:28px;margin-left:4px;padding-left:8px}.listestation .FiltreStation .filter-section:last-child{margin-bottom:0}.listestation .FiltreStation .filter-section:first-child .filter-section-title{border-left:4px solid #6b7280;color:#374151;background:linear-gradient(135deg,rgba(107,114,128,.08),rgba(107,114,128,.04))}.listestation .FiltreStation .filter-section:nth-child(2) .filter-section-title{border-left:4px solid #8b5cf6;color:#6b46c1;background:linear-gradient(135deg,rgba(139,92,246,.08),rgba(139,92,246,.04))}.listestation .FiltreStation .filter-section:nth-child(3) .filter-section-title{border-left:4px solid #06b6d4;color:#0891b2;background:linear-gradient(135deg,rgba(6,182,212,.08),rgba(6,182,212,.04))}.listestation .FiltreStation .filter-section:nth-child(4) .filter-section-title{border-left:4px solid #f59e0b;color:#d97706;background:linear-gradient(135deg,rgba(245,158,11,.08),rgba(245,158,11,.04))}.listestation .FiltreStation .filter-section .filter-section-title{font-size:16px;font-weight:700;margin:0 0 18px;padding:10px 16px;border-radius:8px;transition:all .2s ease;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.05)}.listestation .FiltreStation .filter-section .filter-section-title:hover{transform:translateX(2px);box-shadow:0 2px 6px rgba(0,0,0,.08)}.listestation .enteteFilterMenu{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;min-height:48px;padding-top:8px;margin-left:8px}.listestation .enteteFilterMenu h2{color:#374151!important;font-size:20px;font-weight:700;margin:0;padding-left:4px}.listestation .cancelFilterButton button{background:rgba(220,53,69,.1);color:#dc3545;border:1px solid rgba(220,53,69,.2);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.listestation .cancelFilterButton button:hover{background:#dc3545;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,53,69,.3)}.listestation .filterType,.listestation .groupe_Range{margin-bottom:20px;background:rgba(67,108,157,.02);border:1px solid rgba(67,108,157,.1);border-radius:12px;overflow:hidden;transition:all .2s ease}.listestation .filterType:hover,.listestation .groupe_Range:hover{border-color:rgba(67,108,157,.2);box-shadow:0 2px 8px rgba(67,108,157,.1)}.listestation .filterType:last-child,.listestation .groupe_Range:last-child{margin-bottom:0}.listestation .filterType summary,.listestation .groupe_Range summary{padding:14px 18px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));cursor:pointer;list-style:none;position:relative;border-bottom:1px solid rgba(67,108,157,.1);min-height:52px;box-sizing:border-box;display:flex;align-items:center}.listestation .filterType summary::-webkit-details-marker,.listestation .groupe_Range summary::-webkit-details-marker{display:none}.listestation .filterType summary:after,.listestation .groupe_Range summary:after{content:"▼";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:10px;color:#436c9d;transition:transform .2s ease;z-index:2;pointer-events:none}.listestation .filterType summary:hover,.listestation .groupe_Range summary:hover{background:linear-gradient(135deg,rgba(67,108,157,.08),rgba(67,108,157,.04))}.listestation .filterType[open] summary:after,.listestation .groupe_Range[open] summary:after{transform:translateY(-50%) rotate(180deg)}.listestation .filterType .headFilter,.listestation .groupe_Range .headFilter{margin:0}.listestation .filterType .headFilter h4,.listestation .groupe_Range .headFilter h4{font-size:15px;font-weight:600;color:#475569;margin:0;display:flex;align-items:center;gap:8px}.listestation .filterType .headFilter h4:before,.listestation .groupe_Range .headFilter h4:before{width:20px;height:20px;background:linear-gradient(135deg,#436C9D,rgb(90.2901785714,133.3035714286,184.7098214286));border-radius:6px;opacity:.9;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600}.listestation .filterType.filter-region .headFilter h4:before,.listestation .groupe_Range.filter-region .headFilter h4:before{content:"🗺️";background:linear-gradient(135deg,#475569,#64748b)}.listestation .filterType.filter-departement .headFilter h4:before,.listestation .groupe_Range.filter-departement .headFilter h4:before{content:"📍";background:linear-gradient(135deg,#64748b,#94a3b8)}.listestation .filterType.filter-domaine .headFilter h4:before,.listestation .groupe_Range.filter-domaine .headFilter h4:before{content:"⛷️";background:linear-gradient(135deg,#436C9D,rgb(108.1629464286,146.5089285714,192.3370535714))}.listestation .filterType.filter-station .headFilter h4:before,.listestation .groupe_Range.filter-station .headFilter h4:before{content:"🏔️";background:linear-gradient(135deg,#6b7280,#9ca3af)}.listestation .filterType.filter-altitude .headFilter h4:before,.listestation .groupe_Range.filter-altitude .headFilter h4:before{content:"⛰️";background:linear-gradient(135deg,#64748b,#94a3b8)}.listestation .filterType.filter-pistes .headFilter h4:before,.listestation .groupe_Range.filter-pistes .headFilter h4:before{content:"🎿";background:linear-gradient(135deg,#436C9D,rgb(51.7455357143,83.4107142857,121.2544642857))}.listestation .filterType.filter-remontees .headFilter h4:before,.listestation .groupe_Range.filter-remontees .headFilter h4:before{content:"🚡";background:linear-gradient(135deg,#4b5563,#6b7280)}.listestation .filterType.filter-label .headFilter h4:before,.listestation .groupe_Range.filter-label .headFilter h4:before{content:"⭐";background:linear-gradient(135deg,#f44336,rgb(234.1839622642,27.9622641509,12.8160377358))}.listestation .filterType.filter-ski-type .headFilter h4:before,.listestation .groupe_Range.filter-ski-type .headFilter h4:before{content:"🎿";background:linear-gradient(135deg,#64748b,#94a3b8)}.listestation .filterType.filter-transport .headFilter h4:before,.listestation .groupe_Range.filter-transport .headFilter h4:before{content:"🚂";background:linear-gradient(135deg,#475569,#64748b)}.listestation .filterType.filter-distance .headFilter h4:before,.listestation .groupe_Range.filter-distance .headFilter h4:before{content:"🚗";background:linear-gradient(135deg,#6b7280,#9ca3af)}.listestation .filterType.filter-station-altitude .headFilter h4:before,.listestation .groupe_Range.filter-station-altitude .headFilter h4:before{content:"🏠";background:linear-gradient(135deg,#0369a1,#0284c7)}.listestation .filterType.filter-domaine-altitude .headFilter h4:before,.listestation .groupe_Range.filter-domaine-altitude .headFilter h4:before{content:"⛰️";background:linear-gradient(135deg,#059669,#10b981)}.listestation .filterType .filter-checkbox,.listestation .groupe_Range .filter-checkbox{padding:16px}.listestation .filterType .rangeAltitude,.listestation .filterType .rangeDistanceParis,.listestation .filterType .rangeNbPisteMinValue,.listestation .filterType .rangeNbRemonte,.listestation .filterType .rangeStationAltitude,.listestation .groupe_Range .rangeAltitude,.listestation .groupe_Range .rangeDistanceParis,.listestation .groupe_Range .rangeNbPisteMinValue,.listestation .groupe_Range .rangeNbRemonte,.listestation .groupe_Range .rangeStationAltitude{padding:8px 12px 4px;display:flex;flex-direction:column;justify-content:flex-start;gap:2px}.listestation .filterType ul,.listestation .groupe_Range ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.listestation .filterType.filter-departement .filter-checkbox,.listestation .filterType.filter-domaine .filter-checkbox,.listestation .filterType.filter-station .filter-checkbox,.listestation .groupe_Range.filter-departement .filter-checkbox,.listestation .groupe_Range.filter-domaine .filter-checkbox,.listestation .groupe_Range.filter-station .filter-checkbox{max-height:250px;overflow-y:auto}.listestation .filterType.filter-departement .filter-checkbox ul,.listestation .filterType.filter-domaine .filter-checkbox ul,.listestation .filterType.filter-station .filter-checkbox ul,.listestation .groupe_Range.filter-departement .filter-checkbox ul,.listestation .groupe_Range.filter-domaine .filter-checkbox ul,.listestation .groupe_Range.filter-station .filter-checkbox ul{flex-direction:column;flex-wrap:nowrap}.listestation .filterType.filter-departement .filter-checkbox::-webkit-scrollbar,.listestation .filterType.filter-domaine .filter-checkbox::-webkit-scrollbar,.listestation .filterType.filter-station .filter-checkbox::-webkit-scrollbar,.listestation .groupe_Range.filter-departement .filter-checkbox::-webkit-scrollbar,.listestation .groupe_Range.filter-domaine .filter-checkbox::-webkit-scrollbar,.listestation .groupe_Range.filter-station .filter-checkbox::-webkit-scrollbar{width:6px}.listestation .filterType.filter-departement .filter-checkbox::-webkit-scrollbar-track,.listestation .filterType.filter-domaine .filter-checkbox::-webkit-scrollbar-track,.listestation .filterType.filter-station .filter-checkbox::-webkit-scrollbar-track,.listestation .groupe_Range.filter-departement .filter-checkbox::-webkit-scrollbar-track,.listestation .groupe_Range.filter-domaine .filter-checkbox::-webkit-scrollbar-track,.listestation .groupe_Range.filter-station .filter-checkbox::-webkit-scrollbar-track{background:rgba(67,108,157,.05);border-radius:3px}.listestation .filterType.filter-departement .filter-checkbox::-webkit-scrollbar-thumb,.listestation .filterType.filter-domaine .filter-checkbox::-webkit-scrollbar-thumb,.listestation .filterType.filter-station .filter-checkbox::-webkit-scrollbar-thumb,.listestation .groupe_Range.filter-departement .filter-checkbox::-webkit-scrollbar-thumb,.listestation .groupe_Range.filter-domaine .filter-checkbox::-webkit-scrollbar-thumb,.listestation .groupe_Range.filter-station .filter-checkbox::-webkit-scrollbar-thumb{background:rgba(67,108,157,.3);border-radius:3px}.listestation .filterType.filter-departement .filter-checkbox::-webkit-scrollbar-thumb:hover,.listestation .filterType.filter-domaine .filter-checkbox::-webkit-scrollbar-thumb:hover,.listestation .filterType.filter-station .filter-checkbox::-webkit-scrollbar-thumb:hover,.listestation .groupe_Range.filter-departement .filter-checkbox::-webkit-scrollbar-thumb:hover,.listestation .groupe_Range.filter-domaine .filter-checkbox::-webkit-scrollbar-thumb:hover,.listestation .groupe_Range.filter-station .filter-checkbox::-webkit-scrollbar-thumb:hover{background:rgba(67,108,157,.5)}.listestation .filterType li,.listestation .groupe_Range li{background:#fff;border:1px solid rgba(67,108,157,.15);border-radius:6px;padding:8px 12px;transition:all .15s ease;cursor:pointer;width:100%;box-sizing:border-box}.listestation .filterType li:hover,.listestation .groupe_Range li:hover{background:rgba(67,108,157,.03);border-color:rgba(67,108,157,.25);box-shadow:0 1px 3px rgba(67,108,157,.08)}.listestation .filterType li input[type=checkbox],.listestation .groupe_Range li input[type=checkbox]{margin-right:8px;accent-color:#436c9d}.listestation .filterType li input[type=checkbox]:checked+label,.listestation .groupe_Range li input[type=checkbox]:checked+label{color:#436c9d;font-weight:500}.listestation .filterType li label,.listestation .groupe_Range li label{font-size:13px;color:#253b55;cursor:pointer;flex:1 1;transition:color .2s ease}.listestation .filterType p,.listestation .groupe_Range p{font-size:11px;color:#436c9d;margin:2px 0 0;text-align:center;background:linear-gradient(135deg,rgba(67,108,157,.06),rgba(67,108,157,.03));padding:3px 6px;border-radius:14px;font-weight:500;border:1px solid rgba(67,108,157,.08);letter-spacing:.3px}.listestation .filterType:not([open]):not(details) .headFilter{padding:14px 18px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));border-bottom:1px solid rgba(67,108,157,.1);margin-bottom:0}.listestation .filterType:not([open]):not(details) .headFilter h4:after{display:none}.listestation .filterType:not([open]):not(details) .region-container{padding:16px}.listestation .filterType:not([open]):not(details) .region-container li{width:100%!important}.listestation .sort-controls{background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.06);padding:16px;margin-bottom:24px;display:flex;gap:12px;flex-wrap:wrap;border:1px solid rgba(0,0,0,.05);max-width:1180px;margin-left:auto;margin-right:auto}.listestation .sort-controls .sort-button{background:rgba(244,67,54,.05);border:1px solid rgba(244,67,54,.2);border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;color:#f44336;cursor:pointer;transition:all .2s ease}.listestation .sort-controls .sort-button:hover{background:rgba(244,67,54,.1);transform:translateY(-1px);box-shadow:0 4px 12px rgba(244,67,54,.2)}.listestation .sort-controls .sort-button.active{background:#f44336;color:#fff;border-color:#f44336}.listestation .sort-controls .sort-button.active:hover{background:hsl(4.1052631579,89.6226415094%,53.431372549%)}.listestation .infinite-scroll-component,.listestation .infinite-scroll-component__outerdiv{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;gap:20px!important;justify-content:flex-start!important;max-width:1180px!important;margin:0 auto!important}.listestation .filter-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(10,32,58,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.listestation .filter-modal.open{opacity:1;visibility:visible}.listestation .filter-modal .filter-modal-content{position:absolute;top:0;left:0;right:0;height:100%;background:#fff;overflow-y:auto;transform:translateX(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:-8px 0 40px rgba(0,0,0,.15)}.listestation .filter-modal .filter-modal-content::-webkit-scrollbar{width:6px}.listestation .filter-modal .filter-modal-content::-webkit-scrollbar-track{background:rgba(67,108,157,.05)}.listestation .filter-modal .filter-modal-content::-webkit-scrollbar-thumb{background:rgba(67,108,157,.3);border-radius:3px}.listestation .filter-modal .filter-modal-content::-webkit-scrollbar-thumb:hover{background:rgba(67,108,157,.5)}.listestation .filter-modal.open .filter-modal-content{transform:translateX(0)}.listestation .filter-modal .filter-modal-header{position:-webkit-sticky;position:sticky;top:0;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));border:1px solid rgba(67,108,157,.08);border-right:none;border-left:none;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 12px rgba(0,0,0,.05)}.listestation .filter-modal .filter-modal-header h2{color:#253b55!important;font-size:20px;font-weight:700;margin:0}.listestation .filter-modal .filter-modal-header .close-modal{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:8px;border-radius:12px;min-width:44px;min-height:44px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);margin-left:auto}.listestation .filter-modal .filter-modal-header .close-modal:hover{background:rgba(67,108,157,.1)}.listestation .filter-modal .filter-modal-header .close-modal:active{background:rgba(67,108,157,.05)}.listestation .filter-modal .filter-modal-header .close-modal:focus{outline:2px solid rgba(67,108,157,.6);outline-offset:2px;background:rgba(67,108,157,.1)}.listestation .filter-modal .filter-modal-header .close-modal .burger-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.listestation .filter-modal .filter-modal-header .close-modal .burger-icon span{display:block;height:3px;width:100%;background:rgba(67,108,157,.8);border-radius:2px;transition:all .35s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;position:relative}.listestation .filter-modal .filter-modal-header .close-modal .burger-icon span:first-child{transform:translateY(7.5px) rotate(45deg) scaleX(1.1)}.listestation .filter-modal .filter-modal-header .close-modal .burger-icon span:nth-child(2){opacity:0;transform:scaleX(0) rotateY(90deg)}.listestation .filter-modal .filter-modal-header .close-modal .burger-icon span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg) scaleX(1.1)}@media(min-width:769px){.listestation .FiltreStation{max-width:280px;position:-webkit-sticky;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.listestation .FiltreStation::-webkit-scrollbar{width:6px}.listestation .FiltreStation::-webkit-scrollbar-track{background:rgba(67,108,157,.05);border-radius:3px}.listestation .FiltreStation::-webkit-scrollbar-thumb{background:rgba(67,108,157,.3);border-radius:3px}.listestation .FiltreStation::-webkit-scrollbar-thumb:hover{background:rgba(67,108,157,.5)}}.listestation .multi-range-slider{border:none!important;box-shadow:none!important;padding:8px 4px 4px!important;background:rgba(0,0,0,0)!important;position:relative}.listestation .multi-range-slider .bar{background:#f1f5f9!important;position:relative}.listestation .multi-range-slider .bar,.listestation .multi-range-slider .bar-inner{height:3px!important;border-radius:6px!important;border:none!important;box-shadow:none!important}.listestation .multi-range-slider .bar-inner{background:#436c9d!important}.listestation .multi-range-slider .bar-left,.listestation .multi-range-slider .bar-right{background:#f1f5f9!important;border:none!important;box-shadow:none!important;border-radius:6px!important;padding:0!important;height:3px!important}.listestation .multi-range-slider .thumb{background:#fff!important;border:1px solid rgba(67,108,157,.2)!important;border-radius:50%!important;width:18px!important;height:18px!important;cursor:pointer!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;transition:all .15s ease!important}.listestation .multi-range-slider .thumb:hover{border-color:#436c9d!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;transform:scale(1.05)!important}.listestation .multi-range-slider .thumb:before{content:""!important;position:absolute!important;width:8px!important;height:8px!important;margin:-4px!important;background:#436c9d!important;border:none!important;border-radius:50%!important;box-shadow:none!important;top:50%!important;left:50%!important}.listestation .multi-range-slider .thumb:active:before{background:rgb(59.3727678571,95.7053571429,139.1272321429)!important;transform:scale(1.1)!important}@media screen and (max-width:724px){.listestation .grilleStation{display:flex;flex-flow:wrap;max-width:95vw}.listestation .listeStationGrid{display:flex;flex-flow:column}}@media screen and (max-width:600px){.listestation .textbox{padding:40px 16px 20px}.listestation .textbox h1{font-size:clamp(24px,6vw,32px);line-height:1.3}.listestation .textbox p{font-size:11px}.listestation .entePage{margin:20px}.listestation .grilleStation{justify-content:center}.listestation .FiltreStation{width:330px}.listestation .infinite-scroll-component{display:flex!important;flex-direction:column!important;align-items:center!important}.listestation .filter-button-mobile{display:block!important}.listestation .filter-modal{z-index:9999}.listestation .main-filters .FiltreStation{display:none}.listestation .main-filters .listeStationGrid{width:100%}.listestation .filter-modal-content .grilleStation{display:block;width:100%;margin:0;padding:10px}.listestation .filter-modal-content .grilleStation .FiltreStation{width:100%;margin-top:40px}.listestation .background{height:35vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck_compare_small.webp);background-attachment:fixed}.listestation .sort-controls{flex-direction:row;align-items:center;padding:10px;gap:8px;margin:16px}.listestation .sort-controls .sort-button{width:auto;margin:0;padding:8px 12px;font-size:.8em}}.filter-button-mobile{display:none;background:rgba(244,67,54,.95);color:#fff;border:none;border-radius:20px 20px 0 0;padding:20px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:1001;box-shadow:0 -4px 20px rgba(244,67,54,.2),0 -2px 10px rgba(0,0,0,.1)}.filter-button-mobile:hover{background:#f44336;transform:translateY(-2px);box-shadow:0 -6px 25px rgba(244,67,54,.3),0 -3px 12px rgba(0,0,0,.15)}.filter-button-mobile:active{transform:translateY(0);transition:transform .1s ease}@media screen and (min-width:601px){.filter-button-mobile,.filter-modal{display:none!important}}@media screen and (max-width:600px){.filter-button-mobile{display:block!important;padding:16px 20px;font-size:15px}}.multi-range-slider *{box-sizing:border-box;padding:10px;margin:0}.multi-range-slider{display:flex;position:relative;padding:20px 10px;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-range-slider .bar{display:flex}.multi-range-slider .bar-left{width:25%;background-color:#f0f0f0;border-radius:10px 0 0 10px;box-shadow:inset 0 0 5px #000;padding:4px 0}.multi-range-slider .bar-right{width:25%;background-color:#fbfbff;border-radius:0 10px 10px 0;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner{background-color:#5b86b9;display:flex;flex-grow:1;flex-shrink:1;position:relative;border:1px solid #000;justify-content:space-between;box-shadow:inset 0 0 5px #000}.multi-range-slider .bar-inner-left,.multi-range-slider .bar-inner-right{width:50%}.multi-range-slider .thumb{background-color:#fff;position:relative;z-index:1;cursor:pointer}.multi-range-slider .thumb:before{content:"";background-color:inherit;position:absolute;width:20px;height:20px;border:1px solid #000;box-shadow:0 0 3px #000,inset 0 0 5px gray;border-radius:50%;z-index:1;margin:-8px -12px;cursor:pointer}.multi-range-slider .input-type-range:focus+.thumb:after{content:"";position:absolute;top:-4px;left:-7px;width:11px;height:11px;z-index:2;border-radius:50%;border:1px dotted #000;box-shadow:0 0 5px #fff,inset 0 0 10px #000}.multi-range-slider .caption{position:absolute;bottom:35px;width:2px;height:2px;left:1px;display:flex;justify-content:center;align-items:center;overflow:visible;display:none}.multi-range-slider .thumb .caption *{position:absolute;min-width:30px;height:30px;font-size:75%;text-align:center;line-height:30px;background-color:#f44336;border-radius:15px;color:#fff;box-shadow:0 0 5px #000;padding:0 5px;white-space:nowrap}.multi-range-slider .input-type-range:focus+.thumb .caption,.multi-range-slider .thumb:active .caption{display:flex}.multi-range-slider .input-type-range{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none}.multi-range-slider .ruler{margin:10px 0 -5px;display:flex;overflow:hidden}.multi-range-slider .ruler .ruler-rule{border-left:1px solid;border-bottom:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:5px 0}.multi-range-slider .ruler .ruler-rule:last-child{border-right:1px solid}.multi-range-slider .ruler .ruler-sub-rule{border-left:1px solid;display:flex;flex-grow:1;flex-shrink:1;padding:3px 0;bottom:0;margin-bottom:-5px}.multi-range-slider .ruler .ruler-sub-rule:first-child{border-left:none}.multi-range-slider .labels{display:flex;justify-content:space-between;padding:0;margin-top:10px;margin-bottom:-20px}.multi-range-slider .label{font-size:80%;display:flex;width:1px;justify-content:center}.multi-range-slider .label:first-child{justify-content:start}.multi-range-slider .label:last-child{justify-content:end}.multi-range-slider.zero-ranage-margin .thumb-left{right:12px}.multi-range-slider.zero-ranage-margin .thumb-right{left:8px}@media screen and (max-width:600px){.filter-button-mobile{display:block!important;padding:18px 20px;font-size:15px}.filter-button-mobile:before{font-size:16px}.desktop-filters{display:none}.filter-modal-content .grilleStation{display:flex;flex-direction:column;align-items:center;width:100%;margin:0;padding:0 16px;box-sizing:border-box}.filter-modal-content .grilleStation .FiltreStation{width:100%;max-width:500px;margin:0;padding:0;border-radius:0;box-shadow:none;border:none;background:rgba(0,0,0,0)}.filter-modal-content .grilleStation .FiltreStation .filter-section{background:#fff;margin-bottom:16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(67,108,157,.08);overflow:hidden}.filter-modal-content .grilleStation .FiltreStation .filter-section .filter-section-title{margin:0;border-radius:0}.filter-modal-content .grilleStation .FiltreStation .enteteFilterMenu{background:#fff;margin:0 0 20px;padding:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(67,108,157,.08)}.filter-modal-content .grilleStation .FiltreStation .enteteFilterMenu h2{font-size:18px}}@media screen and (min-width:601px){.filter-modal{display:none!important}}.sort-controls{display:flex;justify-content:space-between;align-items:center;background:#fbfbff;border-radius:8px;padding:12px 16px;margin:20px 0;box-shadow:0 2px 8px rgba(0,0,0,.1);gap:16px}.sort-controls .sort-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;flex:1 1}@media screen and (max-width:768px){.sort-controls{flex-direction:column;align-items:stretch;gap:12px}.sort-controls .sort-buttons{justify-content:center}.sort-controls .social-share{display:flex;justify-content:center}}.sort-controls .sort-button{padding:6px 14px;border:1px solid #436c9d;background:#fbfbff;color:#253b55;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:.85em;font-weight:500}.sort-controls .sort-button:hover{background:#436c9d;color:#fbfbff;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15)}.sort-controls .sort-button.active{background:#6b7280;color:#fff;border-color:#6b7280;box-shadow:0 2px 8px rgba(107,114,128,.2)}.sort-controls .sort-button.active:hover{background:#4b5563}@media screen and (min-width:725px){.listeStationGrid{display:block!important}}@media screen and (min-width:725px)and (max-width:1399px){.grilleStation{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px;max-width:1350px;margin:0 auto;padding:0 24px}.grilleStation .listeStationGrid .sort-controls{margin:20px auto;max-width:880px}.grilleStation .listeStationGrid .infinite-scroll-component,.grilleStation .listeStationGrid .infinite-scroll-component__outerdiv{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;gap:20px!important;justify-content:flex-start!important;padding:0!important;max-width:880px!important;margin:0 auto!important}}@media screen and (min-width:1400px){.grilleStation{display:grid;grid-template-columns:280px 1fr;grid-gap:32px;gap:32px;max-width:1600px;margin:0 auto;padding:0 32px}.grilleStation .listeStationGrid .sort-controls{margin:20px auto;max-width:1180px}.grilleStation .listeStationGrid .infinite-scroll-component,.grilleStation .listeStationGrid .infinite-scroll-component__outerdiv{display:flex!important;flex-wrap:wrap!important;flex-direction:row!important;gap:20px!important;justify-content:flex-start!important;padding:0!important;max-width:1180px!important;margin:0 auto!important}}.no-results-message{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}.no-results-message .no-results-content{text-align:center;max-width:500px;background:hsla(0,0%,100%,.95);border-radius:16px;padding:40px 30px;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(67,108,157,.1)}.no-results-message .no-results-content h3{color:#1e293b;font-size:24px;font-weight:600;margin:0 0 16px}.no-results-message .no-results-content p{color:#64748b;font-size:16px;line-height:1.6;margin:0 0 24px}.no-results-message .no-results-content .no-results-suggestions{text-align:left}.no-results-message .no-results-content .no-results-suggestions h4{color:#436c9d;font-size:16px;font-weight:600;margin:0 0 12px}.no-results-message .no-results-content .no-results-suggestions ul{list-style:none;padding:0;margin:0}.no-results-message .no-results-content .no-results-suggestions ul li{color:#475569;font-size:14px;position:relative;padding:6px 0 6px 20px}.no-results-message .no-results-content .no-results-suggestions ul li:before{content:"•";color:#436c9d;position:absolute;left:0;font-weight:700}.loading-message{display:flex;justify-content:center;align-items:center;padding:40px 20px}.loading-message .loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-message .loading-content h4{color:#436c9d;font-size:16px;font-weight:500;margin:0}.loading-message .loading-content .loading-spinner{width:32px;height:32px;border:3px solid rgba(67,108,157,.2);border-top-color:#436c9d;border-radius:50%;animation:spin 1s linear infinite}.end-message{text-align:center;padding:40px 20px}.end-message p{color:#059669;font-size:16px;font-weight:500;margin:0;padding:20px;background:rgba(16,185,129,.1);border-radius:12px;border:1px solid rgba(16,185,129,.2)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.multi-range-slider .ruler,.multi-range-slider .thumb .thumb-value,.multi-range-slider .thumb:after{display:none!important}@media screen and (max-width:768px){.no-results-message{min-height:300px;padding:20px}.no-results-message .no-results-content{padding:30px 20px}.no-results-message .no-results-content h3{font-size:20px}.no-results-message .no-results-content p{font-size:15px}.loading-message{padding:30px 20px}.loading-message .loading-content h4{font-size:15px}}.comparestation{width:100%;max-width:none}.comparestation .compare-intro-section{background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01))}.comparestation .compare-intro-section .intro-content{max-width:1000px;margin:0 auto}.comparestation .compare-intro-section .intro-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-bottom:40px}.comparestation .compare-intro-section .intro-steps .step-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);transition:all .3s ease;position:relative}.comparestation .compare-intro-section .intro-steps .step-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15)}.comparestation .compare-intro-section .intro-steps .step-card .step-number{position:absolute;top:-12px;left:24px;background:linear-gradient(135deg,#436c9d,#334e68);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(67,108,157,.3)}.comparestation .compare-intro-section .intro-steps .step-card .step-content{margin-top:8px}.comparestation .compare-intro-section .intro-steps .step-card .step-content h4{font-size:18px;font-weight:700;color:#253b55;margin:0 0 12px}.comparestation .compare-intro-section .intro-steps .step-card .step-content p{color:#436c9d;line-height:1.6;margin:0;font-size:14px}.comparestation .compare-intro-section .intro-features{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;max-width:1000px;margin:0 auto}.comparestation .compare-intro-section .intro-features .feature-highlight{display:flex;align-items:center;gap:12px;padding:16px 24px;background:rgba(67,108,157,.05);border-radius:25px;border:1px solid rgba(67,108,157,.1);transition:all .2s ease;flex:1 1;min-width:280px}.comparestation .compare-intro-section .intro-features .feature-highlight:hover{background:rgba(67,108,157,.08);transform:translateY(-2px)}.comparestation .compare-intro-section .intro-features .feature-highlight .feature-icon{font-size:20px;filter:grayscale(.2)}.comparestation .compare-intro-section .intro-features .feature-highlight .feature-text{font-weight:600;color:#253b55;font-size:14px}@media screen and (max-width:1024px){.comparestation .compare-intro-section .intro-features .feature-highlight{min-width:240px;padding:14px 20px}.comparestation .compare-intro-section .intro-features .feature-highlight .feature-text{font-size:13px}}@media screen and (max-width:768px){.comparestation .compare-intro-section .intro-steps{grid-template-columns:1fr;gap:20px}.comparestation .compare-intro-section .intro-steps .step-card{padding:20px}.comparestation .compare-intro-section .intro-steps .step-card .step-content h4{font-size:16px}.comparestation .compare-intro-section .intro-steps .step-card .step-content p{font-size:13px}.comparestation .compare-intro-section .intro-features{flex-direction:column;align-items:center}.comparestation .compare-intro-section .intro-features .feature-highlight{padding:12px 20px}.comparestation .compare-intro-section .intro-features .feature-highlight .feature-text{font-size:13px}}@media screen and (max-width:480px){.comparestation .compare-intro-section .intro-content{padding:0 16px}.comparestation .compare-intro-section .intro-steps{gap:16px}.comparestation .compare-intro-section .intro-steps .step-card{padding:16px}.comparestation .compare-intro-section .intro-features{gap:12px}.comparestation .compare-intro-section .intro-features .feature-highlight{padding:10px 16px;width:100%;justify-content:center}}.comparestation .background{height:40vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck_compare.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;justify-content:flex-start}.comparestation .textbox{display:flex;flex:1 1;justify-content:center;align-items:center;padding:60px 24px 40px;text-align:center;min-height:0}.comparestation .textbox h1{font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0;padding:0;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);max-width:800px;animation:fadeInUp .8s ease-out}.comparestation .header{position:relative;overflow:hidden}.comparestation .header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.02),transparent 50%,rgba(255,255,255,.02));pointer-events:none;z-index:1}.comparestation .compare-container{max-width:1600px;margin:0 auto;padding:32px 20px}.comparestation .compare-container .station-selector{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:24px;margin-bottom:32px;border:1px solid rgba(0,0,0,.05)}.comparestation .compare-container .station-selector h2{color:#374151;font-size:20px;font-weight:700;margin-bottom:24px;padding-left:4px}.comparestation .compare-container .station-selector .search-section .search-input-container{position:relative}.comparestation .compare-container .station-selector .search-section .search-input-container .search-input{width:100%;padding:14px 18px;border:1px solid rgba(0,0,0,.15);border-radius:12px;font-size:15px;transition:all .2s ease;background:rgba(0,0,0,.02)}.comparestation .compare-container .station-selector .search-section .search-input-container .search-input:focus{outline:none;border-color:rgba(0,0,0,.25);box-shadow:0 2px 8px rgba(0,0,0,.1)}.comparestation .compare-container .station-selector .search-section .search-input-container .search-input::placeholder{color:#9ca3af}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid rgba(67,108,157,.15);border-radius:16px;max-height:320px;overflow-y:auto;z-index:10;box-shadow:0 8px 32px rgba(67,108,157,.15);padding:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item{background:linear-gradient(135deg,rgba(67,108,157,.02),rgba(67,108,157,.01));border:1px solid rgba(67,108,157,.08);border-radius:12px;padding:16px 20px;margin-bottom:0;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:4px;position:relative;overflow:hidden;flex:0 1 auto;min-width:200px;max-width:300px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:last-child{margin-bottom:0}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#436C9D,#f44336);opacity:0;transition:opacity .2s ease}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:hover{background:linear-gradient(135deg,rgba(67,108,157,.08),rgba(67,108,157,.04));border-color:rgba(67,108,157,.2);transform:translateY(-2px);box-shadow:0 6px 20px rgba(67,108,157,.12)}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:hover:before{opacity:1}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:hover span{color:#253b55}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:hover small{color:#436c9d}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(67,108,157,.1)}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item span{font-weight:600;color:#253b55;font-size:15px;line-height:1.3;transition:color .2s ease}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item small{color:#436c9d;font-size:13px;font-weight:500;display:flex;align-items:center;gap:4px;transition:color .2s ease}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item small:before{content:"📍";font-size:11px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions::-webkit-scrollbar{width:6px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions::-webkit-scrollbar-track{background:rgba(67,108,157,.05);border-radius:3px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions::-webkit-scrollbar-thumb{background:rgba(67,108,157,.2);border-radius:3px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions::-webkit-scrollbar-thumb:hover{background:rgba(67,108,157,.3)}.comparestation .compare-container .station-selector .selected-stations-summary{margin-top:24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.comparestation .compare-container .station-selector .selected-stations-summary .share-section{flex-shrink:0}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count{flex:1 1;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count span{font-weight:600;color:#374151;font-size:15px}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count .view-mode-buttons{display:flex;gap:4px;background:rgba(0,0,0,.05);border-radius:8px;padding:2px}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count .view-mode-buttons .view-mode-btn{background:rgba(0,0,0,0);border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#6b7280}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count .view-mode-buttons .view-mode-btn.active{background:#fff;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.1);font-weight:600}.comparestation .compare-container .station-selector .selected-stations-summary .stations-count .view-mode-buttons .view-mode-btn:hover:not(.active){background:hsla(0,0%,100%,.5)}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags-row .clear-all-btn{background:rgba(220,53,69,.1);color:#dc3545;border:1px solid rgba(220,53,69,.2);border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags-row .clear-all-btn:hover{background:#dc3545;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(220,53,69,.3)}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags{display:flex;flex-wrap:wrap;gap:8px}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags .station-tag{display:inline-flex;align-items:center;background:#6b7280;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags .station-tag .remove-tag{background:none;border:none;color:#fff;margin-left:8px;cursor:pointer;font-size:16px;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.comparestation .compare-container .station-selector .selected-stations-summary .selected-tags .station-tag .remove-tag:hover{background:hsla(0,0%,100%,.2)}.comparestation .compare-container .comparison-content .empty-comparison{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.comparestation .compare-container .comparison-content .empty-comparison h3{color:#374151;margin-bottom:16px;font-size:24px;font-weight:600}.comparestation .compare-container .comparison-content .empty-comparison p{color:#6b7280;font-size:16px;line-height:1.5}.comparestation .compare-container .comparison-content .stations-comparison-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px}.comparestation .compare-container .comparison-content .comparison-card-detailed{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.comparestation .compare-container .comparison-content .comparison-card-detailed:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,0,0,.12)}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:20px;border-bottom:1px solid rgba(0,0,0,.06);position:relative}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-header h3{margin:0;font-size:20px;font-weight:700;color:#1e293b;padding-right:40px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-header .remove-btn{position:absolute;top:16px;right:16px;background:rgba(220,53,69,.1);color:#dc3545;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-header .remove-btn:hover{background:#dc3545;color:#fff;transform:scale(1.1)}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content{padding:0;max-height:600px;overflow-y:auto}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section{padding:20px;border-bottom:1px solid rgba(0,0,0,.04)}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section:last-child{border-bottom:none}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section h4{font-size:14px;font-weight:600;color:#475569;margin:0 0 12px;padding-bottom:6px;border-bottom:2px solid rgba(0,0,0,.06)}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .info-grid{display:grid;grid-gap:8px;gap:8px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .info-grid .info-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .info-grid .info-item .label{font-size:13px;color:#64748b;font-weight:500}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .info-grid .info-item .value{font-size:13px;color:#1e293b;font-weight:600}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .pistes-detail{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .pistes-detail .piste-item{background:rgba(0,0,0,.04);padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .prix-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .prix-section .prix-item{background:rgba(34,197,94,.08);padding:8px 12px;border-radius:8px;text-align:center}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .prix-section .prix-item .label{display:block;font-size:11px;color:#059669;font-weight:500}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .prix-section .prix-item .value{display:block;font-size:14px;color:#047857;font-weight:700;margin-top:2px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .domaine-item{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:12px;margin-bottom:8px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .domaine-item .domaine-name{font-weight:600;color:#1e293b;font-size:14px;margin-bottom:4px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .domaine-item .domaine-details{display:flex;justify-content:space-between;font-size:12px;color:#64748b}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .domaine-item .domaine-details .liaison-type{font-style:italic}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .disciplines{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .disciplines .discipline-tag{background:rgba(99,102,241,.1);color:#6366f1;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .disciplines .discipline-tag.more{background:rgba(107,114,128,.1);color:#6b7280}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .services-list{display:flex;flex-wrap:wrap;gap:4px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .services-list .service-tag{background:rgba(16,185,129,.1);color:#10b981;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:500}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .services-list .service-tag.more{background:rgba(107,114,128,.1);color:#6b7280}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .contact-info .contact-item{margin-bottom:6px;font-size:13px}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .contact-info .contact-item a{color:#3b82f6;text-decoration:none}.comparestation .compare-container .comparison-content .comparison-card-detailed .card-content .info-section .contact-info .contact-item a:hover{text-decoration:underline}.comparestation .compare-container .comparison-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);overflow:hidden}.comparestation .compare-container .comparison-table-container .table-controls{padding:24px;border-bottom:1px solid rgba(0,0,0,.06);background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.comparestation .compare-container .comparison-table-container .table-controls h3{margin:0 0 16px;font-size:20px;font-weight:700;color:#1e293b}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles .toggle-label{font-size:14px;font-weight:600;color:#475569;margin-right:8px}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles .category-toggle{background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.08);border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles .category-toggle.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles .category-toggle:hover:not(.active){background:rgba(0,0,0,.08)}.comparestation .compare-container .comparison-table-container .table-wrapper{overflow-x:auto;max-height:80vh;overflow-y:auto}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table{width:100%;border-collapse:collapse;font-size:13px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table td,.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table th{padding:12px 16px;text-align:left;border-bottom:1px solid rgba(0,0,0,.06)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:40}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th{background:#f8fafc;font-weight:600;color:#1e293b;border-bottom:2px solid rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.field-header{min-width:200px;position:-webkit-sticky;position:sticky;left:0;top:0;z-index:41;background:#f1f5f9;box-shadow:2px 0 5px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header{min-width:150px;position:-webkit-sticky;position:sticky;top:0}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content{display:flex;justify-content:space-between;align-items:center}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name-link{color:inherit;text-decoration:none;display:flex;align-items:center;padding:2px 4px;border-radius:6px;transition:all .2s ease}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name-link:hover{background:rgba(67,108,157,.1);color:#436c9d;transform:translateY(-1px)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name-link:focus{outline:2px solid rgba(67,108,157,.3);outline-offset:2px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name{font-weight:700}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .remove-station-btn{background:rgba(220,53,69,.1);color:#dc3545;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .remove-station-btn:hover{background:#dc3545;color:#fff}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .category-separator .category-title{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);font-weight:700;color:#334155;text-align:left;padding:12px;font-size:14px;position:-webkit-sticky;position:sticky;left:0;z-index:35;box-shadow:2px 0 5px rgba(0,0,0,.1)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row:hover{background:rgba(0,0,0,.02)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row .field-label{font-weight:600;color:#475569;background:#f8fafc;position:-webkit-sticky;position:sticky;left:0;z-index:30;box-shadow:2px 0 3px rgba(0,0,0,.05)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row .field-value{color:#1e293b;font-weight:500}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row .field-value a{color:#3b82f6;text-decoration:none}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row .field-value a:hover{text-decoration:underline}.comparestation .compare-container .comparison-table-container .table-summary{padding:16px 24px;background:rgba(0,0,0,.02);border-top:1px solid rgba(0,0,0,.06);text-align:center}.comparestation .compare-container .comparison-table-container .table-summary p{margin:0;font-size:14px;color:#64748b}.comparestation .compare-container .comparison-table-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05)}.comparestation .compare-container .comparison-table-empty h3{color:#374151;margin-bottom:16px;font-size:24px;font-weight:600}.comparestation .compare-container .comparison-table-empty p{color:#6b7280;font-size:16px;line-height:1.5}@media screen and (max-width:768px){.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions{flex-direction:column}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item{min-width:100%;max-width:100%}}@media screen and (max-width:600px){.comparestation .background{height:35vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck_compare_small.webp)}.comparestation .textbox{padding:40px 16px 20px}.comparestation .textbox h1{font-size:clamp(24px,6vw,32px);line-height:1.3}.comparestation .compare-container{padding:20px 16px}.comparestation .compare-container .station-selector{padding:20px}.comparestation .compare-container .station-selector h2{font-size:18px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions{max-height:280px;padding:8px;grid-template-columns:1fr!important;gap:6px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item{padding:12px 16px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item span{font-size:14px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item small{font-size:12px}.comparestation .compare-container .station-selector .search-section .search-input-container .search-suggestions .suggestion-item small:before{font-size:10px}.comparestation .compare-container .stations-comparison-cards{grid-template-columns:1fr;gap:16px}.comparestation .compare-container .selected-stations-summary{flex-direction:column;align-items:stretch}.comparestation .compare-container .selected-stations-summary .share-section{display:flex;justify-content:center}.comparestation .compare-container .selected-stations-summary .stations-count{flex-direction:column;align-items:stretch;gap:12px}.comparestation .compare-container .selected-stations-summary .stations-count .view-mode-buttons{align-self:center}.comparestation .compare-container .selected-stations-summary .selected-tags-row{flex-direction:column;gap:12px}.comparestation .compare-container .selected-stations-summary .selected-tags-row .clear-all-btn{align-self:center}.comparestation .compare-container .comparison-table-container .table-controls{padding:16px}.comparestation .compare-container .comparison-table-container .table-controls h3{font-size:18px}.comparestation .compare-container .comparison-table-container .table-controls .category-toggles .category-toggle{font-size:11px;padding:4px 8px}.comparestation .compare-container .comparison-table-container .table-wrapper{max-height:70vh}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table{font-size:12px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table td,.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table th{padding:8px 12px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.field-header{min-width:150px;box-shadow:2px 0 5px rgba(0,0,0,.15)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header{min-width:120px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name-link{padding:1px 2px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name-link:hover{background:rgba(67,108,157,.15)}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .station-name{font-size:12px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table thead th.station-header .station-header-content .remove-station-btn{width:20px;height:20px;font-size:12px}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .data-row .field-label{box-shadow:2px 0 3px rgba(0,0,0,.1);text-align:left}.comparestation .compare-container .comparison-table-container .table-wrapper .comparison-table tbody .category-separator .category-title{text-align:left;box-shadow:2px 0 5px rgba(0,0,0,.15);padding-left:16px;font-size:13px}}@media(max-width:480px){.comparestation .selected-tags .station-tag{font-size:12px;padding:4px 8px}}.grille_detail{color:#253b55;width:280px;min-width:280px;max-width:280px;height:480px;border-radius:12px;background:#fbfbff;margin:0;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;transition:all .2s ease}.grille_detail:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.grille_detail .card_header{position:relative;height:200px;overflow:hidden}.grille_detail .image_container{position:relative;width:100%;height:100%}.grille_detail .photo_station{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.grille_detail:hover .grille_detail .photo_station{transform:scale(1.02)}.grille_detail .image_overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:20px 16px 16px;color:#fff}.grille_detail .station_title{margin-bottom:8px}.grille_detail .station_title a{text-decoration:none;color:#fff;font-size:20px;font-weight:600;display:block;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.8),-1px -1px 2px rgba(0,0,0,.8),1px -1px 2px rgba(0,0,0,.8),-1px 1px 2px rgba(0,0,0,.8)}.grille_detail .station_title a:hover{color:#f44336;text-shadow:1px 1px 3px rgba(0,0,0,.9),-1px -1px 3px rgba(0,0,0,.9),1px -1px 3px rgba(0,0,0,.9),-1px 1px 3px rgba(0,0,0,.9)}.grille_detail .location_links{display:flex;gap:8px;flex-wrap:wrap}.grille_detail .location_tag{text-decoration:none;font-size:12px;padding:4px 8px;border-radius:12px;transition:all .3s ease;background:hsla(0,0%,100%,.2);color:#fff;font-weight:500}.grille_detail .location_tag:hover{background:#f44336;box-shadow:0 1px 4px rgba(0,0,0,.15)}.grille_detail .card_content{padding:12px;display:flex;flex-direction:column;gap:8px;height:calc(100% - 200px)}.grille_detail .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.grille_detail .section_header h3{font-size:14px;font-weight:600;color:#253b55;margin:0}.grille_detail .labels_container{display:flex;gap:6px;margin-bottom:8px}.grille_detail .label_badge{width:24px;height:24px;background:#f44336;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;cursor:help;transition:transform .2s ease}.grille_detail .label_badge:hover{transform:scale(1.1)}.grille_detail .label_badge .famille_plus_icon{width:22px;height:22px;border-radius:2px}.grille_detail .station_info_section .info_grid{display:grid;grid-template-columns:1fr;grid-gap:6px}.grille_detail .domaine_connection_section{margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(67,108,157,.1)}.grille_detail .domaine_connection_section .domaine_link_header{display:flex;align-items:flex-start;gap:4px}.grille_detail .domaine_connection_section .domaine_link_header .domaine_prefix{font-size:13px;color:#436c9d;font-weight:500;white-space:nowrap;flex-shrink:0}.grille_detail .domaine_connection_section .domaine_link_header a{text-decoration:none;color:#f44336;font-weight:600;font-size:14px;transition:all .3s ease;line-height:1.2;flex:1 1}.grille_detail .domaine_connection_section .domaine_link_header a:hover{text-decoration:underline;transform:translateX(2px)}.grille_detail .domaine_connection_section .domaine_independent_header span{font-size:13px;color:#6b7280;font-weight:500;font-style:italic}.grille_detail .station_info_section .section_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.grille_detail .station_info_section .section_header h3{font-size:15px;font-weight:600;color:#253b55;margin:0}.grille_detail .station_info_section .section_header .famille_plus_badge .famille_plus_icon{width:28px;height:28px;border-radius:4px;transition:transform .2s ease}.grille_detail .station_info_section .section_header .famille_plus_badge .famille_plus_icon:hover{transform:scale(1.05)}.grille_detail .station_info_section .info_grid{display:flex;flex-direction:column;gap:6px}.grille_detail .station_info_section .info_item{display:flex;align-items:center;padding:6px 10px;background:rgba(241,245,249,.3);border-radius:8px;gap:8px}.grille_detail .station_info_section .info_item .info_icon{width:16px;height:16px;opacity:.7;flex-shrink:0}.grille_detail .station_info_section .info_item .info_value{font-size:13px;font-weight:500;color:#253b55}.grille_detail .station_info_section .info_item.station_altitude{border-left:3px solid #8b4513}.grille_detail .station_info_section .info_item.domain_altitude{border-left:3px solid sienna}.grille_detail .station_info_section .info_item.pistes{border-left:3px solid #2e8b57}.grille_detail .station_info_section .info_item.remontees{border-left:3px solid #4169e1}@media screen and (max-width:768px){.grille_detail{max-width:100%;margin:16px}.grille_detail .card_header{height:160px}.grille_detail .station_title a{font-size:18px}.grille_detail .card_content{padding:16px;gap:16px}.grille_detail .info_grid{grid-template-columns:1fr}}@media screen and (max-width:480px){.grille_detail{margin:12px}.grille_detail .card_header{height:140px}.grille_detail .image_overlay{padding:16px 12px 12px}.grille_detail .station_title a{font-size:16px}.grille_detail .location_tag{font-size:11px;padding:3px 6px}.grille_detail .card_content{padding:12px;gap:12px}.grille_detail .section_header h3{font-size:14px}.grille_detail .label_badge{width:20px;height:20px}}@media screen and (min-width:725px){.grille_detail{margin:0;width:280px}}@media screen and (max-width:724px){.grille_detail{width:calc(100% - 32px);max-width:400px;margin:16px auto}}.detailstation{width:100%;max-width:none}.detailstation .background{height:50vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck_lst-station.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.detailstation .background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.02),transparent 50%,rgba(255,255,255,.02));pointer-events:none;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.detailstation .textbox{display:flex;flex:1 1;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px 40px;text-align:center;position:relative;z-index:2;min-height:0}.detailstation .textbox h1{font-size:clamp(28px,5vw,48px);font-weight:700;color:#fff;margin:0 0 20px;padding:0;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.3),0 4px 8px rgba(0,0,0,.2);max-width:900px;animation:fadeInUp .8s ease-out}.detailstation .textbox .station-highlight{max-width:700px;animation:fadeInUp .8s ease-out .2s both}.detailstation .textbox .station-highlight .station-tagline{color:hsla(0,0%,100%,.9);font-size:clamp(16px,3vw,20px);line-height:1.6;margin:0 0 30px;font-weight:400}.detailstation .textbox .station-highlight .cta-header .btn-primary-header{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;border:none;padding:16px 32px;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(244,67,54,.3)}.detailstation .textbox .station-highlight .cta-header .btn-primary-header:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(244,67,54,.4);background:linear-gradient(135deg,#e53935,#c62828)}.detailstation .textbox .station-highlight .cta-header .btn-primary-header:active{transform:translateY(0)}.detailstation .quick-stats-bar{background:#fff;margin:-30px auto 40px;max-width:1200px;border-radius:16px;box-shadow:0 8px 40px rgba(0,0,0,.12);position:relative;z-index:3;padding:24px}.detailstation .quick-stats-bar .stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px;align-items:center;justify-items:center}.detailstation .quick-stats-bar .stats-container .stat-card{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));border:1px solid rgba(67,108,157,.1);transition:all .2s ease}.detailstation .quick-stats-bar .stats-container .stat-card.highlight{background:linear-gradient(135deg,rgba(244,67,54,.08),rgba(244,67,54,.04));border-color:rgba(244,67,54,.2)}.detailstation .quick-stats-bar .stats-container .stat-card.highlight .stat-value{color:#d32f2f}.detailstation .quick-stats-bar .stats-container .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(67,108,157,.15)}.detailstation .quick-stats-bar .stats-container .stat-card .stat-icon{font-size:24px;filter:grayscale(.2)}.detailstation .quick-stats-bar .stats-container .stat-card .stat-content .stat-value{font-size:18px;font-weight:700;color:#253b55;line-height:1.2}.detailstation .quick-stats-bar .stats-container .stat-card .stat-content .stat-label{font-size:12px;color:#436c9d;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.detailstation .why-choose-section{background:#fff;margin:0 auto 40px;max-width:1200px;padding:60px 40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center}.detailstation .why-choose-section .section-header{margin-bottom:50px}.detailstation .why-choose-section .section-header h2{font-size:clamp(28px,4vw,36px);color:#253b55;margin-bottom:16px;font-weight:700}.detailstation .why-choose-section .section-header .section-subtitle{font-size:18px;color:#436c9d;max-width:600px;margin:0 auto;line-height:1.6}.detailstation .why-choose-section .reasons-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;align-items:stretch;max-width:1000px;margin:0 auto 50px}.detailstation .why-choose-section .reasons-grid .reason-card{padding:30px 20px;border-radius:12px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border:1px solid rgba(67,108,157,.08);transition:all .3s ease;flex:0 1 280px;min-width:250px}.detailstation .why-choose-section .reasons-grid .reason-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15);border-color:rgba(67,108,157,.2)}.detailstation .why-choose-section .reasons-grid .reason-card .reason-icon{font-size:36px;margin-bottom:16px}.detailstation .why-choose-section .reasons-grid .reason-card .reason-title{font-size:18px;font-weight:600;color:#253b55;margin-bottom:12px}.detailstation .why-choose-section .reasons-grid .reason-card .reason-description{color:#436c9d;line-height:1.5;font-size:14px}.detailstation .why-choose-section .info-section{margin-top:30px}.detailstation .why-choose-section .info-section .station-info{font-size:16px;color:#436c9d;margin-bottom:20px;font-style:italic}.detailstation .why-choose-section .info-section .btn-info{background:rgba(0,0,0,0);color:#436c9d;border:2px solid #436c9d;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.detailstation .why-choose-section .info-section .btn-info:hover{background:#436c9d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px rgba(67,108,157,.3)}.detailstation .bloc-rubrique{background:#fff;margin-bottom:40px;padding:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.detailstation .top_class{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px 0}.detailstation .top_class h2{padding:15px;color:#253b55;text-align:center;font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:10px}.detailstation .top_class h4{color:#436c9d;font-weight:400;text-align:center;font-size:clamp(.9rem,2vw,1.1rem)}.detailstation .leaflet-container{max-width:1140px;height:400px;margin:16px auto;border-radius:8px;overflow:hidden;z-index:40}.detailstation .section-detail_station{width:100%;margin:0 auto;max-width:1400px;padding:40px 20px}.detailstation .bloc-detail-station{width:100%;margin:0}.detailstation .det_stat_info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;justify-items:center;padding:20px 0}.detailstation .det_stat_ss_element{width:100%;max-width:320px;min-height:200px;border-radius:12px;background:#fbfbff;color:#253b55;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.detailstation .det_stat_ss_element:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.detailstation .det_stat_ss_top h3{display:flex;min-height:70px;justify-content:center;align-items:center;padding:16px 12px;background:#436c9d;color:#fbfbff;font-weight:500;font-size:1rem;text-align:center;margin:0}.detailstation .det_info_station{padding:20px 0}.detailstation .det_info_label{background:#f1f5f9;padding:20px 0;border-radius:8px;margin-top:20px}.detailstation .det_stat_ss_block{padding:20px;min-height:120px;display:flex;align-items:center;justify-content:center}.detailstation .det_stat_ss_block ul{margin:0;padding:0;display:flex;flex-direction:column;gap:8px;width:100%;align-items:center}.detailstation .det_stat_ss_block ul li{list-style:none;text-align:center;padding:4px 0;font-size:.95rem;line-height:1.4}.detailstation .internalLink{margin:8px 0}.detailstation .internalLink a{display:inline-block;color:#436c9d;text-decoration:none;font-weight:500;position:relative;transition:color .3s ease}.detailstation .internalLink a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f44336;transition:width .3s ease}.detailstation .internalLink a:hover{color:#f44336}.detailstation .internalLink a:hover:after{width:100%}.detailstation .externalLink{display:flex;justify-content:center;align-items:center;height:100%;min-height:80px;transition:transform .2s ease}.detailstation .externalLink:hover{transform:scale(1.1)}.detailstation .list_flag_track img{height:16px;width:16px;margin-right:8px;vertical-align:middle}.detailstation .list_flag_track li{display:flex;align-items:center;justify-content:flex-start;text-align:left!important;padding:6px 0}.detailstation .icon_flag_green{filter:invert(22%) sepia(89%) saturate(5331%) hue-rotate(108deg) brightness(97%) contrast(102%)}.detailstation .icon_flag_blue{filter:invert(7%) sepia(100%) saturate(7422%) hue-rotate(247deg) brightness(114%) contrast(142%)}.detailstation .icon_flag_red{filter:invert(30%) sepia(100%) saturate(6720%) hue-rotate(355deg) brightness(94%) contrast(124%)}.detailstation .icon_flag_black{filter:invert(0) sepia(0) saturate(0) hue-rotate(0deg) brightness(0) contrast(100%)}.detailstation .icon_lien{height:64px;width:64px;filter:invert(36%) sepia(77%) saturate(380%) hue-rotate(172deg) brightness(94%) contrast(84%);transition:filter .2s ease}.detailstation .icon_lien:hover{filter:invert(19%) sepia(100%) saturate(5000%) hue-rotate(355deg) brightness(94%) contrast(124%)}.detailstation .det_info_txt{margin:24px;padding:24px;background-color:#fbfbff;border-radius:8px;line-height:1.6;font-size:.95rem}.detailstation .det_info_label img{height:80px;width:80px;object-fit:contain}@media screen and (max-width:768px){.detailstation .background{height:45vh;background-attachment:scroll}.detailstation .textbox{padding:40px 20px 30px}.detailstation .quick-stats-bar{margin:-20px 16px 30px;padding:20px 16px}.detailstation .quick-stats-bar .stats-container{grid-template-columns:repeat(2,1fr);gap:16px}.detailstation .quick-stats-bar .stats-container .stat-card{padding:12px;flex-direction:column;text-align:center;gap:8px}.detailstation .quick-stats-bar .stats-container .stat-card .stat-icon{font-size:20px}.detailstation .quick-stats-bar .stats-container .stat-card .stat-content .stat-value{font-size:16px}.detailstation .quick-stats-bar .stats-container .stat-card .stat-content .stat-label{font-size:11px}.detailstation .why-choose-section{padding:40px 20px}.detailstation .why-choose-section .reasons-grid{flex-direction:column;gap:20px}.detailstation .why-choose-section .reasons-grid .reason-card{padding:24px 16px}.detailstation .why-choose-section .cta-section .cta-buttons{flex-direction:column;align-items:center}.detailstation .why-choose-section .cta-section .cta-buttons .btn-primary,.detailstation .why-choose-section .cta-section .cta-buttons .btn-secondary{width:100%;max-width:280px}.detailstation .section-detail_station{padding:20px 16px}.detailstation .bloc-rubrique{padding:24px 20px;margin-bottom:24px}.detailstation .det_stat_info{grid-template-columns:1fr;gap:16px}.detailstation .det_stat_info .det_stat_ss_element{max-width:100%}.detailstation .leaflet-container{height:300px;margin:16px 0}}@media screen and (max-width:480px){.detailstation .background{height:50vh}.detailstation .textbox{padding:30px 16px 20px}.detailstation .textbox h1{font-size:clamp(24px,6vw,32px)}.detailstation .textbox .station-highlight .station-tagline{font-size:clamp(14px,4vw,18px)}.detailstation .quick-stats-bar{margin:-15px 12px 20px;padding:16px 12px}.detailstation .quick-stats-bar .stats-container{grid-template-columns:1fr}.detailstation .quick-stats-bar .stats-container .stat-card{padding:16px;flex-direction:row;text-align:left}.detailstation .quick-stats-bar .stats-container .stat-card .stat-content .stat-value{font-size:18px}.detailstation .section-detail_station{padding:16px 12px}.detailstation .why-choose-section{padding:30px 16px}.detailstation .why-choose-section .section-header h2{font-size:clamp(24px,5vw,28px)}}@media screen and (min-width:1200px){.detailstation .section-detail_station{max-width:1600px}.detailstation .quick-stats-bar{max-width:1400px}.detailstation .quick-stats-bar .stats-container{grid-template-columns:repeat(6,1fr)}.detailstation .why-choose-section .reasons-grid{justify-content:center}.detailstation .why-choose-section .reasons-grid .reason-card{flex:0 1 280px;max-width:300px}}.station-section{background:#fff;margin:0 auto 40px;max-width:1200px;padding:40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.station-section .section-title{font-size:clamp(28px,4vw,36px);color:#253b55;margin-bottom:30px;font-weight:700;text-align:center}.overview-content{display:flex;flex-direction:column;gap:24px;max-width:1200px;margin:0 auto}.overview-content .overview-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);transition:all .3s ease}.overview-content .overview-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(67,108,157,.15)}.overview-content .overview-card .card-header{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid rgba(67,108,157,.1)}.overview-content .overview-card .card-header h3{font-size:20px;font-weight:600;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.overview-content .description-card .card-content .description-text{font-size:16px;line-height:1.8;color:#436c9d;text-align:left;margin:0}.overview-content .overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:24px;gap:24px}.overview-content .atouts-card .atouts-list{display:flex;flex-direction:column;gap:12px}.overview-content .atouts-card .atouts-list .atout-item{display:flex;align-items:flex-start;gap:12px}.overview-content .atouts-card .atouts-list .atout-item .atout-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff;font-size:14px;font-weight:700;flex-shrink:0;margin-top:2px}.overview-content .atouts-card .atouts-list .atout-item .atout-text{font-size:15px;color:#253b55;line-height:1.5;flex:1 1}.overview-content .activities-card .activities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:12px;gap:12px}.overview-content .activities-card .activities-grid .activity-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border-radius:10px;border:1px solid rgba(67,108,157,.08);transition:all .2s ease;text-align:center}.overview-content .activities-card .activities-grid .activity-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(67,108,157,.12);border-color:rgba(67,108,157,.15);background:linear-gradient(135deg,rgba(67,108,157,.06),rgba(67,108,157,.03))}.overview-content .activities-card .activities-grid .activity-item .activity-icon{font-size:28px;line-height:1}.overview-content .activities-card .activities-grid .activity-item .activity-name{font-size:13px;color:#253b55;font-weight:500;line-height:1.2}.overview-content .why-choose-card .reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px}.overview-content .why-choose-card .reasons-grid .reason-item{display:flex;gap:16px;padding:16px;background:linear-gradient(135deg,rgba(245,158,11,.04),rgba(245,158,11,.02));border-radius:12px;border:1px solid rgba(245,158,11,.1);transition:all .2s ease}.overview-content .why-choose-card .reasons-grid .reason-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,.15);border-color:rgba(245,158,11,.2)}.overview-content .why-choose-card .reasons-grid .reason-item .reason-icon{font-size:32px;flex-shrink:0;line-height:1;margin-top:4px}.overview-content .why-choose-card .reasons-grid .reason-item .reason-content{flex:1 1}.overview-content .why-choose-card .reasons-grid .reason-item .reason-content .reason-title{font-size:16px;font-weight:600;color:#253b55;margin:0 0 8px;line-height:1.3}.overview-content .why-choose-card .reasons-grid .reason-item .reason-content .reason-description{font-size:14px;color:#436c9d;line-height:1.5;margin:0}@media screen and (max-width:968px){.overview-content .overview-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.overview-content{gap:20px}.overview-content .overview-card{padding:20px}.overview-content .activities-card .activities-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.overview-content .activities-card .activities-grid .activity-item{padding:12px 6px}.overview-content .activities-card .activities-grid .activity-item .activity-icon{font-size:24px}.overview-content .activities-card .activities-grid .activity-item .activity-name{font-size:12px}}@media screen and (max-width:480px){.overview-content .overview-card{padding:16px}.overview-content .overview-card .card-header{padding-bottom:12px}.overview-content .overview-card .card-header h3{font-size:18px}.overview-content .activities-card .activities-grid{grid-template-columns:repeat(2,1fr)}}.description-section .description-content p{font-size:16px;line-height:1.8;color:#436c9d;text-align:left;max-width:900px;margin:0 auto}.atouts-section .atouts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px;max-width:1000px;margin:0 auto}.atouts-section .atouts-grid .atout-card{display:flex;align-items:center;gap:12px;padding:20px;border-radius:12px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border:1px solid rgba(67,108,157,.08);transition:all .3s ease}.atouts-section .atouts-grid .atout-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(67,108,157,.12);border-color:rgba(67,108,157,.15)}.atouts-section .atouts-grid .atout-card .atout-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#4CAF50,#45a049);color:#fff;font-size:18px;font-weight:700;flex-shrink:0}.atouts-section .atouts-grid .atout-card .atout-text{font-size:15px;color:#253b55;line-height:1.4;flex:1 1}.activities-section .activities-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:16px;gap:16px;max-width:1000px;margin:0 auto}.activities-section .activities-list .activity-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;border-radius:12px;background:linear-gradient(135deg,rgba(244,67,54,.04),rgba(244,67,54,.02));border:1px solid rgba(244,67,54,.1);transition:all .3s ease;text-align:center}.activities-section .activities-list .activity-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(244,67,54,.15);border-color:rgba(244,67,54,.2);background:linear-gradient(135deg,rgba(244,67,54,.08),rgba(244,67,54,.04))}.activities-section .activities-list .activity-item .activity-icon{font-size:32px;line-height:1}.activities-section .activities-list .activity-item .activity-name{font-size:14px;color:#253b55;font-weight:500;line-height:1.2}.nordic-ski-section .nordic-content .nordic-stats{display:flex;justify-content:center;gap:40px;margin-bottom:40px;flex-wrap:wrap}.nordic-ski-section .nordic-content .nordic-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.nordic-ski-section .nordic-content .nordic-stats .stat-item .stat-value{font-size:36px;font-weight:700;color:#436c9d;line-height:1}.nordic-ski-section .nordic-content .nordic-stats .stat-item .stat-label{font-size:14px;color:#436c9d;text-transform:uppercase;letter-spacing:.5px}.nordic-ski-section .nordic-content .nordic-pistes-detail{margin-bottom:30px}.nordic-ski-section .nordic-content .nordic-pistes-detail h3{font-size:20px;color:#253b55;margin-bottom:20px;text-align:center;font-weight:600}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type{display:flex;align-items:center;gap:10px}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type .piste-color{width:20px;height:20px;border-radius:3px}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type .piste-color.piste-verte{background:#4caf50}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type .piste-color.piste-bleue{background:#2196f3}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type .piste-color.piste-rouge{background:#f44336}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown .piste-type span:last-child{font-size:15px;color:#253b55}.nordic-ski-section .nordic-content .nordic-altitude{text-align:center;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border-radius:12px}.nordic-ski-section .nordic-content .nordic-altitude h3{font-size:20px;color:#253b55;margin-bottom:15px;font-weight:600}.nordic-ski-section .nordic-content .nordic-altitude .altitude-info{font-size:18px;color:#436c9d}.nordic-ski-section .nordic-content .nordic-altitude .altitude-info span{margin:0 5px}.nordic-ski-section .nordic-content .nordic-tarifs{margin-bottom:30px}.nordic-ski-section .nordic-content .nordic-tarifs h3{font-size:20px;color:#253b55;margin-bottom:20px;text-align:center;font-weight:600}.nordic-ski-section .nordic-content .nordic-tarifs .tarifs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;max-width:800px;margin:0 auto}.nordic-ski-section .nordic-content .nordic-tarifs .tarifs-grid .tarif-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(67,108,157,.02));border-radius:10px;border:1px solid rgba(67,108,157,.1)}.nordic-ski-section .nordic-content .nordic-tarifs .tarifs-grid .tarif-item .tarif-label{font-size:14px;color:#436c9d;text-transform:uppercase;letter-spacing:.3px}.nordic-ski-section .nordic-content .nordic-tarifs .tarifs-grid .tarif-item .tarif-price{font-size:20px;font-weight:700;color:#436c9d}.nordic-ski-section .nordic-content .nordic-plan{text-align:center;margin-bottom:30px}.nordic-ski-section .nordic-content .nordic-plan .btn-nordic-plan{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#436C9D,rgb(51.7455357143,83.4107142857,121.2544642857));color:#fff;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 4px 15px rgba(67,108,157,.2)}.nordic-ski-section .nordic-content .nordic-plan .btn-nordic-plan:hover{transform:translateY(-2px);box-shadow:0 6px 25px rgba(67,108,157,.3)}.nordic-ski-section .nordic-content .nordic-contact{padding:25px;background:linear-gradient(135deg,rgba(67,108,157,.03),rgba(67,108,157,.01));border-radius:12px}.nordic-ski-section .nordic-content .nordic-contact h3{font-size:20px;color:#253b55;margin-bottom:20px;text-align:center;font-weight:600}.nordic-ski-section .nordic-content .nordic-contact .nordic-email,.nordic-ski-section .nordic-content .nordic-contact .nordic-link,.nordic-ski-section .nordic-content .nordic-contact .nordic-phone{display:block;margin:12px 0;color:#436c9d;text-decoration:none;font-size:15px;text-align:center;transition:color .3s ease}.nordic-ski-section .nordic-content .nordic-contact .nordic-email:hover,.nordic-ski-section .nordic-content .nordic-contact .nordic-link:hover,.nordic-ski-section .nordic-content .nordic-contact .nordic-phone:hover{color:#f44336}@media screen and (max-width:768px){.station-section{padding:30px 20px;margin-bottom:24px}.station-section .section-title{font-size:clamp(24px,5vw,30px);margin-bottom:24px}.atouts-section .atouts-grid{grid-template-columns:1fr;gap:16px}.activities-section .activities-list{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.activities-section .activities-list .activity-item{padding:16px 8px}.activities-section .activities-list .activity-item .activity-icon{font-size:28px}.activities-section .activities-list .activity-item .activity-name{font-size:13px}.nordic-ski-section .nordic-content .nordic-stats{gap:24px}.nordic-ski-section .nordic-content .nordic-stats .stat-item .stat-value{font-size:30px}.nordic-ski-section .nordic-content .nordic-tarifs .tarifs-grid{grid-template-columns:1fr}}@media screen and (max-width:480px){.station-section{padding:24px 16px;border-radius:12px}.activities-section .activities-list{grid-template-columns:repeat(2,1fr)}.nordic-ski-section .nordic-content .nordic-pistes-detail .pistes-breakdown{flex-direction:column;gap:12px;align-items:center}}.about .background{min-height:45vh;background-image:linear-gradient(135deg,rgba(15,23,42,.85),rgba(30,41,59,.75) 50%,rgba(51,65,85,.65)),url(/images/backgrounds/header_bck.webp)}.about .about-content{width:100%;max-width:1200px;margin:0 auto}.about .about-block{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;margin-bottom:40px}.about .about-block.reverse .about-text{order:2}.about .about-block.reverse .about-image{order:1}.about .about-text h3{font-size:clamp(24px,4vw,32px);color:#253b55;margin-bottom:20px;font-weight:700}.about .about-text p{color:#436c9d;line-height:1.7;margin-bottom:20px;font-size:16px}.about .about-image img{width:100%;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.12);transition:transform .3s ease}.about .about-image img:hover{transform:translateY(-4px)}.about .about-highlights{display:flex;flex-direction:column;gap:16px;margin-top:30px}.about .about-highlights .highlight-item{display:flex;align-items:center;gap:12px;padding:16px;background:rgba(67,108,157,.05);border-radius:12px;border:1px solid rgba(67,108,157,.1);transition:all .2s ease}.about .about-highlights .highlight-item:hover{background:rgba(67,108,157,.08);transform:translateX(4px)}.about .about-highlights .highlight-item .highlight-icon{font-size:24px;filter:grayscale(.2)}.about .about-highlights .highlight-item .highlight-text{font-weight:600;color:#253b55}.about .about-features{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;margin-top:30px}.about .about-features .feature-card{padding:24px;background:#fff;border-radius:12px;border:1px solid rgba(67,108,157,.1);box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease}.about .about-features .feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15)}.about .about-features .feature-card h4{font-size:18px;color:#253b55;margin-bottom:12px;font-weight:600}.about .about-features .feature-card p{color:#436c9d;font-size:14px;line-height:1.5;margin:0}.about .values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:800px;margin:0 auto}.about .values-grid .value-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.about .values-grid .value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#436c9d,#334e68)}.about .values-grid .value-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(67,108,157,.15)}.about .values-grid .value-card .value-icon{font-size:48px;margin-bottom:20px;display:block}.about .values-grid .value-card h4{font-size:20px;font-weight:700;color:#253b55;margin:0 0 16px}.about .values-grid .value-card p{color:#436c9d;line-height:1.6;margin:0;font-size:14px}@media screen and (max-width:768px){.about .about-block{grid-template-columns:1fr;gap:40px}.about .about-block.reverse .about-text{order:1}.about .about-block.reverse .about-image{order:2}.about .about-image img{height:250px}.about .about-highlights .highlight-item{padding:12px}.about .about-highlights .highlight-item .highlight-icon{font-size:20px}.about .about-highlights .highlight-item .highlight-text{font-size:14px}.about .about-features .feature-card{padding:20px}.about .about-features .feature-card h4{font-size:16px}.about .about-features .feature-card p{font-size:13px}.about .values-grid{grid-template-columns:1fr;gap:20px}.about .values-grid .value-card{padding:24px}.about .values-grid .value-card .value-icon{font-size:40px}.about .values-grid .value-card h4{font-size:18px}}@media screen and (max-width:480px){.about .about-content{padding:0 16px}.about .about-block{gap:30px}.about .about-image img{height:200px}.about .about-highlights .highlight-item{flex-direction:column;text-align:center;gap:8px}.about .about-features .feature-card{padding:16px}.about .values-grid{gap:16px}.about .values-grid .value-card{padding:20px}.about .values-grid .value-card .value-icon{font-size:36px;margin-bottom:16px}.about .values-grid .value-card h4{font-size:16px;margin-bottom:12px}.about .values-grid .value-card p{font-size:13px}}.footer{background:linear-gradient(135deg,#0A203A,#436C9D);color:#fff;width:100%;padding:40px 0 20px;margin-top:auto}.footer .footer-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;align-items:start}@media screen and (max-width:1024px){.footer .footer-content{grid-template-columns:1fr 1fr;gap:30px}}@media screen and (max-width:768px){.footer .footer-content{grid-template-columns:1fr;gap:25px;text-align:center}}.footer .footer-section h3,.footer .footer-section h4{color:#fff;margin-bottom:15px;font-weight:600;font-size:16px}.footer .footer-section h3{font-size:20px;color:#fff;margin-bottom:10px}.footer .footer-section p{color:hsla(0,0%,100%,.9);line-height:1.6;font-size:14px;margin-bottom:15px}.footer .footer-brand h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:15px;position:relative}.footer .footer-brand h3:after{content:"";position:absolute;bottom:-5px;left:0;width:50px;height:3px;background:#f44336;border-radius:2px}@media screen and (max-width:768px){.footer .footer-brand h3:after{left:50%;transform:translateX(-50%)}}.footer .footer-brand p{color:hsla(0,0%,100%,.85);font-size:14px;line-height:1.6}.footer .footer-links ul{list-style:none;padding:0;margin:0}.footer .footer-links ul li{margin-bottom:8px}.footer .footer-links ul li a{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-block;position:relative}.footer .footer-links ul li a:hover{color:#fff;transform:translateX(5px)}.footer .footer-links ul li a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f44336;transition:width .3s ease}.footer .footer-links ul li a:hover:before{width:100%}.footer .footer-contact .contact-info .contact-email{display:flex;align-items:center;gap:8px;color:hsla(0,0%,100%,.9);text-decoration:none;font-size:14px;transition:all .3s ease;padding:8px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05)}.footer .footer-contact .contact-info .contact-email:hover{color:#fff;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.footer .footer-contact .contact-info .contact-email .email-icon{width:16px;height:16px;flex-shrink:0;fill:currentColor}@media screen and (max-width:768px){.footer .footer-contact .contact-info .contact-email{justify-content:center}}.footer .footer-social .social-links{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:768px){.footer .footer-social .social-links{align-items:center}}.footer .footer-social .social-links .social-link{display:flex;align-items:center;gap:8px;color:hsla(0,0%,100%,.9);text-decoration:none;font-size:14px;padding:8px 12px;border-radius:8px;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.05)}.footer .footer-social .social-links .social-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.footer .footer-social .social-links .social-link.linkedin:hover{background:rgba(0,119,181,.2);border-color:rgba(0,119,181,.4)}.footer .footer-social .social-links .social-link.instagram:hover{background:rgba(225,48,108,.2);border-color:rgba(225,48,108,.4)}.footer .footer-social .social-links .social-link.facebook:hover{background:rgba(24,119,242,.2);border-color:rgba(24,119,242,.4)}.footer .footer-social .social-links .social-link .social-icon{width:16px;height:16px;flex-shrink:0;fill:currentColor}.footer .footer-bottom{margin-top:30px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.2);max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.footer .footer-bottom .footer-copyright{text-align:center}.footer .footer-bottom .footer-copyright p{color:hsla(0,0%,100%,.7);font-size:13px;margin:0}.footer{animation:fadeInUp .6s ease-out}@media screen and (max-width:480px){.footer{padding:30px 0 15px}.footer .footer-content{padding:0 15px;gap:20px}.footer .footer-section h3,.footer .footer-section h4{font-size:16px}.footer .footer-section p{font-size:13px}.footer .footer-brand h3{font-size:20px}.footer .footer-contact .contact-info .contact-email,.footer .footer-social .social-links .social-link{font-size:13px;padding:6px 10px}}.credits .background{min-height:30vh;background-image:linear-gradient(rgba(4,9,30,.7),rgba(4,9,30,.7)),url(/images/backgrounds/header_bck.webp)}.credits .body-block{display:flex;align-items:flex-start;justify-content:center}.credits .section-credit-photo{width:1140px;margin:56px 16px}.credits .bloc-credit-photo-header{padding:4px}.credits .sous-bloc{padding:8px;display:flex;align-items:flex-start;justify-content:flex-start}.credits .sous-bloc ul{list-style:none}.credits .sous-bloc li{padding:4px}.social-share{position:relative;display:inline-block;z-index:1000}.social-share .share-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#436C9D,#0A203A);color:#fff;border:none;border-radius:25px;cursor:pointer;font-size:14px;font-weight:500;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 2px 8px rgba(10,32,58,.2)}.social-share .share-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(10,32,58,.3);background:linear-gradient(135deg,#0A203A,#436C9D)}.social-share .share-toggle .share-icon{width:16px;height:16px;fill:currentColor}@media screen and (max-width:480px){.social-share .share-toggle .share-text{display:none}}.social-share .share-buttons{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;padding:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid rgba(67,108,157,.1);display:flex;gap:8px;margin-top:8px;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .3s ease;min-width:280px;z-index:1000}.social-share .share-buttons.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}@media screen and (max-width:768px){.social-share .share-buttons{flex-direction:column;min-width:200px}}@media screen and (max-width:480px){.social-share .share-buttons{position:fixed;top:auto;bottom:20px;left:20px;right:20px;transform:none;margin:0;flex-direction:row;justify-content:space-around;min-width:auto}.social-share .share-buttons.visible{transform:none}}.social-share .share-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;transition:all .2s ease;color:#64748b;background:rgba(67,108,157,.05);border:1px solid rgba(67,108,157,.1)}@media screen and (max-width:768px){.social-share .share-btn{justify-content:center;width:100%}}@media screen and (max-width:480px){.social-share .share-btn{flex-direction:column;gap:4px;padding:8px 4px;font-size:11px}.social-share .share-btn span{display:none}}.social-share .share-btn .social-icon{width:16px;height:16px;fill:currentColor;flex-shrink:0}.social-share .share-btn>div[role=button]{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;transition:all .2s ease;color:#64748b;background:rgba(67,108,157,.05);border:1px solid rgba(67,108,157,.1)}@media screen and (max-width:768px){.social-share .share-btn>div[role=button]{justify-content:center;width:100%}}@media screen and (max-width:480px){.social-share .share-btn>div[role=button]{flex-direction:column;gap:4px;padding:8px 4px;font-size:11px}.social-share .share-btn>div[role=button] span{display:none}}.social-share .share-btn>div[role=button] svg{flex-shrink:0}.social-share .share-btn:hover,.social-share .share-btn>div[role=button]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.social-share .share-btn.facebook:hover{background:rgba(24,119,242,.1);color:#1877f2;border-color:rgba(24,119,242,.3)}.social-share .share-btn.twitter:hover{background:rgba(29,161,242,.1);color:#1da1f2;border-color:rgba(29,161,242,.3)}.social-share .share-btn.linkedin:hover{background:rgba(0,119,181,.1);color:#0077b5;border-color:rgba(0,119,181,.3)}.social-share .share-btn.whatsapp:hover{background:rgba(37,211,102,.1);color:#25d366;border-color:rgba(37,211,102,.3)}.social-share .share-btn.copy-link:hover{background:rgba(139,69,19,.1);color:#8b4513;border-color:rgba(139,69,19,.3)}.social-share .share-btn.copy-link.success{background:rgba(34,197,94,.1);color:#22c55e;border-color:rgba(34,197,94,.3)}.social-share .share-btn.copy-link.success:hover{background:rgba(34,197,94,.15)}.social-share.expanded .share-toggle{background:linear-gradient(135deg,#f44336,rgb(234.1839622642,27.9622641509,12.8160377358))}.social-share.mobile-fixed{position:fixed;bottom:20px;right:20px;z-index:1001}@media screen and (min-width:769px){.social-share.mobile-fixed{position:relative;bottom:auto;right:auto}}.social-share.horizontal .share-buttons{position:relative;top:0;left:0;transform:none;margin:0 0 0 16px;background:rgba(0,0,0,0);box-shadow:none;border:none;padding:0;opacity:1;visibility:visible}.social-share.horizontal .share-buttons.visible{transform:none}.social-share.horizontal .share-toggle{margin-right:8px}@media screen and (max-width:768px){.social-share.horizontal .share-buttons{position:absolute;background:#fff;box-shadow:0 8px 32px rgba(0,0,0,.15);border:1px solid rgba(67,108,157,.1);border-radius:12px;padding:12px;margin:8px 0 0;opacity:0;visibility:hidden}.social-share.horizontal .share-buttons.visible{opacity:1;visibility:visible}}.social-share.header-share{margin-top:16px}.social-share.header-share .share-toggle{background:hsla(0,0%,100%,.15);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.social-share.header-share .share-toggle:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5)}@media screen and (max-width:768px){.social-share.header-share{margin-top:12px}}.social-share.station-share{margin:20px 0}.social-share.station-share.horizontal{display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(135deg,rgba(67,108,157,.05),rgba(10,32,58,.05));border-radius:12px;border:1px solid rgba(67,108,157,.1)}@media screen and (max-width:768px){.social-share.station-share.horizontal{padding:12px;margin:16px 0}}.social-share.no-toggle .share-buttons{position:relative;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(0,0,0,0);border:none;padding:0;margin:0}.social-share.no-toggle .share-buttons.visible{transform:none}.station-share-section{background:#fff;margin:0 auto 40px;max-width:1200px;padding:24px 40px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);border:1px solid rgba(67,108,157,.1);display:flex;flex-direction:column;align-items:center;gap:16px}.station-share-section .share-section-title{font-size:14px;font-weight:600;color:#f44336;margin:0;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:768px){.station-share-section{padding:16px 20px;margin:0 auto 24px}.station-share-section .share-section-title{font-size:12px}}.header-actions{display:flex;justify-content:center;align-items:center;margin-top:16px}@media screen and (max-width:768px){.header-actions{margin-top:12px}}.header-actions.filter-share .share-toggle{padding:6px 14px;font-size:13px;background:rgba(0,0,0,0);border:1px solid #436c9d;color:#253b55;font-weight:500}.header-actions.filter-share .share-toggle:hover{background:#436c9d;color:#fbfbff;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.15)}.header-actions.filter-share .share-buttons{min-width:240px;transform:translateY(-10px) scale(.95)}.header-actions.filter-share .share-buttons.visible{transform:translateY(0) scale(1)}.header-actions.comparison-share .share-toggle{padding:10px 16px;background:linear-gradient(135deg,#436C9D,#0A203A);color:#fff;border:none;border-radius:25px;font-size:14px;font-weight:500;box-shadow:0 2px 8px rgba(10,32,58,.2)}.header-actions.comparison-share .share-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(10,32,58,.3);background:linear-gradient(135deg,#0A203A,#436C9D)}.header-actions.comparison-share .share-buttons{min-width:240px;transform:translateY(-10px) scale(.95)}.header-actions.comparison-share .share-buttons.visible{transform:translateY(0) scale(1)}.results-header{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(67,108,157,.1);margin-bottom:20px}.results-header .results-info .results-count{font-size:16px;font-weight:600;color:#f44336}.results-header .results-actions{flex-shrink:0}@media screen and (max-width:768px){.results-header{flex-direction:column;gap:12px;align-items:stretch}.results-header .results-actions{display:flex;justify-content:center}}.count-info{display:flex;align-items:center;gap:16px}@media screen and (max-width:768px){.count-info{flex-direction:column;gap:8px;align-items:stretch}}