@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+3:wght@700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.sidebar{background:rgba(1,35,138,.952);border-right:1px solid #c2c2c2;color:#8b8b8b;display:flex;flex:1.5 1;flex-direction:column;height:calc(100vh - 60px);padding:10px;position:-webkit-sticky;position:sticky;top:60px}.sidebarMenu{margin-bottom:10px}.sidebarH3{color:#fafafa;font-size:14px}.sidebarH2{color:#0f0f0f;font-size:15px;padding:10px 0}.sidebarLink{border-radius:10px;color:#494949;cursor:pointer;font-size:16px;padding:5px}.sidebarLi.active,.sidebarLi:hover{background:rgba(196,24,24,.082)}.sidebarIcon{font-size:20px!important}@media screen and (max-width:414px){.sidebar{height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s;width:200px;z-index:999}.visible{position:fixed;transform:translateX(0);z-index:999}}@media screen and (max-width:568px){.sidebar{height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s;width:200px;z-index:999}.visible{position:fixed;transform:translateX(0);z-index:999}}.topbar{background:#fff;border-bottom:1px solid #cfcfcf;box-shadow:0 0 15px -10px #000000bf;height:60px;justify-content:space-between;padding:30px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:999}.topbar,.topbar-left{align-items:center;display:flex}.logo{color:rgba(1,35,138,.952);cursor:pointer;font-size:20px;font-style:oblique;font-weight:700}.topbar-right{align-items:center;display:flex;gap:10px}.topbar-icons{background:rgba(255,0,0,.164);border-radius:50%;color:rgba(182,3,3,.938);cursor:pointer;justify-content:center;position:relative;width:35px;.topbar-imgUser{height:30px;object-fit:cover;width:30px}}.icons-user,.topbar-icons{align-items:center;display:flex;height:35px}.icons-user{background:#fff;border:1px solid #c2c2c2bb;border-radius:5px;border-radius:50px;box-shadow:0 0 15px -10px #000000bf;gap:10px;justify-content:space-between;overflow:hidden;width:108px;.username{color:rgba(1,35,138,.952);font-size:11px;font-style:oblique;font-weight:800;letter-spacing:2px;padding-right:10px;text-transform:uppercase}}.topbar-not{align-items:center;background:red;border-radius:50%;color:#fff;display:flex;font-size:10px;height:15px;justify-content:center;left:10px;padding:3px;position:absolute;top:-5px;width:15px}.topbar-img{height:75px;width:75px}.topbar-img,.topbar-imgUser{border-radius:50%;object-fit:cover}.topbar-imgUser{height:45px;width:45px}.topbar-icon{display:none}@media screen and (max-width:375px){.topbar{padding:10px}.logo{font-size:13px}.topbar-right{gap:8px}.topbar-icons{display:none}.icons-user{height:30px;width:80px}.username{font-size:10px}.topbar-icon{border:1px solid rgba(1,35,138,.952);border-radius:5px;color:rgba(1,35,138,.952)}.colorRed,.topbar-icon{cursor:pointer;display:flex;padding:5px 8px}.colorRed{border:1px solid red;border-radius:5px;color:red}}@media screen and (max-width:414px){.topbar{padding:14px}.topbar-img{height:65px;width:65px}.logo{font-size:13px}.topbar-right{gap:8px}.topbar-icons{display:none}.icons-user{height:25px;overflow:hidden;width:90px}.username{font-size:9px;padding-left:5px}.topbar-icon{border:1px solid rgba(1,35,138,.952);border-radius:5px;color:rgba(1,35,138,.952);cursor:pointer;display:flex;padding:5px}.close-icon{font-size:9px}.colorRed{border:1px solid red;border-radius:5px;color:red;cursor:pointer;display:flex;padding:5px}}@media screen and (max-width:568px){.logo{font-size:14px}.topbar-icons{display:none}.icons-user{align-items:center;display:flex;justify-content:center;width:70px}.icon_ant{display:none}.topbar-icon{border:1px solid rgba(1,35,138,.952);border-radius:5px;color:rgba(1,35,138,.952);cursor:pointer;display:flex;padding:5px}.close-icon{font-size:9px}.colorRed{border:1px solid red;border-radius:5px;color:red;cursor:pointer;display:flex;padding:5px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}*{font-family:Poppins,sans-serif}a{color:#000;text-decoration:none}li{list-style:none}.appContainer{display:flex;min-height:100vh}.appOutlet{background:#fafafa;flex:8 1;overflow:hidden;padding:20px;position:relative}.spinner-container,.spinnerContainer{align-items:center;display:flex;height:100vh;justify-content:center}.mission-icon{color:#056105;cursor:pointer}.App{font-family:sans-serif;padding:16px}@media print{.print-button{display:none}}.Crop-Controls{margin-bottom:10px}.Crop-Controls>*{margin-bottom:3px}img{max-width:100%}.pageNavbar{background:#fff;display:flex;flex-direction:column}.pagination{display:flex;justify-content:center;margin-top:20px}.pagination ul{display:flex;list-style:none;margin:0;padding:0}.pagination li{margin:0 5px}.pagination a{border:1px solid #ccc;border-radius:5px;color:#000;padding:5px 10px;text-decoration:none}.pagination a:hover{background-color:#ccc}.pagination .active a{background-color:#36d7b7;color:#fff}.pointer-cursor{cursor:pointer}.loader-container{align-items:center;display:flex;height:100vh;justify-content:center}.loader-container-center{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.rapport-vente-selects{max-height:0;overflow:hidden;transition:max-height .3s ease-out;z-index:999}.rapport-vente-selects.open{max-height:500px}.skeleton-container{display:flex;flex-wrap:wrap;gap:16px}.skeleton-group{display:flex;gap:16px;margin-bottom:16px}.skeleton-item{flex:1 1}.ant-tabs{margin-bottom:20px}.ant-card{margin-top:20px}@media(max-width:480px){.rowChart{display:none}}.rowChart .rowChart-wrapper .rowChart-title{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px}.rowChart .rowChart-wrapper .rowChart-title h3{color:#01238a;font-size:1rem;font-weight:400}.rowChart .rowChart-wrapper .rowChart-title .input-chart{background:#fff;border:1px solid hsla(0,0%,84%,.612);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;font-size:11px;outline:none;padding:5px 2px 5px 10px;width:75px}.rowChart .rowChart-wrapper .rowChart-title .input-chart:focus{border:1px solid rgba(1,35,138,.349)}.rowProduit .rowProduit-wrapper .rowChart-title{display:flex;justify-content:space-between;padding-bottom:20px}.rowProduit .rowProduit-wrapper .rowChart-title h3{color:#01238a;font-size:1rem;font-weight:400}.rowProduit .rowProduit-wrapper .rowChart-row-table .userList .userImg{border-radius:50%;cursor:pointer;height:50px;width:50px}.pageDetails .pageDetail-wrapper .pageDetail-container{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;gap:20px;justify-content:space-between;padding:30px}@media(max-width:480px){.pageDetails .pageDetail-wrapper .pageDetail-container{flex-direction:column}}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left{flex:1 1}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-img{height:350px;object-fit:cover;position:relative;width:100%}@media(max-width:480px){.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-img{width:300px}}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper{padding:20px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper h2{color:#03036d;font-weight:bolder;padding:20px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul{display:flex;flex-direction:column;gap:10px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul li{align-items:center;display:flex;gap:5px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Noir{background:#000;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Gris{background:gray;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Bleu{background:blue;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Rouge{background:red;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Vert{background:green;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Marron{background:brown;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Orange{background:#ff4500;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Rose{background:#ff1493;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-left .pageDetail-left-wrapper ul .Beige{background:beige;border-radius:50%;gap:30px;height:20px;width:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right{flex:1 1}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-h2{font-size:2.5rem;font-weight:bolder}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pagedetailDescr{display:flex;flex-direction:column;gap:10px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pagedetailDescr span{font-size:.9rem}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pagedetailDescr a{color:#a1a1a1;font-size:.8rem}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageEtoile-row{align-items:center;display:flex;gap:20px;padding:15px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageEtoile-row a{color:#a1a1a1;font-size:.8rem}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom{border-bottom:1px solid #b4b3b3;border-top:1px solid #aaa}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom .pageDetail-rows-prix{padding:25px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom .pageDetail-rows-prix h3{color:#969696;font-size:1rem;font-weight:300;letter-spacing:1.5}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom .pageDetail-rows-prix .pageDetail-images{align-items:center;display:flex;gap:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom .pageDetail-rows-prix .pageDetail-images .pageDetail-sous-image{height:75px;object-fit:cover;width:70px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-bottom .pageDetail-rows-prix .pageDetail-images .pageDetail-select{border:1px solid #e9e9e9;border-radius:5px;outline:none;padding:10px;width:200px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix{display:flex;flex-direction:column;gap:20px;padding:15px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-prix{align-items:center;display:flex;justify-content:space-between}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-prix h3{color:#03036d;font-size:1.8rem}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-prix span{color:#8a8a8a;font-size:.7rem}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt{align-items:center;display:flex;gap:20px}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt .pageDetail-rows-Qt{display:flex;flex:1 1}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt .pageDetail-rows-Qt span{align-items:center;border:1px solid #e7e7e7;display:flex;flex:2 1;justify-content:center}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt .pageDetail-rows-Qt .rowQT{display:flex;flex:1 1;flex-direction:column}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt .pageDetail-rows-Qt .rowQT span{align-items:center;background:rgba(2,2,129,.925);color:#fff;cursor:pointer;display:flex;justify-content:center;outline:none;transition:.5s}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt .pageDetail-rows-Qt .rowQT span:hover{transform:scale(1.1)}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt button{background:rgba(2,2,129,.925);border:none;border-radius:5px;color:#fff;cursor:pointer;flex:4 1;padding:15px;transition:.5s}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .pageDetail-row-Qt button:hover{background:rgba(9,9,209,.925)}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire .detail-h2{color:#03036d;font-weight:bolder;padding:15px 0}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table{border:2px solid #e0e0e0;border-collapse:collapse;font-size:.7rem;letter-spacing:1px;width:100%}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table tr:nth-child(odd){background-color:hsla(0,0%,93%,.796)}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table tr td,.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table tr th{border:1px solid #d8d8d8;padding:10px;text-align:center}.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table tr td td,.pageDetails .pageDetail-wrapper .pageDetail-container .pageDetail-right .pageDetail-rows-prix .detail-inventaire table tr th td{text-align:center}.rowTotals{width:100%}.rowTotals .rowTotal-wrapper{align-items:center;display:flex;gap:20px;justify-content:space-between}@media(max-width:480px){.rowTotals .rowTotal-wrapper{flex-direction:column}}.rowTotals .rowTotal-wrapper .rowTotal{align-items:center;background:#fff;border:1px solid hsla(0,0%,76%,.733);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex:1 1;justify-content:space-between;padding:20px}@media(max-width:480px){.rowTotals .rowTotal-wrapper .rowTotal{width:100%}}.rowTotals .rowTotal-wrapper .rowTotal .rowTotal-left{align-items:center;background:rgba(255,166,0,.137);border-radius:50%;display:flex;height:50px;justify-content:center;position:relative;width:50px}.rowTotals .rowTotal-wrapper .rowTotal .rowTotal-left .rowTotalIcon{color:#fff;font-size:1.5rem}.rowTotals .rowTotal-wrapper .rowTotal .rowTotal-right{display:flex;flex-direction:column;gap:10px}.rowTotals .rowTotal-wrapper .rowTotal .rowTotal-right h2{color:#01238a;font-size:1.1rem}.rowTotals .rowTotal-wrapper .rowTotal .rowTotal-right .rowTotal-span{color:#797979;font-size:.7rem;letter-spacing:1.3}.rowTotals .rowTotal-wrapper .rowTotals{align-items:center;background:#fff;border:1px solid hsla(0,0%,76%,.733);border-radius:5px;border-radius:50%;box-shadow:0 0 15px -10px #000000bf;cursor:pointer;display:flex;height:55px;justify-content:center;padding:20px;width:55px}.rowTotals .rowTotal-wrapper .rowTotals:hover{transform:scale(1.1)}.rowTotalDetails{width:100%}.rowTotalDetails .rowTotalDetail-wrapper{grid-gap:20px;align-items:center;display:grid;flex-basis:calc(25% - 20px);flex-wrap:wrap;gap:20px;grid-template-columns:repeat(4,1fr);justify-content:space-between}@media(max-width:480px){.rowTotalDetails .rowTotalDetail-wrapper{display:grid;grid-template-columns:repeat(2,1fr)}}.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;color:#fff;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;padding:20px}.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left{display:flex;flex-direction:column;gap:5px}.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-h2{font-size:2rem}@media(max-width:568px){.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-h2{font-size:1.5rem}}.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-span{font-size:.9rem}@media(max-width:568px){.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-span{font-size:.7rem}}.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-right .rowTotalIcon{height:40px;width:40px}@media(max-width:568px){.rowTotalDetails .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-right .rowTotalIcon{height:35px;width:35px}}.informatiqueGeneral{display:flex;flex-direction:column;gap:20px;height:100vh}@media(max-width:480px){.informatiqueGeneral{width:100%}}.rowTotalDetail{width:100%}.rowTotalDetail .rowTotalDetail-wrapper{align-items:center;display:flex;gap:20px;justify-content:space-between}@media(max-width:375px){.rowTotalDetail .rowTotalDetail-wrapper{justify-content:center;width:100%}}@media(max-width:480px){.rowTotalDetail .rowTotalDetail-wrapper{display:grid;grid-template-columns:repeat(2,1fr)}}.rowTotalDetail .rowTotalDetail-wrapper .rowTotalDetail-row{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;color:#fff;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;padding:20px}.rowTotalDetail .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left{display:flex;flex-direction:column;gap:5px}.rowTotalDetail .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-h2{font-size:2rem}.rowTotalDetail .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-left .rowTotal-span{font-size:1rem}.rowTotalDetail .rowTotalDetail-wrapper .rowTotalDetail-row .rowTotalDetail-right .rowTotalIcon{font-size:2.5rem}.right-wrapper{display:flex;flex-direction:column;gap:20px;padding:20px}@media(max-width:480px){.right-wrapper{padding:10px}}.right-wrapper .rightRows{display:flex;gap:20px}@media(max-width:480px){.right-wrapper .rightRows{justify-content:center}}.right-wrapper .rightRows .rightbar-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:4 1;padding:20px}@media(max-width:480px){.right-wrapper .rightRows .rightbar-left{display:none}}.right-wrapper .rightRows .rightbar-right{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:2 1;padding:20px}@media(max-width:480px){.right-wrapper .rightRows .rightbar-right{width:260px}}*{box-sizing:border-box;margin:0;padding:0}body,input{font-family:Poppins,sans-serif}.container{background-color:#fff;min-height:100vh;overflow:hidden;position:relative;width:100%}.forms-container{height:100%;left:0;position:absolute;top:0;width:100%}.signin-signup{display:grid;grid-template-columns:1fr;left:75%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:1s ease-in-out .7s;width:50%;z-index:5}form{align-items:center;display:flex;flex-direction:column;grid-column:1/2;grid-row:1/2;justify-content:center;overflow:hidden;padding:0 5rem;transition:all .2s .7s}form.sign-up-form{opacity:0;z-index:1}form.sign-in-form{z-index:2}.title{color:#444;font-size:2.2rem;margin-bottom:10px}.input-field{align-items:center;background-color:#f0f0f0;border-radius:55px;display:grid;grid-template-columns:15% 85%;height:55px;margin:10px 0;max-width:380px;padding:0 .8rem;position:relative;width:100%}.input-field .icon-login{color:#acacac;font-size:1.2rem;line-height:55px;text-align:center;transition:.5s}.input-field input{background:none;border:none;color:#333;font-size:1.1rem;font-weight:600;line-height:1;outline:none}.input-field input::placeholder{color:#aaa;font-weight:500}.social-text{font-size:1rem;padding:.7rem 0}.social-icon,.social-media{display:flex;justify-content:center}.social-icon{align-items:center;border:1px solid #333;border-radius:50%;color:#333;font-size:1.1rem;height:46px;margin:0 .45rem;text-decoration:none;transition:.3s;width:46px}.social-icon:hover{border-color:#4481eb;color:#4481eb}.btn{background-color:#5995fd;border:none;border-radius:49px;color:#fff;cursor:pointer;font-weight:600;height:49px;margin:10px 0;outline:none;text-transform:uppercase;transition:.5s;width:150px}.btn:hover{background-color:#4d84e2}.panels-container{display:grid;grid-template-columns:repeat(2,1fr);height:100%;left:0;position:absolute;top:0;width:100%}.container:before{background-image:linear-gradient(-45deg,#4481eb,#04befe);border-radius:50%;content:"";height:2000px;position:absolute;right:48%;top:-10%;transform:translateY(-50%);transition:1.8s ease-in-out;width:2000px;z-index:6}.image{border-radius:50%;transition:transform 1.1s ease-in-out;transition-delay:.4s;width:40%}.panel{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-around;text-align:center;z-index:6}.left-panel{padding:3rem 17% 2rem 12%;pointer-events:all}.right-panel{padding:3rem 12% 2rem 17%;pointer-events:none}.panel .content{align-items:center;color:#fff;display:flex;flex-direction:column;gap:20px;transition:transform .9s ease-in-out;transition-delay:.6s}.panel h3{font-size:1.5rem;font-weight:600;line-height:1}.panel p{font-size:.95rem;padding:.7rem 0}.btn.transparent{background:none;border:2px solid #fff;font-size:.8rem;font-weight:600;height:41px;margin:0;width:130px}.right-panel .content,.right-panel .image{transform:translateX(800px)}.container.sign-up-mode:before{right:52%;transform:translate(100%,-50%)}.container.sign-up-mode .left-panel .content,.container.sign-up-mode .left-panel .image{transform:translateX(-800px)}.container.sign-up-mode .signin-signup{left:25%}.container.sign-up-mode form.sign-up-form{opacity:1;z-index:2}.container.sign-up-mode form.sign-in-form{opacity:0;z-index:1}.container.sign-up-mode .right-panel .content,.container.sign-up-mode .right-panel .image{transform:translateX(0)}.container.sign-up-mode .left-panel{pointer-events:none}.container.sign-up-mode .right-panel{pointer-events:all}@media (max-width:870px){.container{height:100vh;min-height:800px}.signin-signup{top:95%;transform:translate(-50%,-100%);transition:1s ease-in-out .8s;width:100%}.container.sign-up-mode .signin-signup,.signin-signup{left:50%}.panels-container{grid-template-columns:1fr;grid-template-rows:1fr 2fr 1fr}.panel{align-items:center;flex-direction:row;grid-column:1/2;justify-content:space-around;padding:2.5rem 8%}.right-panel{grid-row:3/4}.left-panel{grid-row:1/2}.image{transition:transform .9s ease-in-out;transition-delay:.6s;width:200px}.panel .content{padding-right:15%;transition:transform .9s ease-in-out;transition-delay:.8s}.panel h3{font-size:1.2rem}.panel p{font-size:.7rem;padding:.5rem 0}.btn.transparent{font-size:.7rem;height:35px;width:110px}.container:before{bottom:68%;height:1500px;left:30%;right:auto;top:auto;transform:translateX(-50%);transition:2s ease-in-out;width:1500px}.container.sign-up-mode:before{bottom:32%;right:auto;transform:translate(-50%,100%)}.container.sign-up-mode .left-panel .content,.container.sign-up-mode .left-panel .image{transform:translateY(-300px)}.container.sign-up-mode .right-panel .content,.container.sign-up-mode .right-panel .image{transform:translateY(0)}.right-panel .content,.right-panel .image{transform:translateY(300px)}.container.sign-up-mode .signin-signup{top:5%;transform:translate(-50%)}}@media (max-width:570px){form{padding:0 1.5rem}.image{display:none}.panel .content{padding:.5rem 1rem}.container{padding:1.5rem}.container:before{bottom:72%;left:50%}.container.sign-up-mode:before{bottom:28%;left:50%}}.products .product-container .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}@media(max-width:568px){.products .product-container .product-container-top{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(1,1fr)}}@media(max-width:480px){.products .product-container .product-container-top{padding:10px}}.products .product-container .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.products .product-container .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}@media(max-width:480px){.products .product-container .product-container-top .product-left .product-h2{font-size:.8rem}}.products .product-container .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}@media(max-width:480px){.products .product-container .product-container-top .product-left span{display:none}}.products .product-container .product-container-top .product-right{align-items:center;background:#01238a;border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:10px}.products .product-container .product-container-top .product-right .product-icon{font-size:.9rem}.products .product-container .product-container-top .product-right .product-btn{font-size:.8rem}.products .product-container .product-bottom{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;padding:20px}.products .product-container .product-bottom .product-bottom-top{align-items:center;display:flex;justify-content:space-between;padding-bottom:30px}.products .product-container .product-bottom .product-bottom-top .product-bottom-left{align-items:center;display:flex;gap:10px}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-icon{background:#01238a;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px;transition:.5s}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-icon:hover{background:#063cdf}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-icon2{background:rgba(255,0,0,.815);border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px}@media(max-width:568px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-icon2{font-size:16px}}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search{border:1px solid #c7c7c7;border-radius:5px;padding:7px 10px}@media(max-width:568px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search{padding:6px 9px}}@media(max-width:480px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search{padding:6px 9px}}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search .product-h2{color:#01238a;font-size:1.5rem;font-weight:300}@media(max-width:480px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search .product-h2{font-size:.7rem}}.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search .product-search{border:none;outline:none;padding-left:10px}@media(max-width:568px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search .product-search{width:120px}}@media(max-width:480px){.products .product-container .product-bottom .product-bottom-top .product-bottom-left .product-row-search .product-search{padding-left:8px;width:110px}}.products .product-container .product-bottom .product-bottom-top .product-bottom-right{align-items:center;display:flex;gap:20px}@media(max-width:568px){.products .product-container .product-bottom .product-bottom-top .product-bottom-right{display:none}}@media(max-width:480px){.products .product-container .product-bottom .product-bottom-top .product-bottom-right{display:none}}.products .product-container .product-bottom .product-bottom-top .product-bottom-right .product-icon-pdf{color:red;cursor:pointer;font-size:22px}.products .product-container .product-bottom .product-bottom-top .product-bottom-right .product-icon-excel{color:green;cursor:pointer;font-size:22px}.products .product-container .product-bottom .product-bottom-top .product-bottom-right .product-icon-printer{cursor:pointer;font-size:22px}.products .product-container .product-bottom .product-bottom-top .product-bottom-right .product-icon-raf{background:rgba(1,35,138,.952);background:#fff;border:1px solid hsla(0,0%,76%,.733);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;padding:10px}.products .product-container .product-bottom .rowChart-row-table .userList{align-items:center;display:flex;gap:10px}.products .product-container .product-bottom .rowChart-row-table .userList .userImg{border-radius:50%;height:50px;width:50px}.products .product-container .product-bottom .liste_bottom{margin:20px 0}.products .product-container .product-bottom .liste_bottom .liste_rows{align-items:center;display:flex;justify-content:space-between}@media(max-width:480px){.products .product-container .product-bottom .liste_bottom .liste_rows{align-items:flex-start;flex-direction:column}}.products .product-container .product-bottom .liste_bottom .liste_rows .liste-row{display:flex;flex-direction:column;gap:10px}.products .product-container .product-bottom .liste_bottom .liste_rows .liste-row label{color:#555;font-size:1rem}.products .product-container .product-bottom .liste_bottom .liste_rows .liste-row h3{color:#01238a;font-size:1.5rem;font-weight:300}.products .product-container .product-bottom .liste_bottom .liste_rows .liste-row .list_select{border:1px solid #d6d6d6;outline:none;padding:8px 10px;width:200px}.products .product-container .product-bottom .liste_bottom .liste_rows .liste-row .list_select:hover{border:1px solid #4e77f1}.products .product-container .product-bottom .liste_bottom .liste_rows .rows-btn .list_btn{background:rgba(1,35,138,.952);border:none;color:#fff;cursor:pointer;padding:10px 15px;transition:.5s}.products .product-container .product-bottom .liste_bottom .liste_rows .rows-btn .list_btn:hover{background:#0000;border:1px solid rgba(1,35,138,.952);color:rgba(1,35,138,.952)}@media(max-width:480px){.products .product-container .product-bottom .liste_bottom .liste_rows .rows-btn .list_btn{margin-top:10px}}.productSelects{padding:0 0 20px;width:100%;z-index:999}.productSelects .productSelects-container{align-items:center;display:flex;gap:10px;width:100%}.productSelects .productSelects-container .product-input-select{background:#fff;border:none;border-radius:5px;padding:10px;width:100%;z-index:888}.productSelects .productSelects-container .product-input-select:focus{outline:1px solid rgba(63,108,241,.527)}.productSelects .productSelects-container .select-btn{background:#01238a;border-radius:5px;color:#fff;cursor:pointer;padding:8px;transition:.5s}.productSelects .productSelects-container .select-btn:hover{background:#0a44f3}.productSelects .productSelects-container .select-btn .select-search-btn{font-size:1.2rem}.barReturn{padding:10px}.barReturn,.productForm .product-container .product-container-top{align-items:center;background:#fff;display:flex;justify-content:space-between}.productForm .product-container .product-container-top{border-radius:5px;box-shadow:0 0 15px -10px #000000bf;margin-bottom:20px;padding:20px}.productForm .product-container .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.productForm .product-container .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}@media(max-width:480px){.productForm .product-container .product-container-top .product-left .product-h2{font-size:.8rem}}.productForm .product-container .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}@media(max-width:480px){.productForm .product-container .product-container-top .product-left span{display:none}}.productForm .product-container .product-wrapper{background:#fff;border-radius:5px;padding:40px}@media(max-width:480px){.productForm .product-container .product-wrapper{padding:20px}}.productForm .product-container .product-wrapper .product-container-bottom{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media(max-width:480px){.productForm .product-container .product-wrapper .product-container-bottom{gap:10px;grid-template-columns:repeat(1,1fr);justify-content:center}}.productForm .product-container .product-wrapper .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:20px}@media(max-width:480px){.productForm .product-container .product-wrapper .product-container-bottom .form-controle{gap:10px}}.productForm .product-container .product-wrapper .product-container-bottom .form-controle label{color:#797979;font-size:.9rem}@media(max-width:480px){.productForm .product-container .product-wrapper .product-container-bottom .form-controle label{font-size:.8rem}}.productForm .product-container .product-wrapper .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:8px 10px}.productForm .product-container .product-wrapper .product-container-bottom .form-controle .form-input:focus{border:1px solid rgba(36,36,250,.418)}@media(max-width:480px){.productForm .product-container .product-wrapper .product-container-bottom .form-controle .form-input{padding:6px}}.productForm .product-container .product-wrapper .product-container-bottom .form-controle .form-radio{display:flex;gap:6px}.productForm .product-container .product-wrapper .form-controle-desc{display:flex;flex-direction:column;gap:20px}.productForm .product-container .product-wrapper .form-controle-desc label{color:#797979;font-size:.9rem;margin-top:20px}@media(max-width:480px){.productForm .product-container .product-wrapper .form-controle-desc label{font-size:.8rem}}.productForm .product-container .product-wrapper .form-controle-desc textarea{border:1px solid #c5c5c5;border-radius:5px;height:120px;outline:none;padding:10px;resize:none}.productForm .product-container .product-wrapper .form-controle-desc textarea:focus{border:1px solid rgba(36,36,250,.418)}.productForm .product-container .product-wrapper .form-controleFile{display:flex;flex-direction:column;gap:10px;padding:20px 0;width:100%}.productForm .product-container .product-wrapper .form-controleFile label{color:#797979;font-size:.9rem;padding-bottom:20px}@media(max-width:480px){.productForm .product-container .product-wrapper .form-controleFile label{font-size:.8rem}}.productForm .product-container .product-wrapper .form-controleFile .form-file{align-items:center;background:#f7f7f7;border:1px dashed #c5c5c5;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;width:100%}.productForm .product-container .product-wrapper .form-controleFile .form-file:focus{border:1px solid rgba(36,36,250,.418)}.productForm .product-container .product-wrapper .form-controleFile .form-file label{color:#797979;font-size:.9rem}.productForm .product-container .product-wrapper .form-controleFile .form-file .cloud-icon{color:rgba(14,62,204,.719);font-size:2.8rem}.productForm .product-container .product-wrapper .form-controleFile .form-file span{color:#929292;font-size:.9rem;letter-spacing:1px}.productForm .product-container .product-wrapper .form-img{align-items:center;border:1px solid #c5c5c5;display:flex;height:150px;justify-content:center;overflow:hidden;position:relative;right:0;width:150px}.productForm .product-container .product-wrapper .form-img .capture-img{height:100%}.productForm .product-container .product-wrapper .form-submit{display:flex;gap:10px;margin-top:15px}.productForm .product-container .product-wrapper .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px;transition:.5s}.productForm .product-container .product-wrapper .form-submit .btn-submit:hover{background:#0237d6}@media(max-width:480px){.productForm .product-container .product-wrapper .form-submit .btn-submit{padding:10px 15px}}.productForm .product-container .product-wrapper .form-submit .btn-annuler{background:#464444;cursor:pointer}.mouvClient{margin-top:30px;padding:20px}.mouvClient .mouvWrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-content:space-between}.mouvClient .mouvWrapper .mouvClient-row{align-items:center;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;padding:10px 0}.mouvClient .mouvWrapper .mouvClient-row span{color:#555;flex:1 1;font-size:1rem;width:100%}.ticket{background:#f2f2f2;display:flex;flex-direction:column;height:100%;padding:40px;width:100%}.ticket .ticket-wrapper{background:#fff;box-shadow:0 0 15px -10px #000000bf;padding:30px;width:100%}.ticket .ticket-wrapper .ticket-number{font-size:10px}.ticket .ticket-wrapper .ticket-logo{align-items:center;display:flex;flex-direction:column;justify-content:center}.ticket .ticket-wrapper .ticket-logo .ticket-img{height:150px;width:150px}.ticket .ticket-wrapper .ticket-logo .ticket-titles{color:rgba(1,13,48,.952);font-size:12px;font-weight:600}.ticket .ticket-wrapper .ticket-logo .ticket-title{color:rgba(1,13,48,.952);font-size:11px;font-weight:400}.ticket .ticket-wrapper .ticket-contact{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin:10px 0}.ticket .ticket-wrapper .ticket-contact .ticket-contact-rows{display:flex;flex-direction:column;gap:6px;justify-content:flex-end;padding:10px 0}.ticket .ticket-wrapper .ticket-contact .ticket-contact-rows .ticket-contact-row{align-items:center;display:flex;gap:8px}.ticket .ticket-wrapper .ticket-contact .ticket-contact-rows .ticket-contact-row .ticket-name{color:#555;font-size:11px}.ticket .ticket-wrapper .ticket-contact .ticket-contact-rows .ticket-contact-row b{color:#555;font-size:11px;font-weight:400}.ticket .ticket-wrapper .ticket-table table{border-collapse:collapse;font-family:arial,sans-serif;width:100%}.ticket .ticket-wrapper .ticket-table table tr{border:1px solid #ddd;padding:8px;text-align:left}.ticket .ticket-wrapper .ticket-table table tr:nth-child(2n){background-color:#ddd}.ticket .ticket-wrapper .ticket-table table tr th{border:1px solid #ddd;padding:8px;text-align:left}.ticket .ticket-wrapper .ticket-table table tr td{font-size:11px;padding:8px}.ticket .ticket-wrapper .ticket-table table tr .ticket-th{font-size:11px;font-weight:800}.ticket .ticket-wrapper .ticket-fin{padding:10px 0}.ticket .ticket-wrapper .ticket-fin .ticket-desc{color:rgba(1,13,48,.952);font-size:11px;text-align:justify}.categories .categories-wrapper .categorie-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.categories .categories-wrapper .categorie-container-top .categorie-left{display:flex;flex-direction:column;gap:10px}.categories .categories-wrapper .categorie-container-top .categorie-left .categorie-h2{color:#01238a;font-size:1rem}@media(max-width:480px){.categories .categories-wrapper .categorie-container-top .categorie-left .categorie-h2{font-size:.8rem}}.categories .categories-wrapper .categorie-container-top .categorie-left span{color:#6d6c6c;font-size:.8rem}@media(max-width:480px){.categories .categories-wrapper .categorie-container-top .categorie-left span{font-size:.7rem}}.categories .categorie-container-bottom{display:flex;gap:20px;padding-top:20px}@media(max-width:480px){.categories .categorie-container-bottom{flex-direction:column}}.categories .categorie-container-bottom .categorie-container-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex:2.5 1;flex-direction:column;padding:30px}.categories .categorie-container-bottom .categorie-container-left .categorie-title{color:#555;font-size:.9rem;font-weight:300}.categories .categorie-container-bottom .categorie-container-left .categorie-input{border:1px solid #d4d4d4;border-radius:5px;margin:20px 0;outline:none;padding:8px 10px;transition:.5s}.categories .categorie-container-bottom .categorie-container-left .categorie-input:focus{border:1px solid #2052e79c}.categories .categorie-container-bottom .categorie-container-left .categorie-btn{background:rgba(1,35,138,.952);border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:10px;transition:.5s}.categories .categorie-container-bottom .categorie-container-left .categorie-btn:hover{background:#0437ce}.categories .categorie-container-bottom .categorie-container-right{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:4 1;padding:30px}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top{align-items:center;display:flex;justify-content:space-between;padding-bottom:30px}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left{align-items:center;display:flex;gap:12px}@media(max-width:480px){.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left{display:none}}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-pdf{color:red;cursor:pointer;font-size:20px}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-excel{color:green;cursor:pointer;font-size:20px}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-printer{cursor:pointer;font-size:20px}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-right .categorie-search{border:1px solid #d4d4d4;border-radius:5px;outline:none;padding:8px 10px;transition:.5s}.categories .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-right .categorie-search:focus{border:1px solid #2052e79c}.formCategorie .formCategorie-wrapper .categorie-container-left{display:flex;flex-direction:column;gap:10px}.formCategorie .formCategorie-wrapper .categorie-container-left .categorie-title{color:#555;font-size:1.2rem;font-weight:300}.formCategorie .formCategorie-wrapper .categorie-container-left .categorie-input{border:1px solid #d4d4d4;border-radius:5px;margin:8px 0;outline:none;padding:10px}.formCategorie .formCategorie-wrapper .categorie-container-left .categorie-btn{background:rgba(1,35,138,.952);border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px;transition:.5s;width:-webkit-max-content;width:max-content}.formCategorie .formCategorie-wrapper .categorie-container-left .categorie-btn:hover{background:#0437ce}.emplacements .categories-wrapper .categorie-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.emplacements .categories-wrapper .categorie-container-top .categorie-left{display:flex;flex-direction:column;gap:10px}.emplacements .categories-wrapper .categorie-container-top .categorie-left .categorie-h2{color:#01238a;font-size:1rem}.emplacements .categories-wrapper .categorie-container-top .categorie-left span{color:#6d6c6c;font-size:.8rem}.emplacements .categorie-container-bottom{display:flex;gap:20px;padding-top:20px}.emplacements .categorie-container-bottom .categorie-container-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex:2.5 1;flex-direction:column;gap:20px;padding:30px}.emplacements .categorie-container-bottom .categorie-container-left .categorie-title{color:#555;font-size:1.2rem;font-weight:300}.emplacements .categorie-container-bottom .categorie-container-left .categorie-form{display:flex;flex-direction:column}.emplacements .categorie-container-bottom .categorie-container-left .categorie-form label{color:#555;font-size:.9rem}.emplacements .categorie-container-bottom .categorie-container-left .categorie-form .input-form{border:1px solid #d4d4d4;border-radius:5px;margin:8px 0;outline:none;padding:10px}.emplacements .categorie-container-bottom .categorie-container-left .categorie-input{border:1px solid #d4d4d4;border-radius:3px;margin:20px 0;outline:none;padding:6px 10px}.emplacements .categorie-container-bottom .categorie-container-left .categorie-btn{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px;transition:.5s}.emplacements .categorie-container-bottom .categorie-container-left .categorie-btn:hover{background:#0437ce}.emplacements .categorie-container-bottom .categorie-container-right{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:4 1;padding:30px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top{align-items:center;display:flex;justify-content:space-between;padding-bottom:30px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left{align-items:center;display:flex;gap:12px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-pdf{color:red;cursor:pointer;font-size:20px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-excel{color:green;cursor:pointer;font-size:20px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-left .product-icon-printer{cursor:pointer;font-size:20px}.emplacements .categorie-container-bottom .categorie-container-right .categorie-right-top .categorie-right .categorie-search{border:1px solid #d4d4d4;border-radius:3px;outline:none;padding:6px 10px}.clientFormTel{align-items:center;display:flex;justify-content:center;width:100%}.clientFormTel .product-container{padding:20px;width:100%}.clientFormTel .product-container .product-wrapper{display:flex;flex-direction:column;gap:10px;width:100%}.clientFormTel .product-container .product-wrapper .product-container-bottom{width:100%}.clientFormTel .product-container .product-wrapper .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:15px;width:100%}.clientFormTel .product-container .product-wrapper .product-container-bottom .form-controle label{color:#797979;font-size:.9rem}@media(max-width:480px){.clientFormTel .product-container .product-wrapper .product-container-bottom .form-controle label{font-family:.8rem}}.clientFormTel .product-container .product-wrapper .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:10px}.clientFormTel .product-container .product-wrapper .form-submit{padding-top:15px}.clientFormTel .product-container .product-wrapper .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px}.clientFormTel .product-container .product-wrapper .form-submit .btn-submit:hover{background:#033adf}.clientForm .product-container .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.clientForm .product-container .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.clientForm .product-container .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}@media(max-width:480px){.clientForm .product-container .product-container-top .product-left .product-h2{font-size:.8rem}}.clientForm .product-container .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}@media(max-width:480px){.clientForm .product-container .product-container-top .product-left span{display:none}}.clientForm .product-container .product-wrapper{background:#fff;border-radius:5px;padding:40px}@media(max-width:480px){.clientForm .product-container .product-wrapper{padding:20px}}.clientForm .product-container .product-wrapper .product-container-bottom{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media(max-width:480px){.clientForm .product-container .product-wrapper .product-container-bottom{gap:15px;grid-template-columns:repeat(1,1fr)}}.clientForm .product-container .product-wrapper .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:20px}@media(max-width:480px){.clientForm .product-container .product-wrapper .product-container-bottom .form-controle{gap:10px}}.clientForm .product-container .product-wrapper .product-container-bottom .form-controle label{color:#797979;font-size:.9rem}@media(max-width:480px){.clientForm .product-container .product-wrapper .product-container-bottom .form-controle label{font-family:.8rem}}.clientForm .product-container .product-wrapper .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:10px}.clientForm .product-container .product-wrapper .product-container-bottom .form-controle .form-desc{height:100px;resize:none;width:100%}.clientForm .product-container .product-wrapper .form-controleFile{display:flex;flex-direction:column;gap:10px;padding:20px 0;width:100%}.clientForm .product-container .product-wrapper .form-controleFile label{color:#797979;font-size:.9rem;padding-bottom:20px}.clientForm .product-container .product-wrapper .form-controleFile .form-file{align-items:center;border:1px solid #c5c5c5;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;width:100%}.clientForm .product-container .product-wrapper .form-controleFile .form-file label{color:#797979;font-size:.9rem}.clientForm .product-container .product-wrapper .form-controleFile .form-file .cloud-icon{color:#01238a;font-size:1.8rem}.clientForm .product-container .product-wrapper .form-controleFile .form-file span{color:#929292;font-size:.9rem;letter-spacing:1px}.clientForm .product-container .product-wrapper .form-submit{display:flex;gap:10px;padding-top:30px}.clientForm .product-container .product-wrapper .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px}.clientForm .product-container .product-wrapper .form-submit .btn-submit:hover{background:#033adf}.clientForm .product-container .product-wrapper .form-submit .btn-annuler{background:#464444;cursor:pointer}.modal-text{font-size:16px;margin-bottom:20px}.modal-data{font-size:14px}.modal-data p{margin:0;padding:4px 0}.loader-container-center{align-items:center;display:flex;height:100%;justify-content:center}.productView .product-wrapper .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.productView .product-wrapper .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}@media(max-width:480px){.productView .product-wrapper .product-container-top .product-left .product-h2{font-size:.8rem}}.productView .product-wrapper .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}@media(max-width:480px){.productView .product-wrapper .product-container-top .product-left span{display:none}}.productView .product-wrapper .product-bottom{display:flex;gap:20px}@media(max-width:480px){.productView .product-wrapper .product-bottom{flex-direction:column}}.productView .product-wrapper .product-bottom .product-view-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:4 1;margin-bottom:20px;padding:30px}.productView .product-wrapper .product-bottom .product-view-left table{border:2px solid #e0e0e0;border-collapse:collapse;font-size:.8rem;letter-spacing:1px;width:100%}.productView .product-wrapper .product-bottom .product-view-left table tr:nth-child(odd){background-color:hsla(0,0%,93%,.796)}.productView .product-wrapper .product-bottom .product-view-left table tr td,.productView .product-wrapper .product-bottom .product-view-left table tr th{border:1px solid #d8d8d8;padding:15px}.productView .product-wrapper .product-bottom .product-view-left table tr td td,.productView .product-wrapper .product-bottom .product-view-left table tr th td{text-align:center}.productView .product-wrapper .product-bottom .product-view-left table tr th[scope=col]{background:rgba(1,41,160,.726);color:#fff;font-weight:600}.productView .product-wrapper .product-bottom .product-view-left table tr th[scope=row]{color:#444;font-weight:500;width:30%}.productView .product-wrapper .product-bottom .product-view-left .product_view_form{display:flex;flex-direction:column;gap:10px;padding:20px 0}@media(max-width:480px){.productView .product-wrapper .product-bottom .product-view-left .product_view_form{padding:10px 0}}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product-h2{color:#797979;font-size:1.5rem;font-weight:300;padding-bottom:20px}@media(max-width:480px){.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product-h2{font-size:1rem}}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}@media(max-width:480px){.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper{grid-template-columns:repeat(1,1fr)}}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper .produit-view-control{display:flex;flex-direction:column;gap:10px}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper .produit-view-control label{color:#797979;font-size:.9rem}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper .produit-view-control .produit_input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:8px 10px}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper .produit-view-control .produit_input:focus{border:1px solid rgba(36,36,250,.418)}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .product_view_wrapper .produit-view-control .error-message{color:red}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .produit_submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 15px;transition:.5s}.productView .product-wrapper .product-bottom .product-view-left .product_view_form .produit_submit:hover{background:#0237d6}.productView .product-wrapper .product-bottom .product-view-right{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex:2 1;flex-direction:column;height:-webkit-max-content;height:max-content;justify-content:center;margin-bottom:20px;padding:20px}.productView .product-wrapper .product-bottom .product-view-right .product-h2{color:#6d6c6c;font-size:1.5rem;padding-bottom:20px;text-align:center}.productView .product-wrapper .product-bottom .product-view-right .product-img-row{align-items:center;background:#f7f7f7;border:1px dashed #c5c5c5;border-radius:3px;display:flex;height:250px;justify-content:center;margin-bottom:30px;position:relative;width:250px}.productView .product-wrapper .product-bottom .product-view-right .product-img-row .form-file{align-items:center;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;width:100%}.productView .product-wrapper .product-bottom .product-view-right .product-img-row .form-file:focus{border:1px solid rgba(36,36,250,.418)}.productView .product-wrapper .product-bottom .product-view-right .product-img-row .form-file .cloud-icon{color:rgba(14,62,204,.719);font-size:2.8rem}.productView .product-wrapper .product-bottom .product-view-right .product-img-row .form-file span{color:#929292;font-size:.8rem;letter-spacing:1px;text-align:center}.productView .product-wrapper .product-bottom .product-view-right .product-img-row .product-img{height:100%;object-fit:cover;width:100%}.productView .product-wrapper .product-bottom .product-view-right .input-timeBar{background:#fff;border:none}.productView .product-wrapper .product-bottom .product-view-right .input-stock{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:5px 10px}.productView .product-wrapper .product-bottom .product-view-right .input-stock:focus{border:1px solid rgba(36,36,250,.418)}.retourForm .product-container .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.retourForm .product-container .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.retourForm .product-container .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}.retourForm .product-container .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}.retourForm .product-container .product-wrapper{background:#fff;border-radius:5px;padding:40px}.retourForm .product-container .product-wrapper .product-container-bottom{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.retourForm .product-container .product-wrapper .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:20px}.retourForm .product-container .product-wrapper .product-container-bottom .form-controle label{color:#797979;font-size:.9rem}.retourForm .product-container .product-wrapper .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:10px}.retourForm .product-container .product-wrapper .form-controleFile{display:flex;flex-direction:column;gap:10px;padding:20px 0;width:100%}.retourForm .product-container .product-wrapper .form-controleFile label{color:#797979;font-size:.9rem;padding-bottom:20px}.retourForm .product-container .product-wrapper .form-controleFile .form-file{align-items:center;border:1px solid #c5c5c5;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;width:100%}.retourForm .product-container .product-wrapper .form-controleFile .form-file label{color:#797979;font-size:.9rem}.retourForm .product-container .product-wrapper .form-controleFile .form-file .cloud-icon{color:#01238a;font-size:1.8rem}.retourForm .product-container .product-wrapper .form-controleFile .form-file span{color:#929292;font-size:.9rem;letter-spacing:1px}.retourForm .product-container .product-wrapper .form-submit{display:flex;gap:10px;padding-top:30px}.retourForm .product-container .product-wrapper .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px}.retourForm .product-container .product-wrapper .form-submit .btn-annuler{background:#464444;cursor:pointer}.rapportVente .rapportVente-wrapper .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.rapportVente .rapportVente-wrapper .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.rapportVente .rapportVente-wrapper .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}.rapportVente .rapportVente-wrapper .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}.rapportVente .rapportVente-wrapper .product-container-top .product-right{display:flex;flex-direction:column;gap:10px}.rapportVente .rapportVente-wrapper .product-container-top .product-right .product-text{align-items:center;color:#555;display:flex;font-size:1rem;gap:10px}.rapportVente .rapportVente-wrapper .product-container-top .product-right .rapport-select{border:1px solid #dadada;border-radius:5px;padding:8px 10px;width:200px}.rapportVente .rapportVente-wrapper .rapportVente-container{background:#fff;padding:30px}.varianteProduit{background:linear-gradient(135deg,#f5f7fa,#e4e8f0);min-height:100vh}@media(max-width:480px){.varianteProduit{padding:16px}}.varianteProduit .varianteProduit-wrapper{margin:0 auto;max-width:1400px}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin-bottom:32px;padding:24px 32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}@media(max-width:480px){.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top{flex-direction:column;gap:16px;padding:20px;text-align:center}}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top .varianteProduit-left .varianteProduit-h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin:0 0 8px}@media(max-width:480px){.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top .varianteProduit-left .varianteProduit-h2{font-size:1.5rem}}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top .varianteProduit-left .subtitle{color:#6d6c6c;font-size:.95rem;font-weight:400;opacity:.8}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top .stats-badge{align-items:center;background:#01238a1a;border-radius:12px;color:#01238a;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:8px 16px}.varianteProduit .varianteProduit-wrapper .varianteProduit-container-top .stats-badge .count{font-size:1.1rem}.varianteProduit .varianteProduit-wrapper .variant-container-bottom{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:480px){.varianteProduit .varianteProduit-wrapper .variant-container-bottom{padding:20px}}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:40px;position:relative}@media(max-width:480px){.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top{grid-template-columns:1fr}}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .filter-header{align-items:center;display:flex;grid-column:1/-1;justify-content:space-between;margin-bottom:8px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .filter-header h3{color:#01238a;font-size:1.1rem;font-weight:600;margin:0}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .filter-header .clear-all{align-items:center;background:none;border:none;border-radius:6px;color:#6d6c6c;cursor:pointer;display:flex;font-size:.875rem;gap:6px;padding:6px 12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .filter-header .clear-all:hover{background:#6d6c6c1a;color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .filter-header .clear-all:disabled{cursor:not-allowed;opacity:.5}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-top-row{align-items:center;display:flex;gap:10px;margin-bottom:8px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-top-row .variant-icon{background:#01238a1a;border-radius:8px;color:#01238a;font-size:1rem;padding:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-top-row span{color:#01238a;font-size:.875rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select{z-index:100}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__control){background:#fff;border:2px solid #6d6c6c1a;border-radius:12px;box-shadow:0 2px 12px #0000000f;min-height:35px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__control):hover{border-color:#01238a4d}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__control):global(.react-select__control--is-focused){border-color:#01238a;box-shadow:0 0 0 3px #01238a1a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__multi-value){background:#01238a1a;border-radius:6px;padding:2px 6px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__multi-value) :global(.react-select__multi-value__label){color:#01238a;font-weight:500}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__multi-value) :global(.react-select__multi-value__remove):hover{background:#01238a33;color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__menu){border:1px solid #01238a1a;border-radius:12px;box-shadow:0 8px 30px #0000001f;margin-top:8px;z-index:1000}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__option){padding:8px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__option):hover{background:#01238a1a;color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_top .variant-top-left .variant-select :global(.react-select__option):global(.react-select__option--is-selected){background:#01238a;color:#fff}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom{position:relative}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .skeleton-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .skeleton-container .skeleton-item{border-radius:16px;height:320px;overflow:hidden}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .skeleton-container .skeleton-item :global(.ant-skeleton-image){border-radius:16px;height:100%!important;width:100%!important}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .no-results{background:#f8fafc;border-radius:16px;margin:20px 0;padding:60px 20px;text-align:center}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .no-results p{color:#6d6c6c;font-size:1.1rem;margin-bottom:20px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .no-results .clear-filters-btn{align-items:center;background:#01238a;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .no-results .clear-filters-btn:hover{background:#011657;box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:8px}@media(max-width:480px){.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows{gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;display:flex;height:320px;justify-content:center;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px);transform:translateY(-4px)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row:hover:before{opacity:1}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row:hover .variante-img{transform:scale(1.08)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row:hover .product-overlay{opacity:1;transform:translateY(0)}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row .cercle{background:linear-gradient(135deg,#01238a1a,#0000);border-radius:50%;height:200px;opacity:.5;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);width:200px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row .variante-img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:75%;object-fit:contain;transition:transform .5s cubic-bezier(.4,0,.2,1);z-index:2}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row .product-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:3}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row .product-overlay h4{font-size:1rem;font-weight:600;margin:0 0 8px}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .variante-top-rows .variante-top-row .product-overlay .product-price{color:#fff;font-size:1.25rem;font-weight:700}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination{align-items:center;display:flex;gap:8px;justify-content:center;list-style:none;margin-top:48px;padding:0}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li{align-items:center;border-radius:12px;color:#6d6c6c;cursor:pointer;display:flex;font-weight:500;height:40px;justify-content:center;min-width:40px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li:global(.active){background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #01238a4d;color:#fff}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li:not(:global(.active)):hover{background:#01238a1a;color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li:global(.disabled){cursor:not-allowed;opacity:.5}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li:global(.disabled):hover{background:#0000;color:#6d6c6c}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li a{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination li a:focus-visible{border-radius:12px;box-shadow:0 0 0 3px #01238a4d}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.next),.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.previous){background:#fff;border:1px solid #6d6c6c1a;color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.next):hover:not(:global(.disabled)),.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.previous):hover:not(:global(.disabled)){background:#01238a1a;border-color:#01238a}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.break){cursor:default}.varianteProduit .varianteProduit-wrapper .variant-container-bottom .variant_bottom .pagination :global(.break):hover{background:#0000}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f8fafc;border-radius:4px}::-webkit-scrollbar-thumb{background:#01238a4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#01238a80}:focus-visible{outline:2px solid #01238a;outline-offset:2px}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-item :global(.ant-skeleton-image){animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#f8fafc 25%,#fff 50%,#f8fafc 75%);background-size:200px 100%}.formMouvementRows{display:flex;gap:10px}.formMouvementRows .product-wrapper{flex:3 1}.formMouvementRows .mouvement-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:2 1;margin-bottom:20px;padding:20px}.formMouvementRows .mouvement-left .mouvement-title{color:#6d6c6c;font-size:1.5rem;font-weight:300;letter-spacing:1.5px;margin-bottom:40px}.detailProduitCommande .detailProduit-wrapper .detailProduit-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px}.detailProduitCommande .detailProduit-wrapper .detailProduit-container-top .detailProduit-left .detailProduit-h2{color:#01238a;font-size:.9rem}.detailProduitCommande .detailProduit-wrapper .detailProduit-container-top .detailProduit-left span{color:#6d6c6c;font-size:.8rem}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom{background:#fff;border-radius:5px;width:100%}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows{display:flex}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows{flex-direction:column}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-left{flex:1 1;padding:20px 40px 10px 10px}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-left{padding-bottom:10px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-left .detail-bottom-img{height:18%;object-fit:cover;width:100%}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-left .detail-bottom-img{width:290px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right{flex:1 1;padding:40px 0}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-titre{color:#03036d;font-size:25px;font-weight:bolder}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-titre{font-size:20px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-desc{font-weight:300;line-height:1.6;margin:10px 0;text-align:justify}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-desc{margin:8px 0}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-rate{border-bottom:1px solid #d3d3d3;border-top:1px solid #d3d3d3;padding:10px 0}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-price{color:#03036d;font-size:40px;font-weight:bolder}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .product-price{font-size:30px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products{align-items:center;display:flex;flex-direction:column;margin:10px 0;width:100%}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product-row{display:flex;gap:50px;width:100%}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product-row{gap:25px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters{align-items:center;display:flex;gap:10px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .filter-titre{color:#222121;font-size:18px;font-weight:300}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .filter-color{border-radius:50%;height:40px;width:40px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Noir{background:#000;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Gris{background:gray;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Bleu{background:blue;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Rouge{background:red;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Vert{background:green;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Marron{background:brown;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Rose{background:pink;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .Chocolat{background:#d2691e;border-radius:50%;gap:30px;height:20px;width:20px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .select-filter{border:1px solid #ddd;outline:none;padding:6px 10px}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .select-filter{padding:4px 7px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filters .select-filter .taille_pla{font-size:5px}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .detail_client-row{border-bottom:1px solid #d3d3d3;border-top:1px solid #d3d3d3;display:flex;flex-direction:column;gap:15px;margin-top:10px;padding:20px 0;width:100%}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .detail_client-row label{font-size:1rem;font-weight:300}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .detail_client-row select{border:1px solid #ddd;outline:none;padding:6px 10px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product{align-items:center;display:flex;gap:40px;margin:40px 0;width:100%}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product{margin:25px 0}}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product .filter{align-items:center;display:flex;gap:10px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product .filter .filter-icon{color:#03036d;cursor:pointer;font-size:20px;margin:0 5px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product .filter .filter-nb{border:1px solid #d3d3d3;border-radius:20%;color:#03036d;font-size:20px;padding:8px}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product .filter .filter-btn{background:#0000;border:none;border:2px solid rgba(1,35,138,.952);border-radius:5px;color:rgba(1,35,138,.952);cursor:pointer;font-size:13px;font-weight:600;padding:10px;transition:.5s}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-container-rows .detail-bottom-right .filter-products .filter-product .filter .filter-btn:hover{background:#000;color:#fff}.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-rows-bottom{align-items:center;border:1px solid #d3d3d3;border-radius:5px;display:flex;justify-content:space-between;padding:20px}@media(max-width:480px){.detailProduitCommande .detailProduit-wrapper .detail-container-bottom .detail-rows-bottom{font-size:12px}}.cart-wrapper .cart-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px}.cart-wrapper .cart-container-top .cart-left .cart-h2{color:#01238a;font-size:1rem}.cart-wrapper .cart-container-top .cart-left span{color:#6d6c6c;font-size:.8rem}.cart-wrapper .cart-bottom{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex-direction:column;gap:20px;padding:20px;width:100%}.cart-wrapper .cart-bottom .cart-bottom-rows{display:flex;gap:30px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row{display:flex;flex:2 1;flex-direction:column;gap:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left{align-items:center;border-bottom:1px solid #cfcfcf;display:flex;flex:2 1;justify-content:space-between;padding-bottom:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-img{object-fit:cover;width:200px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center{display:flex;flex:2 1;flex-direction:column;gap:10px;justify-content:space-around;padding:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-id,.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-name{color:rgba(1,35,138,.952);display:flex;gap:5px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color{background:#000;border-radius:50%;display:flex;gap:5px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Noir{background:#000;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Gris{background:gray;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Bleu{background:blue;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Rouge{background:red;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Vert{background:green;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-color .Marron{background:brown;border-radius:50%;gap:30px;height:20px;width:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-size{color:rgba(1,35,138,.952);display:flex;gap:5px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-center .cart-product-price{color:rgba(1,35,138,.952);display:flex;font-size:30px;font-weight:200;gap:5px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-right .cart-amount{align-items:center;display:flex;gap:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-right .cart-amount .product-icon{color:rgba(1,35,138,.952);cursor:pointer;font-size:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-right .cart-amount .cart-product-amount{border:1px solid rgba(1,35,138,.952);border-radius:30%;color:rgba(1,35,138,.952);font-size:24px;margin:10px 0;padding:10px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-bottom-left .cart-row-right .cart-product-prix{color:rgba(1,35,138,.952)}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-row .cart-hr{background:#e6e6e6;height:1px;width:100%}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows{display:flex;flex:1 1;flex-direction:column;padding:10px;width:100%}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right{border:1px solid #d3d3d3;border-radius:30px;display:flex;flex-direction:column;gap:25px;height:-webkit-max-content;height:max-content;padding:20px;width:100%}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-title{font-size:1.3rem;font-weight:300}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-items{align-items:center;display:flex;justify-content:space-between}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-items .cart-black,.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-items .cart-summary-txt{color:#929292;font-size:18px;font-weight:300}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-items .cart-summary-price{color:#929292;font-size:19px;font-weight:300}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-btn{background:rgba(1,35,138,.952);border:none;color:#fff;cursor:pointer;font-weight:600;padding:10px;transition:.5s}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-bottom-right .cart-summary-btn:hover{background:#0000;border:1px solid rgba(1,35,138,.952);color:rgba(1,35,138,.952)}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-client{border:1px solid #d3d3d3;border-radius:30px;display:flex;flex-direction:column;gap:15px;padding:20px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-client label{color:#929292;font-size:15px;font-weight:300;letter-spacing:1.2}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-client .cart-select{border:1px solid #d3d3d3;border-radius:10px;display:flex;flex-direction:column;gap:10px;outline:none;padding:8px 10px}.cart-wrapper .cart-bottom .cart-bottom-rows .cart-bottom-rows .cart-client .cart-select option{padding:10px 0}.confirmation-modal .ant-modal-content{background-color:#f5f5f5;border-radius:8px}.confirmation-modal .ant-modal-header{background-color:#007bff;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff}.confirmation-modal .ant-modal-title{color:#fff}.confirmation-modal .ant-modal-footer{display:flex;gap:10px;justify-content:flex-end}.confirmation-modal .modal-text{font-size:16px;margin-bottom:20px}.confirmation-modal .modal-data p{font-size:14px;margin:5px 0}@media(max-width:480px){.pageLivreur{width:100%}}@media(max-width:375px){.pageLivreur{width:100%}}@media(max-width:480px){.pageLivreur .pageLivreur-container{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden;width:100%}}.pageLivreur .pageLivreur-container .pageLivreur-wrapper{margin:auto;position:relative;width:100%}@media(max-width:390px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper{margin:auto;width:340px}}@media(max-width:480px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper{width:350px}}@media(max-width:480px)and (max-width:375px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper{width:100%}}@media(max-width:390px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message{padding:0 10px}}@media(max-width:480px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message{border:1px solid rgba(1,35,138,.952);border-radius:5px;cursor:pointer;margin:auto;padding:10px;width:350px}}@media(max-width:480px)and (max-width:375px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message{font-size:.9rem;width:330px}}@media(max-width:480px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message-red{border:1px solid red;border-radius:5px;color:red;margin:auto;padding:10px;text-align:center;width:350px}}@media(max-width:480px)and (max-width:390px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message-red{width:345px}}@media(max-width:480px)and (max-width:375px){.pageLivreur .pageLivreur-container .pageLivreur-wrapper .pageLivreur-message-red{font-size:.9rem;width:330px}}@media(max-width:480px){.pageLivreurDetail{background:#fff;margin:auto;width:100%}}@media(max-width:480px)and (max-width:375px){.pageLivreurDetail{margin:auto;width:100%}}@media(max-width:480px){.pageLivreurDetail .pageLivreurDetail-wrapper{padding:20px;width:100%}.pageLivreurDetail .pageLivreurDetail-wrapper .img-page-livreur{height:350px;object-fit:cover;width:100%}.pageLivreurDetail .pageLivreurDetail-wrapper .pageLivreurDetail-rows{display:flex;flex-direction:column;gap:10px}.pageLivreurDetail .pageLivreurDetail-wrapper .pageLivreurDetail-rows .pageLivreur-name{border-bottom:1px solid #d6d6d6;color:#555;padding:10px 0}}.pageLivreurNavbar .pageLivreurNavbar-container nav{overflow:hidden;position:relative;width:100%}@media(max-width:480px){.pageLivreurNavbar .pageLivreurNavbar-container nav{align-items:center;background:rgba(1,35,138,.952);box-shadow:0 0 10px 1px rgba(0,0,0,.151);display:flex;justify-content:space-between;left:0;padding:10px 0;position:-webkit-sticky;position:sticky;top:0;transition:.5s;width:100%;z-index:111}}@media(max-width:480px)and (max-width:375px){.pageLivreurNavbar .pageLivreurNavbar-container nav{overflow:hidden;position:relative;width:100%}}@media(max-width:390px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper{overflow:hidden;padding:0 10px;position:relative;width:300px}}@media(max-width:480px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;overflow:hidden;width:380px}}@media(max-width:480px)and (max-width:375px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper{width:345px}}.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .nav-logo .nav-img{border-radius:50%;height:50px;object-fit:cover;width:50px}@media(max-width:375px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .nav-logo .nav-img{height:40px;width:40px}}@media(max-width:480px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .navbar-right{align-items:center;display:flex;gap:15px}.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .navbar-right .navbar-icon{color:#ccc;font-size:1.3rem}}@media(max-width:480px)and (max-width:375px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .navbar-right .navbar-icon{font-size:1.1rem}}@media(max-width:480px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .navbar-right .navbar_username{color:#ccc;font-size:1.2rem}}@media(max-width:480px)and (max-width:375px){.pageLivreurNavbar .pageLivreurNavbar-container nav .navbar-wrapper .navbar-right .navbar_username{font-size:1rem}}@media(max-width:480px){.pageLivreurVente{width:100%}}@media(max-width:480px)and (max-width:375px){.pageLivreurVente{width:100%}}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container{padding:20px}.pageLivreurVente .pageLivreurVente-container .page-rows-retour{background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #838181bf;color:#03036d;cursor:pointer;font-size:1.3rem;margin-bottom:20px;padding:8px;text-align:center;width:-webkit-max-content;width:max-content}.pageLivreurVente .pageLivreurVente-container .page-rows-retour .page-retour-row{font-size:.8rem}.pageLivreurVente .pageLivreurVente-container h1{color:#03036d;font-size:1.4rem;padding:20px 0}}@media(max-width:480px)and (max-width:375px){.pageLivreurVente .pageLivreurVente-container h1{font-size:1.2rem}}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .pageH4{background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;color:#03036d;font-size:1.3rem;margin-bottom:20px;padding:20px;text-align:center}}@media(max-width:480px)and (max-width:375px){.pageLivreurVente .pageLivreurVente-container .pageH4{font-size:1.1rem}}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .pageLivreur_info{flex:1 1;flex-direction:column}.pageLivreurVente .pageLivreurVente-container .page-location,.pageLivreurVente .pageLivreurVente-container .pageLivreur_info{background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;padding:20px}.pageLivreurVente .pageLivreurVente-container .page-location{justify-content:center}.pageLivreurVente .pageLivreurVente-container .pageLivreur-call{align-items:center;display:flex;gap:20px;justify-content:space-between;padding:20px 0}.pageLivreurVente .pageLivreurVente-container .pageLivreur-call .pageLivreur-call-row{align-items:center;background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.pageLivreurVente .pageLivreurVente-container .pageLivreur-call .pageLivreur-call-row .pageLivreur-icon{color:#03036d;font-size:1rem}.pageLivreurVente .pageLivreurVente-container .pageLivreur-call .pageLivreur-call-row .icon-whatsapp{color:green;font-size:1rem}.pageLivreurVente .pageLivreurVente-container .page-rows-top{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:20px 0;width:100%}.pageLivreurVente .pageLivreurVente-container .page-rows-top .page-row-top{align-items:center;background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:10px;height:80px;padding:20px}.pageLivreurVente .pageLivreurVente-container .page-rows-top .page-row-top .page-icon{height:180px;width:230px}.pageLivreurVente .pageLivreurVente-container .page-rows-top .page-row-top .page-top-desc{background:#03036d;border-radius:5px;color:#fff;font-size:1.1rem;font-weight:bolder;padding:10px 0;text-align:center;width:100%}}@media(max-width:480px)and (max-width:375px){.pageLivreurVente .pageLivreurVente-container .page-rows-top .page-row-top .page-top-desc{font-size:1rem}}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .rowChart-row-table .userList .userImg{border-radius:50%;height:60px;object-fit:cover;position:relative;width:60px}}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit{display:flex;flex-direction:column;gap:15px}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit label{color:#555;font-size:.9rem}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit h2{color:#03036d;font-size:1.5rem}}@media(max-width:480px)and (max-width:375px){.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit h2{font-size:1.3rem}}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur_dette{border:1px solid #555;outline:none;padding:8px}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur_dette:hover{border:1px solid rgba(105,140,247,.801)}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur-input{border:1px solid #555;outline:none;padding:10px;width:100%}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur-input:hover{border:1px solid rgba(105,140,247,.801)}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur_note{border:1px solid #555;outline:none;padding:10px;resize:none;width:100%}.pageLivreurVente .pageLivreurVente-container .pageLivreur_submit .pageLivreur_note:hover{border:1px solid rgba(105,140,247,.801)}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows{padding:20px 0}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows{display:flex;flex-direction:column;gap:15px}}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-form-row{display:flex;flex-direction:column;gap:10px;position:relative}@media(max-width:480px){.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-form-row label{color:#555;font-size:.9rem}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-form-row .page-select{border:1px solid #555;padding:10px;width:100%}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-form-row textarea{border:1px solid #555;padding:10px;resize:none;width:100%}}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-btn{background:rgba(1,35,138,.952);border:none;color:#fff;padding:10px}.pageLivreurVente .pageLivreurVente-container .pageLivreur-form-rows .pageLivreur-btn:hover{background:#0000;border:1px solid rgba(1,35,138,.952);color:rgba(1,35,138,.952)}@media(max-width:480px){.pageCommandeLivraison{padding:20px}}@media(max-width:480px)and (max-width:480px){.pageCommandeLivraison .pageCommande-return{background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;color:#03036d;cursor:pointer;font-size:1.3rem;padding:6px;width:-webkit-max-content;width:max-content}}@media(max-width:480px){.pageCommandeLivraison .pageCommande-return span{font-size:13px}.pageCommandeLivraison h1{color:#03036d;font-size:1.5rem;padding:10px 0 20px}}@media(max-width:480px)and (max-width:375px){.pageCommandeLivraison h1{font-size:1.2rem}}@media(max-width:480px)and (max-width:480px){.pageCommandeLivraison .pageCommande-list{background:#fff;border:1px solid rgba(3,3,109,.171);border-radius:5px;box-shadow:0 0 15px -10px #000000bf;color:#03036d;font-size:1.3rem;margin:6px 0;padding:20px}}.formCatDepense .product-container .product-container-top{align-items:center;background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px}.formCatDepense .product-container .product-container-top .product-left{display:flex;flex-direction:column;gap:10px}.formCatDepense .product-container .product-container-top .product-left .product-h2{color:#01238a;font-size:1rem}.formCatDepense .product-container .product-container-top .product-left span{color:#6d6c6c;font-size:.8rem}.formCatDepense .product-container .product-wrapper{background:#fff;border-radius:5px}.formCatDepense .product-container .product-wrapper .product-container-bottom{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.formCatDepense .product-container .product-wrapper .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:20px}.formCatDepense .product-container .product-wrapper .product-container-bottom .form-controle label{color:#797979;font-size:.9rem}.formCatDepense .product-container .product-wrapper .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:8px 10px}.formCatDepense .product-container .product-wrapper .product-container-bottom .form-controle .form-input:focus{border:1px solid rgba(36,36,250,.418)}.formCatDepense .product-container .product-wrapper .product-container-bottom .form-controle .form-radio{display:flex;gap:6px}.formCatDepense .product-container .product-wrapper .form-controle-desc{display:flex;flex-direction:column;gap:20px}.formCatDepense .product-container .product-wrapper .form-controle-desc label{color:#797979;font-size:.9rem;margin-top:20px}.formCatDepense .product-container .product-wrapper .form-controle-desc textarea{border:1px solid #c5c5c5;border-radius:5px;height:120px;outline:none;padding:10px;resize:none}.formCatDepense .product-container .product-wrapper .form-controle-desc textarea:focus{border:1px solid rgba(36,36,250,.418)}.formCatDepense .product-container .product-wrapper .form-controleFile{display:flex;flex-direction:column;gap:10px;padding:20px 0;width:100%}.formCatDepense .product-container .product-wrapper .form-controleFile label{color:#797979;font-size:.9rem;padding-bottom:20px}.formCatDepense .product-container .product-wrapper .form-controleFile .form-file{align-items:center;background:#f7f7f7;border:1px dashed #c5c5c5;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:150px;justify-content:center;width:100%}.formCatDepense .product-container .product-wrapper .form-controleFile .form-file:focus{border:1px solid rgba(36,36,250,.418)}.formCatDepense .product-container .product-wrapper .form-controleFile .form-file label{color:#797979;font-size:.9rem}.formCatDepense .product-container .product-wrapper .form-controleFile .form-file .cloud-icon{color:rgba(14,62,204,.719);font-size:2.8rem}.formCatDepense .product-container .product-wrapper .form-controleFile .form-file span{color:#929292;font-size:.9rem;letter-spacing:1px}.formCatDepense .product-container .product-wrapper .form-img{align-items:center;border:1px solid #c5c5c5;display:flex;height:150px;justify-content:center;overflow:hidden;position:relative;right:0;width:150px}.formCatDepense .product-container .product-wrapper .form-img .capture-img{height:100%}.formCatDepense .product-container .product-wrapper .form-submit{display:flex;gap:10px;margin-top:15px}.formCatDepense .product-container .product-wrapper .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px;transition:.5s}.formCatDepense .product-container .product-wrapper .form-submit .btn-submit:hover{background:#0237d6}.formCatDepense .product-container .product-wrapper .form-submit .btn-annuler{background:#464444;cursor:pointer}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.rapportCaisse{padding:20px 0;width:100%;z-index:999}.rapportCaisse .rapport-h1{color:rgba(1,35,138,.952);font-size:22px;font-weight:700;padding:0 20px 20px 0;text-transform:uppercase}.rapportCaisse .rapportCaisse-rows{background:#fff;margin-bottom:20px;padding:20px;width:100%;z-index:999}.rapportCaisse .rapportCaisse-rows .productSelects-container{align-items:center;display:flex;gap:10px;justify-content:space-around;overflow-x:auto}.rapportCaisse .rapportCaisse-rows .productSelects-container .product-input-select{background:#fff;border:none;border-radius:5px;padding:10px;width:100%;z-index:888}.rapportCaisse .rapportCaisse-rows .productSelects-container .product-input-select:focus{outline:1px solid rgba(63,108,241,.527)}.rapportCaisse .rapportCaisse-rows .productSelects-container .select-btn{background:#01238a;border-radius:5px;color:#fff;cursor:pointer;padding:8px;transition:.5s}.rapportCaisse .rapportCaisse-rows .productSelects-container .select-btn:hover{background:#0a44f3}.rapportCaisse .rapportCaisse-rows .productSelects-container .select-btn .select-search-btn{font-size:1.2rem}.profile .profile-wrapper{display:flex;gap:20px;width:100%}@media(max-width:480px){.profile .profile-wrapper{display:flex;flex-direction:column}}.profile .profile-wrapper .profile-left{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:1 1;height:-webkit-max-content;height:max-content;margin-bottom:20px;padding:20px}.profile .profile-wrapper .profile-left .profile2{color:rgba(1,35,138,.952);font-size:18px}.profile .profile-wrapper .profile-right{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;flex:4 1;margin-bottom:20px;padding:25px}.profile .profile-wrapper .profile-right .profile-title{padding:10px 0}.profile .profile-wrapper .profile-right .profile-title .profile-h2{color:rgba(1,35,138,.952)}.profile .profile-wrapper .profile-right .profile-img-rows{align-items:center;display:flex;flex-direction:column;padding:10px 0;width:100%}.profile .profile-wrapper .profile-right .profile-img-rows .profile-h4{color:rgba(1,35,138,.952)}.profile .profile-wrapper .profile-right .profile-img-rows .profile-info-rows{border-bottom:1px solid #eee;font-size:.8rem}.profile .profile-wrapper .profile-right .profile-img-rows .profile-info-rows .icon_ant{align-items:center;display:flex;font-size:1.2rem;height:50px;justify-content:center;margin-bottom:10px;width:50px}.profile .profile-wrapper .profile-right .profile-bottom{border-top:1px solid #eee}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom{display:flex;flex-direction:column;gap:10px;padding:20px 0}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle{display:flex;flex-direction:column;gap:20px}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle .label{color:#797979;font-size:.9rem}@media(max-width:480px){.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle .label{font-size:.8rem}}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle .form-input{border:1px solid #c5c5c5;border-radius:5px;outline:none;padding:8px 10px}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle .form-input:focus{border:1px solid rgba(36,36,250,.418)}@media(max-width:480px){.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-controle .form-input{padding:6px}}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-submit{display:flex;gap:10px;padding-top:30px}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-submit .btn-submit{background:#01238a;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:15px 20px}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-submit .btn-submit:hover{background:#033adf}.profile .profile-wrapper .profile-right .profile-bottom .product-container-bottom .form-submit .btn-annuler{background:#464444;cursor:pointer}.rapportDepense{padding:20px 0;width:100%}.rapportDepense .rapport-h1{color:rgba(1,35,138,.952);font-size:22px;font-weight:700;padding:0 20px 20px 0;text-transform:uppercase}.rapportDepense .rapportDepense-wrapper{background:#fff;border-radius:5px;box-shadow:0 0 15px -10px #000000bf;margin-bottom:20px;padding:20px;width:100%}
/*# sourceMappingURL=main.87f69947.css.map*/