@keyframes moveUpDown{0%{transform:translateY(-.25rem)}50%{transform:translateY(.25rem)}to{transform:translateY(-.25rem)}}.animate-move-up-down{animation:moveUpDown 3s ease infinite}.placeholder-glow{background:linear-gradient(90deg,#fff,#e7e7e7,#fff);background-size:300%;animation:placeholder-glow 3s linear infinite forwards}@keyframes placeholder-glow{0%{background-position:200% 0}to{background-position:-100% 0}}@keyframes slideDown{0%{transform:translateY(-200%)}to{transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(200%)}to{transform:translateY(0)}}.rotate-x-5{transform:rotate(5deg)}.rotate-x--5{transform:rotate(-5deg)}.rotate-x-2{transform:rotate(2deg)}.rotate-x--2{transform:rotate(-2deg)}.opacity-75{opacity:.75}.opacity-50{opacity:.5}.opacity-25{opacity:.25}.opacity-10{opacity:.1}.exergue{font-weight:700;color:#03b1bb}.multiline-text{white-space:pre-line}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.align-items-center{align-items:center}.text-danger{color:#c62828!important}.text-success{color:#4caf50!important}.text-warning{color:#fb8c00!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}.v-application{font-family:Avenir,Helvetica,Arial,sans-serif}.v-card__title{word-break:normal!important}.no-data{text-align:center;color:#777}.main-view-page{height:100vh;overflow:hidden;background-color:#f5f5f5;position:relative;display:flex;flex-direction:column}.main-view-page>main{height:100%;overflow:auto;display:flex}.container-fluid{margin:0 1rem}.categorie-list,.categorie-title{margin-bottom:1rem}.categorie-list{list-style:none;padding-left:0!important}.categorie-list .categorie-list-item{margin-bottom:.5rem;display:flex;align-items:center}.categorie-list .categorie-list-item .categorie-list-item-text{margin-right:.5rem;font-weight:700;max-width:80%;overflow-x:hidden;text-overflow:ellipsis}.categorie-list .categorie-list-item .categorie-list-item-action{margin-left:auto;display:flex}.bg-primary{background-color:#03b1bb!important}.bg-danger{background-color:#c62828!important}.bg-warning{background-color:#fb8c00!important}.bg-success{background-color:#4caf50!important}#header{background-color:#fff;box-shadow:0 0 1rem rgba(0,0,0,.1);padding:1rem 0;z-index:1}#header nav{display:flex;align-items:center;justify-content:space-between}#header nav button,#header nav button .v-btn__content{opacity:1}#header nav .header-page-name{position:relative}.header-brand{display:flex;align-items:center}.header-brand .header-brand-logo{margin-right:.5rem;display:flex;align-items:center}.header-brand .header-brand-logo>img{width:auto;max-height:3rem;background-color:#fff;border-radius:.5rem;border:2px solid #03b1bb}.header-brand .header-brand-content{white-space:nowrap}.header-brand .header-brand-content .header-brand-title{font-weight:700;font-size:1.1rem;margin-bottom:0;display:flex;flex-wrap:nowrap}.header-brand .header-brand-content .header-brand-title .header-brand-title-logo img{height:1.5rem;width:1.5rem;border-radius:50%;border:2px solid #03b1bb;vertical-align:text-bottom}.header-brand .header-brand-content .header-brand-text{font-size:.85rem;color:#777;text-transform:uppercase;letter-spacing:-1px;line-height:1}.header-collapse{flex:1;display:flex;align-items:center}@media only screen and (max-width:959px){.header-collapse{display:block}}.header-menu{display:flex;list-style:none;padding:0;margin:0 auto}@media only screen and (max-width:959px){.header-menu{display:block;margin-top:1rem;margin-bottom:1rem}}.header-menu li{display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:959px){.header-menu li{display:block}}.header-menu li a{text-decoration:none;color:#546e7a;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .5s ease-in-out}@media only screen and (max-width:959px){.header-menu li a{display:block;margin-bottom:.5rem;border:1px solid #f5f5f5;border-radius:.5rem;background-color:#fff}}.header-menu li a .v-icon{color:rgba(3,177,187,.75);margin-right:.25rem;transition:color .5s ease-in-out}.header-menu li a:hover,.header-menu li a:hover .v-icon{color:#03b1bb}@media only screen and (max-width:959px){.header-menu li a:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}}.header-menu li a.active{color:#03b1bb}@media only screen and (max-width:959px){.header-menu li a.active{background-color:#03b1bb;color:#fff;border-color:transparent}.header-menu li a.active .v-icon{color:#fff}}.header-nav-action{text-decoration:none;margin-left:2rem}.header-nav-action.border-left{border-left:2px dotted #c2c2c2;padding:.5rem 0 .5rem 1rem}@media only screen and (max-width:959px){.header-nav-action.border-left{border-left:0;padding:0}}.header-nav-action.border-right{border-right:2px dotted #c2c2c2;padding:.5rem 1rem .5rem 0}@media only screen and (max-width:959px){.header-nav-action.border-right{border-left:0;padding:0}}.header-nav-action>span{display:inline-block}.header-nav-account{display:flex;align-items:center;text-decoration:none}@media only screen and (min-width:768px){.header-nav-account{margin-left:2rem}}.header-nav-account .header-nav-account-icon{background-color:#03b1bb;height:2rem;width:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.header-nav-account .header-nav-account-icon .v-icon{color:#fff}.header-nav-account .header-nav-account-text{color:#2c3e50}.header-nav-account .header-nav-account-text strong{display:block}@media only screen and (max-width:767px){.header-nav-account .header-nav-account-text{display:none}}#header.bg-none{position:fixed;top:0;left:0;right:0;z-index:2;margin-bottom:0}#header.bg-none:not(.sticky){background-color:transparent;box-shadow:unset}#header.bg-none:not(.sticky) nav,#header.bg-none:not(.sticky) nav button{color:#fff}#header.bg-none:not(.sticky) nav .header-page-name{display:none!important}.custom-header-container{margin:-12px}.custom-header-container .custom-header-top{position:relative;width:100%;height:auto}.custom-header-container .custom-header-bg{width:100%;height:200px;position:relative}.custom-header-container .custom-header-bg:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.5),transparent)}.custom-header-container .custom-header-category{position:absolute;bottom:0;left:0;margin:.5rem}.custom-header-container .shop-like-btn{position:absolute;bottom:0;right:0;margin:.5rem}.custom-header-container .custom-header-page-name{font-size:1.5rem;font-weight:700;width:100%}.custom-header-container .custom-header-infos{color:#2c3e50;font-size:80%}.custom-header-container .custom-header-logo-container{position:relative;margin-bottom:23px}.custom-header-container .custom-header-logo-container .custom-header-logo{background-color:#03b1bb;position:absolute;bottom:0;left:0;margin:0 1rem;transform:translateY(50%);border:5px solid #f5f5f5;font-size:1.5rem;border-radius:50%;height:70px;width:70px;display:flex;align-items:center;justify-content:center;font-weight:700}#footer{margin-top:auto;font-size:.9rem;width:100%;text-align:center}#footer p{margin-bottom:0}#footer a{font-weight:700;text-decoration:none}#footer .logo-footer-text{height:.9rem;vertical-align:middle;border-radius:2px}#footer .mobile-menu-container{position:relative}#footer .app-menu{list-style:none;padding-left:0;padding:.5rem 0;display:flex;background-color:#fff;box-shadow:0 0 1rem rgba(0,0,0,.1)}#footer .app-menu li{flex:0 auto;width:100%}#footer .app-menu li a.app-nav-item{width:40px;height:40px;margin:auto;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;color:#546e7a}#footer .app-menu li a.app-nav-item .app-nav-icon{color:inherit}#footer .app-menu li a.app-nav-item .app-nav-text{color:inherit;font-size:x-small;font-weight:400}#footer .app-menu li a.app-nav-item.account .app-nav-icon{border-radius:50%;background-color:#546e7a;color:#fff;font-size:18px;padding:2px}#footer .app-menu li a.app-nav-item.active{color:#03b1bb}#footer .app-menu li a.app-nav-item.active:after{content:"";position:absolute;bottom:.75rem;display:block;width:4px;height:4px;margin:0 auto;background-color:#03b1bb;border-radius:50%}#footer .app-menu li a.app-nav-item.active.account .app-nav-icon{background-color:#03b1bb}.page-loading{position:fixed;top:0;bottom:0;left:0;right:0;z-index:100;background-color:hsla(0,0%,100%,.85);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.page-loading .v-icon{color:#03b1bb}.shopping-card{background-color:#fff;display:flex;border-radius:.5rem;box-shadow:1rem 1rem 3rem rgba(0,0,0,.5);margin-bottom:1rem}.shopping-card .shopping-card-img{width:5rem;height:5rem;image-rendering:optimizeSpeed;border-radius:.25rem;margin:.5rem}.shopping-card .shopping-card-content{flex:1;padding:.5rem;display:flex;flex-direction:column}.shopping-card .shopping-card-content-top{display:flex;justify-content:space-between}.shopping-card .shopping-card-content-title{font-weight:700;font-size:1.5rem}.shopping-card .shopping-card-content-info{margin-top:auto;font-size:.9rem;display:flex;width:100%;justify-content:space-between}.shopping-card .shopping-card-content-btn{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem;background-color:#03b1bb;border-radius:50%;box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1)}.shopping-card .shopping-card-content-info-value{padding-right:.5rem}.shopping-card .shopping-card-content-info-value:last-child{padding-right:0}.login-page{display:flex;flex-wrap:wrap;min-height:100vh}@media only screen and (max-width:768px){.login-page{flex-direction:column}.login-page .shopping-card{display:none}.login-page .brand-card{transform:rotate(0deg);border-radius:0;box-shadow:none;margin-bottom:0;display:block}.login-page .brand-card .brand-card-img{display:none}}.login-page .login-image{flex:1;position:relative;width:50%;background:#03b1bb;display:flex;align-items:center;justify-content:center;padding:3rem 2rem}@media only screen and (max-width:768px){.login-page .login-image{padding:2rem;overflow:hidden;border-radius:0 0 4rem 4rem}.login-page .login-image .login-image-container{opacity:0;visibility:hidden}}.login-page .login-form{flex:1;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem 0}@media only screen and (max-width:768px){.login-page .login-form{padding-top:0;position:relative}.login-page .login-form:before{top:0;border-radius:0 0 50% 50%}.login-page .login-form:after,.login-page .login-form:before{content:"";position:absolute;left:0;right:0;background-color:#03b1bb;height:1rem}.login-page .login-form:after{bottom:0;border-radius:50% 50% 0 0}}@media only screen and (max-width:768px){.login-page .login-form,.login-page .login-image{width:100%}}.login-page .brand-card{max-width:20rem;width:auto}.brand-card{background-color:#fff;display:inline-block;border-radius:.5rem;box-shadow:1rem 1rem 3rem rgba(0,0,0,.5);overflow:hidden}.brand-card .brand-card-img{width:100%;height:auto;max-width:auto}.brand-card .brand-card-text{padding:.5rem 1rem}.brand-card .brand-card-text .brand-card-text-title{font-size:1.5rem;color:#03b1bb;line-height:1}.brand-card .brand-card-text .brand-card-text-info{text-transform:uppercase;font-size:.8rem}.deco-float{position:absolute;z-index:0}.login-deco{background-color:#fff;border-radius:1rem;max-width:15rem;overflow:hidden}.login-deco img{width:100%;height:auto}.deco-float-1{top:2rem;left:4rem}.deco-float-2{bottom:2rem;right:4rem}.deco-float-2 .animate-move-up-down{animation-delay:1s}.logo-client{border-radius:100%;border:2px solid #03b1bb;background-color:#fff;overflow:hidden;margin-bottom:1rem;width:5rem;height:5rem}.logo-client img{max-width:5rem;max-height:5rem}.login-form-component{width:100%;max-width:30rem}.login-subtitle{text-transform:uppercase;font-weight:300;font-size:80%;margin-bottom:1rem;margin-top:-.25rem}.login-text-info{color:#777;font-size:90%;line-height:1.25}.category-card{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background-color:#fff;border-radius:.75rem;box-shadow:.125rem .125rem 1rem rgba(0,0,0,.1)}.category-card .category-card-image{margin-bottom:.25rem;border-radius:50%;width:60px;height:60px}.category-card .category-card-title{font-weight:700}.home-search-form{display:flex}.section-title{font-size:1.25rem;font-weight:700;position:relative;display:flex}.section-title:before{content:"";position:absolute;left:0;bottom:0;display:block;height:3px;width:12px;background-color:#ffd600}.products .products-title{display:flex;align-items:center;margin-bottom:.5rem}@media only screen and (max-width:599px){.products .products-title{display:block}}.products .products-title h1,.products .products-title h2{white-space:nowrap;margin-right:1rem}.products .products-title h1 small,.products .products-title h2 small{display:block;color:#777}.products .products-title .product-filters{display:flex;margin-right:1rem}@media only screen and (max-width:599px){.products .products-title .product-filters{display:block;margin-left:0}}.products .products-title .product-filters>*{margin-left:1rem;max-width:30%}@media only screen and (max-width:599px){.products .products-title .product-filters>*{max-width:100%;margin-left:0;margin-bottom:1rem}}.product-card,.profile-card{background-color:#fff;border-radius:.75rem;box-shadow:.125rem .125rem 1rem rgba(0,0,0,.1);display:flex;padding:.5rem;cursor:pointer}.no-btn.profile-card,.product-card.no-btn{cursor:default}.product-card .product-card-img,.profile-card .product-card-img{width:90px;height:90px;margin-right:.75rem;border-radius:.5rem;border-radius:50%;overflow:hidden;flex:0 auto}.product-card .product-card-content,.profile-card .product-card-content{flex:1;display:flex;flex-direction:column;padding:.25rem 0}.product-card .product-card-content-title,.profile-card .product-card-content-title{font-size:1.25rem;font-weight:700;line-height:1;margin-bottom:.25rem}.product-card .product-card-content-text,.profile-card .product-card-content-text{color:#777;flex:1}.product-card .product-card-price,.profile-card .product-card-price{font-weight:700;color:#777;margin:auto 0 0 auto;line-height:1}.product-card .product-card-price .exergue,.profile-card .product-card-price .exergue{font-size:1.5rem}.product-card .product-card-taxe,.profile-card .product-card-taxe{color:#777;display:flex;justify-content:space-between}.product-card .product-card-content-info,.profile-card .product-card-content-info{display:flex;flex-wrap:wrap;align-items:center}.product-card .product-card-content-info .product-card-content-info-value,.profile-card .product-card-content-info .product-card-content-info-value{font-size:.9rem;max-width:50%;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.product-categories{position:sticky;top:1rem}.product-categories .categorie-list{max-height:75vh;overflow-y:scroll;overflow-x:hidden;scrollbar-width:thin}.product-detail-page{display:flex;flex-direction:column;height:100%;position:relative}.product-detail-page .product-bottom-bloc{position:absolute;bottom:0;left:0;right:0;background-color:#fff;margin:-12px;padding:18px 12px;box-shadow:0 0 .5rem rgba(0,0,0,.1)}.product-detail-page .product-bottom-bloc .product-price{font-size:1.5rem}.product-detail-page .product-bottom-bloc .product-price .text-small{font-weight:700;font-size:small;line-height:1;color:#2c3e50}.product-detail-page .product-bottom-bloc .product-price .exergue{font-size:2rem;line-height:1}.product-detail-page .product-bottom-bloc .product-amount-buttons{display:flex;align-items:center}.profile-page h1 small{display:inline-block;color:#03b1bb}.profile-tabs .v-tab{font-size:70%}.profile-emails .main{display:inline-block;background-color:#03b1bb;color:#fff;border-radius:.25rem;padding:.25rem .5rem}.profile-card{cursor:default;flex-direction:column;margin-bottom:2rem}.profile-card .profile-card-initials{width:70px;height:70px;margin:1rem auto .5rem;display:flex;align-items:center;justify-content:center;background-color:#03b1bb;color:#fff;border-radius:50%;font-size:1.75rem;font-weight:700;text-transform:uppercase;flex:0 auto}.profile-card .profile-card-infos{margin:0 auto 1rem;text-align:center}.profile-card .profile-card-infos .name{font-weight:700}.profile-card .profile-card-infos .email{color:#2c3e50;font-size:90%}.profile-card .profile-card-menu{flex:0 auto;width:100%}.orders{margin-bottom:2rem}.orders .orders-title{display:flex;align-items:center;margin-bottom:.5rem}@media only screen and (max-width:599px){.orders .orders-title{display:block}}.orders .orders-title h1,.orders .orders-title h2{white-space:nowrap;margin-right:1rem}.orders .orders-title h1 small,.orders .orders-title h2 small{display:block;color:#777}.orders .orders-title .order-filters{display:flex;margin-right:1rem}@media only screen and (max-width:599px){.orders .orders-title .order-filters{display:block;margin-left:0}}.orders .orders-title .order-filters>*{margin-left:1rem;max-width:30%}@media only screen and (max-width:599px){.orders .orders-title .order-filters>*{max-width:100%;margin-left:0;margin-bottom:1rem}}.order-small-info{display:block;font-size:.8rem;white-space:nowrap}.order-tab-responsive{overflow-x:scroll}.order-tab{width:100%;border-collapse:collapse;caption-side:top}.order-tab>thead{vertical-align:bottom;border:0 solid;border-bottom:1px solid #e8e8e8}.order-tab>thead th{white-space:nowrap;color:#777}.order-tab td,.order-tab th{padding:.5rem;text-align:left}.order-tab>tbody{color:#777}.order-tab>tbody tr{cursor:pointer;transition:all .2s ease-in-out}.order-tab>tbody tr:focus,.order-tab>tbody tr:hover{color:#2c3e50;background-color:#f5f5f5}.order-tab>tbody th{font-weight:400}.order-badge{display:inline-block;white-space:nowrap;border-radius:.25rem;padding:0 .25rem;font-weight:700;font-size:.9rem}.order-badge.sent{border:1px solid #ff8f00;color:#ff8f00}.order-badge.accepted{border:1px solid #4fc3f7;color:#4fc3f7}.order-badge.refused{border:1px solid #c62828;color:#c62828}.order-badge.in_progress{border:1px solid #03b1bb;color:#03b1bb}.order-badge.available{border:1px solid #43a047;color:#43a047}.order-badge.canceled,.order-badge.collected{border:1px solid #777;color:#777}.order-card{min-width:500px}.order-card .order-card-title{display:flex;align-items:center;margin-bottom:1rem}.order-card .order-card-title h2{margin-right:auto}.order-card .order-card-infos{display:flex;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e8e8e8;color:#777}.order-card .order-card-infos .order-card-info{font-size:.9rem;display:flex;align-items:center}.order-card-lines{border-bottom:1px solid #e8e8e8;margin-bottom:1rem}.order-card-line{display:flex;align-items:center;margin-bottom:1rem}.order-card-line .order-card-line-img{margin-right:1rem;max-width:5rem}.order-card-line .order-card-line-img img{width:100%;height:auto;border:1px solid #e8e8e8;border-radius:.5rem;background-color:#f5f5f5;padding:.5rem}.order-card-line .order-card-line-img img.default{filter:grayscale(100%)}.order-card-line .order-card-line-info{flex:1;margin-right:1rem}.order-card-line .order-card-line-info h3{font-size:1rem}.order-card-line .order-card-line-desc{color:#777;font-size:.9rem}.order-card-line .order-card-line-price{text-align:right;font-weight:700}.order-card-line .order-card-line-qty{font-weight:400;color:#777}.order-card-total{padding-bottom:1rem;border-bottom:1px solid #e8e8e8;margin-bottom:1rem;color:#777;text-align:right}.order-card-total strong{display:inline-block;margin-left:.5rem;color:#2c3e50;font-size:2rem}.order-card-delivery{display:flex;align-items:flex-start;justify-content:space-between}.order-card-delivery h3{margin-bottom:1rem}.order-card-delivery address{color:#777}.order-card-delivery .order-card-delivery-content{max-width:50%}.order-card-collect-id,.order-card-customer{display:flex;margin-bottom:.5rem}.order-card-collect-info{color:#777;font-size:.9rem}.order-card-collect-id{font-weight:700}.order-card-shop{display:flex}.order-card-shop .order-card-shop-logo{margin-right:1rem;max-width:5rem}.order-card-shop .order-card-shop-logo img{width:100%;height:auto;border:1px solid #e8e8e8;border-radius:.5rem;padding:.5rem}.order-card-shop .order-card-shop-logo img.default-logo{filter:grayscale(100%)}.order-card-infos{display:flex;flex-wrap:wrap;justify-content:space-between}.order-card-infos>*{flex:0 auto}.order-card-infos>:nth-child(3n){width:100%}.shop-card{height:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff;box-shadow:.125rem .125rem 1rem rgba(0,0,0,.1);border-radius:.75rem;overflow:hidden;cursor:pointer}.shop-card .shop-card-top{width:100%;height:150px;position:relative;background-color:#efefef}.shop-card .shop-card-top .shop-like-btn{position:absolute;bottom:0;left:0;margin:.5rem}.shop-card .shop-card-top-tag{position:absolute;top:0;right:0;z-index:1;margin:.5rem;font-weight:700}.shop-card .shop-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-card .shop-card-content{width:100%;padding:.75rem}.shop-card .shop-card-content-top{display:flex}.shop-card .shop-card-logo-container{float:left;width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:1rem}.shop-card .shop-card-logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-card .shop-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1}.shop-card .shop-card-buttons{display:flex;flex-direction:column;align-items:center}.shop-card .shop-card-buttons .v-btn{position:relative}.shop-carousel-item{width:80vw}@media only screen and (min-width:576px){.shop-carousel-item{width:40vw}}@media only screen and (min-width:992px){.shop-carousel-item{width:30vw}}@media only screen and (min-width:1200px){.shop-carousel-item{width:20vw}}.cart-shop{background-color:#fff;padding:.75rem;border-radius:.5rem;box-shadow:.25rem .25rem 1rem rgba(0,0,0,.1);margin-bottom:1.5rem}.cart-shop .cart-shop-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.125rem;border-bottom:1px solid rgba(0,0,0,.1)}.cart-shop .cart-shop-title{font-size:1.5rem;font-weight:700;line-height:1;cursor:pointer}.cart-shop .cart-shop-count{color:#2c3e50;font-weight:400;font-size:.8rem}.cart-shop .cart-shop-total{text-align:end}.cart-shop .cart-shop-total .exergue{font-size:1.5rem;color:#000}.cart-line{margin:.75rem 0}.cart-line:not(:last-child){padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.05)}.cart-line .cart-line-container{display:flex}.cart-line .cart-line-img-container{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:.5rem;flex:0 auto}.cart-line .cart-line-img-container .cart-line-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-line .cart-line-content{flex:1;display:flex;flex-wrap:wrap}.cart-line .cart-line-content>*{flex:0 auto}.cart-line .cart-line-content-top{display:block;width:100%;margin-bottom:.5rem}.cart-line .cart-line-title{font-weight:700}.cart-line .cart-line-desc,.cart-line .cart-line-infos{font-size:80%;color:#2c3e50}.cart-line .cart-line-buttons{display:flex;align-items:center}.cart-line .cart-line-quantity{margin:0 .75rem}.cart-line .cart-line-price{margin-left:auto;margin-right:0}.cart-line .cart-line-price .exergue{font-size:1.5rem}.map-page{height:calc(100% + 24px);margin:-12px;position:relative}.map-page .map-categories{position:absolute;top:0;left:0;right:0;overflow:scroll;scrollbar-width:none;padding:.5rem 0}.map-page .map-categories .map-categories-container{display:flex;flex-wrap:nowrap;width:-moz-max-content;width:max-content}.map-page .leaflet-container{flex:1;width:100%;height:100%;z-index:0}.map-page .leaflet-control-attribution .leaflet-attribution-flag{display:none!important}.map-page .leaflet-popup-content .popup-title{text-decoration:none}body{background-color:#fff}