.auth-modal-overlay{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1002}#auth-modal{justify-items:center;width:100%}#auth-modal .auth-modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 20px #0003;display:flex;flex-direction:column;max-width:390px;padding:2rem 4rem}#auth-modal .auth-title{font-size:1.4rem;font-weight:700;margin:1rem 0 2rem;text-align:center}#auth-modal .auth-form{display:flex;flex-direction:column;gap:.8rem}#auth-modal .auth-form input{border:1px solid #447f85;border-radius:4px;padding:.6rem}#auth-modal .auth-name-fields{display:flex;gap:.5rem}#auth-modal .auth-name-fields>input{flex:1 1}#auth-modal .auth-options{color:#444;display:flex;font-size:.85rem;justify-content:space-between}#auth-modal .auth-options>label{align-items:center;display:flex}#auth-modal .error-text{color:red;font-size:.8em;margin-bottom:0;text-align:center}#auth-modal .auth-button{align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin:1rem 0;padding:.7rem 2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#auth-modal .auth-button:hover{background-color:#407f7f}.footer{background-color:#447f85;box-sizing:border-box;color:#fff;height:300px;padding:1em 2em;width:100%}.footer .mainfooter{display:flex}.footer .mainfooter>div:first-child{font-size:14px;width:25%}.footer .mainfooter>div:first-child img{width:20%}.footer .mainfooter>div:first-child #sptitle{font-size:18px;font-weight:600;margin:12px 0}.footer .mainfooter>div:first-child>div{margin:4px 0}.footer .mainfooter>div:first-child a{color:#fff;text-decoration:none}@media screen and (max-width:1000px){.footer .mainfooter>div:first-child{width:50%}.footer .mainfooter>div:first-child img{width:15%}}.footer .mainfooter>div:nth-child(2){display:flex;justify-content:space-between;margin-top:2%;width:65%}.footer .mainfooter>div:nth-child(2)>div>div{font-size:14px;margin:4px 0}.footer .mainfooter>div:nth-child(2)>div>div:hover{cursor:pointer}.footer .mainfooter>div:nth-child(2)>div>div:first-child{font-size:18px;font-weight:600;margin-bottom:12px}@media screen and (max-width:1000px){.footer .mainfooter>div:nth-child(2){display:none}}.footer .list-mobile{display:none}@media screen and (max-width:1000px){.footer .list-mobile{align-self:end;display:block;text-align:end;width:50%}.footer .list-mobile>div{margin:6px 0}}.footer .mention{display:flex;font-size:14px;justify-content:space-around;margin:18px 0;width:100%}.cart-icon-wrapper{display:inline-block;position:relative}.cart-badge{background-color:red;border-radius:30px;color:#fff;font-size:11px;font-weight:700;min-width:18px;padding:3px;position:absolute;right:0;text-align:center;top:-8px}.number-input{align-items:center;display:flex}.number-input button{background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;font-size:15px;height:25px;width:25px}.number-input button:hover{background-color:#e0e0e0}.number-input span{font-size:16px;padding:0 8px}.shopping-cart-item{padding:1% 0;width:100%}@media screen and (min-width:900px){.shopping-cart-item{display:flex}}.shopping-cart-item>div:nth-child(2){display:flex;flex-direction:column;justify-content:space-between;padding:8px 0 8px 16px;width:80%}.shopping-cart-item>div:first-child{border:1px solid #25464a;border-radius:10px;height:100px;margin:auto;padding:2px;width:100px}@media screen and (min-width:900px){.shopping-cart-item>div:first-child{max-width:25%}}.shopping-cart-item img{height:100%;object-fit:contain;width:100%}.cart-item-footer{align-items:center;display:flex;justify-content:space-between}.cart-item-footer>div:last-child{display:flex}.cart-item-footer>div:last-child svg{margin-left:16px}.right-panel-container .overlay{background-color:#00000080;height:calc(100vh - 100px);position:fixed;top:100px;transition:opacity .3s ease-in-out;width:100vw}.right-panel-container .right-panel{background-color:#fff;border-left:1px solid #25464a80;border-top:1px solid #25464a80;box-sizing:border-box;height:calc(100vh - 100px);max-width:500px;overflow-y:auto;padding:1% 2%;position:fixed;right:0;top:100px;transition:right .3s ease-in-out;width:35%;z-index:1002}.right-panel-container .right-panel.active{right:0}.right-panel-container .right-panel.inactive{right:-50vw}@media screen and (max-width:650px){.right-panel-container .right-panel.inactive{right:-100vw}.right-panel-container .right-panel{max-width:none;width:100%}}.right-panel-container .right-panel .shopping-cart-items{display:block;width:100%}.right-panel-container .right-panel .shopping-cart-items>div{width:100%}.right-panel-container .right-panel .recap-cart{background-color:#c4dfe74d;border-radius:10px;margin:1rem 0;padding:16px 24px}.right-panel-container .right-panel .recap-cart>span{background-color:#447f85;display:block;height:1px;margin:16px 0}.right-panel-container .right-panel .recap-cart>div{display:flex;justify-content:space-between;margin:8px 0}.right-panel-container .right-panel .recap-cart>div:last-child{font-weight:700}.right-panel-container .right-panel .action-cart{display:flex;gap:5px;justify-content:space-around}@media screen and (min-width:500px)and (max-width:850px){.right-panel-container .right-panel .action-cart{display:block}}.right-panel-container .right-panel .action-cart button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;margin:.5em auto;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.right-panel-container .right-panel .action-cart svg>path{fill:#fff}.card-item-search{padding:1% 0;width:100%}@media screen and (min-width:900px){.card-item-search{display:flex}}.card-item-search>div:nth-child(2){display:flex;flex-direction:column;justify-content:space-between;padding:8px 0 8px 16px;width:80%}.card-item-search>div:first-child{border:1px solid #25464a;border-radius:10px;height:100px;margin:auto;padding:2px;width:100px}.card-item-search>div:first-child:hover{cursor:pointer}@media screen and (min-width:900px){.card-item-search>div:first-child{max-width:25%}}.card-item-search img{height:100%;object-fit:contain;width:100%}.card-item-footer{align-items:center;display:flex;justify-content:space-between}.card-item-footer>div:last-child{display:flex}.card-item-footer>div:last-child svg{margin-left:16px}.card-item-footer svg:hover{cursor:pointer}.search-bar{align-items:center;border:2px solid #31a0a5;border-radius:999px;display:flex;margin-right:8px;max-width:600px;overflow:hidden;width:100%}.search-bar input{border:none;color:#234349;flex:1 1;font-size:1rem;outline:none;padding:.8rem 1.2rem}.search-bar input::placeholder{color:#b4d0d4}.search-bar button{align-items:center;background-color:#31a0a5;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;margin-right:.5rem;width:30px}.search-bar button .arrow{margin-top:50%;transform:translateY(-8%)}.search-bar button .arrow svg>path{stroke:#fff}.search-bar button:hover{background-color:#2c5e63}.header{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;height:100px;justify-content:space-between;opacity:1;padding:1.5em 5em;position:fixed;transform:translateY(0);transition:opacity .6s ease,transform .6s ease;width:100%;z-index:1000}@media screen and (max-width:630px){.header{padding:1em}}.header #logo-div{display:flex;height:100%;position:relative}.header #logo-div img{max-height:100%;max-width:40vw;object-fit:contain}.header #list-header{color:#25464a;display:flex;font-weight:500}@media screen and (max-width:1050px){.header #list-header{display:none}}.header #list-header>div{color:#25464a;padding:2rem 12px}.header #list-header>div p{margin:0}.header #list-header>div:hover>p{font-weight:700}.header #list-header>div:nth-child(odd){cursor:pointer}.header #list-header>div:nth-child(odd).active p{color:#35a0a6}.header #list-header .menu-products{background-color:#fff;box-shadow:0 4px 8px #0000001a;display:flex;left:0;padding:2rem 0;position:absolute;top:70%;width:100%;z-index:10}.header #list-header .menu-products .menu-column{padding:0 2rem}.header #list-header .menu-products .category-title{font-size:1rem;font-weight:700;margin-bottom:10px}.header #list-header .menu-products .subcategory-item{font-size:.9rem;margin-bottom:5px}.header #list-header .menu-products .subcategory-item:hover{color:#35a0a6}.header #list-icon{align-items:center;display:flex}.header #list-icon svg{cursor:pointer;height:30px;margin:0 8px;width:30px}.header #list-icon svg:hover{filter:contrast(2)}@media screen and (max-width:1050px){.header #list-icon svg{height:25px;width:25px}.header #list-icon svg:last-child{height:40px;width:40px}}#header-background{height:100px}.result-search{background-color:#f7f7f7;display:block;height:calc(100% - 100px - 2rem);overflow:scroll;padding:1rem 2rem;position:fixed;width:calc(100% - 4rem);z-index:2}.result-search h3{text-align:center}.result-search>div{justify-self:center;max-width:800px}.tags{display:flex;flex-wrap:wrap;width:100%}.tags span{border:2px solid #ececf9;color:#447f85;cursor:pointer;margin:4px 8px 4px 0;padding:6px 8px;transition:.3s ease}.tags span:hover{background-color:#447f85;border-color:#447f85;color:#fff}.mobile-menu{background-color:#fff;height:calc(100% - 100px);position:fixed;width:100%;z-index:1003}.mobile-menu .header-items{margin-top:2rem}.mobile-menu .header-items>div{color:#35a0a6;font-weight:600;text-align:center}.mobile-menu .header-items>div p{margin:1.5rem}.mobile-menu .header-items>div:hover{color:#c4dfe7;cursor:pointer}.mobile-menu .header-items:before,.mobile-menu .header-items>div:after{background-color:#35a0a666;content:"";display:block;height:1px;margin-left:50%;transform:translateX(-50%);width:200px}.mobile-menu .header-list{align-items:center;color:#35a0a6;display:flex;font-weight:700;letter-spacing:.2px}.mobile-menu .header-list>div{font-size:1.2rem}.mobile-menu .header-list svg{height:35px;width:35px}.mobile-menu .header-list svg>path{fill:#35a0a6}.mobile-menu .header-list:hover{color:#c4dfe7;cursor:pointer}.mobile-menu .header-list:hover svg>path{fill:#c4dfe7}.mobile-menu .list-item{text-align:center}.mobile-menu .list-item>div{color:#25464a;font-weight:700;justify-content:center;padding:1rem 0}.mobile-menu .list-item span{margin:12px 12px 12px 0}.about .expert{color:#25464a;margin:0 20%;padding:2rem 0;text-align:center;width:60%}.about .expert h2{font-size:2.5rem;font-weight:700;margin:0;text-transform:uppercase}.about .expert p{font-size:18px}@media screen and (max-width:1100px){.about .expert{margin:0 10%;width:80%}.about .expert h2{font-size:2.2rem}.about .expert p{font-size:16px}}@media screen and (max-width:830px){.about .expert{margin:0 5%;width:90%}.about .expert h2{font-size:2rem}}.about .nitido-info{background-color:#c3e0d0;border-radius:40px;margin:4rem 0;padding:2em 15%;width:70%}.about .nitido-info>div{text-align:center}.about .nitido-info p{font-weight:700}@media screen and (max-width:1000px){.about .nitido-info{padding:2em 5%;width:90%}}.about .products-about{background-color:#fff}.info-available section{background-color:#c4dfe7;border-radius:40px}.info-available section>div:first-child{display:flex;padding:4% 15% 2%;width:70%}@media screen and (max-width:1230px){.info-available section>div:first-child{padding:7% 5% 5%;width:90%}}@media screen and (max-width:855px){.info-available section>div:first-child{display:block}}.info-available section>div:first-child>#info{color:#25464a;margin-bottom:1rem}.info-available section>div:first-child>#info #title{display:flex;font-weight:600;margin-top:0}.info-available section>div:first-child>#info #title p{font-size:1.6rem;margin:0}.info-available section>div:first-child>#info p{font-size:16px}.info-available section>div:first-child .img-container{padding-left:8%}.info-available section>div:first-child .img-container>div{display:inline-block;position:relative}.info-available section>div:first-child .img-container>div img{position:relative;z-index:1}@media screen and (max-width:855px){.info-available section>div:first-child .img-container{display:none}}.info-available .line{align-self:center;background-color:#447f85;height:3px;margin-right:10px;width:80px}.product-quality section{background-color:#f5f5f5;margin-top:2rem}.product-quality section>div:first-child{display:flex;padding:5% 15% 3% 8%;width:77%}@media screen and (max-width:1230px){.product-quality section>div:first-child{padding:7% 5% 5%;width:90%}}@media screen and (max-width:1000px){.product-quality section>div:first-child{display:block}}.product-quality section>div:first-child>#info>div:first-child{color:#25464a;margin-bottom:1rem}.product-quality section>div:first-child>#info>div:first-child #title{display:flex;font-weight:600;margin-top:0}.product-quality section>div:first-child>#info>div:first-child #title p{font-size:1.6rem;margin:0}.product-quality section>div:first-child>#info>div:first-child p{font-size:16px}.product-quality section>div:first-child .img-container{padding-right:8%}.product-quality section>div:first-child .img-container>div{display:inline-block;position:relative}.product-quality section>div:first-child .img-container>div img{position:relative;z-index:1}@media screen and (max-width:1000px){.product-quality section>div:first-child .img-container{display:none}}.product-quality section>div:first-child .button-div{position:relative;text-align:center;width:100%}.product-quality section>div:first-child .button-div button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:4px 8px 0;padding:8px 16px}.product-quality .line{align-self:center;background-color:#447f85;height:3px;margin-right:10px;width:80px}.category-product{background-color:#f5f5f5;margin-bottom:5%;width:100%}.category-product h2{font-size:2.5rem;text-align:center;text-transform:uppercase}.category-product>div{margin-left:10%;width:80%}.image-grid{grid-gap:16px;display:grid;gap:16px;grid-template-areas:"a a a b b c c c c" "a a a b b c c c c" "d d d e e e f f f" "d d d e e e f f f" "g g h h i i f f f"}.image-grid .image-item{position:relative}.image-grid .image-item>a>div{align-content:end;background-color:#0006;border-radius:8px;color:#fff;display:none;font-size:22px;font-weight:700;height:100%;position:absolute;text-align:center;width:100%}.image-grid .image-item:hover{cursor:pointer}.image-grid .image-item:hover>a>div{display:block}.image-grid .image-item img{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.image-grid .a{grid-area:a}.image-grid .b{grid-area:b}.image-grid .c{grid-area:c}.image-grid .d{grid-area:d}.image-grid .e{grid-area:e}.image-grid .f{grid-area:f}.image-grid .g{grid-area:g}.image-grid .h{grid-area:h}.image-grid .i{grid-area:i}.commitment{width:100%}.commitment-info{display:flex;padding:1% 5%;width:90%}.commitment-info>h2{display:none}.commitment-info img{width:90%}@media screen and (max-width:1000px){.commitment-info{display:block}.commitment-info>div:first-child{text-align:center}.commitment-info>h2{color:#74b753;display:block;font-size:2.2rem;font-weight:bolder;text-align:center;text-transform:uppercase}.commitment-info img{margin-left:15%;width:70%}}@media screen and (max-width:600px){.commitment-info img{margin-left:0;width:100%}}.commitment-info .info{margin-top:2%;width:50%}.commitment-info .info h2{color:#74b753;font-size:2.5rem;font-weight:bolder;margin:0;text-transform:uppercase}.commitment-info .info p{color:#25464a;margin:2rem 0}@media screen and (max-width:1000px){.commitment-info .info{margin-left:10%;width:80%}.commitment-info .info>h2{display:none}.commitment-info .info{margin-left:0;width:100%}}.commitment-info .info .button-info{margin-top:3rem;text-align:center}.commitment-info .info .button-info #product{margin-left:1rem}.commitment-info .info .button-info button{background-color:#74b753;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px}@media screen and (max-width:600px){.commitment-info .info .button-info button{font-size:14px}}.our-values{background-color:#74b75380;border-radius:40px;display:flex;flex-wrap:wrap;justify-content:space-around;margin:4rem 0;padding:0 10%;width:80%}.our-values .item-info{margin-top:2rem;width:45%}.our-values .item-info h4{color:#25464a;font-size:20px;font-weight:600;margin:.8em 0}.our-values .item-info p{color:#25464a}.our-values>div:last-child{margin-bottom:2rem}.our-values>div:nth-child(2n){margin-left:4rem}@media screen and (max-width:1000px){.our-values{padding:0 5%;width:90%}.our-values .item-info{width:90%}.our-values>div:nth-child(2n){margin-left:0}}.trash-info{position:relative;width:100%}.trash-info .stats{display:flex;justify-content:space-around;padding:0 10%}.trash-info .stats .info{color:#25464a;width:30%}.trash-info .stats .info h1{font-size:4rem;font-weight:bolder;margin:0}.trash-info .stats .info h3{font-size:1.6rem;font-weight:700;margin:.2rem 0}@media screen and (max-width:1240px){.trash-info .stats{padding:0 5%}.trash-info .stats .info{width:40%}}@media screen and (max-width:850px){.trash-info .stats{display:block}.trash-info .stats>div:nth-child(2){margin-left:25%;margin-top:2rem}.trash-info .stats>div:nth-child(2) h1,.trash-info .stats>div:nth-child(2) h3{text-align:right}.trash-info .stats .info{width:70%}.trash-info .stats h3{font-size:1.4rem;font-weight:700;margin:.2rem 0}}.trash-info .trash{display:flex;margin:5% 0 7rem}.trash-info .trash>div:first-child{width:auto;z-index:2}.trash-info .trash>div:first-child img{width:100%}.trash-info .trash>div:last-child{border:1px solid #000;border-radius:20px;margin:5% 0 5% -15%;padding:0 0 4% 20%;position:relative;width:50%}.trash-info .trash>div:last-child>div:first-child h3{font-size:1.6rem;font-weight:700;margin:2.5rem 0}.trash-info .trash>div:last-child>div:first-child p{margin:0 2rem 0 0}.trash-info .trash>div:last-child .button-info{bottom:-6rem;position:absolute}.trash-info .trash>div:last-child .button-info #product{margin-left:1rem}.trash-info .trash>div:last-child .button-info button{background-color:#74b753;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px}@media screen and (max-width:680px){.trash-info .trash>div:last-child .button-info{position:relative}.trash-info .trash>div:last-child .button-info>button:nth-child(2){display:none}}@media screen and (max-width:1000px){.trash-info .trash>div:first-child{position:absolute}.trash-info .trash>div:first-child>img{margin-left:-25%;width:70%}.trash-info .trash>div:last-child{margin-left:25%;padding:0 0 4% 4%;width:70%}}@media screen and (max-width:680px){.trash-info .trash,.trash-info .trash>div:first-child{display:block}.trash-info .trash>div:first-child>img{margin-left:-50%;margin-top:-20%;width:70%}.trash-info .trash>div:last-child{margin-left:6%;padding:0 0 4% 12%;width:75%}}@media screen and (max-width:600px){.trash-info .trash>div:first-child>img{margin-left:-55%}}#contact{width:100%}#contact>div:first-child{background-color:#c4dfe7;border-radius:30px;padding:3% 0 5%}#contact>div:first-child h2{color:#25464a;font-size:2.5rem;margin:0;padding:2rem 0;text-align:center}@media screen and (max-width:1150px){#contact>div:first-child h2{font-size:2rem}}#contact .container{display:flex}@media screen and (max-width:1150px){#contact .container{display:block}}#contact .form-container{margin:0 5%;width:55%}@media screen and (max-width:1150px){#contact .form-container{margin:0 10%;width:80%}}#contact .form-container input,#contact .form-container textarea{width:99%}#contact .form-container .flex-div{display:flex}#contact .form-container textarea{height:auto;margin-top:20px;max-height:300px;min-height:100px;overflow-x:hidden;resize:none;transition:height .2s ease-in-out;width:100%}#contact .form__group{margin-top:10px;padding:15px 0 0;position:relative;width:100%}#contact .form__field{background:#c4dfe7;border:0;border-bottom:2px solid #447f85;color:#447f85;font-family:inherit;font-size:16px;outline:0;padding:7px 0;transition:border-color .2s;width:100%}#contact .form__field::placeholder{color:#0000}#contact .form__field:placeholder-shown~.form__label{cursor:text;top:15px}#contact .form__label{color:#447f85;display:block;font-size:1rem;margin-top:10px;position:absolute;top:-10px;transition:.2s}#contact .form__field:focus{border-image:linear-gradient(90deg,#447f85,#447f8580);border-image-slice:1;border-width:3px;padding-bottom:6px}#contact .form__field:focus~.form__label{color:#447f85;display:block;font-size:1rem;font-weight:700;position:absolute;top:-10px;transition:.2s}#contact .form__field:invalid,#contact .form__field:required{box-shadow:none}#contact .validate{padding:1rem 0;text-align:center}#contact .validate button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;margin-left:6px;margin-top:16px;padding:8px 18px}#contact .info-pratique{width:30%}@media screen and (max-width:1150px){#contact .info-pratique{margin:0 auto;padding:5% 0;width:400px}}#contact .info-pratique>div{background-color:#fff;border-radius:30px;padding:2rem 4rem}#contact .info-pratique>div>div{display:flex;padding:1rem 0}#contact .info-pratique>div>div>div:first-child{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}#contact .info-pratique>div>div>div:first-child svg{position:relative;z-index:1}#contact .info-pratique>div>div>div:first-child .square{background-color:#c4dfe7;bottom:2px;height:18px;left:-2px;position:absolute;width:18px;z-index:0}#contact .info-pratique>div>div>div:last-child{color:#25464a;font-weight:700;margin-left:20px}#contact .location-img,#contact .location-img>img{width:100%}#home{background-color:#f5f5f5}#home #carousel-list{background-color:#f9f9f9;padding:2rem 0}#home #carousel-list>p{color:#35a0a6;font-size:2rem;font-weight:700;text-align:center;text-transform:uppercase}@media screen and (max-width:1000px){#home #carousel-list{padding:2rem 0}#home #carousel-list>p{font-size:1.6rem}}@media screen and (max-width:550px){#home #carousel-list{padding:2rem 10%}}.banner-info{background-color:#447f85;display:flex;justify-content:space-around;padding:3% 10%;width:80%}.banner-info .item-info{color:#fff;text-align:center;width:30%}.banner-info .item-info>div:nth-child(2)>div:nth-child(2){margin-top:.5rem;text-align:center}.banner-info .item-info>div:nth-child(2)>div:first-child{font-size:1.2rem;font-weight:700;margin-top:1rem}@media screen and (max-width:1200px){.banner-info{padding:3% 5%;width:90%}}@media screen and (max-width:1000px){.banner-info{display:block;padding:3% 10%;width:80%}}@media screen and (max-width:1000px)and (max-width:500px){.banner-info svg{height:70px;width:70px}}@media screen and (max-width:1000px){.banner-info .item-info{display:flex;margin:24px 0;text-align:left;width:100%}.banner-info .item-info>div:first-child{align-content:center}.banner-info .item-info>div:nth-child(2){align-content:center;margin-left:5%}.banner-info .item-info>div:nth-child(2)>div:nth-child(2){text-align:left}.banner-info .item-info>div:nth-child(2)>div:first-child{font-size:1rem;margin-top:0}.banner-info .item-info>div:nth-child(2)>div:nth-child(3){font-size:16px}}#carousel-logos{height:auto;width:100%}#carousel-logos>div:first-child{align-items:center;display:flex;overflow:hidden}#carousel-logos>div:first-child>div{flex:0 0 auto}#carousel-logos>div:first-child>div>img{margin:8px 1rem;width:auto}.list-confiance{display:flex;padding:10% 10% 5%;width:80%}@media screen and (max-width:1100px){.list-confiance{display:block;padding:10% 0 2%;width:100%}.list-confiance #carousel-logos{margin-bottom:1rem}}.list-confiance>div:first-child{align-content:center;align-self:center;border-bottom:3px solid #25464a;border-top:3px solid #25464a}@media screen and (max-width:1100px){.list-confiance>div:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.list-confiance>div:first-child p{color:#25464a;font-size:1.5rem;font-weight:700;line-height:30px;margin:10px 0 10px .8rem}@media screen and (max-width:1100px){.list-confiance>div:first-child p{font-size:1.4rem;margin:10px .8rem}}.list-confiance>div:last-child{margin-left:10%}@media screen and (max-width:1100px){.list-confiance>div:last-child{margin-left:0;margin-top:2%}}.list-confiance>div:last-child>div{align-items:center;display:flex}.list-confiance>div:last-child>div img{margin:0 10px;width:12%}.engagement>div:first-child{display:flex;padding:7% 15% 5%;width:70%}@media screen and (max-width:1200px){.engagement>div:first-child{padding:7% 5% 5%;width:90%}}.engagement>div:first-child .img-container>div{display:inline-block;position:relative}.engagement>div:first-child .img-container>div:before{background-color:#74b753;border-radius:40px;bottom:-10px;content:"";left:-20px;position:absolute;right:40px;top:25px;z-index:0}.engagement>div:first-child .img-container>div img{position:relative;z-index:1}@media screen and (max-width:1000px){.engagement>div:first-child .img-container{display:block;margin-left:-20%}}@media screen and (max-width:500px){.engagement>div:first-child .img-container{display:none}}.engagement>div:first-child>div:nth-child(2){background-color:#f5f5f5;color:#25464a;margin-left:5%}.engagement>div:first-child>div:nth-child(2) h2{font-size:36px;margin-top:6px}.engagement>div:first-child>div:nth-child(2) p{font-size:18px}.engagement>div:first-child>div:nth-child(2) .buttons{display:flex;margin-top:4rem}.engagement>div:first-child>div:nth-child(2) .buttons button{background-color:#74b753;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-right:12px;padding:10px 20px}@media screen and (max-width:860px){.engagement>div:first-child>div:nth-child(2) h2{font-size:1.6rem;margin-top:2px}.engagement>div:first-child>div:nth-child(2) p{font-size:16px}.engagement>div:first-child>div:nth-child(2) .buttons{display:block;margin-top:2rem;text-align:center}.engagement>div:first-child>div:nth-child(2) .buttons button:nth-child(2),.engagement>div:first-child>div:nth-child(2) .buttons button:nth-child(3){display:none}}@media screen and (max-width:500px){.engagement>div:first-child>div:nth-child(2){margin-left:0}}.experience section{background-color:#c4dfe7}.experience section>div:first-child{display:flex;padding:7% 10% 5%;width:80%}@media screen and (max-width:1200px){.experience section>div:first-child{padding:7% 7.5% 5%;width:85%}}.experience section>div:first-child>#xp{color:#25464a}.experience section>div:first-child>#xp h2{font-size:2rem;margin-top:0}.experience section>div:first-child>#xp p{font-size:18px}@media screen and (max-width:1200px){.experience section>div:first-child>#xp h2{font-size:1.6rem}.experience section>div:first-child>#xp p{font-size:16px}}@media screen and (max-width:650px){.experience section>div:first-child>#xp h2{font-size:1.6rem}}.experience section>div:first-child .img-container{padding-left:15%}.experience section>div:first-child .img-container>div{display:inline-block;position:relative}.experience section>div:first-child .img-container>div:before{border:5px solid #447f85;border-radius:50px;bottom:30px;content:"";left:-20px;position:absolute;right:40px;top:-20px;z-index:0}.experience section>div:first-child .img-container>div img{position:relative;z-index:1}@media screen and (max-width:1000px){.experience section>div:first-child .img-container{display:none}}.experience section .button-div{position:relative;width:100%}.experience section .button-div .see-more{background-color:#447f85;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-left:50%;padding:8px 16px;position:absolute;top:-20px;transform:translateX(-50%)}#need-help{width:100%}#need-help>div:first-child{background-color:#c4dfe7;background-image:url(/static/media/logo-sp.e293eeea30e24009377b.png);border-radius:20px;margin:0 auto;padding:3%;position:relative;width:60%}@media screen and (max-width:1000px){#need-help>div:first-child{width:90%}#need-help>div:first-child h1{font-size:1.4rem}}#need-help>div:first-child>div{padding:0 12%;text-align:center}@media screen and (max-width:1250px){#need-help>div:first-child>div{padding:0 2%}}#need-help>div:first-child>div .info{display:flex;justify-content:space-around}#need-help>div:first-child>div a,#need-help>div:first-child>div h1,#need-help>div:first-child>div p{color:#447f85;font-weight:bolder}#need-help>div:first-child>div p{padding:1rem 0 .8rem}#need-help>div:first-child>div button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:3rem;padding:10px 20px}#need-help>div:last-child{background-color:#447f85;height:150px;margin-top:-125px;width:100%}.nitido{background-color:#c4dfe74d;border:1px solid #447f85;border-radius:10px;margin-left:7.5%;position:relative;width:85%}@media screen and (max-width:1100px){.nitido{margin:2rem 0 2rem 2.5%;width:95%}}.nitido>div:first-child{padding-top:2%;text-align:center}@media screen and (max-width:800px){.nitido>div:first-child img{width:20%}}.nitido>div:nth-child(2){margin-left:12.5%;width:75%}@media screen and (max-width:1000px){.nitido>div:nth-child(2){margin-left:5%;position:relative;width:90%;z-index:2}}.nitido>div:nth-child(2) .title{color:#25464a;font-size:18px;font-weight:600;margin:2% 0;padding:0 10%;text-align:center}@media screen and (max-width:800px){.nitido>div:nth-child(2) .title{font-size:16px;padding:0 2%}}.nitido>div:nth-child(2) .description{color:#25464a;font-size:18px;opacity:.8;padding:1% 0 2%}@media screen and (max-width:1100px){.nitido>div:nth-child(2) .description{font-size:14px}}@media screen and (max-width:800px){.nitido>div:nth-child(2) .description{display:none}}.nitido>div:nth-child(2) button{background-color:#25464a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:16px;padding:8px 10px}@media screen and (max-width:800px){.nitido>div:nth-child(2) button{margin-left:50%;transform:translateX(-50%)}}.nitido>div:last-child{height:100px;width:100%}.nitido>div:last-child img{bottom:-15%;position:absolute;right:-5%;width:60%}@media screen and (max-width:1000px){.nitido>div:last-child img{bottom:-5%;right:-2%}}@media screen and (max-width:800px){.nitido>div:last-child img{bottom:-10%;left:50%;right:auto;transform:translateX(-50%);width:80%}}#login{background-color:#c4dfe7;height:100vh;position:relative;width:100vw}#login>#login-modale{background-color:#fff;box-shadow:0 3px 6px #00000012;left:50%;max-width:80%;padding:2rem 3rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px}#login>#login-modale input{border-color:#ccc;border-radius:.5rem;border-style:solid;margin-bottom:1rem;padding:.5rem;width:100%}#login>#login-modale .button{display:block;margin:auto}#login>#login-modale .input-password{position:relative}#login>#login-modale .input-password #toggle-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:calc(100% - 1em);margin:0;padding:0;position:absolute;right:0;top:0}#login>#login-modale .input-password #toggle-button svg{height:20px;width:20px}#login>#login-modale button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:4px 0;padding:8px 16px}.order{width:100%}.order>h2{margin-left:10%;position:relative}.order>h2:before{background-color:#25464a;content:"";display:block;height:3px;margin-left:-9%;position:absolute;top:50%;width:100px}@media screen and (max-width:1320px){.order>h2:before{width:65px}}@media screen and (max-width:900px){.order>h2:before{width:0}}.order>div{display:flex;margin:0 5% 2%}@media screen and (max-width:900px){.order>div{display:block}}.order>div>div:first-child{width:60%}@media screen and (max-width:900px){.order>div>div:first-child{width:100%}}.order>div>div:first-child>p{font-weight:600;margin:16px 0}.order>div>div:last-child{width:40%}@media screen and (max-width:900px){.order>div>div:last-child{width:100%}}.order .border-btm{background-color:#25464a;height:1px;margin:8px 0;width:100%}.order .recap-cart{background-color:#c4dfe74d;border-radius:10px;margin-left:5rem;padding:2em}@media screen and (max-width:900px){.order .recap-cart{margin-left:0;margin-top:2em}}.order .recap-cart h3{margin-top:0}.order .recap-cart .article{margin-bottom:24px}.order .recap-cart .delivery{color:#25464a;font-size:14px;font-style:italic;margin-top:12px;opacity:.8}.order .recap-cart>span{background-color:#447f85;display:block;height:1px}.order .recap-cart>div{display:flex;justify-content:space-between;margin:8px 0}.order .recap-cart .bold{font-weight:700}.order .recap-cart>div:last-child{justify-content:center;margin-top:3rem}.order .recap-cart>div:last-child button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.order .button-return{display:flex;justify-content:flex-end;margin-top:2rem}.order .button-return button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.order .button-return svg>path{fill:#fff}.carousel{position:relative;text-align:center}.carousel>div:first-child{height:350px;width:100%}.carousel>div:first-child>div{height:90%;margin:0 16px}.carousel>div:first-child img{height:100%;object-fit:contain;width:70%}@media screen and (max-width:800px){.carousel>div:first-child>div{margin:0}}.carousel .slide{background-color:#fff;border:1px solid #447f85;border-radius:.5rem;padding:1rem 2rem;width:70%}.carousel .slide-hidden{display:none}.carousel .indicators{margin-top:8px}.carousel .indicator{background-color:#447f85;border:none;border-radius:100%;cursor:pointer;height:12px;margin:0 .1rem;width:12px}.carousel .indicator-inactive{background-color:#c4dfe7}.carousel-product{border-radius:10px;overflow:hidden;position:relative;width:100%}.carousel-product .carousel-inner{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel-product .carousel-item{box-sizing:border-box;padding:10px}.carousel-product .carousel-item>div{background-color:#c4dfe7;border-radius:12px;margin:0 5px;padding-top:1rem}.carousel-product .carousel-item>div>div:first-child{background-color:#fff;border-radius:8px;cursor:pointer;height:200px;margin-left:1rem;text-align:center}.carousel-product .carousel-item>div>div:first-child>div{border-radius:12px;height:100%;margin:0 16px}.carousel-product .carousel-item>div>div:first-child img{height:100%;object-fit:contain;width:100%}@media screen and (max-width:860px){.carousel-product .carousel-item{flex:0 0 50%}}@media screen and (max-width:550px){.carousel-product .carousel-item{flex:0 0 100%}}.carousel-product .carousel-item img{max-width:100%}.carousel-product .carousel-button{display:flex;justify-content:center;margin-top:1rem}.carousel-product .carousel-button>div:last-child{margin-left:18px}.carousel-product .carousel-button button{border-radius:25px;height:42px;padding:0;width:42px}.carousel-product .carousel-button button:hover{cursor:pointer}.carousel-product .carousel-button .next{background-color:#35a0a6;border:2px solid #35a0a6}.carousel-product .carousel-button .next svg{height:35px;width:35px}.carousel-product .carousel-button .next svg>path{stroke:#fff}.carousel-product .carousel-button .prev{background-color:#fff;border:2px solid #35a0a6}.carousel-product .carousel-button .prev svg{height:35px;width:35px}.carousel-product .carousel-button .prev svg>path{stroke:#35a0a6}.carousel-product .product-info{color:#35a0a6;display:flex;flex-direction:column;height:160px;justify-content:space-between;padding:16px}.carousel-product .product-info>div:first-child .designation{font-size:1rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis}.carousel-product .product-info>div:first-child .reference{font-size:1rem;margin-top:6px}.carousel-product .product-info .button-product .price-primary{text-align:end}.carousel-product .product-info .button-product .buttons-product{display:flex}.carousel-product .product-info .button-product .buttons-product button{background-color:#35a0a6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:16px;padding:10px 20px}.carousel-product .product-info .button-product .buttons-product button:nth-child(2){margin-left:6px;padding:4px 8px 0 5px}.product-container{margin-left:3%;width:94%}.product-container .separator{background-color:#c4dfe7;height:2px;margin:4rem 0 2rem}.product-container #path{color:#447f85;display:flex}.product-container #path p{margin:0 2px}.product-container #path #active{color:#c4dfe7}.product-container #path div:hover{cursor:pointer}.product-container #path-mobile{display:none}.product-container .product-info-page{display:flex;margin-top:2rem}.product-container .product-info-page>div:first-child{width:35%}.product-container .product-info-page>div:last-child{color:#25464a;margin-left:2%;width:50%}.product-container .product-info-page>div:last-child h1,.product-container .product-info-page>div:last-child p{margin:0}.product-container .product-info-page>div:last-child #cond{font-size:14px;font-style:italic;opacity:.6;padding:4px 0}.product-container .product-info-page>div:last-child #ref-id{opacity:.8;padding-top:4px}.product-container .product-info-page>div:last-child #labels{display:flex;margin-top:1rem}.product-container .product-info-page>div:last-child #labels>div:last-child{padding:0 .5rem}.product-container .product-info-page>div:last-child #labels img{width:100%}.product-container .product-info-page>div:last-child #price{margin:1rem 0 0}.product-container .product-info-page>div:last-child #price #old{margin-right:1rem;opacity:.8;text-decoration:line-through}.product-container .product-info-page>div:last-child #price #new-price{color:#35a0a6;font-weight:700}.product-container .product-info-page>div:last-child #panier button{background-color:#35a0a6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;margin-left:6px;margin-top:16px;padding:8px 10px}.product-container .product-info-page>div:last-child #panier input{border:1px solid #447f85;border-radius:5px;padding:6px 8px;width:50px}.product-container .product-info-page>div:last-child .out{background-color:#35a0a61a;border:none;border-radius:5px;color:#35a0a6;font-weight:600;margin-top:16px;min-width:100px;padding:8px 10px}.product-container .product-info-page>div:last-child #fiches>a{color:#447f85;text-decoration:none}.product-container .product-info-page>div:last-child #fiches>a button{background-color:#0000;border:1px solid #447f85;border-radius:5px;cursor:pointer;font-weight:600;margin-top:16px;padding:8px 10px}.product-container .product-info-page>div:last-child #fiches .fs{margin-left:6px}@media screen and (max-width:1050px){.product-container .product-info-page>div:first-child{width:40%}.product-container .product-info-page>div:last-child h1{font-size:1.2rem}}@media screen and (max-width:800px){.product-container .product-info-page{display:block}.product-container .product-info-page>div:first-child{width:100%}.product-container .product-info-page>div:last-child{margin-left:9%;margin-top:1rem;width:82%}.product-container .product-info-page>div:last-child #fiches{display:flex;justify-content:center;margin-top:1rem}.product-container .product-info-page>div:last-child .info-pdt{display:flex;justify-content:space-between;margin-top:1rem}.product-container .product-info-page>div:last-child .info-pdt>div:first-child{align-content:center}.product-container #path-mobile{align-items:center;color:#447f85;display:block;display:flex}.product-container #path-mobile div{font-size:1.2rem;margin:0 2px;width:100%}.product-container #path-mobile svg{height:35px;width:35px}.product-container #path-mobile svg>path{fill:#447f85}.product-container #path-mobile svg :hover{cursor:pointer}.product-container #path{display:none}}.product-container .more-product{margin-bottom:4rem}.product-container .more-product #title{color:#25464a;font-size:1.4rem}.products-container{display:flex;height:calc(100vh - 80px);width:100%}.products-container>div:first-child{overflow:hidden;overflow-y:scroll;width:20%}@media screen and (max-width:1050px){.products-container>div:first-child{width:0}}.products-container .category-list{margin-left:5%;overflow:hidden;overflow-y:scroll;width:75%}.products-container .category-list .loading{box-sizing:border-box;display:flex;padding:3em}.products-container .category-list .category-name{align-items:center;display:flex}.products-container .category-list .category-name svg{cursor:pointer;display:none;height:35px;width:35px}@media screen and (max-width:1050px){.products-container .category-list{width:100%}.products-container .category-list .category-name svg{display:block}}.products-container .category-list h1{color:#25464a;margin:0}@media screen and (max-width:1050px){.products-container .category-list h1{font-size:1.6rem}}.products-container .category-list>div{width:100%}.products-container .category-list .container-items{display:flex;flex-wrap:wrap}@media screen and (max-width:720px){.products-container .category-list .container-items{justify-content:space-around}}.products-container .category-list .tags-subcategories{display:none;margin-top:1rem}@media screen and (max-width:1050px){.products-container .category-list .tags-subcategories{display:block}}.left-panel{padding-left:15%}.left-panel .category-items{align-items:center;color:#447f85;display:flex}.left-panel .category-items:hover{cursor:pointer}.left-panel .category-items svg>path{fill:#447f85}.left-panel .category-items p{font-weight:700;margin:.5rem 0 .5rem .2rem}.left-panel .category-items.active{color:#c4dfe7}.left-panel .category-items.active svg>path{fill:#c4dfe7}.left-panel .submenu-items{margin-bottom:1rem}.left-panel .submenu-items>p{color:#447f85;margin:.5rem 0 .5rem calc(24px + .2rem);text-transform:uppercase}.left-panel .submenu-items>p:hover{cursor:pointer}.left-panel .submenu-items .active{color:#c4dfe7}@media screen and (max-width:1050px){.left-panel{display:none}}.product-item{margin:2% 2% 2% 0;min-width:215px;width:20%}@media screen and (max-width:1050px){.product-item{margin:2% 2% 4% 0}}.product-item>div:first-child{background-color:#fff;border:1px solid #447f85;border-radius:8px;cursor:pointer;height:200px;padding:16px 0;text-align:center;width:100%}.product-item>div:first-child>div{height:100%;margin:0 16px}.product-item>div:first-child img{height:100%;object-fit:contain;width:100%}.product-item .product-desc{align-content:space-between;color:#447f85;display:grid;height:140px}.product-item .product-desc p{margin:0}.product-item .product-desc #name{font-size:16px;font-weight:700;margin:8px 0;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase}.product-item .product-desc #ref{font-size:14px;margin-bottom:14px;opacity:.8;text-align:center}.product-item .product-desc .product-footer{display:flex;justify-content:space-between}.product-item .product-desc .product-footer>div:first-child{align-content:center}.product-item .product-desc .product-footer>div:first-child #old-price{font-size:14px;opacity:.8;text-decoration:line-through}.product-item .product-desc .product-footer>div:first-child #price{font-weight:700}.product-item .product-desc .product-footer button{background-color:#35a0a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;min-width:100px;padding:8px}.product-item .product-desc .product-footer .out{background-color:#35a0a61a;color:#35a0a6;cursor:auto}.profile-page{display:flex;padding:3% 1%}.profile-page>div:first-child{width:30%}.profile-page>div:last-child{width:70%}.form-section{padding:0 4rem}.form-section h2{color:#25464a;font-size:20px;margin:0 0 2rem}.form-section form{display:flex;flex-direction:column;max-width:400px}.form-section form>div:last-child{text-align:center}.form-section form input{background-color:#c4dfe74d;border:1px solid #447f85;border-radius:5px;margin-bottom:15px;padding:10px;width:calc(100% - 20px)}.form-section form button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:2rem;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form-section form button:hover{background-color:#24676c}.address-form{border-radius:10px;display:flex;flex-direction:column;gap:1rem;max-width:600px}.address-form input[type=tel],.address-form input[type=text]{background-color:#e5f3f6b3;border:1px solid #447f85;border-radius:6px;font-size:1rem;max-width:100%;padding:.75rem}.address-form .form-row{display:flex;gap:1rem}.address-form .form-row input{flex:1 1}.address-form .checkbox-group{display:flex;flex-direction:column;gap:.5rem}.address-form .checkbox-group label{align-items:center;display:flex;font-size:.95rem;gap:.5rem}.address-form .button-group{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.address-form .button-group .cancel{background-color:#ed8484}.address-form .button-group .cancel,.address-form .button-group .save{border:none;border-radius:8px;color:#fff;font-weight:700;padding:.75rem 1.5rem}.address-form .button-group .save{background-color:#447f85}.address-form .button-group>button:hover{cursor:pointer}.card-address-container{padding:0 8rem 0 4rem}.card-address-container h2{color:#25464a;font-size:20px;margin:0 0 2rem}.card-address-container .button-add{text-align:center}.card-address-container .button-add button{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;margin-top:2rem;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card-address-container .button-add button:hover{background-color:#24676c}.card-address-header{display:flex}.card-address-header svg:hover{cursor:pointer}.address-card{align-items:flex-start;background-color:#c4dfe74d;border:1px solid #447f85;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px}.address-card .address-details{flex:1 1}.address-card .address-details .address-info{margin-bottom:1rem}.address-card .address-details p{margin:4px 0}.address-card .address-details .default-info{color:#666;font-style:italic;margin-top:5px;text-align:center}.address-card .address-details .checkboxes{margin-top:5px}.address-card .address-details .checkboxes label{display:block;margin-bottom:4px}.address-card .address-details .checkboxes input{margin-right:6px}.address-card .address-actions{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.address-card .address-actions button{background:none;border:none;color:#2e4e52;cursor:pointer;font-weight:700;padding:4px 0}.address-card .address-actions button:hover{text-decoration:underline}.sidebar{border-right:1px solid #000;padding:0 3rem}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar ul li{border-radius:10px;color:#1c3b3f;cursor:pointer;font-weight:700;margin-bottom:6px;padding:1rem 10px}.sidebar ul li.active,.sidebar ul li:not(.active):hover{background-color:#c4dfe74d;color:#35a0a6}.order-details{margin:0 auto;max-width:800px;padding:1rem 0}.order-details .action-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.order-details .action-buttons button{background-color:#2c6975;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 1.5rem}.order-details .products{border:1px solid #c4dfe7;border-radius:8px;margin-bottom:2rem;padding:1rem}.order-details .products h3{color:#2c6975;margin:0 0 1rem}.order-details .products .product{align-items:center;border-top:1px solid #c4dfe7;display:flex;padding:1rem 0}.order-details .products .product:first-child{border-top:none}.order-details .products .product .image-placeholder{align-items:center;background:#fff;border:1px solid #c4dfe7;display:flex;height:80px;justify-content:center;margin-right:1rem;padding:12px;width:60px}.order-details .products .product .image-placeholder .empty{background-color:#f2f2f2;height:60px;width:40px}.order-details .products .product .image-placeholder img{max-height:100%;max-width:100%}.order-details .products .product .product-info{flex:1 1}.order-details .products .product .product-info .name{font-weight:700}.order-details .products .product .product-info .price,.order-details .products .product .product-info .ref{font-size:.95rem}.order-details .products .product .qty{white-space:nowrap}.order-details .details{border:1px solid #c4dfe7;border-radius:8px;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.order-details .details .block{border-top:1px solid #c4dfe7}.order-details .details .block h4{color:#2c6975;margin-bottom:.5rem}.order-details .details .block p{margin:.25rem 0}.order-details .details .no-border{border-top:none}.order-card{background-color:#c4dfe74d;border:1px solid #447f85;border-radius:6px;margin-bottom:16px;padding:16px}.order-card p{margin:4px 0}.order-card p .in-progress{color:#333;font-weight:700}.order-card p .delivered{color:#56a64f;font-weight:700}.order-card .progress-bar{background-color:#f1f1f1;border-radius:10px;height:8px;margin:10px 0;overflow:hidden;position:relative}.order-card .progress-bar .progress-fill{background-color:#56a64f;border-radius:10px;height:100%;position:absolute;top:0;transition:width .3s ease;z-index:1}.order-card .progress-bar .progress-base{background-color:#fff;border-radius:10px;height:8px;position:absolute;top:0;width:100%;z-index:0}.order-card .order-content{align-items:center;display:flex;gap:8px;margin-bottom:12px}.order-card .order-content .more-images,.order-card .order-content img{background-color:#fff;border:1px solid #ccc;height:60px;padding:1rem;width:60px}.order-card .order-content .more-images{align-items:center;display:flex;font-weight:700;justify-content:center}.order-card .actions{display:flex;gap:12px}.order-card .actions button{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:10px 16px}.order-card .actions button.view{background-color:#447f85;color:#fff}.order-card .actions button.report{background-color:#ed8484;color:#fff}.order-card .actions button:hover{opacity:.9}.order-list{padding:0 8rem 0 4rem}.order-list h2{color:#25464a;font-size:20px;margin:0 0 2rem}.order-header{display:flex}.order-header svg:hover{cursor:pointer}#purchase-form-modale{background-color:#fff;border:1px solid #000;cursor:auto;left:50%;padding:1em 2em;position:fixed;top:50%;transform:translate(-50%,-50%)}#purchase-form-modale h1{text-align:center}#purchase,#purchase-form-modale #purchase-form,#purchase-form-modale #purchase-form>div{width:100%}#purchase,#purchase h2{color:#25464a}#purchase h2{font-size:1.25em;margin-top:2em}#purchase #return-link{align-items:center;display:inline-flex;margin-left:5%;position:relative}#purchase #return-link:hover{color:#35a0a6}#purchase #return-link:hover svg path{stroke:#35a0a6}#purchase>div{display:flex;margin:0 5% 2%}@media screen and (max-width:900px){#purchase>div{display:block}}#purchase>div>div:first-child{width:60%}@media screen and (max-width:900px){#purchase>div>div:first-child{width:100%}}#purchase>div>div:first-child>p{font-weight:600;margin:16px 0}#purchase>div>div:last-child{width:40%}@media screen and (max-width:900px){#purchase>div>div:last-child{width:100%}}#purchase #purchase-divs .purchase-block{border:1px solid #c4dfe7;border-radius:15px;display:flex;justify-content:space-between;margin-bottom:1em;padding:1em}#purchase #purchase-divs .purchase-block .address-lines p{color:#000;margin:0}#purchase #purchase-divs .purchase-block .radio-block{display:flex}#purchase #purchase-divs .purchase-block .radio-block>div:first-child{align-self:center;margin-right:.5em}#purchase #purchase-divs .purchase-block .radio-block p{margin:0}#purchase #purchase-divs .purchase-block .radio-block .text-date-estimation{font-weight:100}#purchase .border-btm{background-color:#25464a;height:1px;margin:8px 0;width:100%}#purchase .recap-cart{background-color:#c4dfe74d;border-radius:10px;margin-left:5rem;padding:2em}@media screen and (max-width:900px){#purchase .recap-cart{margin-left:0;margin-top:2em}}#purchase .recap-cart h3{margin-top:0}#purchase .recap-cart .article{margin-bottom:24px}#purchase .recap-cart .delivery{color:#25464a;font-size:14px;font-style:italic;margin-top:12px;opacity:.8}#purchase .recap-cart>span{background-color:#447f85;display:block;height:1px}#purchase .recap-cart>div{display:flex;justify-content:space-between;margin:8px 0}#purchase .recap-cart .bold{font-weight:700}#purchase .recap-cart>div:last-child{justify-content:center;margin-top:3rem}#purchase .recap-cart>div:last-child button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}#purchase .recap-cart>div:last-child button:disabled{cursor:auto;filter:grayscale(1)}#purchase .button-return{display:flex;justify-content:flex-end;margin-top:2rem}#purchase .button-return button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}#purchase .button-return svg>path{fill:#fff}#addresses-modal-overlay,#overlay-purchase-form{background-color:#0000004d;cursor:pointer;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}#addresses-modal-overlay #addresses-modal{background-color:#fff;border:1px solid #000;cursor:auto;left:50%;max-width:90vw;padding:1em 2em;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px}#addresses-modal-overlay #addresses-modal .address-choice{border:1px solid #777;border-radius:5px;cursor:pointer;margin:.5em 0;padding:.5em 1em}#addresses-modal-overlay #addresses-modal .address-choice.active{background-color:#c4dfe74d;color:#25464a}#invoice-page{border-bottom-width:0;border-top-width:0;color:#25464a;margin:auto;max-width:800px;min-height:calc(100vh - 300px);padding:1em 2em}#invoice-page #first-line{margin-bottom:2em;text-align:center}#invoice-page #second-line{font-weight:lighter;margin-bottom:2em}@media screen and (min-width:540px){#invoice-page #second-line{display:flex;justify-content:space-around}}#invoice-page #second-line #delivery{border:1px solid #c4dfe7;border-radius:10px;padding:1em 2em}#invoice-page #second-line button{align-items:center;align-self:center;background-color:#447f85;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:42px;padding:.7rem 1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}#invoice-page #product-lister{background-color:#c4dfe7;border:1px solid #447f85;margin-bottom:2em;padding:1em 2em}.order-summary{background-color:#e9f4f6;border:1px solid #57929c;border-radius:10px;max-width:700px;padding:1.5rem;width:100%}.order-summary table{border-collapse:collapse;width:100%}.order-summary table th{color:#234349;font-weight:700;padding-bottom:.5rem;text-align:left}.order-summary table td{color:#234349;padding:.4rem 0}.order-summary table .line td{border-top:1px solid #aacbd1}.order-summary table .total td{font-weight:700;padding-top:1rem}#email-verification{padding:5em 2em;text-align:center}#reset-password-request{box-sizing:border-box;color:#25464a;margin:auto;min-height:calc(100vh - 400px);padding:2rem 0;text-align:center}#reset-password-request input[type=email]{background-color:#e5f3f6b3;border:1px solid #447f85;border-radius:6px;font-size:1rem;max-width:100%;padding:.75rem;width:30ch}#reset-password-request input[type=submit]{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;margin:2em auto;padding:8px 16px}#reset-password-confirm{box-sizing:border-box;color:#25464a;margin:auto;min-height:calc(100vh - 400px);padding:2rem 0;text-align:center}#reset-password-confirm input[type=password]{background-color:#e5f3f6b3;border:1px solid #447f85;border-radius:6px;display:block;font-size:1rem;margin:1em auto;max-width:100%;padding:.75rem;width:30ch}#reset-password-confirm input[type=submit]{background-color:#447f85;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;margin:2em auto;padding:8px 16px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div,p{font-family:Montserrat,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;.loading{align-content:center;height:100%;justify-content:center;width:100%;svg{height:100px;width:100px}}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.toast-success{background-color:#d9ece0!important;color:#447f85;font-weight:700}.toast-error{background-color:#efc9c9!important;color:#000;font-weight:700}.clickable{cursor:pointer}.text-center{text-align:center}.align-self-center{align-self:center}.align-self-end{align-self:end}
/*# sourceMappingURL=main.b48beb2e.css.map*/