.preloader{position:fixed;z-index:999999;background:#edf1f5;width:100%;height:100%}.preloader-content{border:0 solid transparent;border-radius:50%;width:150px;height:150px;position:absolute;top:calc(50vh - 75px);left:calc(50vw - 75px)}.preloader-content:before,.preloader-content:after{content:"";border:1em solid var(--primary-color);border-radius:50%;width:inherit;height:inherit;position:absolute;top:0;left:0;animation:loader 2s linear infinite;opacity:0}.preloader-content:before{animation-delay:.5s}@keyframes loader{0%{transform:scale(0);opacity:0}50%{opacity:1}to{transform:scale(1);opacity:0}}*{box-sizing:border-box}html{height:100%;font-size:14px}body{font-family:Gill Sans,sans-serif;color:var(--text-color);background-color:var(--surface-ground);margin:0;padding:0;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color)}.layout-theme-light{background-color:#edf1f5}.layout-topbar{position:fixed;height:5rem;z-index:997;left:0;top:0;width:100%;padding:0 2rem;background-color:var(--surface-card);transition:left .2s;display:flex;align-items:center;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-logo{display:flex;align-items:center;color:var(--surface-900);font-size:1.5rem;font-weight:500;height:3rem;border-radius:12px}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-logo:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button{display:inline-flex;justify-content:center;align-items:center;position:relative;color:var(--text-color-secondary);border-radius:50%;width:3rem;height:3rem;cursor:pointer;transition:background-color .2s}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:1rem}@media (max-width: 991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{width:auto;order:2}.layout-topbar .layout-menu-button{margin-left:0;order:1}.layout-topbar .layout-topbar-menu-button{display:inline-flex;margin-left:0;order:3}.layout-topbar .layout-topbar-menu{margin-left:0;position:absolute;flex-direction:column;background-color:var(--surface-overlay);box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014;border-radius:12px;padding:1rem;right:2rem;top:5rem;min-width:15rem}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:0;display:flex;width:100%;height:auto;justify-content:flex-start;border-radius:12px;padding:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button i{font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{position:fixed;width:300px;height:calc(100vh - 9rem);z-index:999;overflow-y:auto;-webkit-user-select:none;user-select:none;top:7rem;left:2rem;transition:transform .2s,left .2s;background-color:var(--surface-overlay);border-radius:12px;padding:1rem;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-menu{list-style-type:none;margin:0;padding:0}.layout-menu li{margin-top:.6rem}.layout-menu li.layout-menuitem-category{margin-top:.75rem}.layout-menu li.layout-menuitem-category:first-child{margin-top:0}.layout-menu li .layout-menuitem-root-text{text-transform:uppercase;color:var(--surface-900);font-weight:600;margin-bottom:.5rem;font-size:.875rem}.layout-menu li a{cursor:pointer;text-decoration:none;margin-top:.5rem;align-items:center;color:var(--text-color);transition:color .2s;border-radius:12px;padding:.5rem .7rem;transition:background-color .15s}.layout-menu li a span{margin-left:.5rem}.layout-menu li a .menuitem-toggle-icon{margin-left:auto}.layout-menu li a:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:inset var(--focus-ring)}.layout-menu li a:hover{background-color:var(--surface-hover)}.layout-menu li a.router-link-exact-active{font-weight:700;color:var(--primary-color)}.layout-menu li a .p-badge{margin-left:auto}.layout-menu li.active-menuitem>a .menuitem-toggle-icon:before{content:""}.layout-menu li ul{list-style-type:none;margin:0 0 0 .5rem;padding:0}.layout-menu li ul.layout-submenu-wrapper-enter-from,.layout-menu li ul.layout-submenu-wrapper-leave-to{max-height:0}.layout-menu li ul.layout-submenu-wrapper-enter-to,.layout-menu li ul.layout-submenu-wrapper-leave-from{max-height:1000px}.layout-menu li ul.layout-submenu-wrapper-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.layout-menu li ul.layout-submenu-wrapper-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}.layout-menu li ul ul{padding-left:1rem}.layout-config{position:fixed;top:0;padding:0;right:0;width:20rem;z-index:999;height:100vh;transform:translate(100%);transition:transform .2s;backface-visibility:hidden;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;color:var(--text-color);background-color:var(--surface-overlay);border-top-left-radius:12px;border-bottom-left-radius:12px}.layout-config.layout-config-active{transform:translate(0)}.layout-config .layout-config-button{display:block;position:absolute;width:52px;height:52px;line-height:52px;background-color:var(--primary-color);color:var(--primary-color-text);text-align:center;top:230px;left:-52px;z-index:-1;overflow:hidden;cursor:pointer;border-top-left-radius:12px;border-bottom-left-radius:12px;transition:background-color .2s}.layout-config .layout-config-button i{font-size:32px;line-height:inherit;cursor:pointer;transform:rotate(0);transition:color .2s,transform 1s}.layout-config .layout-config-close{position:absolute;right:1rem;top:1rem;z-index:1}.layout-config .layout-config-content{position:relative;overflow:auto;height:100vh;padding:2rem}.layout-config .config-scale{display:flex;align-items:center;margin:1rem 0 2rem}.layout-config .config-scale .p-button{margin-right:.5rem}.layout-config .config-scale i{margin-right:.5rem;font-size:.75rem;color:var(--text-color-secondary)}.layout-config .config-scale i.scale-active{font-size:1.25rem;color:var(--primary-color)}.layout-config .free-themes img{width:2rem;border-radius:4px;transition:transform .2s}.layout-config .free-themes img:hover{transform:scale(1.1)}.layout-config .free-themes span{font-size:.75rem;margin-top:.25rem}.layout-main-container{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between;padding:7rem 2rem 2rem 4rem;transition:margin-left .2s}.layout-main{flex:1 1 auto}.layout-footer{transition:margin-left .2s;display:flex;align-items:center;justify-content:center;padding-top:1rem;border-top:1px solid var(--surface-border)}@media (min-width: 992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translate(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper.layout-overlay.layout-overlay-sidebar-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-sidebar{transform:translate(-100%);left:0}.layout-wrapper.layout-static.layout-static-sidebar-inactive .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-mask{display:none}}@media (max-width: 991px){.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.layout-wrapper .layout-sidebar{transform:translate(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg)}.layout-wrapper .layout-mask.layout-mask-enter-from,.layout-wrapper .layout-mask.layout-mask-leave-to{background-color:transparent}.layout-wrapper.layout-mobile-sidebar-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-mobile-sidebar-active .layout-mask{display:block}.body-overflow-hidden{overflow:hidden}}.card{background-color:var(--surface-card);padding:1.5rem;color:var(--surface-900);margin-bottom:1rem;border-radius:12px;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important}.card.card-w-title{padding-bottom:1rem}.card.card-w-title h1{text-align:justify}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;padding:.25rem .4rem;border-radius:12px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}hr{border-top:solid var(--surface-border);border-width:1px 0 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}.role-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px}.role-badge.role-siteconsumer{background:#c8e6c9;color:#256029}.role-badge.role-sitecollaborator{background:#feedaf;color:#8a5340}.role-badge.role-sitecontributor{background:#eccfff;color:#694382}.role-badge.role-sitemanager{background:#b3e5fc;color:#23547b}.visibility-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px}.visibility-badge.visibility-public{background:#c8e6c9;color:#256029}.visibility-badge.visibility-moderated{background:#feedaf;color:#8a5340}.visibility-badge.visibility-private{background:#eccfff;color:#694382}.delib-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:.85rem;letter-spacing:.3px;background:#febdf6;color:#8f3a84}.workspace-card{margin:1.5rem 1.5rem 0}.card-title{border:none;padding-bottom:2rem;text-decoration:none;background-color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer}.card-menu{background-color:#fff;padding:12px;margin:auto;border:none;box-shadow:0 4px 8px #0003;min-width:150px!important}.p-dataview-content{background-color:inherit!important}.p-grid.p-nogutter.grid.grid-nogutter{background-color:#fff}.folder-card{margin:1.5rem 1.5rem 0;max-height:4rem}.folder-card .card-title{font-size:1rem}.folder-card .folder-items{display:inline-flex;width:4rem}.folder-card .folder-items span{margin-left:1rem}.folder-card .col-fixed{display:inline-flex;min-width:8rem}.folder-card .p-checkbox-icon{margin:0!important}.folder-card .espace{margin-top:auto!important;margin-bottom:auto!important}figcaption{text-align:end}.p-button-icon{padding-right:4%}.create-workspace{background-color:#ffd44f;border-radius:20px;border:none;color:#000;padding:20px;text-decoration:none;font-size:1.6rem;box-shadow:0 4px 8px #0003;float:right;margin-top:1em}.info-button{border-radius:4rem;border:none;margin-left:10px;font-size:1.2rem}.p-hidden-accessible{visibility:visible}.newMenu{float:right}.simple{border:none;background-color:inherit;color:#000}.delete-all{margin:1rem;min-width:12rem}.p-badge-medium{background-color:#9a09de!important;color:#fff}.workflowPriorityBadge{color:#000!important}.workflowPriorityBadge.p-badge.p-badge-info{background-color:#f9f643!important}.workflowPriorityBadge.p-badge.p-badge-success{background-color:orange!important}.popup-add-workspace{z-index:1001;background-color:#fff;box-shadow:0 4px 8px #0003;padding:2rem;min-width:40rem;min-height:25rem}.popup-add-workspace label{font-size:1.1rem}.required{color:red}#acces-rights{margin:.4rem}.error-message{color:red}.info-message{background-color:inherit;color:#000;margin:1rem;border:none}.disabled{color:#d3d3d3}.workspace-members-head{background-color:#fff;color:#000}.membres{margin:1.5rem}.p-datatable .p-datatable-header{background:none;border:none;padding:0 1rem}.p-datatable .p-datatable-thead>tr>th{background:none}.p-tabview .p-tabview-nav li .p-tabview-nav-link{background:none!important}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{border-bottom:solid!important}.responsive-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item{display:block;padding:.1rem 0rem .1rem 1rem!important}.icone img{height:auto;width:3rem}.icone{height:auto;width:3rem;margin:auto}.user-avatar{margin-right:2rem!important;margin-bottom:auto;margin-top:auto}.user-info{display:grid}.user-name{font-size:1.5rem}.language-choice{display:flex}.language-choice>p{margin:0 .5rem}#searchBar{width:70rem}.mobile_zone{display:none}@media (max-width: 70rem){.mobile_zone{display:grid}.classic_zone{display:none}}.pageInputNumber>.p-inputtext.p-component.p-inputnumber-input{width:auto!important;min-width:3ch;max-width:5.5ch;max-height:2.5rem}#previewCard .p-card-content{padding:0!important}#resetPasswordError .p-message-wrapper{display:flex}#resetPasswordError svg{display:none}#topBarLogo[data-v-9746d2f4]{background-position:center;background-size:contain;width:14rem;height:3rem;background-repeat:no-repeat;background-image:url(/portail/images/pristy/logo-pristy-app-portail-fdtr.png)}.site-grid-container[data-v-533f0ddf]{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.site-card[data-v-533f0ddf]{background-color:var(--surface-card);padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;justify-content:space-between}.app-card[data-v-06b661e4]{background-color:var(--surface-card);cursor:pointer;display:flex;flex-direction:column;align-items:center;color:inherit}.app-card[data-v-06b661e4]:hover{color:var(--primary-color)}.due-date-day[data-v-5aac23f2]{color:#ff4d4d!important}.grid-container[data-v-7d449cb5]{display:grid;gap:2rem 2rem;position:relative;width:100%;height:100%;overflow:auto}.grid-overlay[data-v-7d449cb5]{position:absolute;top:0;left:0;right:0;bottom:0;display:grid;pointer-events:none;z-index:10}.grid-cell[data-v-7d449cb5]{border:1px solid #ddd;box-sizing:border-box}.card[data-v-7d449cb5]{background:var(--surface-card);padding:1.5rem;border-radius:1rem;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box;justify-self:center}.card-content[data-v-7d449cb5] *{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width: 768px){.grid-container[data-v-7d449cb5]{display:flex;flex-direction:column}.card[data-v-7d449cb5]{width:100%!important;height:auto!important;margin-bottom:1rem}.grid-overlay[data-v-7d449cb5]{display:none!important}}@media (width < 48em){body{margin-left:-2em}}.group-chip[data-v-be17e5f5]:hover{border:2px solid #3498db;box-shadow:0 4px 6px #0000001a;cursor:pointer}.circleSelected[data-v-926269ea]{font-size:1.125rem!important;color:var(--primary-color)!important}.keycloak_button[data-v-926269ea]{margin:1rem}.theme-button[data-v-926269ea]{background-color:unset!important;border:1px solid var(--surface-200)!important;cursor:pointer;padding:.5rem!important;width:4rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.theme-button[data-v-926269ea]:hover{border-color:var(--surface-500)!important}.theme-button-selected[data-v-926269ea]{background-color:var(--primary-400)!important;border:1px solid var(--primary-400)}.progress-spinner[data-v-926269ea]{position:fixed;z-index:999;height:2em;width:2em;margin:auto;top:0;left:0;bottom:0;right:0}.progress-spinner[data-v-926269ea]:before{content:"";display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080}.theme-button-lara-green span.block[data-v-926269ea]{background:linear-gradient(#4dac9c,#4dac9c80)}.theme-button-lara-cyan span.block[data-v-926269ea]{background:linear-gradient(#06b6d4,#06b6d480)}.theme-button-lara-blue span.block[data-v-926269ea]{background:linear-gradient(#4378e6,#4378e680)}.theme-button-lara-indigo span.block[data-v-926269ea]{background:linear-gradient(#585fe0,#585fe080)}.theme-button-lara-purple span.block[data-v-926269ea]{background:linear-gradient(#7758e4,#7758e480)}.theme-button-lara-amber span.block[data-v-926269ea]{background:linear-gradient(#f59e0b,#f59e0b80)}.theme-button-lara-teal span.block[data-v-926269ea]{background:linear-gradient(#14b8a6,#14b8a680)}.theme-button-lara-pink span.block[data-v-926269ea]{background:linear-gradient(#ec4899,#ec489980)}.file-card[data-v-a14f5d80]{border-bottom:solid 3px var(--primary-color);display:flex;flex-grow:1!important;background-color:var(--surface-ground)}.dropdown-not-started-light>.p-dropdown[data-v-0042a28e]{background:#d3d3d3!important}.dropdown-not-started-dark>.p-dropdown[data-v-0042a28e]{background:#4a4a4a!important}.dropdown-in-progress-light>.p-dropdown[data-v-0042a28e]{background:#add8e6!important}.dropdown-in-progress-dark>.p-dropdown[data-v-0042a28e]{background:#4f7480!important}.dropdown-ended-light>.p-dropdown[data-v-0042a28e]{background:#f28f8d!important}.dropdown-ended-dark>.p-dropdown[data-v-0042a28e]{background:#ed0010!important}.dropdown-completed-light>.p-dropdown[data-v-0042a28e]{background:#98fb98!important}.dropdown-completed-dark>.p-dropdown[data-v-0042a28e]{background:#269e26!important}.container[data-v-370591ae]{display:flex;justify-content:center;align-items:center;height:85vh}.custom-card[data-v-370591ae]{max-width:25rem;margin:1.25rem;padding:1.25rem;border:.0625rem solid #ddd;border-radius:.0625rem;box-shadow:0 .25em .5em #0000001a}.custom-title[data-v-370591ae]{font-size:5rem;font-weight:700;margin-bottom:.625rem}.custom-card-title[data-v-370591ae]{font-size:1.8rem;font-weight:700;margin-bottom:.3125rem}.custom-card-subtitle[data-v-370591ae]{font-size:1.2rem;color:#666;margin-bottom:.9375rem}.p-image-toolbar{z-index:1200;background-color:#0b09095e;border-radius:18px;margin:1rem;padding:0 1rem}.video-rendition{display:block;margin:auto;max-width:59vw}@media (max-width: 60rem){.video-rendition{max-width:80vw}}@media (max-width: 30rem){.video-rendition{max-width:65vw}}.loadingRendition[data-v-550445bf]{display:flex;margin:.5rem auto 0}.pdfActionDivider[data-v-550445bf]{margin:0 .5rem!important}.top_message[data-v-aa052bad]{margin-top:13rem!important}#loginLogo{background-position:center;background-size:contain;width:14rem;height:14rem;background-repeat:no-repeat;background-image:url(/portail/images/pristy/logo-pristy-square.svg)}.forgotten-password{color:var(--primary-color)}.login-card{border-radius:53px;background:var(--surface-100)}.login-grid{min-width:80%}#loginLogo[data-v-7306d7ce]{background-position:center;background-size:contain;width:14rem;height:14rem;background-repeat:no-repeat;background-image:url(/portail/images/pristy/logo-pristy-square.svg)}.login-card[data-v-7306d7ce]{border-radius:53px;background:var(--surface-100)}.login-grid[data-v-7306d7ce]{min-width:80%}#loginLogo[data-v-c4419d94]{background-position:center;background-size:contain;width:14rem;height:14rem;background-repeat:no-repeat;background-image:url(/portail/images/pristy/logo-pristy-square.svg)}.login-card[data-v-c4419d94]{border-radius:53px;background:var(--surface-100)}.login-grid[data-v-c4419d94]{min-width:80%}.pristy-logo[data-v-704ca92a]{width:400px;height:350px}.error-page[data-v-704ca92a]{min-width:80%}
