:root{--esp-button-primary:#105cb6;--esp-button-primary-hover:#fff;--esp-button-primary-text:#fff;--esp-button-primary-text-hover:rgba(0,0,0,0.87);--esp-button-warn:#f44336;--esp-button-warn-hover:#fff;--esp-button-warn-text:#fff;--esp-button-warn-text-hover:#f44336;--esp-button-font-size:16px;--esp-button-easing:cubic-bezier(.4, 0, .2, 1);--esp-button-disabled:rgba(0,0,0,0.4);--esp-button-disabled-text:#fff;--esp-button-radius:.15em}a.esp-button-elevated{text-decoration:none}.esp-button-elevated{display:inline-block;vertical-align:middle;border-radius:var(--esp-button-radius);transition:all 225ms var(--esp-button-easing);padding:0 .5em;min-width:4em;line-height:2.5em;font-size:var(--esp-button-font-size);box-shadow:0 2px 3px 0 #aaa;background:#fff;border:none;font-family:inherit;outline:none;user-select:none;text-align:center;color:rgba(0,0,0,0.87)}.esp-button-elevated:hover{background:rgba(0,0,0,0.04);cursor:pointer;outline:none;box-shadow:0 2px 8px 0 #aaa}.esp-button-elevated.esp-button-primary{background:var(--esp-button-primary);color:var(--esp-button-primary-text)}.esp-button-elevated.esp-button-primary:hover{background:var(--esp-button-primary-hover);color:var(--esp-button-primary-text-hover)}.esp-button-elevated[disabled],.esp-button-elevated[disabled]:hover,.esp-button-elevated.esp-button-primary[disabled],.esp-button-elevated.esp-button-primary[disabled]:hover,.esp-button-elevated.esp-button-warn[disabled],.esp-button-elevated.esp-button-warn[disabled]:hover{background:var(--esp-button-disabled);color:var(--esp-button-disabled-text);cursor:default}.esp-button-text{background:none;border:0;color:rgba(0,0,0,0.87);outline:none;transition:all 225ms var(--esp-button-easing);box-shadow:none;border-radius:var(--esp-button-radius);display:inline-block;padding:0 .5em;min-width:4em;line-height:2.5em;font-size:var(--esp-button-font-size);text-decoration:none;text-align:center}.esp-button-text:hover{background:rgba(0,0,0,0.04);cursor:pointer}.esp-button-text.esp-button-primary{color:var(--esp-button-primary)}.esp-button-text.esp-button-primary:hover{background:color-mix(in srgb, var(--esp-button-primary) 10%, white)}.esp-button-text[disabled],.esp-button-text[disabled]:hover,.esp-button-text.esp-button-primary[disabled],.esp-button-text.esp-button-primary[disabled]:hover{color:var(--esp-button-disabled);background:none;cursor:default}.esp-button-stroked{display:inline-block;vertical-align:middle;border-radius:var(--esp-button-radius);transition:all 225ms var(--esp-button-easing);padding:0 .5em;min-width:4em;line-height:2.5em;font-size:var(--esp-button-font-size);background:#fff;border:1px solid rgba(0,0,0,0.12);font-family:inherit;outline:none;user-select:none;text-align:center;color:rgba(0,0,0,0.87)}.esp-button-stroked:hover{background:rgba(0,0,0,0.04);cursor:pointer;outline:none}.esp-button-stroked.esp-button-primary{color:var(--esp-button-primary)}.esp-button-stroked.esp-button-primary:hover,.esp-button-stroked-selected.esp-button-primary{background:color-mix(in srgb, var(--esp-button-primary) 10%, white)}.esp-button-stroked.esp-button-warn{color:var(--esp-button-warn)}.esp-button-stroked.esp-button-warn:hover,.esp-button-stroked-selected.esp-button-warn{background:color-mix(in srgb, var(--esp-button-warn) 10%, white)}.esp-button-stroked[disabled],.esp-button-stroked[disabled]:hover,.esp-button-stroked.esp-button-primary[disabled],.esp-button-stroked.esp-button-primary[disabled]:hover,.esp-button-stroked.esp-button-warn[disabled],.esp-button-stroked.esp-button-warn[disabled]:hover{color:var(--esp-button-disabled);background:color-mix(in srgb, var(--esp-button-disabled) 10%, white);cursor:default}:root{--mui-palette-primary-main:#00425b !important;--esp-button-primary:#00425b;--esp-button-primary-text-hover:#00425b}body{background:#f0f0f0}section{width:1100px;margin:0 auto}header{background:#fff;border-bottom:1px solid rgba(0,0,0,0.12);position:fixed;width:100%;z-index:100}header section{display:table;padding:5px;box-sizing:border-box}header section div{display:table-cell;text-align:center;vertical-align:middle}header section div:first-child{text-align:left}header section div:last-child{text-align:right}header a{display:inline-block}header a img{height:65px}header div.navlinks a{text-decoration:none;color:rgba(0,0,0,0.87);text-transform:uppercase;margin-right:20px;transition:color 200ms cubic-bezier(.4, 0, .2, 1)}header div.navlinks a:hover{color:#d10055}body.home{background:#fff}body.home div.grey-bar{background:#f0f0f0}body.home div.initial-header img{width:400px;height:400px}body.home div.initial-header div{display:table-cell;vertical-align:middle}body.home div.initial-header div.text{width:600px;text-align:center;font-size:16pt}body.home div.initial-header div.text h1{color:#00425b;font-size:1.5em}body.home div.home-cards{padding:10px 0 20px 0}body.home div.home-cards a{margin:0 10px;width:250px;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0.12);background:#fff;display:inline-block;text-align:center;vertical-align:top;height:430px;text-decoration:none;color:inherit;transition:all 200ms cubic-bezier(.4, 0, .2, 1)}body.home div.home-cards a:hover{color:#00425b;border-color:#00425b;transform:scale(1.05)}body.home div.home-cards a:last-child{margin:0 0 0 10px}body.home div.home-cards a h1{font-size:24px}body.home div.home-cards a img{width:250px;height:150px}body.home div.home-cards a p{padding:5px}body.home section.content{border:0;padding:80px 0 0 0;background:none;border-radius:0}div.card-panel .esp-button-elevated,div.card-panel .esp-button-text{font-size:1.2em;min-width:6em}section.content{border:1px solid rgba(0,0,0,0.12);padding:85px 10px 10px 10px;border-radius:.2em;background:#fff}body.panel section.content{border:0;padding:80px 0 0 0;background:none;border-radius:0}section.footer{padding:20px 0;text-align:center;color:#666;font-weight:300}section.footer div.espace-logo{display:inline-block;vertical-align:middle;width:75px;border:0}section.footer span.tm{font-family:'Lato',sans-serif;vertical-align:top;margin:0 0 0 -5px}section.footer #espaceLogo{width:75px;height:34px}section.footer #espaceLogo g{fill:#0787a5}section.footer #espaceLogo #logoSpace,section.footer #espaceLogo{fill:#555}section.footer #espaceLogo #logoTM,section.footer #espaceLogo #logoTagline{display:none}section.content mat-modal ul:not(.MuiList-root) li.selected,section.content mat-modal ul:not(.MuiList-root) li.selected:hover,section.content div.manager div.links div.selected,section.content div.manager div.links div.selected:hover,section.content div.fe-files-cont tr.fe-selected,section.content div.fe-files-cont table tbody tr:hover,section.content div.fe-selected,section.content div.fe-icon:hover,section.content pan-datatable pan-datatable-row:hover pan-datatable-cell,section.content pan-datatable pan-datatable-row.selected pan-datatable-cell,section.content pan-grid pan-icon:hover,section.content pan-grid pan-icon[selected]{background-color:#00425b}con-topics-list li.selected,con-topics-list li:hover,con-message-icon.me span{background-color:#49bfb5}con-topics-list li.unread{border-left-color:#49bfb5}section.content div.manager div.disabled{background-color:inherit}con-topics-group,con-topic-header h1,pan-icon-selector i.selected,section.content div.manager div.links div.link:hover{color:#00425b}section.content div.manager div.links div.selected:hover{color:#fff}section.content div.tabs{background:none;margin:0;border:0;color:#00425b}section.content div.tabs a{background:#fff;border-width:0 0 3px 0;border-style:solid;border-color:#fff;transition:all 200ms cubic-bezier(.4, 0, .2, 1);color:rgba(0,0,0,0.38)}section.content div.tabs a:hover,section.content div.tabs a.selected{border-color:#00425b;color:rgba(0,0,0,0.87)}section.content h1.managerTitle{border-width:1px 0;border-style:solid;border-color:rgba(0,0,0,0.12);color:#00425b}section.content pan-manager h1.managerTitle{border-width:0 0 1px 0}section.content es-react-app{border-top:1px solid rgba(0,0,0,0.12)}pan-icon-selector i:hover{color:#00425b}mat-buttons-group{display:flex}mat-buttons-group span.attachments-button{flex-grow:1;justify-self:flex-start}mat-modal textarea:focus,mat-modal input:focus{border-color:#00425b}mat-modal ul:not(.MuiList-root) li:hover{color:#00425b}section.content #fexplorer{height:845px}div.fe-breadcrums span,es-breadcrum span{color:#00425b}section.content div.spaceCard{height:5.8em;transition:all 200ms cubic-bezier(.4, 0, .2, 1);font-weight:300}section.content div.card-panel{margin:20vh auto 0 auto;width:600px;border-style:solid;border-color:rgba(0,0,0,0.12);border-width:1px;padding:20px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);text-align:center;font-weight:300;border-radius:2px;background:#fff}section.content div.card-panel input{width:100%;font-size:1.5em;padding:.2em .2em;outline:none;border-style:solid;border-color:rgba(0,0,0,0.12);border-width:0 0 2px 0;box-sizing:border-box;margin:10px 0;transition:all 200ms cubic-bezier(.4, 0, .2, 1);font-weight:300}section.content div.card-panel input:focus{border-color:#00425b}section.content div.card-panel div.bottom{display:table;width:100%;margin:10px 0 0 0}section.content div.card-panel div.bottom div{display:table-cell;text-align:left}section.content div.card-panel div.bottom div:last-child{text-align:right}section.content div.share div.bottom div:last-child{text-align:left}section.content div.share div.row{display:table-row}section.content div.share div.row div{display:table-cell;text-align:left;padding:5px 5px 5px 0}section.content div.share div.row div:first-child{font-weight:bold}section.content div.card-panel div.error{color:#f00}con-topic-new-message textarea{background-color:#eef6ff}mat-modal con-topic-new-message textarea{box-sizing:border-box}cms-section-list a.l1-section:hover,cms-section-list a.l1-section-selected,cms-section-list cms-section.l1-section:hover,cms-section-list cms-section.l1-section-selected{color:#00425b}cms-section-list a.l2-section:hover,cms-section-list a.l2-section-selected,cms-section-list cms-section.l2-section:hover,cms-section-list cms-section.l2-section-selected{background-color:#00425b}body.responsive section{max-width:1100px;width:100%;box-sizing:border-box}body.responsive header section{display:flex;flex-direction:row;align-items:center}body.responsive header section .header-links{flex-grow:1;display:block}body.responsive section.content div.card-panel{width:100%;max-width:600px;box-sizing:border-box}@media all and (max-width:800px){body.responsive{font-size:12px}body.responsive header a img{height:40px}body.responsive section.content{padding:55px 0 10px 0;border-style:solid;border-color:rgba(0,0,0,0.12);border-width:0 0 1px 0}body.responsive .cms-header-mobile{display:block;text-align:initial;font-size:11pt}body.responsive .cms-header-full{display:none}body.responsive cms-section-list{display:none}body.responsive cms-icon{display:none}body.responsive cms-app{display:block;width:initial;font-size:10pt}body.responsive cms-layout-view{padding:0;max-width:initial}body.responsive cms-document,body.responsive cms-textposting,body.responsive cms-hyperlink,body.responsive cms-video{width:initial;margin:10px 5px 0 5px;padding:0 12px 12px 12px}body.responsive cms-header{display:block;width:initial;border-bottom:1px solid rgba(0,0,0,0.12);padding:0 5px;background:#f0f0f0;margin:0}body.responsive cms-search-view input{outline:none;border-style:solid;border-color:rgba(0,0,0,0.12);border-width:0 0 1px 0}body.responsive .cms-header-mobile--section__selected{color:#00425b}}@media all and (max-width:600px){body.responsive section.content div.card-panel{box-shadow:none;margin:0;border-width:1px 0}}section.content div.card-panel div.MFAformBottom div:last-child{text-align:center}section.content div.card-panel input.mfaInput,div.telContainer .cellphone{width:200px;text-align:center}section.content div.card-panel div.telContainer{text-align:center;display:inline-flex}div.telContainer .code{width:130px !important;margin-right:10px !important}.video-cms-content{margin:5px auto}:root{--mui-palette-primary-main:#00425b !important;--esp-button-primary:#00425b;--esp-button-primary-text-hover:#00425b}header{position:sticky;top:0}header section{height:65px}header a img{height:36px}section.content div.tabs a:hover,section.content div.tabs a.selected{border-color:#49bfb5}section.content{padding:10px}body.panel section.content{padding:0}mat-buttons-group{display:flex}mat-buttons-group span.attachments-button{flex-grow:1;justify-self:flex-start}.espace-cookie-notice{font-size:14pt;line-height:1.75em;padding:0 1em}.espace-cookie-notice .cookies__list li{padding-top:.5em}.espace-cookie-consent{position:fixed;bottom:0;background:#fff;padding:1em;box-sizing:border-box;text-align:center;width:100vw;border-top:1px solid #00425b;visibility:hidden;opacity:0;transition:visibility 200ms, opacity 200ms;display:grid;grid-template-columns:auto auto 6em auto;column-gap:2em;align-items:center;z-index:2}.espace-cookie-consent span{grid-column:2}.espace-cookie-consent a{color:#d10055}.espace-cookie-consent a:hover{text-decoration:none}.espace-cookie-consent .esp-button-elevated{min-width:5em}.espace-cookie-consent__show{visibility:visible;opacity:1}body.home section.content{padding:2em 0 5em 0}.home-page--header{background-color:#ecf7f8;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page--header-text{font-size:64px;color:#00425b;transition:200ms font-size}.home-page--header-flags{position:relative;align-self:baseline;margin-bottom:-10px;height:0;transform:translateY(-70px)}.home-page--header-flags img{width:12em}@media only screen and (max-width:1550px){body.home section.content{padding-top:4em}}@media only screen and (max-width:1150px){header section{width:unset}header section a{margin:1em}section{width:100vw;flex-wrap:wrap}.navlinks :last-child{display:none}header div.navlinks a{margin:0 .75rem}.home-page--header{height:200px}.home-page--header-text{font-size:3rem}.home-page--header-flags{transform:translateY(-80px)}.home-page--header-flags img{width:10em}section.footer{font-size:.75rem}}@media only screen and (max-width:900px){header section div.navlinks{display:none}header section{justify-content:space-between;width:unset}.home-page--header{height:150px;flex-direction:row-reverse;justify-content:space-between}.home-page--header-text{font-size:28px;flex-grow:1;text-align:center}.home-page--header-flags{transform:unset}.home-page--header-flags img{width:4em}.home-page--header-flags{position:relative;width:0;height:unset;align-self:unset;margin:0}body.home section.content{flex-direction:column;align-content:unset;padding:0}}