: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:hsla(0,0%,100%,.7);--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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;z-index:0}.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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Toastify *{color:#fff}.custom-button{align-items:center;background-color:#ffba70;background-color:var(--tertiary-color);border:none;border-radius:4px;display:flex;font-size:14px;gap:4px;padding:8px 16px}.custom-button:hover{cursor:pointer;opacity:.7}.custom-button.disabled{background-color:#d3d3d3;cursor:not-allowed;opacity:.7}.custom-button.plain{background-color:transparent;padding:0}.custom-button.basic{background-color:#fff;border:1px solid #003d56;border:1px solid var(--primary-color);color:#003d56;color:var(--primary-color)}.page-enfants{overflow:scroll}.page-enfants *{color:#003d56;color:var(--primary-color)}.page-enfants>h1{font-family:Poppins Bold;font-size:24px;margin:20px 0 10px}.page-enfants>span:nth-child(2){color:#ffba70;color:var(--tertiary-color);display:block;margin-bottom:30px}.page-enfants .page-enfants__toolbar{display:flex;gap:10px;margin-bottom:20px}.page-enfants .page-enfants__toolbar .filter-textfield{width:300px}.page-enfants .page-enfants__toolbar .filter-select{width:250px}.page-enfants .page-enfants__toolbar button{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color);border-radius:4px}.page-enfants .page-enfants__toolbar.filters{display:flex;justify-content:right}.page-enfants .page-infants__table{margin-top:20px}.page-enfants .page-infants__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-enfants .page-infants__table>section:first-child{background-color:transparent;font-weight:700}.page-enfants .page-infants__table>section>span{padding-right:5px;text-align:left;width:120px}.page-enfants .page-infants__table>section>span,.page-enfants .page-infants__table>section>span>div{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-enfants .page-infants__table>section>span:nth-child(3),.page-enfants .page-infants__table>section>span:nth-child(4),.page-enfants .page-infants__table>section>span:nth-child(5),.page-enfants .page-infants__table>section>span:nth-child(6){max-width:90px}.page-enfants .page-infants__table>section>span:first-child,.page-enfants .page-infants__table>section>span:nth-child(2),.page-enfants .page-infants__table>section>span:nth-child(7),.page-enfants .page-infants__table>section>span:nth-child(8){flex:1 1}.page-enfants .page-infants__table>section>span:nth-child(10),.page-enfants .page-infants__table>section>span:nth-child(9){max-width:120px}.page-enfants .page-infants__table>section>span:nth-child(11){max-width:30px}.page-enfants .page-infants__table>section>span svg{position:relative;top:5px}.page-enfants .page-infants__table>section>span svg:hover{cursor:pointer;opacity:.7}.page-enfants .page-infants__table .select-status *{font-size:12px}.page-enfants .page-infants__table .page-infants__table__status{border-radius:5px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfants .page-infants__table .page-infants__table__status.REJECTED,.page-enfants .page-infants__table .page-infants__table__status.REJECTED_BY_APPLICATION{background-color:#ae0909;background-color:var(--error-color);color:#fff}.page-enfants .page-infants__table .page-infants__table__status.ACCEPTED{background-color:green;background-color:var(--success-color);color:#fff}.page-enfants .page-infants__table .page-infants__table__care{border-radius:50px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfants .page-infants__table .page-infants__table__care.saved{background-color:rgba(234,78,71,.05);background-color:var(--light-error-color);color:#ae0909;color:var(--error-color)}.page-enfants .page-infants__table .page-infants__table__care.waiting{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-enfants .page-infants__table .page-infants__table-item{border-radius:50px;display:block;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfants .page-infants__table .page-infants__table-item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-enfants .page-infants__table .page-infants__table-item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-enfants .page-infants__table .page-infants__table-item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-enfants .page-infants__table .page-infants__table__actions{align-items:center;display:flex}.structure-card aside>div:first-child{border-radius:50px;display:block;padding:2px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tiles-wrap{display:flex;height:100%;justify-content:space-between;left:0;max-width:100%;position:absolute;top:0;width:100%}@media only screen and (max-width:1200px){.tiles-wrap{display:none}}.tiles-wrap img{position:absolute;top:0}.tiles-wrap .tiles-left{position:relative;top:-20px;width:380px}.tiles-wrap .tiles-left>img:first-child{right:0;top:0}.tiles-wrap .tiles-left>img:nth-child(2){top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.tiles-wrap .tiles-left>img:nth-child(3){bottom:0;right:20px;top:auto}.tiles-wrap .tiles-right{position:relative;top:-20px;width:390px}.tiles-wrap .tiles-right>img:first-child{left:20px;top:0;z-index:1}.tiles-wrap .tiles-right>img:nth-child(2){left:0;top:260px;z-index:1}.tiles-wrap .tiles-right>img:nth-child(3){right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.tiles-wrap .tiles-right>img:nth-child(4){bottom:0;right:70px;top:auto}.section-logo img{display:block;margin:20px auto;width:120px}.page-login{background-color:#f2f5f7;background-color:var(--background-color-secondary);color:#003d56;color:var(--primary-color);display:flex;flex:1 1;flex-direction:column;height:100%}.page-login>section{background-color:#f2f5f7}.page-login>section:nth-child(2){align-items:center;background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;width:100%}.page-login>section:nth-child(2) .form{display:flex;flex-direction:column;gap:32px;margin-top:30px}.page-login>section:nth-child(2)>div:not([class=tiles-wrap]){background:#fff;max-width:457px;z-index:1}.page-login>section:nth-child(2)>div:not([class=tiles-wrap]) p{font-family:Poppins Medium;font-size:24px;text-align:center}.page-login>section:nth-child(2)>div:not([class=tiles-wrap]) p:first-child{color:#003d56;margin-bottom:10px}.page-login>section:nth-child(2)>div:not([class=tiles-wrap]) p:nth-child(2){color:#ffba70;color:var(--tertiary-color)}.page-login>section:nth-child(2)>div:not([class=tiles-wrap]) button{display:block;margin:0 auto}.page-login>section:nth-child(2) .page-login-link-recovery{color:blue;margin:0 auto}.page-login>section:nth-child(2) .page-login-link-recovery:hover{cursor:pointer;opacity:.7}.mobile .page-recovery-password p{font-size:15px!important;margin:0 auto;margin-bottom:0!important;width:80%}.mobile .page-recovery-password .section-logo{padding:15px}.mobile .page-recovery-password .form{padding:0 20px}.mobile .page-recovery-password .form a{font-size:13px}.mobile .custom-footer{flex-direction:column!important;gap:0}.mobile .custom-footer a,.mobile .custom-footer span{font-size:13px}.mobile .custom-footer a svg,.mobile .custom-footer span svg{width:5px}.page-home{display:flex;flex-direction:column;width:100%}.page-home #map{flex:1 1}.page-home #map .structure-popup .mapboxgl-popup-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-home #map .structure-popup .mapboxgl-popup-content aside a{outline:none;text-decoration:none}.page-home #map .structure-popup .mapboxgl-popup-content aside a:hover{opacity:.5}.page-home #map .mapboxgl-popup-content{padding:0}.page-home #map .template-map-popup__wrap button{background-color:#ffba70;background-color:var(--tertiary-color);display:block;margin-top:0;text-align:center;width:100%}.page-home #map .template-map-popup{cursor:pointer;display:flex;padding:10px;width:280px}.page-home #map .template-map-popup>div{background-position:50%;background-repeat:no-repeat;background-size:cover;margin-right:10px;min-width:90px}.page-home #map .template-map-popup .template-map-popup__image{align-items:center;background-color:#f2f4f6;display:flex;font-size:10px!important;justify-content:center;margin-right:10px;min-width:90px;text-align:center}.page-home #map .template-map-popup>aside>div{color:#003d56;color:var(--primary-color)}.page-home #map .template-map-popup>aside>div:nth-child(n){font-family:Poppins Regular;font-size:10px}.page-home #map .template-map-popup>aside>div:first-child{font-family:Poppins Bold;font-size:13px}.page-home #map .template-map-popup>aside .template-map-popup__item{border-radius:50px;padding:0 8px;text-align:left;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-home #map .template-map-popup>aside .template-map-popup__item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-home #map .template-map-popup>aside .template-map-popup__item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-home #map .template-map-popup>aside .template-map-popup__item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-home #map .mapboxgl-popup-close-button{display:none}.page-home .page-home__intro{padding:20px}.page-home .page-home__intro .custom-autocomplete{margin:20px auto;max-width:400px}.page-home .page-home__intro h1{font-family:Poppins Bold;font-size:24px;text-align:center}.page-home .page-home__intro h1:first-child{color:#003d56;color:var(--primary-color)}.page-home .page-home__intro h1:nth-child(2){color:#ffba70;color:var(--tertiary-color)}.page-home [role=group]{display:table;margin:0 auto}.page-home button[aria-pressed=true]{font-family:Poppins Medium}.page-home button[aria-pressed=true],.page-home button[aria-pressed=true]:hover{background-color:#ffba70;background-color:var(--tertiary-color);color:#003d56;color:var(--primary-color)}.page-home button[aria-pressed=true]:hover{opacity:.8}.page-recovery-password{background-color:#f2f5f7;background-color:var(--background-color-secondary);color:#003d56;color:var(--primary-color);display:none;display:flex;flex:1 1;flex-direction:column;height:100%}.page-recovery-password .back-to-login{align-items:center;display:flex;justify-content:center;margin-bottom:10px}.page-recovery-password .back-to-login svg{margin-right:10px}.page-recovery-password .back-to-login:hover{cursor:pointer;opacity:.5}.page-recovery-password .page-recovery-password__succeeded{left:50%;position:fixed;text-align:center;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.page-recovery-password .page-recovery-password__succeeded>div:first-child{text-align:center}.page-recovery-password .page-recovery-password__succeeded>div:first-child img{width:120px}.page-recovery-password .page-recovery-password__succeeded>div:nth-child(2){font-size:16px;padding:20px}.page-recovery-password>section{background-color:#f2f5f7}.page-recovery-password>section:first-child svg{display:block;margin:0 auto;width:120px}.page-recovery-password>section:nth-child(2){align-items:center;background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;width:100%}.page-recovery-password>section:nth-child(2)>div>p:nth-child(3){font-size:16px!important}.page-recovery-password>section:nth-child(2)>div>p:nth-child(4){margin-bottom:10px}.page-recovery-password>section:nth-child(2) .form{display:flex;flex-direction:column;margin-bottom:80px}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]){background:#fff;max-width:457px;z-index:1}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]) p{font-family:Poppins Medium;font-size:24px;text-align:center}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]) p:first-child{color:#003d56}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]) p:nth-child(2){color:#ffba70;color:var(--tertiary-color);margin-bottom:0}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]) p:nth-child(3){margin-bottom:40px}.page-recovery-password>section:nth-child(2)>div:not([class=tiles-wrap]) button{display:block;margin:30px auto}.page-recovery-password>section:nth-child(2) .input-error{color:#ae0909;color:var(--error-color);font-size:13px;margin:5px 0 10px}.section-logo .back-to-login{align-items:center;display:flex}.section-logo .back-to-login:hover{cursor:pointer;opacity:.5}.page-update-password{background-color:#f2f5f7;background-color:var(--background-color-secondary);color:#003d56;color:var(--primary-color);display:none;display:flex;flex:1 1;flex-direction:column;height:100%}.page-update-password>section{background-color:#f2f5f7}.page-update-password>section:first-child svg{display:block;margin:0 auto;width:120px}.page-update-password>section:nth-child(2){align-items:center;background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative;width:100%}.page-update-password>section:nth-child(2)>div>p:nth-child(3){font-size:16px!important}.page-update-password>section:nth-child(2) .form{display:flex;flex-direction:column}.page-update-password>section:nth-child(2) .form>div:first-child{margin:20px 0}.page-update-password>section:nth-child(2)>div:not([class=tiles-wrap]){background:#fff;max-width:457px;z-index:1}.page-update-password>section:nth-child(2)>div:not([class=tiles-wrap]) p{font-family:Poppins Medium;font-size:24px;text-align:center}.page-update-password>section:nth-child(2)>div:not([class=tiles-wrap]) p:first-child{color:#003d56;margin-bottom:0}.page-update-password>section:nth-child(2)>div:not([class=tiles-wrap]) p:nth-child(2){color:#ffba70;color:var(--tertiary-color);margin-top:0}.page-update-password>section:nth-child(2)>div:not([class=tiles-wrap]) button{display:block;margin:20px auto}.page-update-password>section .input-error{color:#ae0909;color:var(--error-color);font-size:13px;margin:5px 0 10px}.page-dashboard{color:#003d56;color:var(--primary-color);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;overflow:scroll;padding-bottom:50px!important}.page-dashboard h1{font-family:Poppins Bold;font-size:24px;margin:20px 0}.page-dashboard .page-dashboard__sections{grid-gap:20px;display:grid;gap:20px;grid-template-columns:550px 500px;width:100%}.page-dashboard .page-dashboard__sections>div.establishment-section .page-dashboard__table section span span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.page-dashboard .page-dashboard__sections .section{box-shadow:0 4px 39px 0 rgba(18,24,45,.1);display:flex;flex-direction:column;height:auto;padding:10px}.page-dashboard .page-dashboard__sections .section h1{align-items:center;display:flex;font-size:16px;justify-content:space-between;margin:0}.page-dashboard .page-dashboard__sections .section div{flex:1 1}.page-dashboard .page-dashboard__sections .section div.circle-wrapper{align-items:center;display:flex;gap:20px;justify-content:center;padding-bottom:20px}.page-dashboard .page-dashboard__sections .section div.circle-wrapper .circle-item{align-items:center;border-radius:50%;color:#fff;display:flex;flex-direction:column;font-size:20px;gap:5px;height:150px;justify-content:center;max-height:150px;max-width:150px;position:relative;width:150px}.page-dashboard .page-dashboard__sections .section div.circle-wrapper .circle-item:first-child{background-color:#003d56;background-color:var(--primary-color)}.page-dashboard .page-dashboard__sections .section div.circle-wrapper .circle-item:nth-child(2){background-color:#ae0909;background-color:var(--error-color)}.page-dashboard .page-dashboard__sections .section div.circle-wrapper .circle-item span:first-child{font-size:34px}.page-dashboard .page-dashboard__sections .section div.circle-wrapper .circle-item span:nth-child(3){bottom:-20%;color:#003d56;color:var(--primary-color);font-size:13px;position:absolute}.page-dashboard .page-dashboard__sections .section>span{color:#959492;color:var(--grey-color);font-size:12px}.page-dashboard .page-dashboard__sections .section:last-child{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.page-dashboard .page-dashboard__table{margin-top:20px}.page-dashboard .page-dashboard__table *{font-family:Poppins Bold}.page-dashboard .page-dashboard__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-dashboard .page-dashboard__table>section:first-child{background-color:transparent;font-weight:700}.page-dashboard .page-dashboard__table>section>span{padding-right:5px;text-align:left}.page-dashboard .page-dashboard__table>section>span,.page-dashboard .page-dashboard__table>section>span>div{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-dashboard .page-dashboard__table>section>span:first-child{flex:2 1}.page-dashboard .page-dashboard__table>section>span:nth-child(2),.page-dashboard .page-dashboard__table>section>span:nth-child(3){text-align:center;width:30px}.page-dashboard .page-dashboard__table .select-status *{font-size:12px}.page-dashboard .page-dashboard__table .percent-item{color:#003d56;color:var(--primary-color)}.page-dashboard .page-dashboard__table .percent-item.negative{color:green;color:var(--success-color)}.page-dashboard .page-dashboard__table .percent-item.positive{color:#ae0909;color:var(--error-color)}.page-dashboard .page-dashboard__table .page-structures__table-item{border-radius:50px;display:block;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-dashboard .page-dashboard__table .page-structures__table-item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-dashboard .page-dashboard__table .page-structures__table-item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-dashboard .page-dashboard__table .page-structures__table-item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}@media only screen and (max-width:1200px){.page-dashboard .page-dashboard__sections{grid-template-columns:100%}}.section-logo .back-to-login{position:relative;top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-logo .back-to-login>svg{width:50px!important}.page-structures{overflow:scroll}.page-structures *{color:#003d56;color:var(--primary-color)}.page-structures .page-structures__title{display:flex;justify-content:space-between}@media only screen and (max-width:890px){.page-structures .page-structures__title{flex-direction:column}.page-structures .page-structures__title .download-button{margin:0 0 10px auto}}.page-structures .page-structures__title h1{font-family:Poppins Bold;font-size:24px}.page-structures .page-structures__title h1+span{color:#ffba70;color:var(--tertiary-color);display:block;margin:10px 0 30px}.page-structures .page-structures__title p{padding-bottom:1rem;padding-top:1rem}.page-structures .page-structures__toolbar{display:flex;gap:10px;justify-content:right;margin-bottom:20px}.page-structures .page-structures__toolbar .select-structure{max-width:300px}.page-structures .page-structures__toolbar .filter-select{width:250px}.page-structures .page-structures__toolbar.filters{justify-content:right;margin-top:20px}.page-structures .page-structures__toolbar .filter-textfield{width:300px}.page-structures .page-structures__table{margin-top:20px}.page-structures .page-structures__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-structures .page-structures__table>section:first-child{background-color:transparent;font-weight:700}.page-structures .page-structures__table>section>span{flex:1 1;overflow:hidden;padding-right:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:120px}.page-structures .page-structures__table>section>span .disabled-structure{color:#ae0909;color:var(--error-color);margin-right:5px}.page-structures .page-structures__table>section>span:nth-child(2){flex:1 1}.page-structures .page-structures__table>section>span:nth-child(3){flex:1 1;max-width:200px}.page-structures .page-structures__table>section>span:nth-child(4){flex:1 1}.page-structures .page-structures__table>section>span:nth-child(5){max-width:100px;text-align:center}.page-structures .page-structures__table>section>span:nth-child(6){max-width:30px}.page-structures .page-structures__table>section>span svg{position:relative;top:5px}.page-structures .page-structures__table>section>span svg:hover{cursor:pointer;opacity:.7}.page-structures .page-structures__table .page-structures__table-type span{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.page-structures .page-structures__table .page-structures__table-item{border-radius:50px;display:block;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures .page-structures__table .page-structures__table-item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-structures .page-structures__table .page-structures__table-item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures .page-structures__table .page-structures__table-item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-structures .page-structures__table .page-structures__table__actions{align-items:center;display:flex;height:30px;position:relative;top:-5px}.structure-card{box-shadow:0 4px 17px 0 rgba(30,32,41,.15);display:flex;font-size:12px;margin-bottom:20px;padding:20px}.structure-card h1{font-size:16px;margin:15px 0 10px}.structure-card aside{flex:1 1;padding-right:10px}.structure-card aside>div:first-child{display:flex!important;justify-content:space-between;padding-left:0!important;width:100%}.structure-card aside>div:first-child>span:first-child{margin-right:10px}.structure-card aside>div:first-child>span:first-child,.structure-card aside>div:first-child>span:nth-child(2){border-radius:50px;display:block;padding:2px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.structure-card aside+div{align-items:center;display:flex}.structure-card aside .page-infants__table__status{border-radius:5px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.structure-card aside .page-infants__table__status.REJECTED,.structure-card aside .page-infants__table__status.REJECTED_BY_APPLICATION{background-color:#ae0909;background-color:var(--error-color);color:#fff}.structure-card aside .page-infants__table__status.ACCEPTED{background-color:green;background-color:var(--success-color);color:#fff}.structure-card svg{cursor:pointer}.structure-card .PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.structure-card .PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.structure-card .ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.filter-select *{border-color:#003d56!important;border-color:var(--primary-color)!important;font-size:12px!important}.filter-select *,.filter-select label{color:#003d56!important;color:var(--primary-color)!important}.filter-textfield{align-items:center;border:1px solid;border-color:#959492!important;border-color:var(--grey-color)!important;border-radius:6px;display:flex;padding:0 10px}.filter-textfield *{border:none!important;font-size:14px!important}.filter-textfield * input{padding:2px}.filter-textfield :first-child{flex:1 1}.error-panel{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);border-radius:5px;padding:15px;position:relative}.error-panel header{color:#ff6e66;color:var(--quaternary-color);height:0;text-align:right}.error-panel header svg:hover{cursor:pointer;opacity:.7}.error-panel header svg path{fill:#ff6e66;fill:var(--quaternary-color)}.error-panel label{display:block;font-family:Poppins Bold;font-size:13px}.error-panel label,.error-panel p{color:#ff6e66;color:var(--quaternary-color)}.error-panel p{font-size:12px}.page-create-structures{overflow:scroll}.page-create-structures *{font-family:Poppins Bold}.page-create-structures>h1{color:#003d56;color:var(--primary-color);font-size:24px}.page-create-structures .select-network-list-section{margin-top:20px;width:400px}.page-create-structures .back-button{margin:20px 30px 20px 0}.page-create-structures .back-button:hover{cursor:pointer;opacity:.5}.page-create-structures .page-create-structures__network{background-color:rgba(213,172,76,.1);background-color:var(--tertiary-color-light);border-radius:15px;font-family:Poppins Regular;font-size:14px;margin-top:20px;padding:5px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-create-structures .page-create-structures__sections>section{margin-bottom:50px}.page-create-structures .page-create-structures__sections>section>label{color:#003d56;color:var(--primary-color);display:block;font-family:Poppins Bold;font-size:16px;margin-bottom:20px}.page-create-structures .page-create-structures__sections>section .select-network{max-width:300px}.page-create-structures .page-create-structures__sections>section .choose-structure{display:flex;gap:20px}.page-create-structures .page-create-structures__sections>section .choose-structure .choose-structure__item{align-items:center;background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#003d56;color:var(--primary-color);display:flex;flex-direction:column;height:108px;justify-content:center;max-width:200px;width:100%}.page-create-structures .page-create-structures__sections>section .choose-structure .choose-structure__item span{font-size:14px;text-align:center}.page-create-structures .page-create-structures__sections>section .choose-structure .choose-structure__item:hover{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color);cursor:pointer}.page-create-structures .page-create-structures__sections>section .choose-structure .choose-structure__item.active{background:#003d56;background:var(--primary-color);color:#fff;cursor:pointer}.page-create-structures .page-create-structures__sections>section .choose-structure .choose-structure__item.active svg *{fill:#fff}.page-create-structures .page-create-structures__sections>section .plus-structure{display:flex;flex-direction:column;gap:20px}.page-create-structures .page-create-structures__sections>section .plus-structure>div{width:300px}.page-create-structures .page-create-structures__sections>section .plus-structure>div:nth-child(3){width:460px}.page-create-structures .page-create-structures__sections>section .address-structure{max-width:600px}.page-create-structures .page-create-structures__sections>section .address-structure>div:first-child{margin-bottom:10px;width:100%}.page-create-structures .page-create-structures__sections>section .address-structure>div:nth-child(2){display:flex;gap:10px;width:100%}.page-create-structures .page-create-structures__sections>section .address-structure>div:nth-child(2)>div:first-child{flex:2 1}.page-create-structures .page-create-structures__sections>section .address-structure>div:nth-child(2)>div:nth-child(2){flex:1 1}.page-create-structures .page-create-structures__sections>section .address-structure>div:nth-child(3){margin-top:10px;width:30%}.page-create-structures .page-create-structures__sections>section .contact-structure{max-width:500px}.page-create-structures .page-create-structures__sections>section .contact-structure>div:first-child{margin-bottom:10px;width:200px}.page-create-structures .page-create-structures__sections>section .contact-structure>div:nth-child(2){margin-right:15px;width:500px}.page-create-structures .page-create-structures__sections>section .contact-structure>div:nth-child(2)>div{margin:5px 10px 5px 0;width:45%}.page-create-structures .page-create-structures__sections>section .contact-structure>div:nth-child(3){background-color:red}.page-create-structures .page-create-structures__sections>section .contact-structure>div:nth-child(4){background-color:green}.page-create-structures .page-create-structures__sections>section .horaries-structure{width:500px}.page-create-structures .page-create-structures__sections>section .horaries-structure>div{display:flex;gap:10px;margin-bottom:20px}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__item{align-items:center;background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#003d56;color:var(--primary-color);display:flex;flex-direction:column;height:40px;justify-content:center;max-width:40px;width:100%}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__item span{font-size:14px;text-align:center}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__item:hover{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color);cursor:pointer}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__item.active{background:#003d56;background:var(--primary-color);color:#fff;cursor:pointer}.page-create-structures .page-create-structures__sections>section .horaries-structure>div:nth-child(2){margin-bottom:0}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__time{display:flex;font-family:Poppins Regular;font-size:13px}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__time svg{margin-left:10px}.page-create-structures .page-create-structures__sections>section .horaries-structure>div .horaries-structure__time svg:hover{cursor:pointer;opacity:.7}.page-create-structures .page-create-structures__sections>section .horaries-structure>div.horaries-structure__time_wrap{display:block!important;margin-bottom:5px;margin-top:10px}.page-create-structures .page-create-structures__sections>section .horaries-structure button{color:#ffba70;color:var(--tertiary-color)}.page-create-structures .page-create-structures__sections>section .enfants-structure{max-width:300px}.page-create-structures .page-create-structures__sections>section .enfants-structure>div:first-child{margin-bottom:10px;width:100px}.page-create-structures .page-create-structures__sections>section .enfants-structure>div:nth-child(2){margin-right:10px;width:300px}.page-create-structures .page-create-structures__sections>section .enfants-structure .enfants-structure__item{align-items:center;display:flex}.page-create-structures .page-create-structures__sections>section .enfants-structure .enfants-structure__item>div{font-family:Poppins Regular}.page-create-structures .page-create-structures__sections>section .enfants-structure .enfants-structure__item>div:first-child{font-size:13px;width:150px}.page-create-structures .page-create-structures__sections>section .enfants-structure .enfants-structure__item>div:nth-child(2){font-size:13px;width:100px}.page-create-structures .page-create-structures__sections>section .enfants-structure .enfants-structure__item>div:nth-child(2) *{padding-bottom:5px;padding-top:5px}.page-create-structures .page-create-structures__toolbar{display:flex;gap:10px}.page-create-structures .complementaries-structure>div:first-child{width:460px}.page-create-structures .complementaries-structure .stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.page-create-structures .complementaries-structure .stack>div{margin-left:0}.page-create-structures .photo-structure{border:2px dashed #959492;border:2px dashed var(--grey-color);padding:20px;width:500px}.page-create-structures .photo-structure .photo-structure__main-photo{display:block;font-size:12px;margin-top:10px}.page-create-structures .photo-structure button{color:#ffba70;color:var(--tertiary-color);font-family:Poppins Regular;text-decoration:underline}.page-create-structures .photo-structure .photo-structure-item{font-family:Poppins Regular;font-size:13px}.page-create-structures .photo-structure .photo-structure-item>span{margin-right:10px}.page-create-structures .photo-structure div{font-family:Poppins Regular}.page-create-structures .photo-structure [type=file]{display:none}.custom-popup{height:100%;position:fixed;width:100%;z-index:3}.custom-popup .custom-popup__shadow{background-color:gray;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%}.custom-popup .custom-popup__content{background-color:#fff;border-radius:12px;box-shadow:0 4px 39px 0 rgba(18,24,45,.1);left:50%;overflow:hidden;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.custom-popup .cpc__header{align-items:center;background-color:#003d56;background-color:var(--background-color-primary);color:#fff;color:var(--secondary-color);display:flex;justify-content:space-between;padding:10px;text-align:center}.custom-popup .cpc__header span{margin:0 auto}.custom-popup .cpc__header.shadow{box-shadow:0 4px 39px 0 rgba(18,24,45,.1)}.custom-popup .cpc__header svg.cpc__header-close-button{position:absolute;right:5px;z-index:3}.custom-popup .cpc__header svg.cpc__header-close-button:hover{cursor:pointer;opacity:.7}.custom-popup .cpc__header svg.cpc__header-close-button *{fill:#fff}.custom-popup .cpc__body{overflow-y:auto}.MuiChip-outlined.garden{background-color:#eff9f4;border:none;color:#49b57b}.MuiChip-outlined.cradle{background-color:#cce5ff;border:none;color:#004085}.MuiChip-outlined.common{background-color:hsla(0,0%,83%,.361);border:none;color:gray}.MuiChip-outlined *{font-family:Poppins Medium}.mapbox-gl-draw_ctrl-bottom-left,.mapbox-gl-draw_ctrl-top-left{border-radius:0 4px 4px 0;margin-left:0}.mapbox-gl-draw_ctrl-bottom-right,.mapbox-gl-draw_ctrl-top-right{border-radius:4px 0 0 4px;margin-right:0}.mapbox-gl-draw_ctrl-draw-btn{border-color:rgba(0,0,0,.9);color:hsla(0,0%,100%,.5);height:30px;width:30px}.mapbox-gl-draw_ctrl-draw-btn.active,.mapbox-gl-draw_ctrl-draw-btn.active:hover{background-color:rgb(0 0 0/5%)}.mapbox-gl-draw_ctrl-draw-btn{background-position:50%;background-repeat:no-repeat}.mapbox-gl-draw_point{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>')}.mapbox-gl-draw_polygon{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>')}.mapbox-gl-draw_line{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>')}.mapbox-gl-draw_trash{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>')}.mapbox-gl-draw_uncombine{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>')}.mapbox-gl-draw_combine{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>')}.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:pointer}.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive{cursor:crosshair}.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive{cursor:grab;cursor:-webkit-grab}.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:cell}.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:grab;cursor:-webkit-grab}.mapbox-gl-draw_boxselect{background:rgba(0,0,0,.1);border:2px dotted #fff;height:0;left:0;opacity:.5;pointer-events:none;position:absolute;top:0;width:0}.page-structures-view .page-structures-view__modification span:nth-child(2),.page-structures-view .page-structures-view__modification:nth-child(3){color:#959492;color:var(--grey-color);font-family:Poppins Italic;font-size:12px;margin-right:10px}.page-structures-view h1 span{color:#ae0909;color:var(--error-color)}.page-structures-view .page-structures-view__sections section.add-to-list-section{padding:0 0 1rem}.mobile .page-structures-view.isHome{width:100%}.mobile .page-structures-view.isHome .map-section-mobile{display:block}.mobile .page-structures-view.isHome .map-section-mobile .page-structures-map{height:300px}.mobile .page-structures-view.isHome .map-section-mobile div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile .page-structures-view.isHome h1{font-size:20px;margin-top:10px}.mobile .page-structures-view.isHome aside nav,.mobile .page-structures-view.isHome main{flex-direction:column;margin-top:10px}.mobile .page-structures-view.isHome aside nav .photos-section,.mobile .page-structures-view.isHome main .photos-section{display:none}.mobile .page-structures-view.isHome .miscelanea{padding:20px 0}.mobile .page-structures-view.isHome .map-section,.mobile .page-structures-view.isHome .page-structures-view__modification,.mobile .page-structures-view.isHome .page-structures-view__modification span,.mobile .page-structures-view.isHome .page-structures-view__toolbar,.mobile .page-structures-view.isHome .top-section{display:none}.mobile .page-structures-view.isHome .add-to-list{background-color:#ffba70;background-color:var(--tertiary-color);display:block;text-align:center;width:100%}.mobile .page-structures-view.isHome .already-exist{background-color:#f2f5f7;background-color:var(--light-grey-color);font-style:italic;padding:20px;text-align:center}.mobile .page-structures-view.isHome>svg{margin:50px 0 0 50px}.mobile .page-structures-view.isHome>div,.mobile .page-structures-view.isHome>section{margin:50px auto;max-width:700px}.mobile .page-structures-view.isHome .add-to-list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.desktop .page-structures-view.isHome{width:100%}.desktop .page-structures-view.isHome .page-structures-view__toolbar{display:none}.desktop .page-structures-view.isHome>svg{margin:50px 0 0 50px}.desktop .page-structures-view.isHome>div,.desktop .page-structures-view.isHome>section{margin:50px auto;max-width:90%}.desktop .page-structures-view.isHome .add-to-list{margin:20px auto 40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-selection{color:#003d56;color:var(--primary-color);margin:0 auto;overflow:scroll;padding:20px}.page-structures-selection h1{font-family:Poppins Bold;font-size:30px;margin-top:10px}.page-structures-selection>p{font-size:14px;padding:15px 0}.page-structures-selection .structure-card{box-shadow:0 4px 17px 0 rgba(30,32,41,.15);display:flex;font-size:12px;margin-bottom:20px;padding:20px}.page-structures-selection .structure-card h1{font-size:16px;margin:15px 0 10px}.page-structures-selection .structure-card aside{flex:1 1;padding-right:10px}.page-structures-selection .structure-card aside>div:first-child{border-radius:50px;display:block;padding:2px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-selection .structure-card aside+div{align-items:center;display:flex}.page-structures-selection .structure-card .PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-structures-selection .structure-card .PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures-selection .structure-card .ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-structures-selection .page-structures-selection__mail-note{background-color:#f2f5f7;background-color:var(--light-grey-color);border-radius:4px;font-style:italic;padding:20px}.page-structures-selection .page-structures-selection__mail-note svg{position:relative;top:3px}.page-structures-selection .page-structures-selection__toolbar{display:flex;flex-direction:column;gap:20px;margin-top:20px}.page-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons button{margin-bottom:10px;width:100%}.page-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.page-structures-selection .page-structures-selection__toolbar .page-structures-no-public{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin:0 auto;padding:10px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-selection .structures_popup__confirm .custom-popup__content{max-width:350px;width:80%}.page-structures-selection .structures_popup__confirm .cpc__body,.page-structures-selection .structures_popup__confirm .cpc__body p{padding:10px}.page-structures-selection .structures_popup__confirm section{display:flex;gap:10px;justify-content:center;margin-top:10px}.page-structures-selection .structures_popup__confirm section button{display:block;min-width:30%;text-align:center}.page-structures-selection .structures_popup__confirm section button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.desktop .page-structures-selection.isHome{width:100%}.desktop .page-structures-selection.isHome>*{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.desktop .page-structures-selection.isHome .stack{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.page-parent-structures-selection{color:#003d56;color:var(--primary-color);overflow:scroll}.page-parent-structures-selection h1{font-family:Poppins Bold;font-size:30px;margin-top:10px}.page-parent-structures-selection>p{font-size:14px;padding:15px 0}.page-parent-structures-selection .structure-card{box-shadow:0 4px 17px 0 rgba(30,32,41,.15);display:flex;font-size:12px;margin-bottom:20px;max-width:400px;padding:20px}.page-parent-structures-selection .structure-card h1{font-size:16px;margin:15px 0 10px}.page-parent-structures-selection .structure-card aside{flex:1 1;padding-right:10px}.page-parent-structures-selection .structure-card aside>div:first-child{border-radius:50px;display:block;padding:2px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-parent-structures-selection .structure-card aside+div{align-items:center;display:flex}.page-parent-structures-selection .structure-card .PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-parent-structures-selection .structure-card .PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-parent-structures-selection .structure-card .ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-parent-structures-selection .page-structures-selection__mail-note{background-color:#f2f5f7;background-color:var(--light-grey-color);border-radius:4px;font-style:italic;padding:20px}.page-parent-structures-selection .page-structures-selection__mail-note svg{position:relative;top:3px}.page-parent-structures-selection .page-structures-selection__toolbar{display:flex;flex-direction:column;gap:20px;margin-top:20px}.page-parent-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons button{margin-bottom:10px;width:100%}.page-parent-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.page-parent-structures-selection .page-structures-selection__toolbar .page-structures-no-public{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin:0 auto;padding:10px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-parent-structures-selection .structures_popup__confirm .custom-popup__content{max-width:350px;width:80%}.page-parent-structures-selection .structures_popup__confirm .cpc__body,.page-parent-structures-selection .structures_popup__confirm .cpc__body p{padding:10px}.page-parent-structures-selection .structures_popup__confirm section{display:flex;gap:10px;justify-content:center;margin-top:10px}.page-parent-structures-selection .structures_popup__confirm section button{display:block;min-width:30%;text-align:center}.page-parent-structures-selection .structures_popup__confirm section button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.app.desktop .page-structures-selection .page-structures-selection__toolbar{width:100%!important}.app.desktop .page-structures-selection .page-structures-selection__toolbar .page-structures-selection__mail-note{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.app.desktop .page-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons{display:flex;gap:10px;margin:0 auto}.app.desktop .page-structures-selection .page-structures-selection__toolbar .page-structures-selection__toolbar__buttons button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-view{overflow:scroll}.page-structures-view .back-button{margin:20px 0 10px}.page-structures-view .structures_popup__delete .cpc__body{padding:10px}.page-structures-view .structures_popup__delete section{display:flex;gap:5px;justify-content:center;margin-top:10px}.page-structures-view .structures_popup__confirm .custom-popup__content{max-width:350px;width:80%}.page-structures-view .structures_popup__confirm .cpc__body,.page-structures-view .structures_popup__confirm .cpc__body p{padding:10px}.page-structures-view .structures_popup__confirm section{display:flex;gap:10px;justify-content:center;margin-top:10px}.page-structures-view .structures_popup__confirm section button{display:block;min-width:30%;text-align:center}.page-structures-view .structures_popup__confirm section button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.page-structures-view .page-structures-view__modification{margin-right:20px;margin-top:10px}.page-structures-view .page-structures-view__modification div:first-child{color:#003d56;color:var(--primary-color);font-size:15px;width:100%}.page-structures-view .page-structures-view__modification :nth-child(3),.page-structures-view .page-structures-view__modification span:nth-child(2){color:#959492;color:var(--grey-color);font-family:Poppins Italic;font-size:12px;margin-right:10px}.page-structures-view .page-structures-view__modification .disabled-structure{color:#ae0909;color:var(--error-color)}.page-structures-view main{display:flex}.page-structures-view main>aside .map-section{min-width:400px}.page-structures-view main>aside .map-section .page-structures-map{height:90%;width:100%}.page-structures-view h1{color:#003d56;color:var(--primary-color);font-family:Poppins Bold;font-size:24px}.page-structures-view h1 span{color:gray;font-size:16px;margin-left:10px}.page-structures-view .page-structures-view__toolbar{display:flex;justify-content:end}.page-structures-view .page-structures-view__toolbar>button{margin:5px}.page-structures-view .page-structures-view__toolbar>button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color);color:#003d56;color:var(--primary-color)}.page-structures-view .page-structures-view__toolbar>button:first-child:hover{background-color:#003d56;background-color:var(--primary-color);color:#fff}.page-structures-view .page-structures-map{height:500px;width:100%}.page-structures-view .page-structures-view__sections nav{display:flex}.page-structures-view .page-structures-view__sections section{padding:20px}.page-structures-view .page-structures-view__sections section label{display:block;font-family:Poppins Bold;font-size:16px;margin-bottom:5px}.page-structures-view .page-structures-view__sections section.top-section{font-size:13px;padding-left:0;padding-top:0}.page-structures-view .page-structures-view__sections section.top-section>div{border-radius:80px;color:#003d56;color:var(--primary-color);padding:8px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-view .page-structures-view__sections section.top-section>div:first-child span{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);border-radius:16px;color:#000;display:block;padding:3px 11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-view .page-structures-view__sections section.top-section>div:first-child span.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-structures-view .page-structures-view__sections section.top-section>div:first-child span.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures-view .page-structures-view__sections section.top-section>div:first-child span.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-structures-view .page-structures-view__sections section.top-section .top-section-stack{display:flex;flex-wrap:wrap;gap:10px;padding:0}.page-structures-view .page-structures-view__sections section.top-section .top-section-stack>div{margin:0}.page-structures-view .page-structures-view__sections section.contact{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light)}.page-structures-view .page-structures-view__sections section.contact>div{align-items:center;display:flex}.page-structures-view .page-structures-view__sections section.map-section{height:100%}.page-structures-view .page-structures-view__sections section.map-section>.map-section__title{font-size:16px}.page-structures-view .page-structures-view__sections section.photos-section{display:flex;padding:20px 0}.page-structures-view .page-structures-view__sections section.photos-section>.photo-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:130px;margin-right:10px;width:130px}.page-structures-view .page-structures-view__sections section.description-section{padding:20px 0;white-space:pre-wrap}.page-structures-view .map-section-mobile{display:none}.mobile .page-structures-view .map-section-mobile{display:block}.mobile .page-structures-view .map-section-mobile .page-structures-map{height:300px}.mobile .page-structures-view .map-section-mobile div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile .page-structures-view h1{font-size:20px;margin-top:10px}.mobile .page-structures-view aside nav,.mobile .page-structures-view main{flex-direction:column;margin-top:10px}.mobile .page-structures-view aside nav .photos-section,.mobile .page-structures-view main .photos-section{display:none}.mobile .page-structures-view .miscelanea{padding:20px 0}.mobile .page-structures-view .map-section,.mobile .page-structures-view .page-structures-view__modification,.mobile .page-structures-view .page-structures-view__modification span,.mobile .page-structures-view .page-structures-view__toolbar,.mobile .page-structures-view .top-section{display:none}.mobile .page-structures-view .add-to-list{background-color:#ffba70;background-color:var(--tertiary-color);display:block;text-align:center;width:100%}.mobile .page-structures-view .already-exist{background-color:#f2f5f7;background-color:var(--light-grey-color);font-style:italic;padding:20px;text-align:center}.page-structures-council-view{overflow:scroll}.page-structures-council-view .page-infants__table__care{border-radius:50px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-infants__table__care.saved{background-color:rgba(234,78,71,.05);background-color:var(--light-error-color);color:#ae0909;color:var(--error-color)}.page-structures-council-view .page-infants__table__care.waiting{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures-council-view .page-structures-view__tabs{display:flex;gap:5px;margin-bottom:20px}.page-structures-council-view .page-structures-view__tabs>div{background:#003d56;background:var(--primary-color);border:1px solid;border-bottom:0;border-radius:5px 5px 0 0;color:#fff;cursor:pointer;opacity:.5;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-structures-view__tabs>div.active{background:#fff;color:#003d56;color:var(--primary-color);opacity:1}.page-structures-council-view .page-council-structures__table{margin-top:20px}.page-structures-council-view .page-council-structures__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-structures-council-view .page-council-structures__table>section:first-child{background-color:transparent;font-weight:700}.page-structures-council-view .page-council-structures__table>section>span{flex:1 1;overflow:hidden;padding-right:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.page-structures-council-view .page-council-structures__table>section>span>div{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-structures-council-view .page-council-structures__table>section>span .disabled-structure{color:#ae0909;color:var(--error-color);margin-right:5px}.page-structures-council-view .page-council-structures__table>section>span:first-child,.page-structures-council-view .page-council-structures__table>section>span:nth-child(2){display:flex;flex-direction:column;min-width:170px}.page-structures-council-view .page-council-structures__table>section>span:nth-child(3){min-width:110px}.page-structures-council-view .page-council-structures__table>section>span:nth-child(4){min-width:100px;text-align:center}.page-structures-council-view .page-council-structures__table>section>span:nth-child(5){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-council-structures__table>section>span:nth-child(9){min-width:100px}.page-structures-council-view .page-council-structures__table>section>span:nth-child(9)>div{flex:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-council-structures__table>section>span svg:hover{cursor:pointer;opacity:.7}.page-structures-council-view .page-council-structures__table .page-structures__table-item{border-radius:50px;display:block;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-council-structures__table .page-structures__table-item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-structures-council-view .page-council-structures__table .page-structures__table-item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures-council-view .page-council-structures__table .page-structures__table-item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-structures-council-view .page-council-structures__table .page-structures__table__actions{align-items:center;display:flex}.page-structures-council-view .back-button{margin:20px 0 10px}.page-structures-council-view .structures_popup__delete .cpc__body{padding:10px}.page-structures-council-view .structures_popup__delete section{display:flex;gap:5px;justify-content:center;margin-top:10px}.page-structures-council-view .structures_popup__confirm .custom-popup__content{max-width:350px;width:80%}.page-structures-council-view .structures_popup__confirm .cpc__body,.page-structures-council-view .structures_popup__confirm .cpc__body p{padding:10px}.page-structures-council-view .structures_popup__confirm section{display:flex;gap:10px;justify-content:center;margin-top:10px}.page-structures-council-view .structures_popup__confirm section button{display:block;min-width:30%;text-align:center}.page-structures-council-view .structures_popup__confirm section button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color)}.page-structures-council-view .page-structures-view__modification{margin-right:20px;margin-top:10px}.page-structures-council-view .page-structures-view__modification div:first-child{color:#003d56;color:var(--primary-color);font-size:15px;width:100%}.page-structures-council-view .page-structures-view__modification span:nth-child(2),.page-structures-council-view .page-structures-view__modification span:nth-child(3),.page-structures-council-view .page-structures-view__modification span:nth-child(4){color:#959492;color:var(--grey-color);font-family:Poppins Italic;font-size:12px;margin-right:10px}.page-structures-council-view .page-structures-view__modification .disabled-structure{color:#ae0909;color:var(--error-color)}.page-structures-council-view main{display:flex}.page-structures-council-view main>aside .map-section{min-width:400px}.page-structures-council-view main>aside .map-section .page-structures-map{height:90%;width:100%}.page-structures-council-view h1{color:#003d56;color:var(--primary-color);font-family:Poppins Bold;font-size:24px}.page-structures-council-view h1 span{color:#ae0909;color:var(--error-color);font-size:16px;margin-left:10px}.page-structures-council-view .page-structures-view__toolbar{display:flex;justify-content:end}.page-structures-council-view .page-structures-view__toolbar>button{margin:5px}.page-structures-council-view .page-structures-view__toolbar>button:first-child{background-color:transparent;border:1px solid #003d56;border:1px solid var(--primary-color);color:#003d56;color:var(--primary-color)}.page-structures-council-view .page-structures-view__toolbar>button:first-child:hover{background-color:#003d56;background-color:var(--primary-color);color:#fff}.page-structures-council-view .page-structures-map{height:500px;width:100%}.page-structures-council-view .page-structures-view__sections nav{display:flex}.page-structures-council-view .page-structures-view__sections section{padding:20px}.page-structures-council-view .page-structures-view__sections section label{display:block;font-family:Poppins Bold;font-size:16px;margin-bottom:5px}.page-structures-council-view .page-structures-view__sections section.top-section{font-size:13px;padding-left:0;padding-top:0}.page-structures-council-view .page-structures-view__sections section.top-section>div{border-radius:80px;color:#003d56;color:var(--primary-color);padding:8px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-structures-view__sections section.top-section>div:first-child span{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);border-radius:16px;color:#000;display:block;padding:3px 11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-structures-council-view .page-structures-view__sections section.top-section>div:first-child span.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-structures-council-view .page-structures-view__sections section.top-section>div:first-child span.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-structures-council-view .page-structures-view__sections section.top-section>div:first-child span.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-structures-council-view .page-structures-view__sections section.top-section .top-section-stack{display:flex;flex-wrap:wrap;gap:10px;padding:0}.page-structures-council-view .page-structures-view__sections section.top-section .top-section-stack>div{margin:0}.page-structures-council-view .page-structures-view__sections section.contact{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light)}.page-structures-council-view .page-structures-view__sections section.contact>div{align-items:center;display:flex}.page-structures-council-view .page-structures-view__sections section.map-section{height:100%}.page-structures-council-view .page-structures-view__sections section.map-section>.map-section__title{font-size:16px}.page-structures-council-view .page-structures-view__sections section.photos-section{display:flex;padding:20px 0}.page-structures-council-view .page-structures-view__sections section.photos-section>.photo-item{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;height:130px;margin-right:10px;width:130px}.page-structures-council-view .page-structures-view__sections section.description-section{padding:20px 0;white-space:pre-wrap}.page-structures-council-view .map-section-mobile{display:none}.mobile .page-structures-council-view .map-section-mobile{display:block}.mobile .page-structures-council-view .map-section-mobile .page-structures-map{height:300px}.mobile .page-structures-council-view .map-section-mobile div{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile .page-structures-council-view h1{font-size:20px;margin-top:10px}.mobile .page-structures-council-view aside nav,.mobile .page-structures-council-view main{flex-direction:column;margin-top:10px}.mobile .page-structures-council-view aside nav .photos-section,.mobile .page-structures-council-view main .photos-section{display:none}.mobile .page-structures-council-view .miscelanea{padding:20px 0}.mobile .page-structures-council-view .page-structures-view__toolbar{display:flex;gap:10px;justify-content:space-between;margin:10px 0 20px}.mobile .page-structures-council-view .page-structures-view__toolbar>button{display:flex;flex:1 1;justify-content:center;margin:0;text-align:center}.mobile .page-structures-council-view .page-structures-view__tabs{margin:0}.mobile .page-structures-council-view .page-structures-view__tabs>div{flex:1 1;text-align:center}.mobile .page-structures-council-view .map-section,.mobile .page-structures-council-view .page-structures-view__modification,.mobile .page-structures-council-view .page-structures-view__modification span,.mobile .page-structures-council-view .top-section{display:none}.mobile .page-structures-council-view .add-to-list{background-color:#ffba70;background-color:var(--tertiary-color);display:block;text-align:center;width:100%}.mobile .page-structures-council-view .already-exist{background-color:#f2f5f7;background-color:var(--light-grey-color);font-style:italic;padding:20px;text-align:center}.page-enfant-view{overflow:scroll}.page-enfant-view *{color:#003d56;color:var(--primary-color)}.page-enfant-view .back-button{margin:20px 0 10px}.page-enfant-view .page-enfant-view__enfant-section{margin-bottom:20px}.page-enfant-view .page-enfant-view__enfant-section span{font-family:Poppins Bold;font-size:24px;margin-right:5px}.page-enfant-view .page-enfant-view__enfant-section>div:nth-child(5){display:inline-block}.page-enfant-view .page-enfant-view__enfant-section>div:nth-child(6){color:#959492;color:var(--grey-color)}.page-enfant-view .page-infants__table__care{border-radius:50px;margin:10px 0;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfant-view .page-infants__table__care.saved{background-color:rgba(234,78,71,.05);background-color:var(--light-error-color);color:#ae0909;color:var(--error-color)}.page-enfant-view .page-infants__table__care.waiting{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-enfant-view .page-enfant-birthday-section{display:flex;margin-bottom:20px;width:700px}.page-enfant-view .page-enfant-birthday-section>div{display:flex;flex:1 1;flex-direction:column}.page-enfant-view .page-enfant-birthday-section label{font-family:Poppins Bold}.page-enfant-view .page-enfant-view__parent-section{display:flex}.page-enfant-view .page-enfant-view__parent-section .page-enfant-view__parent-section__content{display:flex;flex:1 1;flex-direction:column;margin-right:20px}.page-enfant-view .page-enfant-view__parent-section h1{color:#ffba70;color:var(--tertiary-color);font-family:Poppins Bold;font-size:18px;margin-bottom:10px}.page-enfant-view .page-enfant-view__parent-section section{margin-bottom:20px}.page-enfant-view .page-enfant-view__parent-section section>div{display:flex;margin-bottom:10px}.page-enfant-view .page-enfant-view__parent-section section>div>div{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.page-enfant-view .page-enfant-view__parent-section section>div>div span{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-enfant-view .page-enfant-view__parent-section section>div>div span:first-child{font-family:Poppins Bold}.page-enfant-view .page-enfant-view__parent-section section>div>div:first-child{flex:.5 1}.page-enfant-view .page-enfant-view__address-section{margin-bottom:20px}.page-enfant-view .page-enfant-view__address-section label{display:block;font-family:Poppins Bold}.page-enfant-view .page-enfant-view__address-section>div span{margin-left:5px}.page-enfant-view .page-enfant-view__address-section>div span:first-child{margin-left:0}.page-enfant-view .page-enfant-view__structures-section label{display:block;font-family:Poppins Bold}.page-enfant-view .page-infants__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-enfant-view .page-infants__table>section:first-child{background-color:transparent;padding-bottom:0}.page-enfant-view .page-infants__table>section:first-child span{font-family:Poppins Bold;font-style:italic}.page-enfant-view .page-infants__table>section>span{padding-right:5px;text-align:left;width:120px}.page-enfant-view .page-infants__table>section>span,.page-enfant-view .page-infants__table>section>span>div{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-enfant-view .page-infants__table>section>span:first-child,.page-enfant-view .page-infants__table>section>span:nth-child(2),.page-enfant-view .page-infants__table>section>span:nth-child(7),.page-enfant-view .page-infants__table>section>span:nth-child(8){flex:1 1}.page-enfant-view .page-infants__table>section>span:nth-child(4),.page-enfant-view .page-infants__table>section>span:nth-child(5){max-width:150px}.page-enfant-view .page-infants__table>section>span:nth-child(6){width:100px}.page-enfant-view .page-infants__table>section>span:last-child{max-width:30px}.page-enfant-view .page-infants__table>section>span svg:hover{cursor:pointer;opacity:.7}.page-enfant-view .page-infants__table .select-status *{font-size:12px}.page-enfant-view .page-infants__table .page-infants__table__status{border-radius:5px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfant-view .page-infants__table .page-infants__table__status.REJECTED,.page-enfant-view .page-infants__table .page-infants__table__status.REJECTED_BY_APPLICATION{background-color:#ae0909;background-color:var(--error-color);color:#fff}.page-enfant-view .page-infants__table .page-infants__table__status.ACCEPTED{background-color:green;background-color:var(--success-color);color:#fff}.page-enfant-view .page-infants__table .page-infants__table__care{border-radius:50px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfant-view .page-infants__table .page-infants__table__care.saved{background-color:rgba(234,78,71,.05);background-color:var(--light-error-color);color:#ae0909;color:var(--error-color)}.page-enfant-view .page-infants__table .page-infants__table__care.waiting{background-color:rgba(0,61,86,.1);background-color:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-enfant-view .page-infants__table .page-infants__table-item{border-radius:50px;display:block;padding:3px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-enfant-view .page-infants__table .page-infants__table-item.PUBLIC{background:rgba(234,78,71,.1);background:var(--quaternary-color-light);color:#ff6e66;color:var(--quaternary-color)}.page-enfant-view .page-infants__table .page-infants__table-item.PRIVATE{background:rgba(0,61,86,.1);background:var(--primary-color-light);color:#003d56;color:var(--primary-color)}.page-enfant-view .page-infants__table .page-infants__table-item.ASSMAT{background:rgba(213,172,76,.1);background:var(--tertiary-color-light);color:#ffba70;color:var(--tertiary-color)}.page-enfant-view .page-infants__table .page-infants__table__actions{align-items:center;display:flex}.page-worker{overflow:scroll}.page-worker__toolbar{display:flex;justify-content:right}.page-worker>h1{color:#003d56;color:var(--primary-color);font-family:Poppins Bold;font-size:24px;margin:30px 0 20px}.page-worker .total-elements{color:#ffba70;color:var(--tertiary-color);font-family:Poppins Bold}.page-worker .worker_popup__delete .cpc__body{text-align:center;width:300px}.page-worker .worker_popup__delete .cpc__body>div>p{padding:10px}.page-worker .worker_popup__delete .cpc__body section{display:flex;gap:5px;justify-content:center;margin-bottom:10px}.page-worker .page-worker__table{margin-top:20px}.page-worker .page-worker__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);color:#003d56;color:var(--primary-color);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-worker .page-worker__table>section:first-child{background-color:transparent;font-weight:700}.page-worker .page-worker__table>section span{width:120px}.page-worker .page-worker__table>section span:last-child{flex:1 1;text-align:right}.page-worker .page-worker__table>section span svg{position:relative;top:5px}.page-worker .page-worker__table>section span svg:hover{cursor:pointer;opacity:.7}.page-worker .custom-popup__content{max-width:500px}.page-worker .page-worker-form{padding-bottom:20px}.page-worker .page-worker-form .form{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 0}.page-worker .page-worker-form .form>div{margin:10px;width:40%}.page-worker .page-worker-form .form>div:nth-child(5){width:86%}.page-worker .page-worker-form .input-error{display:table;margin:0 auto;position:relative;top:-30px}.page-worker .page-worker-form__toolbar{display:flex;justify-content:center;text-align:center}.page-network{overflow:scroll}.page-network__toolbar{display:flex;justify-content:right}.page-network>h1{color:#003d56;color:var(--primary-color);font-family:Poppins Bold;font-size:24px;margin:30px 0 20px}.page-network>p{margin-bottom:1rem}.page-network .total-elements{color:#ffba70;color:var(--tertiary-color)}.page-network .worker_popup__delete .cpc__body{text-align:center;width:300px}.page-network .worker_popup__delete .cpc__body section{display:flex;gap:5px;justify-content:center;margin-bottom:10px}.page-network .page-network__table{margin-top:20px}.page-network .page-network__table>section{align-items:center;background-color:#f2f5f7;background-color:var(--background-color-secondary);color:#003d56;color:var(--primary-color);display:flex;font-size:12px;margin-bottom:5px;padding:10px;width:100%}.page-network .page-network__table>section:first-child{background-color:transparent;font-weight:700}.page-network .page-network__table>section span{flex:1 1}.page-network .page-network__table>section span svg:hover{cursor:pointer;opacity:.7}.page-network .custom-popup__content{max-width:500px}.page-network .page-network-form{padding-bottom:20px;width:400px}.page-network .page-network-form .form{display:flex;flex-wrap:wrap;justify-content:center;padding:30px 0}.page-network .page-network-form .form>span{padding-left:1rem}.page-network .page-network-form .form>div{margin:10px;width:40%}.page-network .page-network-form .form>div:nth-child(5){width:86%}.page-network .page-network-form .input-error{display:table;margin:0 auto;position:relative;top:-30px}.page-network .page-network-form__toolbar{display:flex;justify-content:center;text-align:center}.page-account{color:#003d56;color:var(--primary-color);overflow:scroll;padding:20px;width:100%}.page-account .page-account__content{margin:0 auto;max-width:500px}.page-account .back-button{margin:10px 0}.page-account .page-account__intro{display:flex;flex-direction:column;gap:20px;margin:20px 0}.page-account .page-account__intro h1{font-family:Poppins Bold;font-size:20px}.page-account .page-account__intro p{font-size:20px}.page-account .page-account__intro div{background-color:#f2f5f7;background-color:var(--light-grey-color);border-radius:4px;font-style:italic;padding:20px}.page-account .page-account__intro div svg{position:relative;top:3px}.page-account .page-account__intro .add-conditions>span:first-child{margin-right:4px;position:relative;top:3px}.page-account .page-account__intro .add-conditions>span:nth-child(2){text-decoration:underline}.page-account .page-account__etape-percentage{align-items:center;background-color:#f2f5f7;background-color:var(--light-grey-color);border-radius:10px;color:#ffba70;color:var(--tertiary-color);display:flex;font-family:Poppins Medium;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.page-account .page-account__etape-percentage .page-account__etape-percentage-bar{background-color:#fff;border-radius:150px;height:7px;margin-left:10px;width:100px}.page-account .page-account__etape-percentage .page-account__etape-percentage-bar .page-account__etape-percentage-bar-fill{background-color:#ffba70;background-color:var(--tertiary-color);border-radius:150px;height:7px;overflow:hidden}.page-account .page-account__enfant-info{display:flex;flex-direction:column;gap:10px;margin:20px 0}.page-account .page-account__enfant-info section{background-color:#f2f5f7;background-color:var(--light-grey-color);border-radius:10px;display:flex;flex-direction:column;margin-bottom:15px;padding:20px 20px 0}.page-account .page-account__enfant-info section>div:first-child *{color:#000;margin-bottom:2px}.page-account .page-account__enfant-info section+div{margin-bottom:5px}.page-account .page-account__enfant-info .stack{display:flex;flex-wrap:wrap}.page-account .page-account__enfant-info .stack>div{margin:0 5px 5px 0}.page-account .page-account__enfant-info>div .toolbar{display:flex;gap:20px;margin-top:10px}.page-account .page-account__enfant-info>div .toolbar button{background-color:transparent;text-decoration:underline}.page-account .page-account__enfant-info>div .toolbar button.active{color:#ffba70;color:var(--tertiary-color);font-family:Poppins Bold;text-decoration:none}.page-account .page-account__enfant-info .page-account__enfant-info__checkbox>span:first-child{margin-right:10px;top:4px}.page-account .page-account__enfant-info .page-account__enfant-info__add{background-color:transparent;color:#ffba70;color:var(--tertiary-color);padding-left:0}.page-account .page-account__enfant-info .page-account__enfant-info__add.disabled{color:#959492;color:var(--grey-color);font-style:italic}.page-account .page-account__situation-info{margin:20px 0}.page-account .page-account__situation-info label{display:block;margin-bottom:10px}.page-account .page-account__situation-info .panel-wraps{display:flex;flex-wrap:wrap;gap:10px}.page-account .page-account__situation-info .panel-wraps .panel-wraps__item{background-color:rgba(213,172,76,.1);background-color:var(--tertiary-color-light);cursor:pointer;padding:20px 30px}.page-account .page-account__situation-info .panel-wraps .panel-wraps__item.active{background-color:#003d56;background-color:var(--primary-color);color:#fff}.page-account .page-account__personal-info{display:flex;flex-direction:column;gap:20px;margin:20px 0}.page-account .page-account__personal-info>label{font-family:Poppins Regular}.page-account .page-account__personal-info>span{color:#ffba70;color:var(--tertiary-color);font-family:Poppins Bold}.page-account .structures_popup__confirm_finished .custom-popup__content{width:80%}.page-account .structures_popup__confirm_finished .custom-popup__content .cpc__body{padding:20px}.page-account .structures_popup__confirm_finished .custom-popup__content .cpc__body p{margin-bottom:10px}.page-account .structures_popup__confirm_finished .custom-popup__content .cpc__body section{display:flex;justify-content:center}.page-account .parent-notes{color:#000!important;font-size:12px}.aside-bar{background-color:#003d56;background-color:var(--background-color-primary);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding:20px;width:250px;z-index:2}.aside-bar>img{padding-top:10px;width:100%}.aside-bar .aside-bar-wrap{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.aside-bar .aside-bar-wrap .aside-bar__items{color:#fff;padding-top:20px}.aside-bar .aside-bar-wrap .aside-bar__items .aside-bar__item{align-items:center;display:flex;padding:10px 0}.aside-bar .aside-bar-wrap .aside-bar__items .aside-bar__item.active,.aside-bar .aside-bar-wrap .aside-bar__items .aside-bar__item:hover{opacity:.7}.aside-bar .aside-bar-wrap .aside-bar__items .aside-bar__item span{flex:1 1;font-size:14px;margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aside-bar .aside-bar-wrap .aside-bar__items .aside-bar__item:hover{cursor:pointer;opacity:.5}.aside-bar .aside-bar-wrap .aside-bar__footer{align-items:center;color:#fff;display:flex}.aside-bar .aside-bar-wrap .aside-bar__footer .aside-bar__footer_avatar{background-color:transparent;border:2px solid #fff;border-radius:50%;height:44px;width:44px}.aside-bar .aside-bar-wrap .aside-bar__footer span{font-size:14px;margin-left:10px}.aside-bar .aside-bar-wrap .aside-bar__footer:hover{cursor:pointer;opacity:.5}.mobile .aside-bar{display:none}.custom-footer{background-color:#f2f5f7;background-color:var(--background-color-secondary);border-top:1px solid #d3d3d3;display:flex;gap:24px;justify-content:center;padding:20px;width:100%}.custom-footer a,.custom-footer span{align-items:center;color:#003d56;color:var(--primary-color);display:flex;justify-content:center;text-decoration:none}.custom-footer a:last-child,.custom-footer span:last-child{gap:10px}.custom-footer a:hover,.custom-footer span:hover{cursor:pointer;opacity:.5}.header-mobile{align-items:center;box-shadow:0 4px 39px 0 rgba(18,24,45,.1);display:flex;padding:20px}.header-mobile img{height:40px}.custom-loading{height:100vh;position:fixed;width:100vw;z-index:3}.custom-loading__content{align-items:center;display:flex;justify-content:center;left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.custom-loading__shadow{background:#000;height:100%;left:0;opacity:.3;position:fixed;top:0;width:100%}.dark-theme,:root{--background-color-primary:#003d56;--background-color-secondary:#f2f5f7;--background-color-tertiary:#ffba70;--primary-color:#003d56;--secondary-color:#fff;--tertiary-color:#ffba70;--quaternary-color:#ff6e66;--quaternary-color-light:#f8edff;--quinary-color:var(--grey-25);--primary-color-light:rgba(0,61,86,.1);--secondary-color-light:#f8edff;--tertiary-color-light:rgba(213,172,76,.1);--quaternary-color-light:rgba(234,78,71,.1);--grey-color:#959492;--light-grey-color:#f2f5f7;--error-color:#ae0909;--light-error-color:rgba(234,78,71,.05);--success-color:green}#root,.app,body,html{height:100vh;margin:0;padding:0;position:fixed;width:100%}.app{display:flex;flex-direction:column}.app.mobile{display:block;overflow:scroll}.app.mobile .page-home .page-home__intro .toggle-button-group{display:flex;flex-direction:column}.app.mobile .page-home .page-home__intro .toggle-button-group button{margin:5px 0}.main-content{display:flex;height:calc(100% - 73px)}.main-content>div:nth-child(2){flex:1 1;padding:20px}*{box-sizing:border-box;font-family:Poppins Regular}.separator{flex:1 1}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.mobile .main-content{width:100%}@media(prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-float 3s ease-in-out infinite;animation:App-logo-float 3s ease-in-out infinite}}.App-header{align-items:center;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#704cb6}@-webkit-keyframes App-logo-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes App-logo-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.Toastify *{color:#fff!important}@font-face{font-family:Poppins Bold;src:url(/static/media/Poppins-Bold.cdb29a5d7ccf57ff05a3.ttf)}@font-face{font-family:Poppins Medium;src:url(/static/media/Poppins-Medium.673ed42382ab264e0bf5.ttf)}@font-face{font-family:Poppins Regular;src:url(/static/media/Poppins-Regular.35d26b781dc5fda684cc.ttf)}@font-face{font-family:Poppins Italic;src:url(/static/media/Poppins-Italic.e373f6163127e2d469af.ttf)}.back-button:hover{cursor:pointer;opacity:.5}.input-error{color:#ae0909;color:var(--error-color);font-size:13px;margin:5px 0 10px}[role=listbox]{display:flex;flex-direction:column}[role=listbox] li{display:flex;justify-content:left;padding-left:10px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.label-text-area{color:rgba(0,0,0,.6)}.label-text-area,[role=listbox] li{font-family:Poppins Regular;font-size:12px}[role=listbox] li{color:#003d56;color:var(--primary-color)}.MuiPickersYear-root>button{text-align:center}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.c8db5e68.css.map*/