@font-face{font-family:Open Sans;src:url(../../assets/Fonts/static/OpenSans-Regular.ttf)}body,html,#root{width:100%;height:100%;padding:0;margin:0;font-family:Open Sans,sans-serif}*{font-size:17px;font-weight:700;font-family:Open Sans,sans-serif;box-sizing:border-box}.chart-div{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.chart-title{margin-left:20px;align-self:flex-start;font-size:24PX;font-weight:400;color:#007391}.app-div{width:100%;height:100vh;position:relative}.app-div-left{width:100%;height:100%;display:flex;flex-direction:column;padding-left:70px;transition:padding-left .4s ease}.content{background-color:#edeeef;width:100%;height:calc(100% - 60px);display:flex;align-items:center;justify-content:center}.dark-test{background-color:#212121}.header{background-color:#d9d9d9;width:100%;height:60px;display:flex;align-items:center;justify-content:flex-end;padding-left:20px}.theme-toggle-container{display:flex;align-items:center;gap:10px;margin-right:auto}.theme-label{font-size:14px;font-weight:500;color:#333;min-width:40px}.dark-label{color:#fff}.toggle-switch{position:relative;width:50px;height:24px;border-radius:12px;cursor:pointer;transition:all .3s ease}.toggle-light{background-color:#ccc}.toggle-dark{background-color:#007391}.toggle-slider{position:absolute;top:2px;width:20px;height:20px;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.slider-light{left:2px;background-color:#fff}.slider-dark{left:28px;background-color:#ff9800}.content-header{height:100%;width:300px;display:flex;align-items:center;justify-content:flex-end;gap:15px;padding-right:20px}.user-icon-div{background-color:#007391;height:30px;width:180px;border-radius:29px;display:flex;align-items:center;justify-content:center;cursor:pointer}.user-icon-div:hover{background-color:#005c73;transform:scale(1.02)}.user-icon-div h3{font-weight:600;margin:0;padding:0}.deco-icon-div{background-color:#e63a2e;height:30px;width:180px;border-radius:29px;display:flex;align-items:center;justify-content:center;cursor:pointer}.deco-icon-div:hover{background-color:#fc3333;transform:scale(1.02)}.deco-icon-div h3{font-weight:600;margin:0;padding:0}.notif-icon-div{display:flex;align-items:center;justify-content:center;height:40px;width:40px}.notif-icon-div img{width:35px;height:35px}.user-icon-div img{width:34px;height:34px}.dark-header{background-color:#393939}.dark-user-icon-div{background-color:#ff9800;color:#000}.dark-user-icon-div:hover{background-color:#fab959;transform:scale(1.02)}.dark-user-icon-div h3{color:#000}@media screen and (max-width: 768px){.header{height:50px;padding-left:10px}.content-header{width:auto;padding-right:10px;gap:10px}.user-icon-div,.deco-icon-div{width:120px;height:28px}.user-icon-div h3,.deco-icon-div h3{font-size:12px}.theme-label{font-size:12px;min-width:35px}.toggle-switch{width:40px;height:20px}.toggle-slider{width:16px;height:16px;top:2px}.slider-dark{left:22px}}@media screen and (max-width: 576px){.header{flex-direction:column;height:auto;padding:10px;gap:10px}.theme-toggle-container{margin-right:0;justify-content:center}.content-header{width:100%;justify-content:center;padding-right:0}.user-icon-div,.deco-icon-div{width:100px;height:26px}.user-icon-div h3,.deco-icon-div h3{font-size:11px}}:root{--menu-bg-color: #007391;--menu-hover-color: rgba(255, 255, 255, .1);--menu-text-color: #ffffff;--menu-width-closed: 70px;--menu-width-open: 240px;--menu-transition-duration: .4s;--menu-transition-easing: cubic-bezier(.4, 0, .2, 1)}.slide-menu{position:fixed;top:0;left:0;z-index:1000;width:var(--menu-width-closed);height:100vh;background-color:var(--menu-bg-color);display:flex;flex-direction:column;transition:width var(--menu-transition-duration) var(--menu-transition-easing);overflow:hidden;box-shadow:2px 0 10px #0000001a}.slide-menu--open{width:var(--menu-width-open)}.slide-menu__header{height:80px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.slide-menu__toggle{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.slide-menu__toggle:hover{background-color:var(--menu-hover-color)}.slide-menu__toggle img{width:40px;height:40px;transition:transform var(--menu-transition-duration) var(--menu-transition-easing)}.slide-menu--open .slide-menu__toggle{margin-right:auto;margin-left:15px}.slide-menu__content{flex:1;display:flex;flex-direction:column;padding:10px 0;gap:5px}.slide-menu__item{display:flex;align-items:center;height:50px;cursor:pointer;position:relative;color:var(--menu-text-color);text-decoration:none;transition:background-color .2s ease;border-radius:0 25px 25px 0;margin-right:10px}.slide-menu__item:hover{background-color:var(--menu-hover-color)}.slide-menu__item:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:-2px}.slide-menu__icon{display:flex;align-items:center;justify-content:center;width:var(--menu-width-closed);height:100%;flex-shrink:0}.slide-menu__icon img{width:27px;height:27px;transition:transform .2s ease}.slide-menu__item:hover .slide-menu__icon img{transform:scale(1.1)}.slide-menu__label{font-size:16px;white-space:nowrap;margin-left:10px;opacity:0;transform:translate(-20px);transition:opacity .3s ease,transform .3s ease;transition-delay:0s}.slide-menu--open .slide-menu__label{opacity:1;transform:translate(0);transition-delay:.1s}.slide-menu__footer{height:150px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;cursor:pointer;transition:background-color .2s ease}.slide-menu__footer:hover{background-color:var(--menu-hover-color)}.slide-menu__footer:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:-2px}.slide-menu__footer img{width:200px;height:85px;opacity:0;transform:translateY(20px);transition:opacity var(--menu-transition-duration) ease,transform var(--menu-transition-duration) ease;transition-delay:0s}.slide-menu--open .slide-menu__footer img{opacity:1;transform:translateY(0);transition-delay:.2s}body.menu-transitioning{overflow-x:hidden}@media (max-width: 768px){.slide-menu{--menu-width-open: 200px}.slide-menu__label{font-size:14px}.slide-menu__footer img{width:160px;height:68px}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.slide-menu--open .slide-menu__toggle{margin-left:auto;margin-right:1px}.content-diagram{width:90%;height:90%;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.div-diagram{border-radius:15px;width:30%;height:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;transition:background-color .3s ease}.div-diagram:last-child{height:45%}#line-diagram{height:45%;width:61%;display:flex;align-items:center;justify-content:center}#indice{height:20%;width:30%;display:flex;align-items:center;justify-content:center}.content-indice{width:100%;height:100%}.content-indice p{color:#22c55e;font-size:60px;font-weight:300;transition:color .3s ease}.content-indice h2{color:#007391;font-size:24px;font-weight:400;transition:color .3s ease}.indice-number{width:100%;height:45%;display:flex;align-items:center;justify-content:center}.chart-title{color:#1f2937;transition:color .3s ease}.coming-soon{color:#6b7280;transition:color .3s ease}.coming-soon h3{margin-bottom:10px;font-size:18px}.loading-placeholder{color:#6b7280;font-style:italic}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px;border-radius:8px;margin-top:20px;transition:all .3s ease}.dark-test .div-diagram{background-color:#1f2937;border:1px solid #374151}.dark-test .content-indice p{color:#4ade80}.dark-test .content-indice h2{color:#60a5fa}.dark-test .chart-title{color:#f9fafb}.dark-test .coming-soon{color:#d1d5db}.dark-test .loading-placeholder{color:#9ca3af}.dark-test .error-message{background-color:#7f1d1d;border:1px solid #991b1b;color:#fca5a5}#pie{height:80%;width:90%}#line-chart{height:95%;width:95%}#chart{width:90%;height:75%}.content-monCompte{width:90%;height:90%;display:flex;flex-wrap:wrap;gap:30px;align-items:center;justify-content:center}.div-info{background-color:#fff;width:42%;min-height:45%;display:flex;flex-direction:column;border-radius:15px;padding-right:5px}.div-info h2{font-size:24px;font-weight:400;color:#007391;margin-left:9%;margin-bottom:0}hr{width:88%;margin-left:9%;border:1px solid #007391;border-radius:10px}.div-title-info{width:100%;height:20%}.div-list-info:nth-of-type(2){width:100%;height:auto;margin-top:20px;display:flex;flex-wrap:wrap;padding-left:9%;justify-content:space-between;overflow:hidden}.div-list-info{margin-top:20px;overflow:auto;margin-bottom:20px;flex:1}.div-list-info::-webkit-scrollbar{width:8px;height:8px}.div-list-info::-webkit-scrollbar-track{background-color:transparent}.div-list-info::-webkit-scrollbar-thumb{background-color:#007391;border-radius:8px}.div-list-info{scrollbar-width:thin;scrollbar-color:#007391 transparent}.info{width:47%;min-height:25px;height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:8px}.info h3{margin:0;font-size:15px;color:#007391}.info p{font-size:13px;font-weight:400;margin-top:2px;color:#000;word-wrap:break-word;overflow-wrap:break-word}.services{width:85%;gap:10px;display:flex;align-items:center;justify-content:space-between;margin-left:9%;border-bottom:2px solid #EDEEEF;border-radius:5px}.services p,.factures p{color:#000;font-weight:400}.services:nth-of-type(1),.factures:nth-of-type(1){background-color:#edeeef;border:none;height:40px}.services:nth-of-type(1) p,.factures:nth-of-type(1) p{color:#007391;font-weight:700}.factures{width:85%;gap:10px;display:flex;align-items:center;justify-content:space-between;margin-left:9%;border-bottom:2px solid #EDEEEF;border-radius:5px}.content-licences{width:20%;display:flex;align-items:center;justify-content:center}.content-services{padding-left:10px}.content-num,.content-action,.content-date{width:30%;display:flex;justify-content:flex-start;padding-left:10px}.content-action button{background-color:#007391;border:none;border-radius:20px;height:25px;width:99px;font-size:15px;font-weight:700}.dark-test .div-info{background-color:#090909}.dark-test .info p{color:#fff}.dark-test .content-action button{background-color:#ff9800;color:#000}.dark-test .services p,.dark-test .factures p{color:#fff}.dark-test .services:nth-of-type(1),.dark-test .factures:nth-of-type(1){background-color:#212121}.dark-test .services:nth-of-type(1) p,.dark-test .factures:nth-of-type(1) p{color:#007391}.dark-test .factures,.dark-test .services{border-bottom:2px solid #212121}@media (max-width: 1152px){.content{height:150%}.content-monCompte{display:flex;flex-direction:column;flex-wrap:nowrap}.div-info{width:100%;min-height:33%}}@media (max-width: 768px){.content-monCompte{width:100%}.div-info{width:100%;padding:10px;min-height:auto}.info{width:100%;height:auto;margin-bottom:15px}}.div-MesOutils{width:60%;height:95%;display:flex;flex-wrap:wrap;column-gap:200px;row-gap:0px;align-items:center;justify-content:center}.outil-item{background-color:#fff;width:39%;height:45%;display:flex;flex-direction:column;border:2px solid #007391;border-radius:15px;overflow:hidden;cursor:pointer;transition:all .3s ease}.outil-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0073914d;border-color:#005a70}.outil-item:hover .div-outils-title{background-color:#005a70}.outil-item:hover .div-outils-img img{transform:scale(1.1)}.div-outils-img{width:100%;height:80%;display:flex;justify-content:center;align-items:center}.div-outils-title{width:100%;height:20%;display:flex;align-items:center;justify-content:center;background-color:#007391;transition:background-color .3s ease}.div-outils-title h3{font-size:20px;font-weight:400;color:#fff}.div-outils-img img{width:150px;height:150px;transition:transform .3s ease}.drawer{position:fixed;top:0;right:0;width:50%;height:100%;background-color:#fff;box-shadow:-2px 0 10px #0003;z-index:2001;padding:30px;transform:translate(100%);transition:transform .4s ease,opacity .4s ease;display:flex;flex-direction:column;gap:20px;color:#007391;opacity:0;pointer-events:none}.drawer.open{transform:translate(0);opacity:1;pointer-events:auto}.drawer.closing{transform:translate(100%);opacity:0;pointer-events:none}.drawer-content img{width:200px;height:auto;object-fit:contain}.drawer p{color:#333;font-size:16px;font-weight:400}.close-button{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#007391;cursor:pointer}.drawer-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000;opacity:0;pointer-events:none;transition:opacity .4s ease}.drawer-backdrop.show{opacity:1;pointer-events:auto}.drawer-backdrop.hide{opacity:0;pointer-events:none}.app-div.menu-open .content{filter:brightness(.7)}.dark-test .outil-item{background:linear-gradient(to top,#007391,#fff)}.dark-test .outil-item:hover{transform:translateY(-8px);box-shadow:0 12px 25px #00739166;background:linear-gradient(to top,#005a70,#f0f0f0)}.dark-test .div-outils-title h3{color:#000;font-size:22px;font-weight:700}.dark-test .div-outils-title{background-color:transparent}.content-Support{height:90%;width:90%}.div-up-support{width:100%;height:60%;display:flex}.div-tickets{height:100%;width:30%;display:flex;justify-content:center;align-items:center}.support-form{width:70%;display:flex;flex-direction:column;justify-content:center;align-items:center}.support-item{background-color:#fff;width:80%;height:80%;display:flex;flex-direction:column;border:2px solid #007391;border-radius:15px;overflow:hidden;cursor:pointer;transition:all .3s ease}.support-item-hover:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0073914d;border-color:#005a6b}.support-item-hover:hover .div-support-title{background-color:#005a6b}.div-support-title{width:100%;height:20%;display:flex;align-items:center;justify-content:center;background-color:#007391;transition:background-color .3s ease}.div-support-img{width:100%;height:80%;display:flex;justify-content:center;align-items:center}.div-support-img img{width:170px;height:170px;transition:transform .3s ease}.support-item-hover:hover .div-support-img img{transform:scale(1.1)}.support-form input{margin-top:15px;border-radius:5px;height:35px;border:none;border:2px solid #007391;padding-left:20px;color:#000;font-weight:400;transition:border-color .3s ease,box-shadow .3s ease}.support-form input:focus{outline:none;border-color:#005a6b;box-shadow:0 0 8px #0073914d}.support-form form{display:flex;flex-direction:column;width:90%;height:90%}.support-form textarea{margin-top:15px;border-radius:5px;height:80%;border:none;border:2px solid #007391;resize:none;padding-left:20px;color:#000;font-weight:400;padding-top:10px;transition:border-color .3s ease,box-shadow .3s ease}.support-form textarea:focus{outline:none;border-color:#005a6b;box-shadow:0 0 8px #0073914d}.support-form textarea::placeholder{color:#007391}.support-form input::placeholder{color:#007391}.support-form button{background-color:#007391;height:40px;width:222px;border-radius:30px;align-self:flex-end;margin-top:15px;border:none;cursor:pointer;transition:all .3s ease;color:#fff;font-weight:500}.submit-button-hover:hover{background-color:#005a6b;transform:translateY(-2px);box-shadow:0 4px 12px #00739166}.submit-button-hover:active{transform:translateY(0)}.support-form h2{color:#000;font-weight:500;font-size:36px;height:10%;margin:0}.div-support-title h3{font-size:20px;color:#fff;margin:0}.div-down-support{width:100%;height:40%;display:flex;justify-content:space-between}.div-icon-support{display:flex;justify-content:center;width:30%;transition:transform .3s ease}.clickable-support-item{cursor:pointer;padding:15px;border-radius:15px;transition:all .3s ease}.clickable-support-item:hover{transform:translateY(-3px);background-color:#0073910d}.content-div-icon-support{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.content-div-icon-support h3{color:#007391;margin:10px 0 0;transition:color .3s ease;text-align:center;font-size:16px}.clickable-support-item:hover .content-div-icon-support h3{color:#005a6b}.content-div-icon-support img{width:60%;height:60%;transition:transform .3s ease}.div-img-support{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50px;background-color:#007391;margin-bottom:15px;transition:all .3s ease;cursor:pointer}.support-icon-hover:hover{background-color:#005a6b;transform:scale(1.1);box-shadow:0 4px 15px #00739166}.support-icon-hover:hover img{transform:scale(1.1)}.success-message{background-color:#4caf50;color:#fff;padding:12px 20px;border-radius:8px;margin-bottom:15px;text-align:center;font-weight:500;animation:slideDown .5s ease-out;box-shadow:0 4px 12px #4caf504d}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dark-test .support-form textarea,.dark-test .support-form input{background-color:#090909;color:#fff}.dark-test .support-form h2{color:#fff}.dark-test .div-img-support{background-color:#ff9800}.dark-test .support-icon-hover:hover{background-color:#e68900}.dark-test .div-icon-support h3{color:#fff}.dark-test .clickable-support-item:hover{background-color:#ff98001a}.dark-test .clickable-support-item:hover .content-div-icon-support h3{color:#ffb74d}.dark-test .support-form button{color:#000;background-color:#ff9800}.dark-test .submit-button-hover:hover{background-color:#e68900}.dark-test .support-item{background:linear-gradient(to top,#007391,#fff)}.dark-test .support-item h3{color:#000;font-size:22px}.dark-test .div-support-title{background-color:transparent}.dark-test .support-item-hover:hover{background:linear-gradient(to top,#005a6b,#f0f0f0)}.dark-success{background-color:#2e7d32;color:#e8f5e8}@media (max-width: 768px){.div-up-support{flex-direction:column;height:auto;gap:20px}.div-tickets{width:100%;height:250px;margin-bottom:0}.support-form{width:100%;height:auto}.support-form h2{font-size:28px;text-align:center}.div-down-support{flex-direction:column;gap:15px;height:auto;margin-top:20px}.div-icon-support{width:100%;justify-content:center}.content-div-icon-support h3{font-size:14px;text-align:center}.div-img-support{width:70px;height:70px}.content-div-icon-support img{width:65%;height:65%}.support-form button{width:180px;align-self:center}}@media (max-width: 480px){.content-Support{width:95%;height:auto}.div-up-support{gap:15px}.div-tickets{height:200px}.support-item{width:90%;height:90%}.support-form h2{font-size:24px;text-align:center;margin-bottom:10px}.support-form form{width:95%}.support-form button{width:100%;align-self:center;margin-top:10px}.div-support-title h3{font-size:14px;text-align:center;padding:0 10px}.div-support-img img{width:100px;height:100px}.div-down-support{gap:10px;margin-top:15px}.div-img-support{width:60px;height:60px}.content-div-icon-support h3{font-size:12px;line-height:1.3}.clickable-support-item{padding:10px;border-radius:10px}}@media (max-width: 320px){.support-form h2{font-size:20px}.div-support-title h3{font-size:12px}.div-support-img img{width:80px;height:80px}.content-div-icon-support h3{font-size:11px}.div-img-support{width:50px;height:50px}}.Surveillance-div{width:90%;height:95%;padding:0 10px;display:flex;flex-direction:column;align-items:center}.div-global-post{width:100%;height:15%;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.global-information{width:90%;min-height:250px;background-color:#fff;border-radius:20px;padding:15px;margin-top:50px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column}.div-pc-in{flex:8;height:100%;display:flex;gap:15px;align-items:center;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;max-width:100%;scrollbar-width:none;-ms-overflow-style:none}.div-pc-in::-webkit-scrollbar{display:none}.global-diagram{width:100%;height:45%;display:flex;justify-content:space-between;align-items:flex-start;gap:15px;padding-top:15px;flex-wrap:wrap}.div-diagram-surveillance{width:32%;height:220px;border-radius:15px;background-color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 10px #0000001a;padding:10px}.information{width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f2f2f2;flex-wrap:wrap}.name-information{width:40%;height:100%;display:flex;align-items:center;padding-left:20px;font-size:16px;color:#000;font-weight:500}.value-information{width:60%;height:100%;display:flex;align-items:center;font-size:16px;font-weight:400;color:#000;padding-left:15px;word-break:break-word;white-space:normal;justify-content:space-between}.div-pc{width:calc((100% - 75px) / 6);min-width:100px;height:100%;flex-shrink:0;background-color:#529eb6;display:flex;flex-direction:column;align-items:center;border-radius:8px;transition:background-color .3s;cursor:pointer}.div-pc-img{width:100%;height:70%;display:flex;align-items:center;justify-content:center;padding:5px 0}.div-pc-img img{width:30%;height:auto;max-height:90%}.index-pc{width:100%;height:30%;display:flex;align-items:center;justify-content:center;border-radius:0 0 8px 8px}.index-pc h3{margin:0;font-size:.9rem;color:#fff;font-weight:500;white-space:nowrap}.button-slide{flex:1;height:100%;display:flex;align-items:center;justify-content:center}.button-slide button{border:none;background-color:transparent;cursor:pointer;padding:5px;transition:transform .2s ease;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.button-slide button:hover{transform:scale(1.1)}.button-slide img{width:100%;height:100%}.selected-pc{background-color:#003e52;transition:transform .2s ease,box-shadow .2s ease;z-index:1}.details-post{color:#000;font-weight:400;opacity:.4;margin-right:20px}.details-post:hover{cursor:pointer;opacity:1}.side-panel{position:fixed;top:0;right:0;width:50%;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #0000004d;transform:translate(100%);transition:transform 1s ease;z-index:9999;padding:20px;box-sizing:border-box;overflow-y:auto}.side-panel.open{transform:translate(0)}.close-button{background:#3498db;color:#fff;border:none;padding:10px 15px;cursor:pointer;margin-bottom:20px}.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:9998;cursor:pointer}.details-content{display:flex;flex-direction:column;gap:20px;padding:20px}.tab-header{display:flex;justify-content:space-around;margin-bottom:20px}.tab{background-color:#ddd;border:none;padding:10px 20px;cursor:pointer;border-radius:5px 5px 0 0;font-size:16px;transition:background-color .3s}.tab.active{background-color:#3498db;color:#fff}.tab-content{padding:20px;border:1px solid #eee;border-radius:0 5px 5px}.section{margin-bottom:20px}.section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:10px;border-bottom:2px solid #eee;padding-bottom:5px}.static-info{display:flex;flex-direction:column;gap:15px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.info-label{font-weight:500;color:#555;width:40%}.info-value{font-weight:400;color:#000;width:60%;display:flex;align-items:center}.volume-info{margin-bottom:15px}.progress-bar{width:100%;height:30px;background-color:#eee;border-radius:5px;overflow:hidden;margin-top:5px;position:relative}.progress-fill{height:100%;background-color:#3498db;border-radius:5px;display:flex;align-items:center;justify-content:center}.progress-text{color:#fff;font-size:14px;font-weight:500;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.security-table{width:100%;display:flex;flex-direction:column}.header-row{display:flex;justify-content:flex-start;padding:10px 0;border-bottom:2px solid #333;font-weight:600;color:#333}.table-header,.table-header-name{width:30%;text-align:left;padding-left:10px}.table-row{display:flex;justify-content:flex-start;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.table-cell{display:flex;justify-content:flex-start;align-items:center}.table-icon{width:30%;display:flex;justify-content:flex-start;padding-left:10px}.table-name{width:30%;text-align:left;font-weight:400;color:#000;padding-left:10px}.table-comment{width:40%;text-align:left;font-weight:400;color:#000;padding-left:10px;white-space:normal}.dark-test .global-information{background-color:#090909}.dark-test .name-information,.dark-test .value-information,.dark-test .details-post{color:#fff}.dark-test .information{border-bottom:2px solid #212121}.dark-test .details-post{opacity:.4;margin-right:20px}.dark-test .details-post:hover{opacity:1;cursor:pointer}.dark-test .side-panel{background-color:#090909}.dark-test .info-label{color:#ccc}.dark-test .info-value,.dark-test .section-title{color:#fff}.dark-test .info-row,.dark-test .section-title{border-bottom:1px solid #212121}.dark-test .tab{background-color:#333;color:#ccc}.dark-test .tab.active{background-color:#2980b9;color:#fff}.dark-test .tab-content{border-color:#212121;background-color:#1a1a1a}.dark-test .progress-bar{background-color:#333}.dark-test .progress-fill{background-color:#2980b9}.dark-test .progress-text{color:#fff}.dark-test .header-row{color:#fff;border-bottom:2px solid #ccc}.dark-test .table-row{border-bottom:1px solid #212121}.dark-test .table-name,.dark-test .table-comment{color:#fff}.details-button{background-color:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;margin-right:20px}.details-button:hover{background-color:#2980b9;transform:translateY(-1px);box-shadow:0 2px 5px #0003}.dark-test .details-button{background-color:#ff9800;color:#000}.dark-test .details-button:hover{background-color:#fab959}@media screen and (max-width: 1200px){.div-pc{width:calc((100% - 60px)/5);min-width:120px}.side-panel{width:60%}}@media screen and (max-width: 992px){.div-pc{width:calc((100% - 45px)/4);min-width:140px}.side-panel{width:70%}.global-information{width:95%;padding:12px}.name-information{width:45%;font-size:15px}.value-information{width:55%;font-size:15px}}@media screen and (max-width: 768px){.div-pc{width:calc((100% - 30px) / 3);min-width:160px}.side-panel{width:85%}.global-information{width:98%;padding:10px}.information{flex-direction:column;align-items:flex-start;height:auto;padding:12px 0}.name-information,.value-information{width:100%;padding-left:10px}.name-information{margin-bottom:5px;font-weight:600}.tab-header{flex-direction:column;gap:5px}.tab{width:100%;border-radius:5px}.details-content{padding:10px}}@media screen and (max-width: 576px){.div-pc{width:calc((100% - 15px)/2);min-width:180px}.side-panel{width:95%}.button-slide{display:none}.div-pc-in{flex:10}.Surveillance-div{width:98%;padding:0 5px}.global-information{margin-top:20px;min-height:200px}.information{height:auto;min-height:60px}}.Ticket-content{width:85%;height:90%;padding:40px;color:#fff;display:flex;flex-direction:column;background-color:#fff;border-radius:30px}.Ticket-content h2{margin-bottom:20px;font-size:36px;color:#1e1e1e;font-weight:400}.filters{display:flex;margin-bottom:20px;width:100%;height:34px}option{color:#1e1e1e;font-weight:400}.filters input,.filters select{border-radius:30px;border:none;color:#1e1e1e}.filters input{width:100%;height:100%;padding-left:20px;border:2px solid #1e1e1e;color:#1e1e1e}.ticket-list{display:flex;flex-direction:column}.ticket-header,.ticket-row{display:grid;grid-template-columns:1fr 2fr 1.5fr 1fr;padding:10px;border-bottom:2px solid #B4B4B4}.ticket-header{font-weight:700;background-color:#edeeef;border:none}.ticket-header div{font-size:20px;color:#000;font-weight:200}.filters select{width:200px;height:100%;padding-left:20px;border:2px solid #1e1e1e}.ticket-row div{color:#000;font-weight:400;align-self:center}.status{border-radius:15px;font-weight:700;color:#fff;display:inline-block;text-align:center;width:90px;display:flex;align-items:center;justify-content:center;height:25px}.status-green{background-color:#2ecc71}.status-red{background-color:#e74c3c}.status-orange{background-color:#f39c12}.search-div{width:60%}.select-div{width:20%;display:flex;justify-content:center}.dark-test .Ticket-content h2{color:#fff}.dark-test .Ticket-content{background-color:#000}.dark-test .ticket-header{background-color:#212121}.dark-test .ticket-header div,.dark-test .ticket-row div{color:#fff}.dark-test .ticket-header,.dark-test .ticket-row{border-bottom:2px solid #212121}.dark-test .filters input{background-color:#212121}.dark-test .filters input::placeholder{color:#fff;opacity:.7}.dark-test .filters select{background-color:#212121;color:#fff}.dark-test option{color:#fff}.page-connexion{display:flex;align-items:center;justify-content:center;background:#f7f7f7;min-height:100vh;padding:2rem}.login-container{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px;text-align:center}.login-logo{width:200px;margin-bottom:1.5rem}.login-title{font-size:1.8rem;color:#2e86c1;margin-bottom:2rem}.login-section{margin-bottom:1.5rem;text-align:left}.login-section label{display:block;font-weight:700;margin-bottom:.5rem;color:#333}.login-section input{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.login-section input:focus{outline:none;border-color:#2e86c1}.error-message{color:red;font-size:.9rem;margin-bottom:1rem}.login-button{width:100%;padding:.75rem;font-size:1.1rem;font-weight:700;color:#fff;background-color:#2e86c1;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.login-button:hover{background-color:#1f6695}
