.App{background-color:#0000;background-image:linear-gradient(#ffffffb3,#5c17904d),url(/assets/image1-CwIn8oSy.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;height:100vh;display:flex}.menuOpenIcon{z-index:2;color:#07659a;cursor:pointer;position:absolute;top:1.2vh;left:15px}.menuOpenIcon:hover{animation:.4s forwards ring}@keyframes ring{0%{transform:translate(0)}20%{transform:translate(-3px)}40%{transform:translate(3px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}to{transform:translate(0)}}.Dashboard{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Dashboard .leftSide{z-index:1;background-color:#fffc;border-radius:.25rem;flex-direction:column;width:230px;height:98vh;animation:.55s ease-out apparition;display:flex;position:fixed;left:10px}@keyframes apparition{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.Dashboard .leftSide .sidebar{scrollbar-width:none;overflow-y:scroll}.Dashboard .leftSide .sidebar::-webkit-scrollbar{display:none}.Dashboard .mainSide{background-color:#fffc;border-radius:.25rem;flex-direction:column;justify-content:flex-start;align-items:center;height:98vh;display:flex;overflow:auto}.Dashboard .mainSide.mainSideFullScreen{width:calc(100% - 20px);animation:.5s ease-out fullScreen;position:fixed;right:10px}@keyframes fullScreen{0%{opacity:0;width:calc(100% - 260px);right:10px}to{opacity:1;width:calc(100% - 20px);right:10px}}.Dashboard .mainSide.mainSideReducedScreen{width:calc(100% - 260px);animation:.5s ease-out reducedScreen;position:fixed;right:10px}@keyframes reducedScreen{0%{opacity:0;width:calc(100% - 20px);right:10px}to{opacity:1;width:calc(100% - 260px);right:10px}}.Dashboard .mainSide.mainSideReducedScreen .sidebar{scrollbar-width:none;overflow-y:scroll}.Dashboard .mainSide.mainSideReducedScreen .sidebar::-webkit-scrollbar{display:none}.sidebar{flex-direction:column;display:flex;overflow:auto}.sidebar .top{flex-direction:column;justify-content:center;margin:14px 0 0;display:flex}.sidebar .top .logo{flex-direction:column;align-items:center;display:flex}.sidebar .top .logo img{width:60%;height:auto}.sidebar .bonjourUser{color:#07659a;white-space:nowrap;text-overflow:ellipsis;max-width:200px;padding:0 20px;font-size:14px;font-weight:600;overflow:hidden}.sidebar hr{border:.5px solid #e6e3e3;align-self:center;width:80%;height:0;margin:12px 0}.sidebar .center{flex-direction:column;padding-left:20px;display:flex}.sidebar .center .title{color:#9c9a99;padding-left:5px;font-size:16px;font-weight:700}.sidebar .center .sub-title{color:#07659a;transform-origin:0;padding-bottom:5px;padding-left:22px;font-size:22px;font-weight:700;transition:transform .3s ease-out}.sidebar .center .sub-title:hover{color:#2788c1;transform:scale(1.1)}.sidebar .center .menu{flex-direction:column;display:flex}.sidebar .center .menu ul{margin:10px 0 0;padding:0;list-style:none}.sidebar .center .menu .sub-menu{flex-direction:column;display:flex}.sidebar .center .menu .sub-menu .parent{background-color:#d8d5ee;justify-content:space-between;align-items:center;display:flex}.sidebar .center .menu .sub-menu .parent .iconAndText{align-items:flex-end;display:flex}.sidebar .center .menu .sub-menu .parent .arrow{right:10px}.sidebar .center .menu .sub-menu .parent span{text-overflow:ellipsis;white-space:nowrap;width:100px;display:block;overflow:hidden}.sidebar .center .menu .sub-menu .close{opacity:0;visibility:hidden;max-height:0;transition:all .1s}.sidebar .center .menu .sub-menu .open{opacity:1;visibility:visible;transition:all .5s}.sidebar .center .menu .sub-menu li{padding-left:20px}.sidebar .center .menu .sub-menu li:first-of-type{margin-top:10px}.sidebar .center .menu .sub-menu li a{text-decoration:none;list-style:none}.sidebar .bottom{flex-direction:column;gap:10px;padding-left:20px;display:flex}.sidebar .bottom .bottom-title{font-size:15px;font-style:italic;font-weight:700}.sidebar .bottom ul{margin:0;padding:0;list-style:none}.sidebar .bottom .colorOption{display:flex}.sidebar .bottom .colorOption div{cursor:pointer;border:1px solid #999;border-radius:5px;width:20px;height:20px;margin:5px}.sidebar .bottom .colorOption .light{background-color:#f5f5f5}.sidebar .bottom .colorOption .dark{background-color:#333}.sidebar .menuLink{cursor:pointer;border-radius:2px 0 0 2px;align-items:center;padding:5px;transition:all .5s;display:flex}.sidebar .menuLink:hover{background-color:#d2e8f5}.sidebar .menuLink:active{background-color:#afdaf3}.sidebar .menuLink .icon{color:#07659a;font-size:18px}.sidebar .menuLink span{color:#3e3e3e;margin-left:10px;font-size:13px;font-weight:700}.active{background:#afdaf3;padding-right:10px}.LandingPage{gap:20px;align-items:left;flex-direction:column;justify-content:flex-start;width:95%;height:100%;margin-top:30px;margin-bottom:30px;display:flex;overflow:auto}.LandingPage .main-container{scrollbar-width:thin;width:auto;margin-top:-20px;overflow-y:scroll}.LandingPage .group-separator{color:#456e86;font-family:Nunito,sans-serif;font-size:1rem;font-weight:700}.LandingMuiCard-root{border:1px solid #d0d0e2;flex-direction:column;justify-content:center;align-items:center;display:flex}.LandingMuiCard-root .LandingMuiCard-imgContainer{flex-direction:column;justify-content:center;align-items:center;height:50px;padding-top:10px;padding-bottom:0;display:flex}.LandingMuiCard-root .LandingMuiCard-imgContainer .LandingMuiCard-logo{object-fit:contain;max-height:40px}.LandingMuiCard-root .LandingMuiCard-cardContent{flex-direction:column;padding:10px 30px 20px;display:flex}.LandingMuiCard-root .LandingMuiCard-cardContent:after{content:"";background-color:#8f8fc9;border-radius:0 0 .5px .5px;width:100%;height:10px;position:absolute;bottom:0;left:0}.LandingMuiCard-root .LandingMuiCard-cardContent .LandingMuiCard-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.LandingMuiCard-root .LandingMuiCard-cardContent .LandingMuiCard-text:hover{white-space:normal;z-index:1;overflow:visible}.searchBar{border-bottom:.5px solid #d3d3d3;align-items:center;width:200px;margin:20px 0;padding:3px;display:flex}.searchBar .MuiSvgIcon-root{cursor:pointer}.searchBar input{background:0 0;border:none;outline:none;width:18rem}.searchBar input::placeholder{font-size:12px}.Signin form{background-color:#fff;border-radius:5px;flex-direction:column;align-items:center;padding:0 60px;display:flex}.Signin form .loginHeader{flex-direction:row;justify-content:space-between;align-items:center;margin:30px 0 20px;display:flex}.Signin form .loginHeader .loginHeader__logo{width:80px;height:auto;display:flex}.Signin form .loginHeader .loginHeader__logo img{width:100%}.Signin form .loginHeader .loginHeader__title{color:#07659a;text-align:center;margin:20px;font-size:2rem}.Signin form .inputPW{margin-bottom:10px}.Signin form button{color:#fff;cursor:pointer;background-color:#07659a;border:none;border-radius:5px;width:100%;height:40px;margin:20px;padding:10px;font-size:large;font-weight:700}.Signin form button:hover{background-color:#0380c9d5}.Signin form button.nope:hover{animation:.4s forwards nope}@keyframes nope{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-8px)}80%{transform:translate(8px)}to{transform:translate(0)}}.Signin form .loginFooter{justify-content:right;width:100%;margin-bottom:20px;display:flex}.Signin form .loginFooter a{color:#677983;font-size:medium;font-weight:700;text-decoration:none}.Signin form .loginFooter a:hover{color:#07659a}.formInput{flex-direction:column;width:280px;display:flex}.formInput label{color:#07659a;margin-top:7px;font-size:14px;font-weight:700}.formInput input{border:1px solid gray;border-radius:5px;height:12px;margin:2px 0;padding:10px}.formInput input:invalid[focused=true]{border:1px solid red}.formInput input:invalid[focused=true]~span{display:block}.formInput span{color:red;padding-bottom:7px;font-size:12px;display:none}.ForgotPW form{background-color:#fff;border-radius:5px;flex-direction:column;align-items:center;padding:0 60px;display:flex}.ForgotPW form .forgotHeader{flex-direction:row;justify-content:space-between;align-items:center;margin:30px 0 20px;display:flex}.ForgotPW form .forgotHeader .forgotHeader__logo{width:80px;height:auto;display:flex}.ForgotPW form .forgotHeader .forgotHeader__logo img{width:100%}.ForgotPW form .forgotHeader .titles{flex-direction:column;align-items:flex-start;padding-left:20px;display:flex}.ForgotPW form .forgotHeader .titles .forgotHeader__title{color:#07659a;text-align:center;font-size:2rem}.ForgotPW form .forgotHeader .titles .forgotHeder__second{justify-content:space-between;width:254px;display:flex}.ForgotPW form .forgotHeader .titles .forgotHeder__second .forgotHeader__subtitle{color:#364148;text-align:center;font-size:1rem}.ForgotPW form .forgotHeader .titles .forgotHeder__second .backIcon{cursor:pointer;color:#07659a;transition:transform .2s}.ForgotPW form .forgotHeader .titles .forgotHeder__second .backIcon:hover{color:#0380c9d5;transform:translate(-3px)}.ForgotPW form .inputPW{margin-bottom:10px}.ForgotPW form button{color:#fff;cursor:pointer;background-color:#07659a;border:none;border-radius:5px;width:100%;height:40px;margin:20px;padding:10px;font-size:large;font-weight:700}.ForgotPW form button:hover{background-color:#0380c9d5}.ForgotPW form button.nope:hover{animation:.4s forwards nope}.ForgotPW form .errorMessage{color:red;justify-content:center;width:100%;margin-bottom:20px;font-weight:500;display:flex}.MuListe{flex-direction:column;width:95%;height:calc(100% - 60px);display:flex;position:relative;top:30px}.MuListe .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}.MuListe .topPage .topTitle{justify-content:left;align-items:center;display:flex}.MuListe .topPage .topTitle div{padding:5px 5px 0 10px}.MuListe .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.MuListe .topPage .topNav{flex-direction:row-reverse;justify-content:left;align-items:center;gap:40px;display:flex}.MuListe .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.MuListe .topPage .topNav .topNav-close:hover{color:#07659a}.MuListe .topPage .topNav .topNav-close:active{color:#054569}.MuListe .dataGridBox{height:calc(100% - 120px)}.dataGridBox{flex-direction:column;justify-content:space-between;height:100%;display:flex}.btn-supprimer{margin:20px}.cellContent{text-overflow:ellipsis;white-space:nowrap;max-width:250px;overflow:hidden}.cellContent:hover{white-space:normal;overflow:visible}.row--groupHeader{background:#07659a14;font-weight:600}.groupHeaderCell{color:#07659a;font-size:.95rem;font-weight:700}.row--groupHeader{border-top:2px solid #07659a40}.groupHeaderCell{text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;overflow:hidden}.Utilisateurs{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.Utilisateurs .topPage{border-radius:2px;justify-content:space-between;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.Utilisateurs .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.Utilisateurs .topPage .topTitle{justify-content:left;align-items:center;display:flex}.Utilisateurs .topPage .topTitle div{padding:5px 5px 0 10px}.Utilisateurs .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.Utilisateurs .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.Utilisateurs .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.Utilisateurs .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.Utilisateurs .topPage .topNav .topNav-close:hover{color:#07659a}.Utilisateurs .topPage .topNav .topNav-close:active{color:#054569}.Utilisateurs .css-13xfq8m-MuiTabPanel-root{padding:0}.addNewUser{flex-direction:column;justify-content:flex-start;margin-top:30px;margin-bottom:30px;display:flex}.addNewUser .addNewUser-paper{background-color:#0000;height:100%;padding:20px}.addNewUser .addNewUser-paper .addNewUser-form{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.addNewUser .addNewUser-paper .addNewUser-form hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.addNewUser .addNewUser-paper .addNewUser-form hr:hover{opacity:.2;width:60%}.addNewUser .addNewUser-paper .addNewUser-form .footerAddNewUser{justify-content:space-around;width:100%;margin:10px;display:flex}.UserProfilesServicesForm,.UserProfilesServicesForm .gridContainer{flex-direction:row;align-items:center;width:100%;display:flex;margin:0!important}.UserProfilesServicesForm .allMuSelect-formControl{align-items:center;width:100%;margin:0;padding:0;display:flex}.UserProfilesServicesForm .allMuSelect-formControl .allMuSelect-checkbox{padding-left:0}.container .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiAccordionSummary-content-Municipality{align-items:center;width:100%;display:flex}.container .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content .MuiAccordionSummary-content-Municipality .Muni-logo{border-radius:50%;width:32px;height:32px;margin:0 10px}.container .MuiAccordion-root .MuiAccordionSummary-root .delete-profilAndServices-icon{color:#a76c6c}.container .MuiAccordion-root .MuiAccordionSummary-root .delete-profilAndServices-icon:hover{color:#de5757}.GridTable .edit-icon,.GridTable .edit-icon:hover{color:#305d42}.GridTable .row--groupHeader .MuiDataGrid-cellCheckbox{visibility:hidden}.Messages{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.Messages .topPage{border-radius:2px;justify-content:space-between;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.Messages .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.Messages .topPage .topTitle{justify-content:left;align-items:center;display:flex}.Messages .topPage .topTitle div{padding:5px 5px 0 10px}.Messages .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.Messages .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.Messages .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.Messages .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.Messages .topPage .topNav .topNav-close:hover{color:#07659a}.Messages .topPage .topNav .topNav-close:active{color:#054569}.Messages .css-13xfq8m-MuiTabPanel-root{padding:0}.GridTable .dataGridBox{flex-direction:column;justify-content:space-between;display:flex}.GridTable .edit-icon,.GridTable .edit-icon:hover{color:#305d42}.AddNewMessage{margin-top:30px;margin-bottom:30px}.AddNewMessage .addNew-message-paper{background-color:#0000;height:100%;padding:10px 20px 30px}.AddNewMessage .addNew-message-paper .gridContainer{flex-direction:row;align-items:center;width:100%;margin:20px 0 0;display:flex}.AddNewMessage .addNew-message-paper .gridContainer .gridContainer-second-block{border-top:2px solid #07649a91;margin-top:20px}.AddNewMessage .addNew-message-paper .gridContainer .gridItem{flex-direction:row;justify-content:space-between;align-items:center;margin:20px 0;padding:0 20px;display:flex}.AddNewMessage .addNew-message-paper .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.AddNewMessage .addNew-message-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel{justify-content:space-between;align-items:center;display:flex}.AddNewMessage .addNew-message-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel .sliderInput,.AddNewMessage .addNew-message-paper .gridContainer .gridItem .gridItem-formControl .orderBy{display:flex}.AddNewMessage .addNew-message-paper .gridContainer .gridItem .gridItem-formControl .orderBy .orderBy-control{margin-left:20px}.AddNewMessage .addNew-message-paper .gridContainer .gridItem-composite .gridItem-formControl-composite{margin:0;padding:0}.AddNewMessage .addNew-message-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel{align-items:center;margin-left:0;margin-right:0;display:flex}.AddNewMessage .addNew-message-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel.left{margin-left:-12px}.AddNewMessage .addNew-message-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel .frequency-label{margin-right:20px}.AddNewMessage .addNew-message-paper .gridError{margin:0;padding:0}.AddNewMessage .addNew-message-paper hr{opacity:.5;background-color:#07659a;border:none;width:100%;height:1.5px;margin:20px auto 10px;transition:opacity .7s ease-in-out,width .7s ease-in-out}.AddNewMessage .addNew-message-paper hr:hover{opacity:.2;width:80%}.AddNewMessage .addNew-message-paper .footer-addNew-message{justify-content:space-around;width:100%;margin:40px 0 20px;display:flex}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{white-space:nowrap;width:1.2em;display:inline-block}.ql-editor li:not(.ql-direction-rtl):before{text-align:right;margin-left:-1.5em;margin-right:.3em}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0, decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1, lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2, lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3, decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4, lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5, lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6, decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7, lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8, lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor pre.ql-syntax{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.profile{flex-direction:column;justify-content:flex-start;gap:30px;width:95%;margin-top:30px;margin-bottom:30px;display:flex}.profile .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.profile .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.profile .topPage .topTitle{justify-content:left;align-items:center;display:flex}.profile .topPage .topTitle div{padding:5px 5px 0 10px}.profile .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.profile .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.profile .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.profile .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.profile .topPage .topNav .topNav-close:hover{color:#07659a}.profile .topPage .topNav .topNav-close:active{color:#054569}.profile .profile-paper{background-color:#0000;height:100%;padding:20px}.profile .profile-paper .profile-form{flex-direction:column;justify-content:space-between;align-items:center;padding:20px;display:flex;overflow:hidden auto}.profile .profile-paper .profile-form input::selection{background-color:#0000}.profile .profile-paper .profile-form .gridContainer{flex-direction:row;align-items:center;margin:0;display:flex}.profile .profile-paper .profile-form .gridContainer .gridItem{flex-direction:column;margin:0 0 30px;padding:20px;display:flex}.profile .profile-paper .profile-form .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.profile .profile-paper .profile-form .gridContainer .gridItem .checkboxItem-title{color:#07659a;margin-bottom:20px;font-weight:500}.profile .profile-paper .profile-form .gridContainer .gridItem .checkboxItem-selectAll{color:gray;margin-bottom:20px}.profile .profile-paper .profile-form .gridContainer .gridItem.checkboxItem{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.profile .profile-paper .profile-form .gridContainer .btnGenerer{display:flex}.profile .profile-paper .profile-form .gridContainer .gridContainer-phonePost{margin:0;padding:0;display:flex}.profile .profile-paper .profile-form .gridContainer hr{opacity:.5;background-color:#07659a;border:none;width:70%;height:2px;margin:0 auto 20px;transition:all .7s ease-in-out}.profile .profile-paper .profile-form .gridContainer hr:hover{opacity:.2;width:60%}.dialogChangePassword .MuiDialogContent-root{padding:0}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer{width:100%;margin:0}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem-text{padding:0 20px 10px 38px}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem{padding:10px 0 10px 38px}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem-error{justify-content:left;align-items:flex-end;padding:0;display:flex}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem-error span{margin:0;padding:0 0 10px 20px}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem-message{justify-content:left;align-items:flex-end;padding:0;display:flex}.dialogChangePassword .MuiDialogContent-root .dialogGridContainer .dialogGridItem-message span{margin:0;padding:20px 20px 20px 38px}.header-mainContent{grid-gap:20px;grid-template-columns:repeat(3,1fr);display:grid;box-shadow:1px 1px 5px #0006}@media (width<=820px){.header-mainContent{flex-direction:column;flex:1;justify-content:space-around;align-items:center;gap:5px;display:flex}}.header-mainContent .city-logo{flex-direction:column;grid-column:1/span 1;justify-content:center;align-items:center;width:100%;height:auto;display:flex}.header-mainContent .city-logo img{object-fit:cover;max-width:160px;max-height:12vh;padding:5px}@media (width<=820px){.header-mainContent .city-logo img{padding:10px 0 5px}}.header-mainContent .header-middle{grid-column:2/span 1;padding:10px 0}@media (width<=820px){.header-mainContent .header-middle{align-items:left;box-sizing:border-box;flex-direction:column;width:100%;padding:5px 0 5px 10vw;display:flex}}.header-mainContent .header-middle .cityName{color:#07659a;font-size:1.2rem;font-weight:700}.header-mainContent .header-middle .ville{padding-bottom:5px;font-size:.8rem}.header-mainContent .header-middle .mrc,.header-mainContent .header-middle .fuseau{font-size:small}.header-mainContent .header-right{grid-column:3/span 1;padding:10px 0}@media (width<=820px){.header-mainContent .header-right{align-items:left;box-sizing:border-box;flex-direction:column;width:100%;padding:5px 0 10px 10vw;display:flex}}.header-mainContent .header-right .version{padding-bottom:5px;font-size:medium;font-weight:700}.header-mainContent .header-right .wrapTextAlert{align-items:center;margin-right:10px;display:flex}.header-mainContent .header-right .wrapTextAlert .text{font-size:small}.header-mainContent .header-right .wrapTextAlert .icon{margin-left:10px}.MuMessages{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.MuMessages .topPage{border-radius:2px;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.MuMessages .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.MuMessages .topPage .topTitle{justify-content:left;align-items:center;display:flex}.MuMessages .topPage .topTitle div{padding:5px 5px 0 10px}.MuMessages .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.MuMessages .MuiTabPanel-root{margin-top:30px;margin-bottom:30px;padding:0}.GridTable .edit-icon,.GridTable .edit-icon:hover{color:#305d42}.AddNewMessage{flex-direction:column;width:100%;display:flex}.PopUpMessages .PopUpMessages-paper{background-color:#0000;height:100%;padding:20px}.PopUpMessages .PopUpMessages-paper .gridContainer{flex-direction:row;align-items:center;width:100%;margin:20px 0 0;display:flex}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem{flex-direction:row;justify-content:space-between;align-items:center;margin:20px 0;padding:0 20px;display:flex}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel{justify-content:space-between;align-items:center;display:flex}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel .sliderInput,.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem .gridItem-formControl .orderBy{display:flex}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem .gridItem-formControl .orderBy .orderBy-control{margin-left:20px}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite{margin:0;padding:0}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel{align-items:center;margin-left:0;margin-right:0;display:flex}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel.left{margin-left:-12px}.PopUpMessages .PopUpMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel .frequency-label{margin-right:20px}.PopUpMessages .PopUpMessages-paper .gridError{margin:0;padding:0}.PopUpMessages .PopUpMessages-paper hr{opacity:.5;background-color:#07659a;border:none;width:100%;height:1.5px;margin:10px auto;transition:opacity .7s ease-in-out,width .7s ease-in-out}.PopUpMessages .PopUpMessages-paper hr:hover{opacity:.2;width:80%}.PopUpMessages .PopUpMessages-paper .footerPopUpgMessages{justify-content:space-around;width:100%;margin:40px 0 20px;display:flex}.mu-utilisateurs{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.mu-utilisateurs .topPage{border-radius:2px;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.mu-utilisateurs .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.mu-utilisateurs .topPage .topTitle{justify-content:left;align-items:center;display:flex}.mu-utilisateurs .topPage .topTitle div{padding:5px 5px 0 10px}.mu-utilisateurs .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.mu-utilisateurs .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.mu-utilisateurs .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.mu-utilisateurs .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.mu-utilisateurs .topPage .topNav .topNav-close:hover{color:#07659a}.mu-utilisateurs .topPage .topNav .topNav-close:active{color:#054569}.mu-utilisateurs .css-13xfq8m-MuiTabPanel-root{padding:0}.GridTable .dataGridBox{flex-direction:column;justify-content:space-between;height:600px;margin-bottom:30px;display:flex}.GridTable .grid-customToolbar-container{justify-content:space-between;margin:10px 0 10px 10px;display:flex}.GridTable .btn-supprimer{margin:20px}.GridTable .MuiDataGrid-columnHeaderTitle{font-weight:bolder!important}.GridTable .edit-icon,.GridTable .edit-icon:hover{color:#305d42}.muAddUser{flex-direction:column;justify-content:flex-start;margin-top:30px;margin-bottom:30px;display:flex}.muAddUser .muAddUser-paper{background-color:#0000;height:100%;padding:20px}.muAddUser .muAddUser-paper .muAddUserForm{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.muAddUser .muAddUser-paper .muAddUserForm hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.muAddUser .muAddUser-paper .muAddUserForm hr:hover{opacity:.2;width:60%}.muAddUser .muAddUser-paper .muAddUserForm .footerAddUser{justify-content:space-around;width:100%;margin:10px;display:flex}.addMuToUser{flex-direction:column;justify-content:flex-start;margin-top:30px;margin-bottom:30px;display:flex}.addMuToUser .muAddUser-paper{background-color:#0000;height:100%;padding:20px}.addMuToUser .muAddUser-paper .muAddUserForm{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.addMuToUser .muAddUser-paper .muAddUserForm hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.addMuToUser .muAddUser-paper .muAddUserForm hr:hover{opacity:.2;width:60%}.addMuToUser .muAddUser-paper .muAddUserForm .footerAddUser{justify-content:space-around;width:100%;margin:10px;display:flex}.UserProfilesServicesForm .gridContainer .gridItem{flex-direction:column;display:flex;margin:0!important}.UserInfoForm .gridContainer .gridItem{flex-direction:column;display:flex;margin:0!important}.muStatistiques{flex-direction:column;gap:20px;width:95%;padding-bottom:30px;display:flex;position:relative;top:30px}.muStatistiques .statistiques-main-container{flex-direction:column;gap:20px;display:flex}.muStatistiques .statistiques-main-container .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=1040px){.muStatistiques .statistiques-main-container .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.muStatistiques .statistiques-main-container .topPage .topTitle{justify-content:left;align-items:center;display:flex}.muStatistiques .statistiques-main-container .topPage .topTitle div{padding:5px 5px 0 10px}.muStatistiques .statistiques-main-container .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.muStatistiques .statistiques-main-container .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.muStatistiques .statistiques-main-container .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.muStatistiques .statistiques-main-container .topPage .topNav .topMiddle{justify-content:space-between;align-items:center;gap:30px;display:flex}@media (width<=768px){.muStatistiques .statistiques-main-container .topPage .topNav .topMiddle{flex-direction:column;align-items:flex-start;gap:10px}}.muStatistiques .statistiques-main-container .topPage .topNav .topMiddle .btnGroupVersion{margin:0}.muStatistiques .statistiques-main-container .topPage .topNav .topMiddle .btnVersion{height:30px;padding-top:0;padding-bottom:0;font-size:12px}.muStatistiques .statistiques-main-container .topPage .topNav .topNav-close{color:#000}.muStatistiques .statistiques-main-container .topPage .topNav .topNav-close:hover{color:#07659a}.muStatistiques .statistiques-main-container .topPage .topNav .topNav-close:active{color:#054569}.muStatistiques .statistiques-main-container .statsBox{background-color:#0000;flex-direction:column;justify-content:space-between;gap:30px;display:flex;position:relative}.muStatistiques .statistiques-main-container .statsBox .paper{background:0 0;display:flex}.muStatistiques .statistiques-main-container .statsBox .paper .spanningTable{background-color:#0000;width:100%}.Cards{gap:10px;display:flex}@media (width<=768px){.Cards{flex-direction:column}}@media (width<=1360px){.Cards{flex-wrap:wrap}}.Cards .parentContainer{width:100%}.GridCards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}@media (width<=1040px){.grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid{grid-template-columns:repeat(2,1fr)}}.CompactCard{-webkit-box-shadow:2px 4px 10px 1px #00000078;cursor:pointer;border-radius:5px;flex-direction:column;gap:10px;max-height:100px;padding:10px;display:flex;box-shadow:2px 4px 10px 1px #c3c1c178}.CompactCard .separator{position:relative}.CompactCard .separator:after{content:"";border-top:1px solid #90979c;position:absolute;bottom:0;left:0;right:0}.CompactCard .box-title{color:#252525;justify-content:space-between;align-items:center;padding-bottom:5px;display:flex}.CompactCard .box-title .leftDetail{flex:1;justify-content:left;gap:10px;display:flex}.CompactCard .box-title .leftDetail .png{color:#252525;align-items:center;font-size:24px;display:flex}.CompactCard .box-title .leftDetail span{font-size:20px;font-weight:700}.CompactCard .box-title .rightDetail{flex:1;justify-content:flex-end;display:flex}.CompactCard .box-title .rightDetail .MuiSvgIcon-root{transition:font-size .3s,color .3s}.CompactCard .box-title .rightDetail:hover .MuiSvgIcon-root{color:#7c9baf;font-size:28px}.CompactCard .box-detail{justify-content:space-around;display:flex}.CompactCard .box-detail .box-detail-info{flex-direction:column;display:flex}.CompactCard .box-detail .box-detail-info span{color:#252525;font-size:12px;font-weight:700}.CompactCard .box-detail .box-detail-info span+div{color:#252525;font-size:18px;font-weight:700}.CompactCard:hover{box-shadow:2px 4px 10px 1px #1a191978}.CompactCard.last-card{cursor:auto}.ExpandedCard-container{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.ExpandedCard-container .ExpandedCard{flex-direction:column;gap:5px;display:flex}.ExpandedCard-container .ExpandedCard .expCardTop{justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.ExpandedCard-container .ExpandedCard .expCardTop .expCardTitle{font-size:1.2em;font-weight:700}.ExpandedCard-container .ExpandedCard .expCardTop .zoomOut{display:flex}.ExpandedCard-container .ExpandedCard .expCardTop .zoomOut:hover{color:#0b0c0d}.ExpandedCard-container .ExpandedCard .chartContainer{align-self:center;width:min(90%,800px)}.header-row,.total-row,.average-row{z-index:10;background-color:#abb4e673}.sticky-row{position:sticky;top:0}.cartographie{flex-direction:column;gap:20px;width:95%;height:calc(100% - 60px);display:flex;position:relative;top:30px}.cartographie .cartographie-main-container{flex-direction:column;gap:20px;height:calc(100% - 120px);display:flex}.cartographie .cartographie-main-container .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}.cartographie .cartographie-main-container .topPage .topTitle{justify-content:left;align-items:center;display:flex}.cartographie .cartographie-main-container .topPage .topTitle div{padding:5px 5px 0 10px}.cartographie .cartographie-main-container .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.cartographie .cartographie-main-container .topPage .topNav{flex-direction:row-reverse;justify-content:space-between;align-items:center;width:150px;display:flex}@media (width<=1040px){.cartographie .cartographie-main-container .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.cartographie .cartographie-main-container .topPage .topNav .topNav-close{color:#000}.cartographie .cartographie-main-container .topPage .topNav .topNav-close:hover{color:#07659a}.cartographie .cartographie-main-container .topPage .topNav .topNav-close:active{color:#054569}.cartographie .cartographie-main-container .cartographie-paper{background-color:#0000;flex-direction:column;height:calc(100% - 80px);padding:15px;line-height:2;display:flex;overflow:auto}.cartographie .cartographie-main-container .cartographie-paper p{padding-bottom:20px}.cartographie .cartographie-main-container .cartographie-paper ul{padding-bottom:10px}.muEditUser{flex-direction:column;gap:30px;display:flex}.muEditUser .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=1040px){.muEditUser .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.muEditUser .topPage .topTitle{justify-content:left;align-items:center;display:flex}.muEditUser .topPage .topTitle div{padding:5px 5px 0 10px}.muEditUser .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.muEditUser .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.muEditUser .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.muEditUser .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.muEditUser .topPage .topNav .topNav-close:hover{color:#07659a}.muEditUser .topPage .topNav .topNav-close:active{color:#054569}.muEditUser .muEditUser-paper{background-color:#0000;height:100%;padding:20px}.muEditUser .muEditUser-paper .muEditUserForm{flex-direction:column;justify-content:space-between;align-items:center;padding:20px;display:flex}.muEditUser .muEditUser-paper .muEditUserForm hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.muEditUser .muEditUser-paper .muEditUserForm hr:hover{opacity:.2;width:60%}.muEditUser .footerEditUser{justify-content:space-around;width:100%;margin:10px;display:flex}.muEditUser-main-wrapper{flex-direction:column;justify-content:flex-start;gap:30px;width:95%;margin-top:30px;margin-bottom:30px;display:flex}.MuEditMessage{flex-direction:column;width:95%;display:flex;position:relative;top:30px}.MuEditMessage .topPage{border-radius:2px;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.MuEditMessage .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.MuEditMessage .topPage .topTitle{justify-content:left;align-items:center;display:flex}.MuEditMessage .topPage .topTitle div{padding:5px 5px 0 10px}.MuEditMessage .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.MuEditMessage .MuEditMessage-Panel{margin-top:20px;margin-bottom:30px}.editOneUserOfAll{flex-direction:column;justify-content:flex-start;gap:30px;width:95%;margin-top:30px;margin-bottom:30px;display:flex}.editOneUserOfAll .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.editOneUserOfAll .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.editOneUserOfAll .topPage .topTitle{justify-content:left;align-items:center;display:flex}.editOneUserOfAll .topPage .topTitle div{padding:5px 5px 0 10px}.editOneUserOfAll .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.editOneUserOfAll .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.editOneUserOfAll .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.editOneUserOfAll .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.editOneUserOfAll .topPage .topNav .topNav-close:hover{color:#07659a}.editOneUserOfAll .topPage .topNav .topNav-close:active{color:#054569}.editOneUserOfAll .editOneUserOfAll-paper{background-color:#0000;height:100%;padding:20px}.editOneUserOfAll .editOneUserOfAll-paper .editOneUserOfAll-form{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.editOneUserOfAll .editOneUserOfAll-paper .editOneUserOfAll-form hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.editOneUserOfAll .editOneUserOfAll-paper .editOneUserOfAll-form hr:hover{opacity:.2;width:60%}.editOneUserOfAll .editOneUserOfAll-paper .editOneUserOfAll-form .footerEditOneUserOfAll{justify-content:space-around;width:100%;margin:10px;display:flex}.UserInfoForm{flex-direction:column;justify-content:flex-start;width:100%;display:flex;margin:0!important}.UserInfoForm .gridContainer{flex-direction:row;align-items:center;width:100%;display:flex;margin:0!important}.UserInfoForm .gridContainer .gridItem{flex-direction:column;margin-bottom:30px;padding:20px;display:flex}.UserInfoForm .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.UserInfoForm .gridContainer .gridItem .renewIcon{transition:transform .5s ease-in-out!important}.UserInfoForm .gridContainer .gridItem .renewIcon:hover{transform:rotate(180deg)!important}.UserProfilesServicesForm{flex-direction:column;justify-content:flex-start;width:100%;display:flex;margin:0!important}.UserProfilesServicesForm .gridContainer{flex-direction:row;align-items:center;width:100%;display:flex;margin:0!important}.UserProfilesServicesForm .gridContainer .gridItem{flex-direction:column;margin-bottom:30px;padding:20px;display:flex}.UserProfilesServicesForm .gridContainer .gridItem .addProfileLabeContainer{align-items:center;display:flex}.UserProfilesServicesForm .gridContainer .gridItem .addProfileLabeContainer .checkboxItem-title{color:#07659a;width:auto;margin:5px 0 0!important;font-weight:500!important}.UserProfilesServicesForm .gridContainer .gridItem .addProfileLabeContainer .btn-AddProfile{margin-left:20px}.UserProfilesServicesForm .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.UserProfilesServicesForm .gridContainer .gridItem.checkboxItem{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.UserProfilesServicesForm .gridContainer .gridItem .checkboxItem-title{color:#07659a;margin:5px 0 0!important;font-weight:500!important}.UserProfilesServicesForm .gridContainer .gridItem .Btn-AddProfile{width:100%;display:flex}.UserProfilesServicesForm .contact-formControl{border-bottom:1px solid #9b9c9a;justify-content:space-between;align-items:center;width:100%;margin:0 0 -5px;padding:0;display:flex}.UserProfilesServicesForm .contact-formControl .contact-label{display:flex}.container{width:100%;margin:30px 20px}.container .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content{justify-content:space-between;align-items:center;display:flex}.container .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content-Municipality{align-items:center;gap:10px;width:100%;display:flex}.container .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content-Municipality .Muni-logo{object-fit:cover;border-radius:50%;width:32px;height:32px;margin:0 10px}.container .MuiAccordion-root .MuiAccordionDetails-root .MuiTypography-groupLine{font-weight:400}.container .MuiAccordion-root .MuiAccordionDetails-root .MuiTypography-roleLine .roleName{font-weight:600}.container .MuiAccordion-root .MuiAccordionDetails-root .MuiTypography-nameProfile{font-weight:500}.container .MuiAccordion-root .MuiAccordionDetails-root .MuiTypography-services{font-weight:400}.AccordionDetails-container{justify-content:space-between;display:flex;padding-right:5px!important}.delete-profilAndServices-icon{color:#a76c6c}.delete-profilAndServices-icon:hover{color:#de5757}.ResetPassword form{background-color:#fff;border-radius:5px;flex-direction:column;align-items:center;padding:0 60px;display:flex}.ResetPassword form .ResetPasswordHeader{flex-direction:row;justify-content:space-between;align-items:center;margin:30px 0 20px;display:flex}.ResetPassword form .ResetPasswordHeader .ResetPasswordHeader__logo{width:80px;height:auto;display:flex}.ResetPassword form .ResetPasswordHeader .ResetPasswordHeader__logo img{width:100%}.ResetPassword form .ResetPasswordHeader .titles{flex-direction:column;align-items:flex-start;padding-left:20px;display:flex}.ResetPassword form .ResetPasswordHeader .titles .ResetPasswordHeader__title{color:#07659a;text-align:center;font-size:2rem}.ResetPassword form .ResetPasswordHeader .titles .ResetPasswordHeader__subtitle{color:#364148;text-align:center;font-size:1rem}.ResetPassword form .inputPW{margin-bottom:10px}.ResetPassword form .inputField{flex-direction:column;width:370px;margin:10px 0;display:flex}.ResetPassword form .inputField .passwordMessage{padding-bottom:7px;font-size:12px}.ResetPassword form .inputField .passwordMessage.Faible{color:red}.ResetPassword form .inputField .passwordMessage.Moyen{color:orange}.ResetPassword form .inputField .passwordMessage.Eleve{color:green}.ResetPassword form .inputField .inputField-label{color:#07659a;margin-bottom:7px;font-size:14px;font-weight:700}.ResetPassword form .inputField .inputField-NewPW{justify-content:center;display:flex}.ResetPassword form .inputField .inputField-NewPW .MuiInputBase-adornedEnd{margin:0;padding:0;display:flex}.ResetPassword form .inputField .inputField-NewPW .MuiInputBase-input{margin:0}.ResetPassword form .inputField span{color:red;padding-bottom:7px;font-size:12px;display:none}.ResetPassword form .submitButton{color:#fff;cursor:pointer;background-color:#07659a;border:none;border-radius:5px;width:100%;height:40px;margin:20px;font-size:large;font-weight:700}.ResetPassword form .submitButton:hover{background-color:#0380c9d5}.ResetPassword form .submitButton.nope:hover{animation:.4s forwards nope}.ResetPassword form .errorMessage{color:red;justify-content:center;width:400px;margin-bottom:20px;font-weight:500;display:flex}.Configuration{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.Configuration .MuiBox-root{margin-top:10px}.Configuration .MuiBox-root .MuiTabPanel-root{padding:0}.main-wrapper{flex-direction:column;gap:30px;width:100%;margin-top:30px;margin-bottom:30px;display:flex}.main-wrapper .main-container-MuImages{flex-direction:column;gap:30px;display:flex}.main-wrapper .main-container-MuImages .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=1040px){.main-wrapper .main-container-MuImages .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.main-wrapper .main-container-MuImages .topPage .topTitle{justify-content:left;align-items:center;display:flex}.main-wrapper .main-container-MuImages .topPage .topTitle div{padding:5px 5px 0 10px}.main-wrapper .main-container-MuImages .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.main-wrapper .main-container-MuImages .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.main-wrapper .main-container-MuImages .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.main-wrapper .main-container-MuImages .topPage .topNav .topNav-close{color:#000;display:flex}.main-wrapper .main-container-MuImages .topPage .topNav .topNav-close:hover{color:#07659a}.main-wrapper .main-container-MuImages .topPage .topNav .topNav-close:active{color:#054569}.main-wrapper .main-container-MuImages .cards-container{justify-content:space-between;width:100%;margin:0;padding:0;display:flex}.main-wrapper .main-container-MuImages .cards-container .card-item{margin:0;padding:0}.main-wrapper .main-container-MuImages .cards-container .card-item.first-item{padding-right:20px}.main-wrapper .main-container-MuImages .cards-container .card-item.second-item{padding-left:20px}@media (width<=899px){.main-wrapper .main-container-MuImages .cards-container{margin-bottom:30px}}.WarningMessages{flex-direction:column;gap:30px;width:100%;margin-top:30px;margin-bottom:30px;display:flex}.WarningMessages .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=1040px){.WarningMessages .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.WarningMessages .topPage .topTitle{justify-content:left;align-items:center;display:flex}.WarningMessages .topPage .topTitle div{padding:5px 5px 0 10px}.WarningMessages .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.WarningMessages .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.WarningMessages .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.WarningMessages .topPage .topNav .topNav-close{color:#000;display:flex}.WarningMessages .topPage .topNav .topNav-close:hover{color:#07659a}.WarningMessages .topPage .topNav .topNav-close:active{color:#054569}.WarningMessages .WarningMessages-paper{background-color:#0000;height:100%;padding:20px}.WarningMessages .WarningMessages-paper .gridContainer{flex-direction:row;align-items:center;width:100%;margin:20px 0 0;display:flex}.WarningMessages .WarningMessages-paper .gridContainer .gridItem{flex-direction:row;justify-content:space-between;align-items:center;margin:20px 0;padding:0 20px;display:flex}.WarningMessages .WarningMessages-paper .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.WarningMessages .WarningMessages-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel{justify-content:space-between;align-items:center;display:flex}.WarningMessages .WarningMessages-paper .gridContainer .gridItem .gridItem-formControl .sliderLabel .sliderInput{display:flex}.WarningMessages .WarningMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite{margin:0;padding:0}.WarningMessages .WarningMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel{align-items:center;margin-left:0;margin-right:0;display:flex}.WarningMessages .WarningMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel.left{margin-left:-12px}.WarningMessages .WarningMessages-paper .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel .frequency-label{margin-right:20px}.WarningMessages .WarningMessages-paper .gridError{margin:0;padding:0}.WarningMessages .WarningMessages-paper hr{opacity:.5;background-color:#07659a;border:none;width:100%;height:1.5px;margin:10px auto;transition:opacity .7s ease-in-out,width .7s ease-in-out}.WarningMessages .WarningMessages-paper hr:hover{opacity:.2;width:80%}.WarningMessages .WarningMessages-paper .footerWarningMessages{justify-content:space-around;width:100%;margin:40px 0 20px;display:flex}.editOneMessageOfAll{flex-direction:column;justify-content:flex-start;gap:30px;width:95%;margin-top:30px;margin-bottom:30px;display:flex}.editOneMessageOfAll .topPage{border-radius:2px;justify-content:space-between;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.editOneMessageOfAll .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.editOneMessageOfAll .topPage .topTitle{justify-content:left;align-items:center;display:flex}.editOneMessageOfAll .topPage .topTitle div{padding:5px 5px 0 10px}.editOneMessageOfAll .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.editOneMessageOfAll .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.editOneMessageOfAll .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.editOneMessageOfAll .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.editOneMessageOfAll .topPage .topNav .topNav-close:hover{color:#07659a}.editOneMessageOfAll .topPage .topNav .topNav-close:active{color:#054569}.editOneMessageOfAll .editOneMessageOfAll-paper{background-color:#0000;height:100%;padding:20px}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer{flex-direction:row;align-items:center;width:100%;margin:20px 0 0;display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem{flex-direction:row;justify-content:space-between;align-items:center;margin:20px 0;padding:0 20px;display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem .gridItem-formControl .sliderLabel{justify-content:space-between;align-items:center;display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem .gridItem-formControl .sliderLabel .sliderInput,.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem .gridItem-formControl .orderBy{display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem .gridItem-formControl .orderBy .orderBy-control{margin-left:20px}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem-composite .gridItem-formControl-composite{margin:0;padding:0}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel{align-items:center;margin-left:0;margin-right:0;display:flex}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel.left{margin-left:-12px}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridContainer .gridItem-composite .gridItem-formControl-composite .gridItem-formControlLabel .frequency-label{margin-right:20px}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .gridError{margin:0;padding:0}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form hr:hover{opacity:.2;width:60%}.editOneMessageOfAll .editOneMessageOfAll-paper .editOneMessageOfAll-form .footer-Edit-OneMessageOfAll{justify-content:space-around;width:100%;margin:40px 0 20px;display:flex}.mu-miseEnLigne{flex-direction:column;width:95%;height:90vh;display:flex;position:relative;top:30px}.mu-miseEnLigne .topPage{border-radius:2px;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.mu-miseEnLigne .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.mu-miseEnLigne .topPage .topTitle{justify-content:left;align-items:center;display:flex}.mu-miseEnLigne .topPage .topTitle div{padding:5px 5px 0 10px}.mu-miseEnLigne .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.mu-miseEnLigne .topPage .topNav{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}@media (width<=1040px){.mu-miseEnLigne .topPage .topNav{flex-direction:row-reverse;justify-content:space-between}}.mu-miseEnLigne .topPage .topNav .topNav-close{color:#000;justify-content:center;display:flex}.mu-miseEnLigne .topPage .topNav .topNav-close:hover{color:#07659a}.mu-miseEnLigne .topPage .topNav .topNav-close:active{color:#054569}.mu-miseEnLigne .css-13xfq8m-MuiTabPanel-root{padding:0}.Mui-evenRow{background-color:#ebd8ed}.Mui-oddRow{background-color:#afc6d7}.dataGridBox{flex-direction:column;justify-content:space-between;height:600px;margin-bottom:30px;display:flex}.grid-customToolbar-container{justify-content:space-between;margin:10px 0 10px 10px;display:flex}.grid-customToolbar-container .btns-container{display:flex}.grid-customToolbar-container .btns-container .btn-cancel{margin:20px 0}.grid-customToolbar-container .btns-container .btn-supprimer{margin:20px}.grid-customToolbar-container .btns-container .btn-cancel button,.grid-customToolbar-container .btns-container .btn-supprimer button{width:140px}.MuiDataGrid-columnHeaders{background-color:#cddde463}.MuiDataGrid-footerContainer{background-color:#c8d2d663}.MuiDataGrid-columnHeaderTitle{font-weight:bolder!important}.edit-icon,.edit-icon:hover{color:#305d42}.edit-icon.disabled{color:#cfd8dc;pointer-events:none;cursor:default}.row-pointer{cursor:pointer}.row-not-allowed{cursor:not-allowed}.dialog-details-container .MuiDialog-paper{width:800px;max-width:90vw;height:auto;max-height:90vh;margin:auto;padding:20px}.dialog-details-container .MuiDialogTitle-root{text-align:center;font-size:1.5rem;font-weight:700}.dialog-details-container .MuiDialogActions-root{justify-content:center}.dialog-details-container .dialog-details-header{padding:20px 20px 0}.dialog-details-container .dialog-details-grid{grid-template-columns:auto 1fr;gap:20px 10px;padding:20px;display:grid}.dialog-details-container .dialog-details-grid .details-row{display:contents}.dialog-details-container .dialog-details-grid .details-row .details-label{color:#333;border-top:1px solid #d4cacaa5;grid-column:1;padding-top:10px;padding-right:10px;font-weight:700}.dialog-details-container .dialog-details-grid .details-row .details-value{color:#555;word-break:break-word;border-top:1px solid #d4cacaa5;grid-column:2;padding-top:10px;font-size:1rem}.dialog-details-container .dialog-details-grid .details-row .details-value li{padding-left:10px;list-style-type:square}.MiseEnLigneAddNew{flex-direction:column;justify-content:flex-start;margin-top:30px;margin-bottom:30px;display:flex}.MiseEnLigneAddNew .MiseEnLigneAddNew-paper{background-color:#0000;height:100%;padding:20px}.MiseEnLigneAddNew .MiseEnLigneAddNew-paper .MiseEnLigneAddNew-Form{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.MiseEnLigneAddNew .MiseEnLigneAddNew-paper .MiseEnLigneAddNew-Form hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.MiseEnLigneAddNew .MiseEnLigneAddNew-paper .MiseEnLigneAddNew-Form hr:hover{opacity:.2;width:60%}.MiseEnLigneAddNew .MiseEnLigneAddNew-paper .MiseEnLigneAddNew-Form .footerMiseEnLigneAddNew{justify-content:space-around;width:100%;margin:10px;display:flex}.MiseEnLigneAddNewForm{flex-direction:column;justify-content:flex-start;width:100%;display:flex;margin:0!important}.MiseEnLigneAddNewForm .gridContainer{flex-direction:row;align-items:center;width:100%;display:flex;margin:0!important}.MiseEnLigneAddNewForm .gridContainer .gridItem{flex-direction:column;margin-bottom:20px;padding:20px;display:flex}.MiseEnLigneAddNewForm .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.MiseEnLigneAddNewForm .gridContainer .gridItem .renewIcon{transition:transform .5s ease-in-out!important}.MiseEnLigneAddNewForm .gridContainer .gridItem .renewIcon:hover{transform:rotate(180deg)!important}.MiseEnLigneAddNewForm .titre{text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:16px;font-weight:700;overflow:hidden}.MiseEnLigneAddNewForm .titre:hover{text-overflow:initial;white-space:normal}.MiseEnLigneToEdit{flex-direction:column;justify-content:flex-start;width:95%;margin-top:30px;margin-bottom:30px;display:flex}.MiseEnLigneToEdit .topPage{border-radius:2px;justify-content:space-between;margin-top:20px;margin-bottom:20px;padding:10px;font-size:1rem;font-weight:400;display:flex;box-shadow:1px 1px 5px #0006}@media (width<=768px){.MiseEnLigneToEdit .topPage{flex-direction:column;justify-content:flex-start;gap:20px}}.MiseEnLigneToEdit .topPage .topTitle{justify-content:left;align-items:center;display:flex}.MiseEnLigneToEdit .topPage .topTitle div{padding:5px 5px 0 10px}.MiseEnLigneToEdit .topPage .topTitle span{padding:5px 5px 0;font-weight:800}.MiseEnLigneToEdit .MiseEnLigneToEdit-paper{background-color:#0000;height:100%;padding:20px}.MiseEnLigneToEdit .MiseEnLigneToEdit-paper .MiseEnLigneToEdit-Form{flex-direction:column;justify-content:space-between;align-items:center;display:flex}.MiseEnLigneToEdit .MiseEnLigneToEdit-paper .MiseEnLigneToEdit-Form hr{opacity:.5;background-color:#07659a;border:none;width:85%;height:2px;margin:20px auto;transition:all .7s ease-in-out}.MiseEnLigneToEdit .MiseEnLigneToEdit-paper .MiseEnLigneToEdit-Form hr:hover{opacity:.2;width:60%}.MiseEnLigneToEdit .MiseEnLigneToEdit-paper .MiseEnLigneToEdit-Form .footerMiseEnLigne{justify-content:space-around;width:100%;margin:10px;display:flex}.MiseEnLigneEditForm{flex-direction:column;justify-content:flex-start;width:100%;display:flex;margin:0!important}.MiseEnLigneEditForm .gridContainer{flex-direction:row;align-items:center;width:100%;display:flex;margin:0!important}.MiseEnLigneEditForm .gridContainer .gridItem{flex-direction:column;margin-bottom:20px;padding:20px;display:flex}.MiseEnLigneEditForm .gridContainer .gridItem .gridItem-formControl{width:100%;margin:0}.MiseEnLigneEditForm .gridContainer .gridItem .renewIcon{transition:transform .5s ease-in-out!important}.MiseEnLigneEditForm .gridContainer .gridItem .renewIcon:hover{transform:rotate(180deg)!important}.MiseEnLigneEditForm .titre{text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:16px;font-weight:700;overflow:hidden}.MiseEnLigneEditForm .titre:hover{text-overflow:initial;white-space:normal}.file-card{flex-direction:column;justify-content:space-between;display:flex}.file-card .btn-approbation{margin-bottom:20px}.file-card .titre-image{text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px;font-size:16px;font-weight:700;overflow:hidden}.file-card .titre-image:hover{text-overflow:initial;white-space:normal}.file-card .file-inputs{cursor:pointer;border:3px dashed #7aa2bd;flex-direction:column;justify-content:center;align-items:center;width:auto;height:100px;padding:20px;display:flex}.file-card .file-inputs input{display:none}.file-card .file-inputs .imageToUpload{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex}.file-card .file-inputs .imageToUpload img{max-width:100%;max-height:100%}.file-card .file-name{justify-content:space-between;align-items:center;margin-top:10px;padding:0;display:flex}.file-card .file-name .name-and-icon{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-end;align-items:center;font-size:14px;font-weight:600;display:flex;overflow:hidden}
