: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(to right, #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:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;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{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{opacity:0;animation-timing-function:ease-in;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%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:-webkit-fill-available;font-size:62.5%}#root{flex-direction:column;width:100%;min-height:100dvh;display:flex}body{z-index:0;color:#0b0b0b;flex-direction:column;height:auto;min-height:100vh;font-family:montserrat,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;display:flex;position:relative;overflow:hidden}@media (width<=768px){body{overflow:auto}}body.is-menuOpen{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:montserrat,sans-serif;font-weight:760}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-interpolation-mode:nearest-neighbor;image-rendering:auto;text-rendering:auto}main{z-index:1;flex:1 0 auto;position:relative}li{list-style-type:none}a{color:inherit;text-decoration:none}picture{display:block}.objectFitCover picture{width:100%;height:100%}.objectFitCover img,.objectFitCover video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.objectFitContain picture{width:100%;height:100%}.objectFitContain img,.objectFitContain video{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}img,.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.home{z-index:auto;min-height:300px;padding:100px 20px 20px;display:flex}@media (width<=768px){.home{padding:80px 20px 20px}}.home nav{justify-content:center;align-items:center;max-width:750px;margin:0 auto;display:flex}.home ul{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}@media (width<=768px){.home ul{gap:8px}}.home ul a{color:#fff;background:#093a63;border-radius:8px;padding:12px 16px;font-size:2rem;font-weight:700;line-height:1;transition:all .3s;display:block}.home ul a.active,.home ul a:hover{background:#05c76e}.expedition{z-index:auto;min-height:300px;padding:100px 20px 20px}@media (width<=768px){.expedition{padding:80px 20px 20px}}.expedition .title{flex-flow:column;align-items:center;gap:12px;display:flex}.expedition .title h1{text-align:center;color:#093a63;font-size:1.4em}.expedition .title .switch{color:#093a63;flex-flow:row;align-items:center;gap:12px;height:32px;font-size:22px;font-weight:700;display:flex;position:relative}@media (width<=768px){.expedition .title .switch{height:16px;font-size:18px}}.expedition .title .switch input{opacity:0;width:0;height:0;position:absolute}main.orders{z-index:auto;color:#093a63;flex-direction:column;gap:24px;width:100%;padding:94px 20px 20px;display:flex}@media (width<=768px){main.orders{gap:10px;padding:62px 10px 10px}}main.orders .main{gap:24px;width:100%;height:calc(80vh - 168px);display:flex}@media (width<=768px){main.orders .main{flex-wrap:wrap;gap:10px;height:fit-content}}main.orders .main .orders__prep{border:2px solid #093a63;border-radius:8px;flex-grow:1;padding:24px;overflow:hidden}main.orders .main .orders__prep .items{max-height:calc(100% - 50px);margin-top:20px;overflow:hidden}main.orders .main .orders__prep .items.manuel{padding-bottom:15px;overflow:auto}@media (width<=768px){main.orders .main .orders__prep .items{max-height:200px}main.orders .main .orders__prep .items .wrapper{flex-flow:column;gap:8px;display:flex}}main.orders .main .orders__prep .prepItem{align-items:center;gap:25px;font-size:clamp(1.4rem,.991716rem + .710059vw,2rem);line-height:1.15;display:flex}@media (width<=768px){main.orders .main .orders__prep .prepItem{gap:12px}}main.orders .main .orders__prep .prepItem .italic{font-style:italic}main.orders .main .orders__prep .prepItem .bold{font-weight:700}main.orders .main .orders__prep .prepItem img{width:40px}@media (width<=768px){main.orders .main .orders__prep .prepItem img{width:24px}}main.orders .main .orders__prep h2{text-align:center;line-height:110%}main.orders .main aside{grid-template-rows:1fr 1fr 110px;gap:20px;width:30vw;display:grid}@media (width<=768px){main.orders .main aside{flex-direction:column;gap:10px;width:100%;display:flex}}main.orders .main aside .supported,main.orders .main aside .waiting{border:2px solid #093a63;border-radius:8px;padding:24px;position:relative;overflow:hidden}@media (width<=768px){main.orders .main aside .supported,main.orders .main aside .waiting{padding:12px}}main.orders .main aside .supported h2,main.orders .main aside .waiting h2{text-align:center;margin-bottom:12px;font-size:1.8rem;line-height:110%}main.orders .main aside .supported .items,main.orders .main aside .waiting .items{height:100%;max-height:calc(100% - 32px);overflow:hidden}main.orders .main aside .supported .items.manuel,main.orders .main aside .waiting .items.manuel{padding-bottom:15px;overflow:auto}@media (width<=768px){main.orders .main aside .supported .items,main.orders .main aside .waiting .items{height:fit-content;max-height:200px}}main.orders .main aside .supported .items .item.warn,main.orders .main aside .waiting .items .item.warn{color:red}main.orders .main aside .supported p,main.orders .main aside .waiting p{font-size:clamp(1.6rem,1.46391rem + .236686vw,1.8rem);font-weight:700;line-height:135%}main.orders .main aside .supported p span,main.orders .main aside .waiting p span{font-weight:initial;font-size:clamp(1.5rem,1.15976rem + .591716vw,2rem)}main.orders .main aside .demandesEquipements{text-align:center;border:2px solid #093a63;border-radius:8px;padding:24px;position:relative}main.orders .main aside .demandesEquipements h2{text-align:center;margin-bottom:12px;font-size:1.8rem;line-height:1.1}main.orders .main aside .demandesEquipements h5{font-weight:700;line-height:1.05}main.orders .details{justify-content:space-between;gap:24px;height:20vh;display:flex}@media (width<=768px){main.orders .details{flex-wrap:wrap;gap:10px;height:fit-content}}main.orders .details .detail{border:2px solid #093a63;border-radius:8px;flex-grow:1;width:calc(20% - 19.2px);padding:16px}@media (width<=768px){main.orders .details .detail{width:100%;padding:12px}}main.orders .details .items{max-height:calc(100% - 40px);overflow-y:hidden}main.orders .details .items.manuel{padding-bottom:15px;overflow:auto}@media (width<=768px){main.orders .details .items{max-height:200px}}main.orders .details h2{white-space:nowrap;text-overflow:ellipsis;text-align:center;margin-bottom:16px;font-size:clamp(1.4rem,1.12781rem + .473373vw,1.8rem);line-height:110%;overflow:hidden}main.orders .details p{font-size:clamp(1.4rem,1.12781rem + .473373vw,1.8rem);font-weight:700;line-height:140%}main.orders .details .warn{color:red}main.kanban{z-index:auto;flex-direction:column;min-height:300px;max-height:calc(100vh - 30px);padding:100px 20px 20px;display:flex}@media (width<=1300px){main.kanban{max-height:none}}@media (width<=768px){main.kanban{max-height:none;padding:62px 10px 10px}}main.kanban h1{text-align:center;color:#093a63;margin-bottom:10px;font-size:1.6em}main.kanban .wrapper{flex:1;grid-template-columns:repeat(6,1fr);gap:10px;display:grid;overflow:hidden}@media (width<=1300px){main.kanban .wrapper{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (width<=768px){main.kanban .wrapper{grid-template-columns:repeat(2,minmax(200px,1fr));gap:8px}}@media (width<=545px){main.kanban .wrapper{grid-template-columns:repeat(1,minmax(200px,1fr));gap:8px}}main.kanban .wrapper .item{color:#fff;background:#093a63;border:2px solid #093a63;border-radius:8px;flex-direction:column;flex:1;gap:8px;padding:24px 12px 0;display:flex;overflow:hidden}@media (width<=1300px){main.kanban .wrapper .item{max-height:calc(50vh - 100px)}}@media (width<=768px){main.kanban .wrapper .item{gap:4px;min-height:200px;padding:8px 8px 0}}main.kanban .wrapper .item h2{text-align:center;font-size:1.8rem;line-height:110%}@media (width<=768px){main.kanban .wrapper .item h2{font-size:1.2rem}}main.kanban .wrapper .item .entre{text-align:center;margin-bottom:12px;font-size:1.8rem;line-height:110%}@media (width<=768px){main.kanban .wrapper .item .entre{margin-bottom:2px;font-size:1.4rem}}main.kanban .wrapper .item .cards-wrapper{border-top:2px solid #093a63;padding-top:4px;overflow:hidden}main.kanban .wrapper .item .cards-wrapper.manuel{padding-bottom:15px;scroll-margin:10px;overflow:auto}main.kanban .wrapper .item .cards{flex-direction:column;flex:1;gap:16px;display:flex}@media (width<=768px){main.kanban .wrapper .item .cards{gap:8px}}main.kanban .wrapper .item .kanban__card{color:#093a63;background:#fff;border:2px solid #093a63;border-radius:8px;padding:16px}@media (width<=768px){main.kanban .wrapper .item .kanban__card{padding:8px}}main.kanban .wrapper .item .kanban__card.ok{border:2px solid #093a63}@media (width<=768px){main.kanban .wrapper .item .kanban__card.ok{border-width:1px}}main.kanban .wrapper .item .kanban__card.warning{color:#cca31e;background:#cca31e1a;border:2px solid #cca31e}@media (width<=768px){main.kanban .wrapper .item .kanban__card.warning{border-width:1px}}main.kanban .wrapper .item .kanban__card.danger{color:#8a0303;background:#8a03031a;border:2px solid #8a0303}@media (width<=768px){main.kanban .wrapper .item .kanban__card.danger{border-width:1px}}main.kanban .wrapper .item .kanban__card .header{justify-content:space-between;gap:8px;margin-bottom:10px;display:flex}@media (width<=768px){main.kanban .wrapper .item .kanban__card .header{flex-direction:column;gap:4px}}main.kanban .wrapper .item .kanban__card .header h3{font-size:1.8rem;line-height:1}@media (width<=768px){main.kanban .wrapper .item .kanban__card .header h3{font-size:1.4rem;line-height:1.2}}main.kanban .wrapper .item .kanban__card .header h5{font-size:1.4rem;line-height:1}@media (width<=768px){main.kanban .wrapper .item .kanban__card .header h5{font-size:1.2rem}}main.kanban .wrapper .item .kanban__card .header .badge{color:#fff;text-transform:uppercase;background:#8a0303;border-radius:999px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;font-size:1.6rem;font-weight:700;display:flex}@media (width<=768px){main.kanban .wrapper .item .kanban__card .header .badge{text-align:center;padding:4px 6px;font-size:1.2rem}}main.kanban .wrapper .item .kanban__card .header .badge.add{color:#093a63;background:#fff;border:2px solid #093a63}@media (width<=768px){main.kanban .wrapper .item .kanban__card .header .badge.add{border-width:1px}}main.kanban .wrapper .item .kanban__card .date{margin-bottom:12px;font-size:1.6rem;font-weight:700;line-height:1}@media (width<=768px){main.kanban .wrapper .item .kanban__card .date{font-size:1.4rem;line-height:1.2}}main.kanban .wrapper .item .kanban__card .details{font-size:clamp-calc(1.4, 1.8);flex-direction:column;gap:6px;font-weight:700;line-height:1;display:flex}@media (width<=768px){main.kanban .wrapper .item .kanban__card .details{gap:4px;font-size:1.4rem}}main.equipement{z-index:auto;flex-direction:column;min-height:300px;max-height:calc(100vh - 30px);padding:100px 20px 20px;display:flex}@media (width<=768px){main.equipement{max-height:none;padding:62px 10px 10px}}main.equipement h1{text-align:center;color:#093a63;margin-bottom:10px;font-size:1.6em}main.equipement .desktopOnly{display:block}main.equipement .mobileOnly{display:none}main.equipement .wrapper{flex:1;grid-template-rows:60px repeat(3,minmax(220px,1fr));grid-template-columns:repeat(7,1fr);gap:10px;display:grid;overflow-x:auto}@media (width<=1300px){main.equipement .wrapper{grid-template-columns:repeat(7,minmax(220px,1fr))}}main.equipement .wrapper .days{grid-column:1/-1;grid-template-columns:140px repeat(6,1fr);align-items:center;gap:10px;display:grid}@media (width<=1300px){main.equipement .wrapper .days{gap:8px}}main.equipement .wrapper .days:before{content:""}main.equipement .wrapper .days .day{text-align:center;background:#f5f5f5;border-radius:8px;grid-column:auto/span 1;justify-content:center;align-items:center;height:100%;padding:8px;font-size:1.6rem;line-height:110%;display:flex}@media (width<=768px){main.equipement .wrapper .days .day{font-size:1.2rem}}main.equipement .wrapper .windows-row,main.equipement .wrapper .tablette-row,main.equipement .wrapper .chromebook-row{grid-column:1/-1;grid-template-columns:140px repeat(6,1fr);align-items:stretch;gap:10px;display:grid}@media (width<=1300px){main.equipement .wrapper .windows-row,main.equipement .wrapper .tablette-row,main.equipement .wrapper .chromebook-row{gap:8px}}main.equipement .wrapper .windows-row>h2,main.equipement .wrapper .tablette-row>h2,main.equipement .wrapper .chromebook-row>h2{text-align:center;background:#f5f5f5;border-radius:8px;grid-column:1;justify-content:center;place-self:center;align-items:center;width:100%;height:100%;margin:0;padding:8px;font-size:1.6rem;line-height:110%;display:flex}@media (width<=768px){main.equipement .wrapper .windows-row>h2,main.equipement .wrapper .tablette-row>h2,main.equipement .wrapper .chromebook-row>h2{font-size:1.2rem}}main.equipement .wrapper .windows-row>.item,main.equipement .wrapper .tablette-row>.item,main.equipement .wrapper .chromebook-row>.item{border:2px solid #093a63;grid-column:auto/span 1}main.equipement .wrapper .item{color:#fff;background:#093a63;border-radius:8px;flex-direction:column;flex:1;gap:8px;padding:12px 12px 0;display:flex;overflow:hidden}@media (width<=768px){main.equipement .wrapper .item{gap:4px;padding:8px 8px 0}}main.equipement .wrapper .item h2{text-align:center;font-size:1.8rem;line-height:110%}@media (width<=768px){main.equipement .wrapper .item h2{font-size:1.2rem}}main.equipement .wrapper .item .entre{text-align:center;margin-bottom:12px;font-size:1.8rem;line-height:110%}@media (width<=768px){main.equipement .wrapper .item .entre{margin-bottom:2px;font-size:1.4rem}}main.equipement .wrapper .item .cards-wrapper{border-top:2px solid #093a63;margin-top:-8px;padding-top:4px;overflow:hidden}main.equipement .wrapper .item .cards-wrapper.manuel{padding-bottom:15px;scroll-margin:10px;overflow:auto}main.equipement .wrapper .item .cards{flex-direction:column;flex:1;gap:16px;display:flex}@media (width<=768px){main.equipement .wrapper .item .cards{gap:8px}}main.equipement .wrapper .item .kanban__card{color:#093a63;background:#fff;border-radius:8px;padding:16px}@media (width<=768px){main.equipement .wrapper .item .kanban__card{padding:8px}}main.equipement .wrapper .item .kanban__card .header{justify-content:space-between;gap:8px;margin-bottom:10px;display:flex}@media (width<=768px){main.equipement .wrapper .item .kanban__card .header{flex-direction:column;gap:4px}}main.equipement .wrapper .item .kanban__card .header h3{font-size:1.8rem;line-height:1}@media (width<=768px){main.equipement .wrapper .item .kanban__card .header h3{font-size:1.4rem;line-height:1.2}}main.equipement .wrapper .item .kanban__card .header h5{font-size:1.4rem;line-height:1}@media (width<=768px){main.equipement .wrapper .item .kanban__card .header h5{font-size:1.2rem}}main.equipement .wrapper .item .kanban__card .date{margin-bottom:12px;font-size:1.6rem;font-weight:700;line-height:1}@media (width<=768px){main.equipement .wrapper .item .kanban__card .date{font-size:1.4rem;line-height:1.2}}main.equipement .wrapper .item .kanban__card .details{font-size:clamp-calc(1.4, 1.8);flex-direction:column;gap:6px;font-weight:700;line-height:1;display:flex}@media (width<=768px){main.equipement .wrapper .item .kanban__card .details{gap:4px;font-size:1.4rem}main.equipement .desktopOnly{display:none!important}main.equipement .mobileOnly{display:block!important}main.equipement .wrapper{flex-direction:column;gap:10px;display:flex;overflow:hidden}main.equipement .dayPicker{background:#f5f5f5;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px;display:flex!important}main.equipement .dayPicker .navBtn{color:#fff;cursor:pointer;background:#093a63;border:0;border-radius:8px;width:36px;height:36px;font-size:22px;line-height:1}main.equipement .dayPicker .navBtn:disabled{opacity:.4;cursor:not-allowed}main.equipement .dayPicker .tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:8px;padding:2px;display:flex;overflow-x:auto}main.equipement .dayPicker .tabs::-webkit-scrollbar{height:0}main.equipement .dayPicker .tab{text-align:center;white-space:nowrap;scroll-snap-align:start;color:#093a63;cursor:pointer;background:#fff;border:2px solid #093a63;border-radius:8px;flex:none;min-width:175px;padding:8px 12px;font-size:1.2rem;font-weight:700;display:none}main.equipement .dayPicker .tab.active{color:#fff;background:#093a63;display:block}main.equipement .mobileGrid{flex-direction:column;gap:10px;display:flex}main.equipement .mobileRow{grid-template-columns:1fr;gap:8px;margin-bottom:12px;display:grid}main.equipement .mobileRow>h2{text-align:center;background:#f5f5f5;border-radius:8px;margin:0;padding:8px;font-size:1.3rem}main.equipement .mobileRow .item{border:2px solid #093a63;height:300px;min-height:100px}}main.client{z-index:auto;flex-direction:column;min-height:300px;max-height:calc(100vh - 30px);padding:100px 20px 20px;display:flex}@media (width<=1300px){main.client{max-height:none}}@media (width<=768px){main.client{padding:62px 10px 10px}}main.client h1{text-align:center;color:#093a63;margin-bottom:10px;font-size:1.6em}main.client .wrapper{flex:1;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;display:grid;overflow:hidden}@media (width>=1400px){main.client .wrapper{grid-template-columns:repeat(7,1fr)}}@media (width<=768px){main.client .wrapper{gap:8px}}main.client .wrapper .item{color:#fff;background:#093a63;border:2px solid #093a63;border-radius:8px;flex-direction:column;flex:1;gap:8px;min-height:300px;padding:24px 12px 0;display:flex;overflow:hidden}@media (width<=1300px){main.client .wrapper .item{max-height:calc(50vh - 100px)}}@media (width<=768px){main.client .wrapper .item{gap:4px;min-height:200px;padding:8px 8px 0}}main.client .wrapper .item h2{text-align:center;font-size:1.8rem;line-height:110%}@media (width<=768px){main.client .wrapper .item h2{font-size:1.2rem}}main.client .wrapper .item .entre{text-align:center;margin-bottom:12px;font-size:1.8rem;line-height:110%}@media (width<=768px){main.client .wrapper .item .entre{margin-bottom:2px;font-size:1.4rem}}main.client .wrapper .item .cards-wrapper{border-top:2px solid #093a63;padding-top:4px;overflow:hidden}main.client .wrapper .item .cards-wrapper.manuel{padding-bottom:15px;scroll-margin:10px;overflow:auto}main.client .wrapper .item .cards{flex-direction:column;flex:1;gap:16px;display:flex}@media (width<=768px){main.client .wrapper .item .cards{gap:8px}}main.client .wrapper .item .kanban__card{color:#093a63;background:#fff;border:2px solid #093a63;border-radius:8px;padding:16px}@media (width<=768px){main.client .wrapper .item .kanban__card{padding:8px}}main.client .wrapper .item .kanban__card.ok{border:2px solid #093a63}@media (width<=768px){main.client .wrapper .item .kanban__card.ok{border-width:1px}}main.client .wrapper .item .kanban__card .header{justify-content:space-between;gap:8px;margin-bottom:10px;display:flex}@media (width<=768px){main.client .wrapper .item .kanban__card .header{flex-direction:column;gap:4px}}main.client .wrapper .item .kanban__card .header h3{font-size:1.8rem;line-height:1}@media (width<=768px){main.client .wrapper .item .kanban__card .header h3{font-size:1.4rem;line-height:1.2}}main.client .wrapper .item .kanban__card .header h5{font-size:1.4rem;line-height:1}@media (width<=768px){main.client .wrapper .item .kanban__card .header h5{font-size:1.2rem}}main.client .wrapper .item .kanban__card .date{margin-bottom:12px;font-size:1.6rem;font-weight:700;line-height:1}@media (width<=768px){main.client .wrapper .item .kanban__card .date{font-size:1.4rem;line-height:1.2}}main.client .wrapper .item .kanban__card .details{font-size:clamp-calc(1.4, 1.8);flex-direction:column;gap:6px;font-weight:700;line-height:1;display:flex}@media (width<=768px){main.client .wrapper .item .kanban__card .details{gap:4px;font-size:1.4rem}}.flocages{z-index:auto;flex:1;min-height:300px;max-height:calc(100dvh - 30px);padding:20px;overflow-y:scroll}.flocages .buttons-nav{justify-content:center;gap:16px;margin-bottom:20px;display:flex}.flocages h1{text-align:center;color:#093a63;margin-top:20px;margin-bottom:20px;font-size:2em}.flocages .flocages__search{margin-bottom:20px;display:flex}.flocages .flocages__search .input{flex-direction:column;gap:8px;max-width:300px;display:flex}.flocages .flocages__search .input label{color:#0b0b0b;font-weight:600}.flocages .flocages__search .input input{border:2px solid #0b0b0b;border-radius:4px;width:300px;padding:8px}.flocages .flocages__list{flex-direction:column;justify-content:center;gap:16px;display:flex}.flocages .flocages__list .flocage_item{color:#093a63;cursor:pointer;background:#f5f5f5;border:2px solid #093a63;border-radius:8px;flex-direction:column;gap:8px;padding:16px;display:flex}.flocages .flocages__list .flocage_item.disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.flocages .flocages__list .flocage_item .details{color:#0b0b0b;flex-direction:column;gap:4px;font-weight:600;display:flex}.flocages .flocages__list .flocage_item .details .error-message{color:#8a0303;font-size:1.4rem;font-weight:600}.flocages .single__flocage .details{flex-direction:column;gap:20px;margin-block:20px 40px;display:flex}.flocages .single__flocage .details h2{text-align:center;color:#093a63}.flocages .single__flocage .details .details__info{background:#f5f5f5;border:2px solid #093a63;border-radius:8px;flex-direction:column;gap:6px;width:fit-content;padding:16px;display:flex}.flocages .single__flocage .destroy{justify-content:center;gap:16px;display:flex}.flocages .single__flocage .input{flex-direction:column;gap:8px;display:flex}.flocages .single__flocage .input label{color:#0b0b0b;font-weight:600}.flocages .single__flocage .input input{border:2px solid #0b0b0b;border-radius:4px;width:200px;padding:8px}.flocages .single__flocage .armoire{flex-direction:column;gap:12px;margin-top:20px;display:flex}.flocages .single__flocage .armoire h3{text-align:center;color:#093a63}.flocages .single__flocage .armoire .buttons{justify-content:center;gap:16px;margin-bottom:12px;display:flex}.flocages .single__flocage .armoire .single__armoire{flex-direction:column;gap:4px;width:fit-content;margin:0 auto;display:flex}.flocages .single__flocage .armoire .single__armoire .armoire-row{gap:8px;display:flex}.flocages .single__flocage .armoire .single__armoire .armoire-row:nth-child(2n){margin-bottom:12px;margin-left:20px}.flocages .single__flocage .armoire .single__armoire button{cursor:pointer;background:#f5f5f5;border:1px solid #0b0b0b;border-radius:2px;width:75px;padding:8px;font-weight:700}.flocages .single__flocage .armoire .single__armoire button.selected{color:#fff;background:#093a63}.flocages .single__flocage .zones-selected{margin-block:40px}.flocages .single__flocage .zones-selected h3{text-align:left;color:#093a63}.flocages .single__flocage .zones-selected .info__message{color:#0b0b0b;margin-top:12px;font-weight:600}.flocages .single__flocage .zones-selected .zones-list{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.flocages .single__flocage .bat{flex-direction:column;gap:20px;margin-top:20px;display:flex}.flocages .single__flocage .bat img{object-fit:contain;width:100%;max-width:400px;height:auto;max-height:400px;display:block}.flocages .single__flocage .valid-flocage{justify-content:center;align-items:center;margin-block:20px 40px;display:flex}.dtfs{z-index:auto;flex:1;min-height:300px;max-height:calc(100dvh - 30px);padding:100px 20px 20px;overflow-y:scroll}.dtfs h1{text-align:center;color:#093a63;margin-top:20px;margin-bottom:50px;font-size:2em}.dtfs .dtfs__list{grid-template-columns:repeat(auto-fill,minmax(min(330px,100%),1fr));gap:20px;display:grid}.dtfs .dtfs__list .dtfs__item{cursor:pointer;border:2px solid #093a63;border-radius:8px;align-items:center;gap:10px;padding:10px;transition:background .2s;display:flex}.dtfs .dtfs__list .dtfs__item:hover{background:#093a6333}.dtfs .dtfs__list .dtfs__item .core{flex-direction:column;gap:4px;display:flex}.dtfs .dtfs__list .dtfs__item .core .name{font-size:1.8rem;font-weight:700}.dtfs .dtfs__list .dtfs__item .core .qty,.dtfs .dtfs__list .dtfs__item .core .classeur{font-size:1.6rem}.dtfs .dtfs__list .dtfs__item .core .qty span,.dtfs .dtfs__list .dtfs__item .core .classeur span{font-weight:700}.dtfs .dtfs__list .dtfs__item img{object-fit:contain;max-width:100px;height:100px}.dtfs__modal .details{flex-wrap:wrap;gap:24px;display:flex}.dtfs__modal .details .left,.dtfs__modal .details .right{width:calc(50% - 12px)}@media (width<=768px){.dtfs__modal .details .left,.dtfs__modal .details .right{width:100%}}.dtfs__modal .details .left img{object-fit:contain;width:100%;height:auto}.dtfs__modal .details .right{flex-direction:column;gap:12px;display:flex}.dtfs__modal .details .right p{font-size:1.8rem;font-weight:700}.dtfs__modal .details .right .input{flex-direction:column;gap:8px;display:flex}.dtfs__modal .details .right .input label{color:#0b0b0b;font-weight:600}.dtfs__modal .details .right .input input,.dtfs__modal .details .right .input textarea{border:2px solid #0b0b0b;border-radius:4px;width:300px;padding:8px}.dtfs__modal .details .right .input textarea{resize:vertical;width:100%;height:100px}main.stock-pochette{z-index:auto;flex-direction:column;min-height:300px;max-height:calc(100vh - 30px);padding:100px 20px 20px;display:flex;overflow-y:scroll}@media (width<=1300px){main.stock-pochette{max-height:none}}@media (width<=768px){main.stock-pochette{padding:62px 10px 10px}}main.stock-pochette .stock-pochette__header{margin-bottom:24px}main.stock-pochette .stock-pochette__search{border:2px solid #093a63;border-radius:6px;width:300px;padding:12px 16px}main.stock-pochette .stock-pochette__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}main.stock-pochette .stock-pochette__card{background:#fff;border:2px solid #093a63;border-radius:8px;padding:16px;box-shadow:0 2px 8px #0000000f}main.stock-pochette .stock-pochette__card h2{margin:0 0 16px;font-size:16px}main.stock-pochette .stock-pochette__zones{flex-direction:column;gap:8px;display:flex}main.stock-pochette .stock-pochette__zone{background:#f5f5f5;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}main.stock-pochette .stock-pochette__zone-name{font-weight:500}main.stock-pochette .stock-pochette__zone-nb{font-weight:700}.loader{width:80px;height:80px;display:block;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.loader span{transform-origin:40px 40px;animation:1.2s linear infinite loading;display:block}.loader span:after{content:" ";background:#093a63;border-radius:20%;width:6px;height:18px;display:block;position:absolute;top:3px;left:37px}.loader span:first-child{animation-delay:-1.1s;transform:rotate(0)}.loader span:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.loader span:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.loader span:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.loader span:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.loader span:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.loader span:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.loader span:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.loader span:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.loader span:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.loader span:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.loader span:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes loading{0%{opacity:1}to{opacity:0}}.ipError{flex-direction:column;justify-content:center;align-items:center;padding:2%;display:flex}.ipError img{width:auto;height:120px}.ipError h1,.ipError h2{color:#093a63;text-align:center;margin-bottom:20px;font-weight:700}.ipError h1{margin-top:80px}.ipError h2{margin-top:30px}.ipError .formAuth{flex-direction:column;align-items:center;gap:16px;display:flex}.ipError .formAuth input{border:2px solid #093a63;border-radius:4px;width:250px;padding:10px}.ipError .formAuth input:focus{outline:2px solid #05c76e}.ipError .formAuth button{width:fit-content}header .inner{z-index:3;background:#fff;border-bottom:2px solid #093a63;grid-template-columns:1fr 160px 1fr;justify-content:space-between;align-items:center;width:100%;height:72px;padding:6px 24px;display:grid;position:fixed}@media (width<=768px){header .inner{grid-template-columns:1fr 120px 1fr;height:50px;padding:4px 12px}}header .inner.noAuth{justify-content:center;display:flex}header .inner>div:nth-child(2){justify-content:center;align-items:center;display:flex}header .inner>div:nth-child(3){justify-content:center;align-items:flex-end;width:auto;display:flex}header .inner .logo{height:52px}@media (width<=768px){header .inner .logo{height:32px}}header .inner .logo img{width:auto;height:100%}header .burger{cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;width:44px;height:44px;display:inline-flex}header .burger span{background:#093a63;border-radius:999px;width:26px;height:2px;transition:transform .25s,opacity .25s;display:block}header .burger.is-open span:first-child{transform:translateY(8px)rotate(45deg)}header .burger.is-open span:nth-child(2){opacity:0}header .burger.is-open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}header .mobileMenuOverlay{opacity:0;pointer-events:none;z-index:2;background:#00000073;transition:opacity .25s;position:fixed;inset:0}header .mobileMenuOverlay.open{opacity:1;pointer-events:auto}header .mobileMenu{z-index:4;background:#fff;border-left:2px solid #093a63;width:min(82vw,340px);height:calc(100vh - 72px);padding:12px;transition:transform .25s;position:fixed;top:72px;right:0;transform:translate(100%)}@media (width<=768px){header .mobileMenu{height:calc(100vh - 50px);top:50px}}header .mobileMenu.open{transform:translate(0)}header .mobileMenu ul{flex-direction:column;gap:6px;margin:0;padding:8px 0;list-style:none;display:flex}header .mobileMenu li a{color:#093a63;border-radius:8px;padding:12px 10px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:block}header .mobileMenu li a:hover{background:#0000000d;transform:translate(2px)}header .mobileMenu li a.active{background:#00000014}footer{color:#fff;background:#093a63;border-top:2px solid #05c76e;justify-content:center;align-items:center;height:30px;padding:0 16px;font-size:1.4rem;display:flex}@media (width<=768px){footer{justify-content:flex-start;height:30px;font-size:1rem}}.orders{width:80%;height:100%;margin:0 auto;overflow:hidden}@media (width<=768px){.orders{width:100%}}.orders__details{justify-content:space-between;align-items:center;margin:20px 0;display:flex}@media (width<=768px){.orders__details{margin:10px 0}}.orders h2{color:#093a63;font-size:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem)}.orders .order-list{border:2px solid #093a63;border-radius:6px;flex-direction:column;align-items:center;gap:20px;min-height:110px;max-height:calc(100vh - 340px);padding:20px;display:flex;overflow-y:auto}.orders .order-list.hasMultiOrders{max-height:calc(100vh - 430px)}@media (width<=768px){.orders .order-list{gap:10px;max-height:calc(100vh - 250px);padding:10px}}.orders .multiorders__btn{flex-wrap:wrap;align-items:center;gap:16px;margin-block:20px;display:flex}.order{background:#f4f4f4;border-radius:6px;align-items:center;gap:20px;width:100%;padding:10px 30px;display:flex}@media (width<=768px){.order{gap:10px;padding:10px}}.order button{margin-left:auto}.order img{width:50px;height:50px}@media (width<=768px){.order img{width:32px;height:32px}}.order p{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem);overflow:hidden}.order.center{text-align:center;justify-content:center}.order.alert{color:#8a0303;background-color:#ff030333;padding:15px 30px;font-weight:700}.order.alert strong{font-weight:700}@media (width<=768px){.order.alert strong{display:none}}.order.alert span{display:none}@media (width<=768px){.order.alert span{display:inline-block}.order.alert{padding:10px}}.siren{z-index:888;pointer-events:none;width:100vw;height:100vh;position:absolute;top:0;left:0}.siren:after{content:"";background:red;width:10%;height:100%;animation:.5s infinite animation;position:absolute;top:0;left:0}.siren:before{content:"";background:red;width:10%;height:100%;animation:.5s infinite animation;position:absolute;bottom:0;right:0}@keyframes animation{0%{background:#8b0000}50%{background:red}to{background:#8b0000}}.alarm-on{background:#fff;border:2px solid #093a63;border-radius:5px;flex-direction:column;align-items:center;padding:50px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.alarm-on p{margin-bottom:20px}.button{color:#fff;cursor:pointer;text-align:center;background-color:#05c76e;border:2px solid #05c76e;border-radius:6px;flex-flow:row;align-items:center;min-width:fit-content;padding:12px 24px;font-size:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem);line-height:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem);text-decoration:none;transition:all .2s ease-in-out;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 6px #00000029}.button.active{color:#05c76e;background-color:#fff}@media (width<=768px){.button{padding:8px 16px}}.button.small{padding:8px 16px;font-size:clamp(1.4rem,1.12781rem + .473373vw,1.8rem);line-height:clamp(1.4rem,1.12781rem + .473373vw,1.8rem)}@media (width<=768px){.button.small{padding:6px 12px}}.button.reverse{color:#093a63;background-color:#fff;border:2px solid #093a63}.button.reverse.active{color:#fff;background-color:#093a63}.button.btn-primary{color:#fff;background-color:#093a63;border:2px solid #093a63}.button.btn-primary.active,.button.btn-primary:hover{color:#093a63;background-color:#fff}.button.btn-refresh{background-color:#f5f5f5;border:2px solid #f5f5f5;justify-content:center;width:70px;height:70px;padding:0}@media (width<=768px){.button.btn-refresh{width:50px;height:50px}}.button.btn-refresh img{object-fit:contain;width:50px;height:50px}@media (width<=768px){.button.btn-refresh img{width:36px;height:36px}}.button.btn-refresh:hover{color:#093a63;background-color:#fff}.button.btn-refresh.is-loading img{animation:.5s cubic-bezier(.23,-.04,.84,1.28) rotating}.button.btn-close,.button.btn-delete{background-color:#8b0000;border:2px solid #8b0000}.button.btn-close:hover,.button.btn-delete:hover{color:#8b0000;background-color:#fff}.button:hover{color:#05c76e;background-color:#fff}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.switchContainer{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:fit-content;display:flex}.switchContainer p{white-space:nowrap;text-align:center;font-size:1.6rem;font-weight:700;line-height:100%}@media (width<=768px){.switchContainer p{font-size:1.2rem}}.switchContainer .switch{width:60px;height:32px;display:inline-block;position:relative}@media (width<=768px){.switchContainer .switch{width:44px;height:16px}}.switchContainer .switch input{opacity:0;width:0;height:0;position:absolute}.slider{cursor:pointer;height:inherit;z-index:1;background-color:#ece8e8;width:60px;transition:all .4s;display:block;position:relative}@media (width<=768px){.slider{width:44px}}.slider:before{content:"";background-color:#093a63;width:26px;height:26px;transition:all .4s;position:absolute;bottom:3px;left:4px}@media (width<=768px){.slider:before{width:10px;height:10px}}input:checked+.slider{background-color:#093a63}input:focus+.slider{box-shadow:0 0 1px #000}input:checked+.slider:before{background-color:#fff;transform:translate(26px)}.slider.round{border-radius:999px}.slider.round:before{border-radius:50%}.custom-checkbox{cursor:pointer;justify-content:center;align-items:center;width:22px;height:22px;margin-right:10px;display:flex;position:relative}.custom-checkbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.custom-checkbox .checkmark{background:#fff;border:2px solid #093a63;border-radius:6px;width:22px;height:22px;transition:all .2s;position:relative}.custom-checkbox input:checked+.checkmark{background:#093a63;border-color:#093a63}.custom-checkbox input:checked+.checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:12px;position:absolute;top:1px;left:6px;transform:rotate(45deg)}.custom-checkbox:hover .checkmark{box-shadow:0 0 0 3px #3b82f626}.Toastify{font-size:2.4rem;line-height:3rem}.modalWrapper{z-index:1000;background:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.modalWrapper .modal{background:#fff;border:2px solid #093a63;border-radius:6px;width:90vw;max-height:calc(90vh - 200px);padding:20px;position:absolute;top:45%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.modalWrapper .modal .btn-close{position:absolute;top:15px;right:15px}.modalWrapper .modal .btn-close.relative{position:relative;top:0;right:0}.modalWrapper .modal h2{color:#093a63;margin-bottom:20px;font-size:clamp(1.6rem,.307101rem + 2.24852vw,3.5rem)}.modalWrapper .modal .details.main{font-size:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem);font-weight:700}.modalWrapper .modal .details{font-size:clamp(1.4rem,.991716rem + .710059vw,2rem)}.modalWrapper .modal .list-equipements{justify-content:center;gap:20px;margin-top:15px;font-size:clamp(1.6rem,.987574rem + 1.06509vw,2.5rem);display:flex}.modalWrapper .modal .list-equipements li{border:2px solid #093a63;border-radius:6px;justify-content:center;align-items:center;width:33.3333%;height:100px;display:flex}.modalWrapper .modal .buttons{justify-content:center;gap:20px;margin-block:20px;display:flex}.modalWrapper .modal .btn-valid{text-align:center}.modalWrapper .modal .confirm-modal{flex-direction:column;align-items:center;margin-top:40px;display:flex}.modalWrapper .modal .confirm-modal .warn{font-size:1.8rem;font-weight:700}.modalWrapper .modal .confirm-modal .confirm-modal-btn{justify-content:center;gap:20px;width:100%;margin-top:20px;display:flex}.modalWrapper .qrMissing{flex-direction:column;align-items:center;gap:16px;margin:20px auto;display:flex}.modalWrapper .qrMissing img{width:750px;height:75px;margin:0 auto}.modalWrapper .qrMissing p{text-align:center;color:#8a0303;font-size:clamp(1.4rem,.991716rem + .710059vw,2rem);font-weight:700}
