.utilisateur-action-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:700;background-color:rgba(0,0,0,.3);overflow-y:auto}.utilisateur-action-overlay.invisible{display:none}.utilisateur-action-overlay.visible{display:block}.utilisateur-action-overlay>.holder{position:absolute;top:10px;right:10px;width:300px}.utilisateur-action-overlay>.holder>.content{position:relative;background-color:#fff;box-shadow:0 2px 3px 0 rgba(40,40,40,.35);border:1px solid #bfbfc6;border-radius:4px;padding:50px 15px 5px 15px}.utilisateur-action-overlay>.holder>.content>.title{position:relative;display:block;padding-left:30px;padding-right:30px;margin:-35px 0 12px 0;font-size:16px;font-family:"Roboto-Medium",sans-serif;color:#282828;font-weight:500;background-image:url('../../images/ico/user-circle-black.svg');background-position:left top;background-repeat:no-repeat;background-size:15px}.utilisateur-action-overlay>.holder>.content>.close{position:absolute;top:12px;right:18px;height:22px;width:22px;background-image:url('../../images/ico/cross-grey.svg');background-position:center center;background-repeat:no-repeat;background-size:15px;transition:all 200ms ease-out}.utilisateur-action-overlay>.holder>.content>.close:hover{background-image:url('../../images/ico/cross-black.svg');background-position:center center;transition:all 150ms ease-out}.utilisateur-action-overlay>.holder>.content>.form-group>a{display:block;padding-left:30px;padding-right:30px;color:#282828;text-decoration:none;background-position:left top;background-repeat:no-repeat;background-size:15px}.utilisateur-action-overlay>.holder>.content>.form-group>a:hover{display:block;padding-left:30px;padding-right:30px;color:#282828;text-decoration:underline;background-position:left top;background-repeat:no-repeat;background-size:15px}.contentloading{margin-bottom:10px;display:flex;justify-content:center;align-items:center}.contentloading>.content{position:relative;height:20px;width:80px}.contentloading>.content div{position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;animation-timing-function:cubic-bezier(0,1,1,0);background-color:#005bbb}.contentloading.grey>.content div{background-color:#b6b5b5}.contentloading>.content div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.contentloading>.content div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.contentloading>.content div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.contentloading>.content div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(24px,0)}}.error-overlay{position:fixed;display:flex;top:0;left:0;right:0;bottom:0;width:100%;justify-content:flex-end;align-items:flex-end;background-color:rgba(0,0,0,.3);z-index:1000;overflow-y:auto}.error-overlay>.holder{flex:0 0 100%;max-width:100%;z-index:1000}.error-overlay>.holder>.content{position:relative}.error-overlay>.holder>.content>div{position:relative;padding:15px;background-color:#fff;color:#282828;overflow:hidden;direction:ltr}.error-overlay>.holder>.content>div:before{content:"";position:absolute;width:180px;height:180px;top:10px;right:10px;background-image:url(../../images/ico/bug-black.svg);background-repeat:no-repeat;background-position:right center;background-size:contain;opacity:.1;transform:rotate(-19deg);z-index:0}.error-overlay>.holder>.content>div>.text{max-height:100px;overflow-y:auto}.error-overlay>.holder>.content>div>.text>*{color:#282828 !important;font-size:12px}.error-overlay>.holder>.content>div>.action{display:flex;justify-content:space-between;align-items:center;z-index:1}.error-overlay>.holder>.content>div>.action>*{z-index:1}.erreur-404-holder{margin-top:75px}.erreur-404{min-height:calc(100vh - 135px);align-items:center}.erreur-404 img{display:block;width:100%}.erreur-404 a{display:block;max-width:250px;text-align:center}.erreur-404 span{margin-top:15px;font-size:65px;color:#808080;font-weight:bold;text-transform:uppercase}.erreur-404 p{margin-top:15px;font-size:25px;color:#808080;font-weight:bold;text-transform:uppercase}.erreur-404 .card-body div{margin-bottom:15px}.erreur-404 .col-6{display:flex;align-items:center}.erreur-404 .col-6 div{display:flex;flex-direction:column}.erreur-404 .col-6 div div{margin-bottom:15px}.left-menu{position:fixed;left:0;top:65px;width:64px;bottom:0;background-color:#fff;z-index:90}.left-menu>ul{padding:0;margin:0}.left-menu>ul>li{display:block}.left-menu>ul>li>a{position:relative;display:flex;flex-direction:column;justify-content:center;width:64px;height:64px;background-color:transparent;border:solid 1px transparent;box-shadow:0 1px 0 0 #eaeaea;box-sizing:border-box;transition:background-color 100ms ease-out}.left-menu>ul>li.title>a>span[class*="ico-"]{width:100%;height:36px;background-repeat:no-repeat;background-position:center center;background-size:28px}.left-menu>ul>li.title>a>span:nth-child(1){display:block}.left-menu>ul>li.title>a>span:nth-child(2){display:none}.left-menu>ul>li.title>a>span.title{width:100%;color:#282828;text-decoration:none;font-size:9px;text-align:center;transition:all 100ms ease-out}.left-menu>ul>li:hover>a{background-color:rgba(0,91,187,.1);border:1px solid #005bbb}.left-menu>ul>li.title:hover>a>span:nth-child(1){display:none}.left-menu>ul>li.title:hover>a>span:nth-child(2){display:block}.left-menu>ul>li.title:hover>a>span.title{color:#005bbb;transition:all 150ms ease-in}.left-menu>ul>li>.sub-menu{position:fixed;left:65px;top:64px;bottom:0;background-color:#fff;width:300px;margin-left:-1px;overflow-y:auto;box-shadow:2px 3px 6px 0 rgba(0,0,0,.16);z-index:-1;border-top:solid 1px rgba(0,91,187,.1);padding-bottom:64px;visibility:hidden}.left-menu>ul>li>.sub-menu.visible{visibility:visible}.left-menu>ul>li:first-child>.sub-menu{border-top:none}.left-menu>ul>li>.sub-menu>.title{display:inline-block;width:100%;height:64px;line-height:64px;font-size:16px;font-family:"Roboto-Medium",sans-serif;padding-left:45px;color:#005bbb;background-position:15px center;background-repeat:no-repeat;background-color:rgba(0,91,187,.1);background-size:25px;box-sizing:border-box}.left-menu>ul>li>.sub-menu>.ss-title{display:block;font-family:"Roboto-Medium",sans-serif;padding:15px}.left-menu>ul>li>.sub-menu>a{display:block;padding:5px 25px;color:#282828}.left-menu>ul>li>.sub-menu>a:hover{background-color:rgba(0,91,187,.1);font-family:"Roboto-Medium",sans-serif}.left-menu>ul>li>.sub-menu>a.link{display:inline-block !important;padding-right:30px;text-decoration:underline !important;color:#005bbb !important;background-repeat:no-repeat;background-size:15px;background-position:right center}.left-menu>ul>li>.sub-menu>a.link:hover{background-color:#fff !important}@media screen and (max-width:1024px){.left-menu{bottom:auto;top:50px;width:100%;border:1px solid #efefef}.left-menu>ul{padding:0;display:flex;margin:0;width:100%;overflow-x:scroll;z-index:1}.left-menu>ul::-webkit-scrollbar{background:#efefef;height:4px;border-radius:5px}.left-menu>ul::-webkit-scrollbar-thumb{background:#9c9c9c;border-radius:5px;margin:1px}.left-menu>ul>li{float:none;display:block;min-width:75px;height:50px;border-right:1px solid #efefef;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.left-menu>ul>li>a{width:50px;height:50px;box-shadow:0 0 0 0 #eaeaea;justify-content:space-around}.left-menu>ul>li.title>a{background-image:none;width:auto}.left-menu>ul>li.title>a>span{position:relative;font-size:12px;line-height:25px;overflow:hidden;padding:0 10px}.left-menu>ul>li.title>a>span[class*="ico-"]{width:auto;height:auto;background-size:25px}.left-menu>ul>li.title>a>span.title{width:auto;margin:0;line-height:10px;transition:none}.left-menu>ul>li>.sub-menu{top:100px;width:100%;left:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:none}}.page-container{margin:64px 0 30px 64px}.page-container.no-title{margin:74px 0 30px 64px}@media screen and (max-width:1024px){.page-container{margin:15px 0 15px 0}}.page-header{display:flex;flex-direction:row;flex-wrap:wrap;position:fixed;top:65px;left:64px;right:0;z-index:89;zoom:1;height:50px;margin:0;padding:10px 0 10px 10px;background-color:#f7f7f7;align-items:center;justify-content:space-between}.page-header-reserved-height{height:70px}.page-header>.page-title{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-right:10px}.page-header>.page-title>a{margin-right:10px}.page-header>.page-title>div>.breadcrumbs>a{font-size:12px;color:#005bbb}.page-header>.page-title>div>.breadcrumbs>a:hover{text-decoration:underline}.page-header>.page-title>div>.breadcrumbs>span{padding:0 0 0 3px;font-size:12px;color:#005bbb;text-decoration:none !important}.page-header>.page-title>div>h1{margin:0}@media screen and (max-width:1024px){.page-header{position:unset;top:unset;left:unset;right:unset;height:auto;margin:50px 0 15px 0;box-shadow:0 2px 3px 0 rgba(40,40,40,.2);padding:10px 10px}.page-header-reserved-height{display:none}.page-header>.col>.row.margin-none.justify-right{justify-content:start}.page-header>.col{padding:5px 0 10px 0}.page-header>.page-title{padding:10px 0 5px 0}}.pageloading-holder{display:none}body.loading .pageloading-holder{display:block}.pageloading-holder>.overlay{position:fixed;left:0;right:0;top:0;bottom:0;opacity:0;z-index:1000;cursor:wait}.popup-holder{display:none}.popup-holder.visible{display:block}.popup-holder .popup-overlay{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:0;width:100%;z-index:800;background-color:rgba(0,0,0,.3);overflow-y:auto}.popup-holder .popup-overlay>.holder>.content{position:relative;background-color:#fff;box-shadow:0 2px 3px 0 rgba(40,40,40,.35);border:1px solid #bfbfc6;border-radius:4px;padding:15px 15px 5px 15px}.popup-holder.no-header .popup-overlay .holder>.content{padding-top:15px;margin-top:5px;margin-bottom:5px}.popup-holder .popup-overlay>.holder>.content>.title{position:relative;display:block;padding-right:30px;margin:0 0 10px 0;font-size:22px;line-height:20px;font-family:"Roboto-Medium",sans-serif;color:#282828;font-weight:500;border-bottom:1px solid #bfbfc6;padding-bottom:10px}.popup-holder .popup-overlay>.holder>.content>.close{position:absolute;top:12px;right:18px;height:22px;width:22px;background-image:url('../../images/ico/cross-grey.svg');background-position:center center;background-repeat:no-repeat;transition:all 200ms ease-out}.popup-holder .popup-overlay>.holder>.content>.close:hover{background-image:url('../../images/ico/cross-black.svg');background-position:center center;transition:all 150ms ease-out}.popup-holder .popup-overlay>.holder>.content .title-collapse{padding:0 15px;margin:0 -15px 10px -15px !important}@media screen and (max-width:1200px){.popup-holder .popup-overlay .holder.col,.popup-holder .popup-overlay .holder.col-1,.popup-holder .popup-overlay .holder.col-2,.popup-holder .popup-overlay .holder.col-3,.popup-holder .popup-overlay .holder.col-4,.popup-holder .popup-overlay .holder.col-5,.popup-holder .popup-overlay .holder.col-6,.popup-holder .popup-overlay .holder.col-7,.popup-holder .popup-overlay .holder.col-8,.popup-holder .popup-overlay .holder.col-9,.popup-holder .popup-overlay .holder.col-10,.popup-holder .popup-overlay .holder.col-11,.popup-holder .popup-overlay .holder.col-12{flex:0 0 80% !important;max-width:80% !important}}.top-header-holder{position:fixed;top:0;left:0;right:0;min-width:1200px;z-index:95;zoom:1;box-sizing:border-box}.top-header-holder>.top-header{background-color:#fff;border-bottom:1px solid #eaeaea;box-sizing:border-box}.top-header-holder>.top-header .header-application{position:relative;display:flex;height:64px;flex:0 0 335px;flex-direction:row;align-items:center}.top-header-holder>.top-header .header-application>.environnement{position:absolute;bottom:5px;left:147px;font-size:10px;color:#fff;box-sizing:border-box;text-transform:uppercase}.top-header-holder>.top-header .header-application>.logo{display:block;flex:0 0 80px;width:80px;height:30px;margin:0 10px 0 10px;background-image:url('../../images/layout/logo-dalkia.png');background-position:left center;background-repeat:no-repeat;background-size:80px}.top-header-holder>.top-header .header-application .home{display:block;flex:0 0 26px;width:26px;height:26px;margin-right:20px;background-repeat:no-repeat;background-position:center center;background-size:20px;border-radius:2px;background-color:#fff;box-shadow:0 1px 3px 0 rgba(40,40,40,.3)}.top-header-holder>.top-header .header-application.environnement-dev .home,.top-header-holder>.top-header .header-application.environnement-rec .home{background-image:url('../../images/ico/home-orange.svg')}.top-header-holder>.top-header .header-application.environnement-trs .home,.top-header-holder>.top-header .header-application.environnement-eti .home{background-image:url('../../images/ico/home-green.svg')}.top-header-holder>.top-header .header-application.environnement-ppr .home,.top-header-holder>.top-header .header-application.environnement-ppd .home,.top-header-holder>.top-header .header-application.environnement-prd .home,.top-header-holder>.top-header .header-application.environnement-prod .home{background-image:url('../../images/ico/home-blue.svg')}.top-header-holder>.top-header .header-application .title{display:block;height:64px;line-height:64px;margin-right:20px;font-size:20px;color:#fff;text-transform:uppercase;font-weight:bold}.top-header-holder>.top-header .header-application div[data-ctxmenu]{left:64px !important;right:0 !important}.top-header-holder>.top-header .header-search{align-items:center;height:64px}.top-header-holder>.top-header .header-search>.perimetre{position:relative;margin-left:20px;padding-left:30px;min-height:40px;color:#282828}.top-header-holder>.top-header .header-search>.perimetre:before{content:"";width:15px;height:15px;position:absolute;left:10px;background-image:url('../../images/ico/perimetre-black.svg');background-position:left center;background-repeat:no-repeat}.top-header-holder>.top-header .header-search>.search>div{display:flex;margin-left:20px;margin-bottom:0}.top-header-holder>.top-header .header-search>.search>input.input-search{padding-left:28px !important;border:1px solid #d4d4d4 !important;box-shadow:inset 0 0 3px 0 rgba(40,40,40,.16) !important}.top-header-holder>.top-header .header-search>.btn-group{margin-left:20px}.top-header-holder>.top-header .header-link{flex:0 0 325px;height:64px;align-items:center;justify-content:flex-end;flex-wrap:nowrap;margin-right:10px}.top-header-holder>.top-header .header-link>.alert>span.n-alert{display:block;position:absolute;width:7px;height:7px;bottom:0;left:10px;border-radius:50%;background-color:#f00}.top-header-holder>.top-header .header-link>.alert>span.n-info{display:block;position:absolute;width:7px;height:7px;bottom:0;right:10px;border-radius:50%;background-color:#005bbb}.top-header-holder>.top-header .header-link>.alert>span.n-notif{display:block;position:absolute;width:auto;height:10px;padding:2px;top:4px;left:21px;border-radius:4px;background-color:#fe6728;color:#fff;font-size:9px;line-height:10px}.top-header-holder>.top-header .header-link>.link{display:block;position:relative;width:40px;height:40px;background-position:center center;background-repeat:no-repeat;background-size:20px;transition:all 100ms ease-out}.top-header-holder>.top-header .header-link>.link:hover{background-color:#f7f7f7;border-radius:50%;transition:all 150ms ease-in}.top-header-holder>.top-header .header-link>.account{position:relative;margin-left:5px;padding-left:35px;max-width:190px;color:#282828;transition:all 100ms ease-out}.top-header-holder>.top-header .header-link>.account:hover{background-color:#f7f7f7;border-radius:4px;transition:all 150ms ease-in}.top-header-holder>.top-header .header-link>.account:before{position:absolute;content:"";width:20px;height:20px;left:5px;top:calc(50% - 10px);background-image:url('../../images/ico/user-circle-black.svg');background-position:left center;background-repeat:no-repeat;background-size:20px}.top-header-holder>.top-header .header-link>.account.logged-as{color:#fe6728}.top-header-holder>.top-header .header-link>.account.logged-as:before{background-image:url('../../images/ico/user-circle-orange.svg')}.top-header-holder>.top-header .header-link>.btn-arrow-down-black.logged-as:after{background-image:url('../../images/ico/arrow-down-orange.svg')}.top-header-holder>.top-header .header-application.environnement-dev,.top-header-holder>.top-header .header-application.environnement-rec{background-color:#fe6728}.top-header-holder>.top-header .header-application.environnement-trs{background-color:#509e2f}.top-header-holder>.top-header .header-application.environnement-eti{background-color:#c4d600}.top-header-holder>.top-header .header-application.environnement-ppr,.top-header-holder>.top-header .header-application.environnement-ppd{background-color:#09357a}.top-header-holder>.top-header .header-application.environnement-prod,.top-header-holder>.top-header .header-application.environnement-prd{background-color:#005bbb}.top-header-holder>.top-header .header-application.environnement-dev .ctx-list,.top-header-holder>.top-header .header-application.environnement-dev .ctx-list a{background-color:#fe6728;color:#fff}.top-header-holder>.top-header .header-application.environnement-trs .ctx-list,.top-header-holder>.top-header .header-application.environnement-trs .ctx-list a,.top-header-holder>.top-header .header-application.environnement-eti .ctx-list,.top-header-holder>.top-header .header-application.environnement-eti .ctx-list a{background-color:#509e2f;color:#fff}.top-header-holder>.top-header .header-application.environnement-ppr .ctx-list,.top-header-holder>.top-header .header-application.environnement-ppr .ctx-list a,.top-header-holder>.top-header .header-application.environnement-ppd .ctx-list,.top-header-holder>.top-header .header-application.environnement-ppd .ctx-list a,.top-header-holder>.top-header .header-application.environnement-prod .ctx-list,.top-header-holder>.top-header .header-application.environnement-prod .ctx-list a,.top-header-holder>.top-header .header-application.environnement-prd .ctx-list,.top-header-holder>.top-header .header-application.environnement-prd .ctx-list a{background-color:#005bbb;color:#282828}@media screen and (min-width:1024px) and (max-width:1250px){.top-header-holder{min-width:unset}}@media screen and (max-width:1024px){.top-header-holder{position:sticky;min-width:unset}.top-header-holder>.top-header .header-application{flex:0 0 75px;height:50px}.top-header-holder>.top-header .header-application .home{margin:0 auto}.top-header-holder>.top-header .header-search{display:flex;height:50px;flex:1 !important;padding-right:10px;flex-wrap:nowrap}.top-header-holder>.top-header .header-search>.search{flex:1;margin-left:10px}.top-header-holder>.top-header .header-search>.btn-group{display:flex;margin-left:10px}.top-header-holder>.top-header .header-link,.top-header-holder>.top-header .header-application .title,.top-header-holder>.top-header .header-application>.environnement,.top-header-holder>.top-header .header-application>.logo{display:none}.top-header-holder>.h-notification{float:right;margin:0 12px 0 12px;height:50px}.top-header-holder>.h-notification .ico{width:20px;height:20px;background-size:75%;margin-top:14px}.top-header-holder>.h-notification .nb{font-size:.7em;padding:0 5px;height:15px;line-height:15px}.top-header-holder>.link{width:35px;height:50px;background-size:70%}.top-header-holder>[data-env]{height:30px;margin:5px;padding:5px 5px;border-radius:4px}.top-header-holder .top-header .btn-group #aCtxAction{z-index:101}}