/*! =======================================================
                      VERSION  11.0.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px;width:0;height:0;border-bottom-color:#036fa5;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{display:inline-block;text-align:center}.slider.slider-horizontal.slider-rtl .slider-track{left:auto;right:0}.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{margin-left:0;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:auto;right:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#036fa5;margin-left:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:auto;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:auto;right:0}.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:0;padding-right:4px}.slider.slider-disabled .slider-handle{background-color:#cfcfcf;background-image:-moz-linear-gradient(top,#dfdfdf,#bebebe);background-image:-webkit-gradient(linear,0 0,0 100%,from(#dfdfdf),to(#bebebe));background-image:-webkit-linear-gradient(top,#dfdfdf,#bebebe);background-image:-o-linear-gradient(top,#dfdfdf,#bebebe);background-image:linear-gradient(180deg,#dfdfdf,#bebebe);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFDFDF",endColorstr="#BEBEBE",GradientType=0)}.slider.slider-disabled .slider-track{background-color:#e7e7e7;background-image:-moz-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#e5e5e5),to(#e9e9e9));background-image:-webkit-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:-o-linear-gradient(top,#e5e5e5,#e9e9e9);background-image:linear-gradient(180deg,#e5e5e5,#e9e9e9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#E5E5E5",endColorstr="#E9E9E9",GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .bs-tooltip-bottom .tooltip-inner,.slider .bs-tooltip-top .tooltip-inner{position:relative;left:-50%}.slider.bs-tooltip-left .tooltip-inner,.slider.bs-tooltip-right .tooltip-inner{position:relative;top:-100%}.slider .tooltip{pointer-events:none}.slider .tooltip.bs-tooltip-bottom .arrow,.slider .tooltip.bs-tooltip-top .arrow{left:-.4rem}.slider .tooltip.bs-tooltip-top{margin-top:-44px}.slider .tooltip.bs-tooltip-bottom{margin-top:2px}.slider .tooltip.bs-tooltip-left,.slider .tooltip.bs-tooltip-right{margin-top:-14px}.slider .tooltip.bs-tooltip-left .arrow,.slider .tooltip.bs-tooltip-right .arrow{top:8px}.slider .hide{display:none}.slider-track{background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(180deg,#f5f5f5,#f9f9f9);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#F9F9F9",GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);cursor:pointer}.slider-selection,.slider-track{background-color:#f7f7f7;background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute}.slider-selection{background-image:-moz-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f5f5f5));background-image:-webkit-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:-o-linear-gradient(top,#f9f9f9,#f5f5f5);background-image:linear-gradient(180deg,#f9f9f9,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F9F9F9",endColorstr="#f5f5f5",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider-selection.tick-slider-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(180deg,#52c5ff,#3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff",endColorstr="#3abcfd",GradientType=0)}.slider-track-high,.slider-track-low{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;background:transparent}.slider-handle{background-color:#0478b2;background-image:-moz-linear-gradient(top,#0480be,#036fa5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0480be),to(#036fa5));background-image:-webkit-linear-gradient(top,#0480be,#036fa5);background-image:-o-linear-gradient(top,#0480be,#036fa5);background-image:linear-gradient(180deg,#0480be,#036fa5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0480BE",endColorstr="#036fa5",GradientType=0);-webkit-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05);position:absolute;top:0;width:20px;height:20px;background-color:#0480be;border:0 solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.slider-handle.custom,.slider-handle.triangle{background:transparent none}.slider-handle.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick{background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(180deg,#f5f5f5,#f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#F9F9F9",GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;cursor:pointer;width:20px;height:20px;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.custom,.slider-tick.triangle{background:transparent none}.slider-tick.custom:before{line-height:20px;font-size:20px;content:"\2605";color:#726204}.slider-tick.in-selection{background-color:#46c1fe;background-image:-moz-linear-gradient(top,#52c5ff,#3abcfd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#52c5ff),to(#3abcfd));background-image:-webkit-linear-gradient(top,#52c5ff,#3abcfd);background-image:-o-linear-gradient(top,#52c5ff,#3abcfd);background-image:linear-gradient(180deg,#52c5ff,#3abcfd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#52c5ff",endColorstr="#3abcfd",GradientType=0);opacity:1}.geo-error .mag-storelocator__bar-results{bottom:-130px}.geo-error .mag-storelocator__map-results{top:30px}.geo-error .magazine__geo-error{left:16px}.mag-storelocator__magazin-details{background-color:#fff;border-radius:2px;padding:10px 10px 30px}.magazin-details__text{color:#354052;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.75rem;line-height:1.58;letter-spacing:1.7px}.magazin-details__text-link{text-decoration:underline;color:#354052}.mag-storelocator__form-container{position:relative;margin-bottom:15px;background-size:cover}.mag-storelocator__bg{background-image:linear-gradient(288deg,rgba(84,175,52,.2),#19468f 72%,#164094);position:absolute;top:0;height:100%;left:0;width:100%;z-index:0}.mag-storelocator__search-form,.mag-storelocator__top-content{position:relative;z-index:9}.mag-storelocator__top-content{padding:87px 0}.mag-storelocator__page-title{font-size:3.0625rem;font-weight:400;line-height:1.07;letter-spacing:-3.9px}.mag-storelocator__input{font-family:Jost-Medium,sans-serif;font-size:1.5625rem;height:auto;line-height:1.2;letter-spacing:-1px;padding:0 30px 10px 52px}.mag-storelocator__input,.mag-storelocator__input:focus{background:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.7);color:#fff}.mag-storelocator__input:focus{box-shadow:none}.mag-storelocator__input::-ms-clear{display:none}.mag-storelocator__input::-webkit-input-placeholder{color:hsla(0,0%,100%,.7)}.mag-storelocator__input:-moz-placeholder,.mag-storelocator__input::-moz-placeholder{color:hsla(0,0%,100%,.7)}.mag-storelocator__input:-ms-input-placeholder{color:hsla(0,0%,100%,.7)}.mag-storelocator__detect-btn,.mag-storelocator__search-btn{border:none;font-size:1.625rem;position:absolute;line-height:1}.mag-storelocator__detect-btn:focus,.mag-storelocator__search-btn:focus{outline:none}.mag-storelocator__search-btn{background:transparent;bottom:8px;right:0;padding:0}.mag-storelocator__detect-btn{background:#fff;border-radius:2px;border:1px solid #fff;bottom:5px;color:#164094;font-size:1.25rem;padding:10px 10px 7px}.mag-storelocator__detect-btn.inactive{border:1px solid #e02020}.mag-storelocator__footer{margin:0 auto 70px}.mag-storelocator__bar-results{background:#fff;border-radius:2px;padding:11px;position:absolute;width:100%}@media (max-width:767.98px){.mag-storelocator__bar-results{top:68px}}@media (min-width:544px){.mag-storelocator__bar-results{bottom:-26px}}.bar-results__esport-input,.bar-results__stores-length{text-transform:uppercase;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.5px}.bar-results__esport-input .esportsNumber,.bar-results__stores-length .esportsNumber{text-transform:lowercase}.bar-results__toggle-map{background-color:#164094;border-color:#164094;font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1;padding:10px}.bar-results__toggle-map .down-toggle{display:none}.bar-results__toggle-map:before{margin:0;opacity:1}.mag-storelocator__map-results{height:740px;top:-15px;transition:all .5s linear}.mag-storelocator__map-results.hide{height:0;padding:0;transition:all .5s linear}@media (min-width:768px){.mag-storelocator__map-results.hide{margin-bottom:38px}}.magazine__geo-error{color:#e02020;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.8125rem;padding:15px 38px 28px;line-height:18px}.mag-storelocator__activeGeoLabel{bottom:-26px;font-family:Jost-Medium,sans-serif;font-size:.75rem;position:absolute}.mag-results__error-message{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.5;padding:15px 13px 20px 20px}.store-locator-container .storelocator__magazine{padding:0 5px;margin-bottom:20px}.storelocator__magazine-box{background-color:#fff;border:1px solid #fff;border-radius:2px;box-shadow:0 8px 20px 0 rgba(0,0,0,.1);height:100%;padding:20px 20px 15px}.storelocator__magazine-box:nth-child(3n){margin-right:0}.storelocator__magazine-box-favorite{border:2px solid #164094;padding-top:50px}.magazine__marker-container{position:absolute;right:22px;top:12px}.storelocator__mag-favorite-title{font-family:Jost-SemiBold,sans-serif;font-size:1.25rem;line-height:1;position:absolute;top:20px}.store-details,.store-details__container{height:100%}.store-details__container{padding-bottom:65px}.store-details__rest-info{position:absolute;bottom:15px;width:100%}.magazine__store-name{color:#164094;font-size:.875rem;font-weight:600;line-height:1.21}.magazine__store-address,.magazine__store-name{font-family:Open Sans,OpenSans-Regular,sans-serif;letter-spacing:.6px}.magazine__store-address{color:#404040;font-size:.8125rem}.magazine__marker-show-map{color:#164094;font-size:1.625rem}.magazine__marker-show-map:hover{color:#164094;text-decoration:none}.magazine__store-status{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.75rem;font-weight:600;line-height:1.4;letter-spacing:.4px}.store-details .magazine__store-status{margin:auto 0}.store-details .magazine__store-info-btn{color:#164094;border-color:#164094}.magazine__store-status-label{text-transform:none}.magazine__estore-label{margin-bottom:7px}.magazine__estore-label,.magazine__phone{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.6px}.magazine__phone:hover{color:#164094}.magazine__store-info-btn{margin-bottom:3px}.magazine__store-info-btn,.magazine__store-tel-btn{font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1;padding:8px 0;width:121px}.magazines__show-more-text{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.75rem;font-weight:600;line-height:1.33;color:#a7b1b8;margin-bottom:20px}@media (max-width:991.98px){.magazines__show-more-text{margin-top:20px}}.magazines__show-more-button{background-color:#164094;border-color:#bfbfbf;font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1;margin-bottom:90px;margin-top:20px;padding:15px 0;width:310px}@media (hover),(min--moz-device-pixel-ratio:0),(min-width:0\0){.magazines__show-more-button:hover{background-color:#4466a9;border:1px solid #979797}}.magazines__show-more-button:focus{outline:none}.store-locator__magazine-row{position:relative;top:0}.store-locator__magazine-row .magazine__store-status{padding-right:0}.magazine__store-tel-emoji{color:transparent;text-shadow:0 0 0 #404040}.storelocator-results__img-col{flex:0 0 33%;max-width:33%}.magazine__store-address-col{bottom:5px;flex:0 0 67%;max-width:67%;position:relative}@media (max-width:767.98px){.geo-error .mag-storelocator__bar-results{bottom:-154px}.mag-storelocator__magazin-details{margin:0 -15px}.magazin-details__icon{padding:0}.magazin-details__icon svg{height:34px;width:34px;margin-top:15px}.bar-results__toggle-map{bottom:-11px;position:absolute;right:9px}.bar-results__toggle-map .down-toggle,.bar-results__toggle-map .up-toggle{display:none}.mag-storelocator__input{margin-bottom:20px}}@media (min-width:768px){.store-details__rest-info{width:calc(100% - 40px)}.storelocator-results__img-col{flex:0 0 32%;max-width:32%}.magazine__store-address-col{flex:0 0 68%;max-width:68%}.bar-results__toggle-map{padding:10px 13px 10px 11px}.bar-results__toggle-map:before{margin-right:10px}.magazin__non-favorite-title{min-height:46px}.store-locator__magazine-row{margin:0 -25px 0 0;top:-62px}.storelocator__magazine-box{margin-right:25px}.store-locator-container .storelocator__magazine{padding:0;margin-bottom:25px}.mag-storelocator__bar-results{padding:6px 8px 6px 22px}.mag-storelocator__bar-results .bar-results__esport-input,.mag-storelocator__bar-results .bar-results__stores-length{font-size:.875rem}.mag-storelocator__bar-results .esport-number{font-size:.625rem;text-transform:lowercase}.mag-storelocator__map-results{top:-80px;margin-bottom:6px}.mag-results__error-message{margin-bottom:56px;padding:0}.mag-storelocator__form-container{margin-bottom:72px}.magazine__geo-error{padding:0;position:absolute;top:-46px}.mag-storelocator__page-title{font-size:4.6875rem}.mag-storelocator__detect-btn{bottom:8px;font-size:1.625rem;padding:12px 12px 9px}.mag-storelocator__input{font-size:3.125rem;padding:0 80px 6px 74px}.mag-storelocator__search-btn{bottom:20px;right:22px}.mag-storelocator__magazin-details{padding:40px 48px 40px 25px}.magazin-details__text{font-size:.875rem;padding-left:22px;line-height:1.36;letter-spacing:2px}}@media (min-width:992px){.store-details__container{padding-bottom:85px}.storelocator-results__img-col{flex:0 0 29%;max-width:29%}.magazine__store-address-col{flex:0 0 71%;max-width:71%}}@media (min-width:1230px){.store-details__container{padding-bottom:65px}}.storedetails .breadcrumb{margin:24px 0 0;position:relative;z-index:1}.storedetails .breadcrumb-icon,.storedetails .breadcrumb-item,.storedetails .breadcrumb-item:first-child .breadcrumb-link,.storedetails .breadcrumb-link{color:#fff}.storedetails__after-container{padding-top:224px;margin-bottom:76px}.storelocator-results__img{max-height:70px}.js-close-panorama{color:#fff;position:absolute;right:-15px;top:-70px}.js-close-panorama:hover{color:#fff;text-decoration:none}.js-close-panorama:focus{outline:none}.storedetails__top-content{padding:23px 0 71px}.storedetails__page-title{font-family:Jost-SemiBold,sans-serif;font-size:1.5625rem;line-height:1.1;letter-spacing:-.5px;left:40px}.storedetails__bar-info{background:#fff;box-shadow:0 12px 21px 4px rgba(0,0,0,.1);border-radius:1px;left:20px;position:absolute;top:-32px;z-index:9;width:calc(100% - 40px)}.phone-ringing-logo{font-size:1.125rem;margin-right:7px}.storedetails__bar-status .magazine__store-status{line-height:20px;padding:0}.storedetails__bar-status.storedetails__bar-status--green{background-color:#ebffe4}.storedetails__bar-status.storedetails__bar-status--red{background-color:rgba(255,110,110,.23)}.storedetails__bar-tel-emoji{color:transparent;margin-right:7px;text-shadow:0 0 0 #164094}.storedetails__bar-tel-text{color:#164094;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.6px}.storedetails__bar-tel-text:hover{color:#164094;text-decoration:none}.magasin-non-selected{line-height:36px}.magasin-non-selected.not-logged .storedetails__favorite-magazin{pointer-events:none}.magasin-non-selected.not-logged .storedetails__favorite-magazin:hover{cursor:auto}.storedetails__favorite-magazin{background:transparent;border:none;cursor:pointer;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.75rem;font-weight:600;line-height:.83;padding-left:16px;text-decoration:none}.storedetails__favorite-magazin:focus,.storedetails__favorite-magazin:hover{outline:none;text-decoration:none}.storedetails__favorite-magazin:before{color:#164094;font-size:1.5rem;position:relative;right:16px;top:7.5px}.storedetails__info-card{background:#fff;border-left:2px solid #164094;padding:20px;height:100%}.storedetails__info-card .storedetails__info-card-button:before{font-size:.8125rem;left:11px;position:absolute}.storedetails__info-card-text{color:#404040;font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.8125rem;letter-spacing:.6px;word-break:break-all;white-space:nowrap}.storedetails__info-card-button{background:#164094;border-color:#164094;color:#fff;font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1;padding:10px 10px 10px 20px;position:relative}.storedetails__special-date{font-family:Arial;font-size:.875rem;line-height:1.64}.storedetails__flag{font-size:1.5rem;color:#164094}.storedetails__program-title{font-family:Jost-SemiBold,sans-serif;font-size:1.125rem;line-height:1.33}.storedetails__store-program{margin:21px 0}.storedetails__store-program .shadow-box{box-shadow:0 2.5px 10px 0 rgba(0,0,0,.06)}.storedetails__program-card{background:#fff;border-bottom:1px solid #ececec;padding:10px 0}.storedetails__program-card:last-child{border:none}.storedetails__day-name{text-transform:uppercase}.storedetails__day-name,.storedetails__day-text{font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1.5}.storedetails__day-text{color:#8c8c8c}.storedetails__program-close{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.75rem;font-weight:600;line-height:1.67;letter-spacing:.4px}.storedetails__program-close:before{font-size:.625rem;position:relative;top:.5px;right:8px}.storedetails__icon:before{display:none}.storedetails__magazine-favorite-text{display:inline-block;font-size:.625rem;max-width:5rem;padding-left:20px;position:relative;top:2px}.storedetails__magazine-favorite{font-size:.75rem;border:2px solid #164094;padding:5px 12px;position:relative;bottom:2px;line-height:10px}@media (min-width:768px){.storedetails__magazine-favorite{float:right;padding:8px 12px;margin-right:27px}}@media (min-width:992px){.storedetails__magazine-favorite{margin-right:69px}}.storedetails__magazine-favorite-btn{background:transparent;border:none;font-size:.9375rem}.storedetails__magazine-favorite-btn:focus{outline:none}.storedetails__bar-tel-button{padding:4px}.storedetails__map{height:calc(100% - 60px);position:relative;z-index:51}.storedetails__mobile-close-map{left:100%;position:relative;top:0;width:100%;justify-content:flex-end}.storedetails__mobile-close-map.active{left:0;transition:left .5s linear}.storedetails__mobile-close-map .googlemap-sidebar__mobile-nav-text{margin-right:10px}.storedetails-close-map{z-index:52}.storedetails__newsTitle{font-family:Jost-SemiBold,sans-serif;font-size:1.125rem;line-height:1.33}.storedetails__newsDescription{font-family:Open Sans,OpenSans-Regular,sans-serif;font-size:.875rem;line-height:1.43;opacity:.8}.storedetails__slider-img{width:100%}.storedetails__slider-img:hover{cursor:pointer}.storedetails__next,.storedetails__prev{color:#164094;font-size:1.5rem}.storedetails__next.slick-disabled,.storedetails__prev.slick-disabled{color:#d4d4d4}.storedetails__nav-slider .slick-list{margin:-6px 0}.storedetails__nav-slider .slick-slide{margin:6px 0}.storedetails__nav-slider .slick-current .storedetails__slider-wrapper .storedetails__slider-img{opacity:1}.storedetails__nav-slider .storedetails__slider-wrapper{border:1px solid #ccc;padding:5px}.storedetails__nav-slider .storedetails__slider-wrapper .storedetails__slider-img{opacity:.6;min-height:83px;-o-object-fit:cover;object-fit:cover}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.storedetails__nav-slider .storedetails__slider-wrapper .storedetails__slider-img{max-height:80px!important;position:static!important;margin-left:-20px!important}}.storedetails__news{margin-bottom:10px}.storedetails__news .slick-track{margin-left:0}.storedetails__thumb-panorama{border:1px solid #ccc;padding:17px 0}.storedetails__thumb-panorama-link:focus{outline:none}.storedetails__thumb-panorama-img{max-width:36px}.storedetails__panorama-slider{-webkit-appearance:none;width:100%;height:2px;border-radius:5px;background:#d4d4d4;outline:none}.storedetails__panorama-slider::-webkit-slider-thumb{box-shadow:0 0 1px #1a1a1a;height:15px;width:15px;border-radius:50%;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:0}.storedetails__panorama-slider::-moz-range-thumb{box-shadow:0 0 1px #1a1a1a;height:15px;width:15px;border-radius:50%;background:#fff;cursor:pointer}.storedetails__panorama-slider::-ms-thumb{box-shadow:0 0 1px #1a1a1a;height:15px;width:15px;border-radius:50%;background:#fff;cursor:pointer}.storedetails__panorama-slider::-ms-track{background:transparent}.storedetails__image-panorama{overflow:hidden;position:relative}.storedetails__image-panorama.active{position:fixed;width:100%;height:100%;left:0;top:0;max-height:none;z-index:9}.storedetails__image-panorama.not-visible{height:0}.storedetails__panorama-wrapper{position:fixed;z-index:1100;width:100%;height:100%;top:0;left:100%;background:rgba(52,52,52,.9)}.storedetails__panorama-wrapper.active{left:0}.storedetails__panorama-viewer{width:90%;margin:0 auto;position:relative}.panorma-control-bar__remove-full{position:absolute;right:50px;top:50px;z-index:10}.storedetails__panorma-control-bar{background-color:#164094;padding:7px 0;text-align:center}.storedetails__panorama-range{display:inline-block;height:2px;margin:0 50px;position:relative;top:4px;width:160px}.storedetails__panorama-range .ui-slider-handle{border-radius:50%;width:15px;height:15px;top:-8px}.storedetails__panorama-range .ui-slider-handle:focus{outline:none}.storedetails__panorama-range .ui-slider-range-min{border-color:#76cb00;top:-1px;left:-1px}.storedetails__panorama-range .ui-state-active{background:#fff;border-color:#fff}.storedetails__panorama-range .tooltip{display:none}.panorma-control-bar__show-full{position:relative}.panorma-control-bar__remove-full{color:#fff;font-size:1.5rem;line-height:1;padding:5px 5px 3px}.panorma-control-bar__remove-full:hover{color:#fff;text-decoration:none}.storedetails__panorama-thumb-text{font-family:Jost-Medium,sans-serif;font-size:.5625rem;color:#164094}.storedetails__thumb-panorama-link:hover{text-decoration:none}.storedetails__thumb-panorama-link--mobile{border:1px solid #164094;border-radius:2px;padding:1px 11px;margin-bottom:32px}.storedetails__thumb-panorama-link--mobile .storedetails__panorama-thumb-text{font-size:.75rem}.storedeatails__retour{display:inline-block;font-family:Jost-Medium,sans-serif;font-size:.75rem;line-height:1;margin:20px 0;padding-left:20px}.storedeatails__retour:before{font-size:1.5rem;position:absolute;left:-8px;top:-5px}@media (max-width:767.98px){.storedetails__bar-esport,.storedetails__bar-favorite,.storedetails__bar-status{min-height:52px}.storedetails__day-text,.storedetails__program-close{text-align:right}.storedetails__slider .slick-list{margin:0 -5px 0 0}.storedetails__slider .slick-slide{margin:0 5px 0 0}.storedetails__panorama-viewer{display:flex;flex-direction:column;margin:0 auto;height:80vh;overflow:hidden;justify-content:flex-end}.js-close-panorama{z-index:11;position:relative;left:95%;top:0;margin-bottom:10px}.magasin-selected{text-align:center}}@media (min-width:768px){.storedetails__day-text{font-size:.5625rem}.storedetails__favorite-magazin{font-size:.625rem}.storedetails__thumb-panorama-img{max-width:42px}.storedetails__news{margin-bottom:80px}.storedetails__after-container{padding-top:60px}.storedetails__info-card-button{margin-left:10px;padding:13px 21px 13px 39px;margin-bottom:10px}.storedetails__info-card-button:first-child{margin-left:0}.storedetails__bar-info{left:auto;width:calc(100% - 30px);height:52px}.storedetails__page-title{font-size:3.125rem;letter-spacing:-1px}.storedetails__store-program{margin:56px 0;padding:0}.storedetails__program-card{border-bottom:none;border-right:1px solid #ececec;padding:12px 0 22px;text-align:center}.current-day .storedetails__day-name,.current-day .storedetails__day-text{color:#1a58aa}.current-day .storedetails__icon:before{color:#164194;display:block;font-size:1.5rem;left:14px;position:absolute;top:-7px}}@media (min-width:992px){.storedetails__day-text,.storedetails__favorite-magazin{font-size:.75rem}.current-day .storedetails__icon:before{font-size:1.875rem}}.slider-wrapper{padding-left:10px;padding-right:14px}@media (min-width:768px){.slider-wrapper{padding-left:8px;padding-right:8px}}.slider.slider-horizontal{width:100%}.slider.slider-horizontal .slider-track{height:6px;background:#dce0e3;border-radius:0}.slider.slider-horizontal .slider-selection{background:#1a58aa}.slider.slider-horizontal .slider-handle{background-color:#1a58aa;border:8px solid #fff;width:23px;height:23px;top:-4px;box-shadow:0 2px 10px 0 rgba(0,0,0,.28);touch-action:none}.storedetails__panorama-viewer .slider.slider-horizontal .slider-handle{background:#fff;border:none;height:17px;top:-3px;width:17px}.storedetails__panorama-viewer .slider.slider-horizontal .slider-selection{background-color:#69b813}.storedetails__panorama-viewer .slider.slider-horizontal .slider-track{height:2px}