:root{--black: #000;--light-main-color:#F4F9F0;--light-secondary-color:#BFE0A5;--dark-main-color:#43553A;--dark-secondary-color:#343625;--grey: #a4b2bc;--white: #fff;--orange:#EA7C69;--orange-light:#F09D65;--background: #43553A;--warning-bg: rgba(255, 124, 163, .2);--warning-col: #FF7CA3;--filter-img-orange: invert(63%) sepia(20%) saturate(1956%) hue-rotate(318deg) brightness(100%) contrast(84%);--filter-img-orange-light:invert(76%) sepia(89%) saturate(827%) hue-rotate(313deg) brightness(98%) contrast(92%)}html{overflow:hidden;background-color:var(--background);color:var(--light-main-color)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--background);font-family:Oswald,sans-serif;text-align:center}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--light-main-color)}a:hover{color:var(--orange-light)}button{font-size:calc(10px + 2vmin);cursor:pointer}.icon-menu{width:" 1.2rem";height:" auto"}.active-icon{color:var(--orange);fill:var(--orange);filter:invert(92%) sepia(4%) saturate(1033%) hue-rotate(169deg) brightness(78%) contrast(85%)}.inactive-icon:hover{color:var(--white);filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)}.calendrier-container,.objEv-container,.profil-container{margin-left:100px;display:flex;flex-direction:column;text-align:center;justify-content:flex-start;align-items:center;height:95vh;width:calc(100vw - 100px)}.home-container{margin-left:100px;display:flex;flex-direction:column;text-align:center;justify-content:space-evenly;height:95vh;width:calc(100vw - 100px)}.charge-revenu-container{display:flex;justify-content:space-around}.home-container-start{margin-left:100px;display:flex;flex-direction:column;text-align:center;width:calc(100vw - 100px);height:90vh;justify-content:space-around;align-items:center}.img-txt-btn-ctn{display:flex;flex-direction:column}.img-txt-btn-ctn>h3{color:var(--white)}.img-txt-btn-ctn>button{color:#fff;background:var(--dark-secondary-color);min-width:50px;height:3em;border-radius:4px;border-color:var(--orange-light);font-size:1.2rem;padding:15px;margin:30px;width:auto;align-self:center}.img-txt-btn-ctn>button:hover{border-color:var(--white);background:var(--orange-light)}.btn-save{color:#fff;background:var(--dark-secondary-color);text-align:center;border-radius:4px;border-color:var(--orange-light);align-self:center;max-width:fit-content;padding:10px}.btn-save:hover{border-color:var(--white);background:var(--orange-light)}.container-home-all{margin-left:100px;display:flex;flex-direction:column;text-align:center;width:calc(100vw - 100px);height:85vh;justify-content:space-between;align-items:center}.segmented-tabs{display:flex;flex-direction:row;width:100%;justify-content:space-evenly}.cards-home-container{display:flex;flex-direction:row;align-content:space-around;width:100%;justify-content:space-around}.cards-home-container>p{display:flex;flex-direction:row}.btn-text{border:none;background-color:inherit;padding:14px 28px;font-size:16px;cursor:pointer;display:inline-block;color:var(--white)}.btn-text:hover{color:var(--orange-light)}.rav-home{min-height:70vh;min-width:calc(90vw - 100px)}.selected-item{text-align:center}.controls-container{--highlight-width: auto;--highlight-x-pos: 0;display:flex;margin:10px 0 25px}.controls{display:inline-flex;justify-content:space-between;background:white;box-shadow:0 0 5px #0000001a;border-radius:10px;max-width:500px;padding:12px;overflow:hidden;position:relative}.controls input{opacity:0;margin:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%;cursor:pointer;height:100%}.segment{min-width:120px;position:relative;text-align:center;z-index:1}.segment label{cursor:pointer;display:block;font-weight:700;padding:10px;transition:color .5s ease}.segment.active label{color:#fff}.controls:before{content:"";background:var(--orange-light);border-radius:8px;width:var(--highlight-width);transform:translate(var(--highlight-x-pos));position:absolute;top:8px;bottom:8px;left:0;z-index:0}.controls.ready:before{transition:transform .3s ease,width .3s ease}.login{display:flex;flex-direction:column;height:100vh;align-items:center;justify-content:center;overflow:auto}.login_form{display:flex;flex-direction:column}.login_form>h1{font-size:35px;margin-bottom:15px;padding-bottom:30px;letter-spacing:-1px;align-content:center;text-align:center}.login_form>input{min-width:38px;width:50vw;padding:20px 0 20px 15px;margin-bottom:10px;outline:none;border:2px solid var(--dark-main-color);border-radius:6px;font-size:15px;align-self:center}.login_form>input:focus{outline:2px solid var(--orange-light)}.submit_btn{color:#fff;background:var(--dark-secondary-color);min-width:120px;height:3em;border-radius:4px;border-color:var(--orange-light);font-size:14px;padding:5px;margin-top:10px;width:70vw;margin-bottom:20px;align-self:center}.submit_btn:hover{border-color:var(--white);background:var(--orange-light)}.link-div{text-align:right!important;font-weight:400}.link{margin-left:auto;text-align:right!important}.login>img{width:"40px";height:"auto"}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{width:50px;height:50px;border:10px solid #f3f3f3;border-top:10px solid var(--orange-light);border-radius:50%;animation:spinner 1.5s linear infinite}.spinner-container{display:grid;justify-content:center;align-items:center;height:200px}.register{display:flex;flex-direction:column;justify-content:center;height:100vh;align-items:center;text-align:center}.register_form{display:flex;flex-direction:column;align-items:center;justify-content:center}.register_form>h1{font-size:35px;margin-bottom:15px;padding-bottom:30px;letter-spacing:-1px;align-content:center}.register_form>input{min-width:38px;width:50vw;padding:20px 0 20px 15px;margin-bottom:10px;border-radius:6px;font-size:15px}.register_form>input:focus{border:2px solid var(--orange-light);outline:2px solid var(--orange-light)}.submit_btn{color:#fff;background:var(--dark-secondary-color);min-width:120px;height:3em;border-radius:4px;border-color:var(--orange-light);font-size:14px;padding:5px;margin-top:10px;width:50vw;margin-bottom:20px}.submit_btn:hover{border-color:var(--white);background:var(--orange-light)}.link-div{text-align:right;font-weight:400}.register>img{width:"40px";height:"auto"}.goback{align-self:flex-start;margin-bottom:10px}.confirm-register{display:flex;flex-direction:column;justify-content:space-between;height:100vh;align-items:center;text-align:center;padding:20px}.confirm-register>h1{margin-top:20px;text-align:center}.forgotpassword{display:flex;flex-direction:column;justify-content:center;height:100vh;align-items:center;text-align:center}.forgotpassword_form{display:flex;flex-direction:column;align-items:center;justify-content:center}.forgotpassword_form>h1{font-size:35px;margin-bottom:15px;padding-bottom:30px;letter-spacing:-1px;align-content:center}.forgotpassword_form>input{min-width:38px;width:50vw;padding:20px 0 20px 15px;margin-bottom:10px;border-radius:6px;font-size:15px}.forgotpassword_form>input:focus{border:2px solid var(--orange-light);outline:2px solid var(--orange-light)}.submit_btn{color:#fff;background:var(--dark-secondary-color);min-width:120px;height:3em;border-radius:4px;border-color:var(--orange-light);font-size:14px;padding:5px;margin-top:10px;width:50vw;margin-bottom:20px}.submit_btn:hover{border-color:var(--white);background:var(--orange-light)}.link-div{text-align:right;font-weight:400}.forgotpassword>img{width:"40px";height:"auto"}.goback{align-self:flex-start;margin-bottom:10px}.confirm-forgotpassword{display:flex;flex-direction:column;justify-content:space-between;height:100vh;align-items:center;text-align:center;padding:20px}.confirm-forgotpassword>h1{margin-top:20px;text-align:center}.title{margin-bottom:20px}.newpassword{display:flex;flex-direction:column;justify-content:space-around;height:100vh;align-items:center;text-align:center}.newpassword_form{display:flex;flex-direction:column;align-items:center;justify-content:center}.newpassword_form>h1{font-size:35px;margin-bottom:15px;padding-bottom:30px;letter-spacing:-1px;align-content:center}.newpassword_form>input{min-width:38px;width:50vw;padding:20px 0 20px 15px;margin-bottom:10px;border-radius:6px;font-size:15px}.newpassword_form>input:focus{border:2px solid var(--orange-light);outline:2px solid var(--orange-light)}.submit_btn{color:#fff;background:var(--dark-secondary-color);min-width:120px;height:3em;border-radius:4px;border-color:var(--orange-light);font-size:14px;padding:5px;margin-top:10px;width:50vw;margin-bottom:20px}.submit_btn:hover{border-color:var(--white);background:var(--orange-light)}.link-div{text-align:right;font-weight:400}.newpassword>img{margin-left:10vw;align-self:center;width:40vw;height:"auto"}.goback{align-self:flex-start;margin-bottom:10px}.confirm-newpassword{display:flex;flex-direction:column;justify-content:space-between;height:100vh;align-items:center;text-align:center;padding:20px}.confirm-newpassword>h1{margin-top:20px;text-align:center}.title{margin-bottom:20px}: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: rgba(255, 255, 255, .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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.operation-container{display:flex;flex-direction:column;align-items:center}.list-opfixe{width:100%;text-align:center}.table-opfixe{filter:drop-shadow(0px 2px 0px rgba(191,224,165,.4));border-radius:10px;margin-bottom:10px;padding:3px 5px 5px 0;max-width:60%;margin-left:20%}thead,tbody,tr{display:table;width:100%;table-layout:fixed}tbody{display:block;overflow:auto;table-layout:fixed;max-height:250px;background-color:var(--dark-secondary-color);border-bottom-left-radius:6px;border-bottom-right-radius:6px}th,td{padding:10px}.header-table{color:var(--orange-light);width:100%;background-color:var(--dark-secondary-color);border-bottom:1px solid;border-top-left-radius:6px;border-top-right-radius:6px}.operation-container>img{width:10vw;height:auto}.title-add-operationfixe{padding-bottom:10px}.form-container{display:flex;flex-direction:row;justify-content:space-around;background-color:var(--dark-secondary-color);box-shadow:3.91188px 3.8238px 5.7356px 1.8238px #bfe0a566;border-radius:10px;padding:0 10px 0 0;align-items:center;height:auto}.btn-input{display:flex;flex-direction:row}label{font-weight:700;display:flex;margin-bottom:5px;color:var(--orange-light)}.form-container>input+label{font-weight:700;display:inline-flex}.form-container>input[type=text],.form-container>input[type=email],.form-container>input[type=password],.form-container>textarea{display:block;width:200px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px}input:focus{outline:2px solid var(--orange-light)}input[type=number]{display:block;width:90px;padding:6px 12px;font-size:14px;min-height:34px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px}select{display:block;width:70px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px}.form-container>button{color:#fff;background:var(--dark-secondary-color);min-width:50px;height:3em;border-radius:10px;border-color:var(--orange-light);font-size:14px;padding:5px;margin-top:1rem;width:auto;align-self:center}.bnt-cardOperationFixe:hover{border-color:var(--white);background:var(--orange-light)}.form-control{position:relative;margin:10px 10px 20px}.error-container{border-radius:10px;padding-top:0}.error{color:var(--warning-col);background:var(--warning-bg);border-radius:6px;position:absolute}.operations-container{margin-left:100px;display:flex;flex-direction:column;text-align:center;justify-content:flex-start;align-items:center;height:95vh;width:calc(100vw - 100px)}
