/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;print-color-adjust:exact}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(0.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(0.75rem);transform:translateX(0.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}.custom-select-sm{height:calc(1.5em + 0.5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + 0.75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + 0.75rem + 2px);margin:0;overflow:hidden;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem;overflow:hidden;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + 0.75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:rgba(0,0,0,0);-webkit-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:#dee2e6;border-color:rgba(0,0,0,0);border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}*{box-sizing:border-box}#main{position:relative;padding:0;margin:0;overflow-x:hidden}@media screen and not (min-width:992px){#main{top:-3.5rem;padding:0}}@media screen and (max-width:991px){#main{top:-3.5rem;padding:0}}#content{padding:0}html{color:#000;background:#fff}body{height:-webkit-max-content;height:max-content;overflow-x:hidden}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{padding:0;margin:0}table{width:auto;width:initial;border-spacing:0;border-collapse:collapse}fieldset,img{border:0}ol,ul{list-style:none}a{transition:color .2s}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:""}abbr,acronym{-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;border:0}sub{vertical-align:text-bottom}figure{margin:0}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input{border-radius:0}ul.menu{margin:unset}ul.menu a.is-active{color:#000;color:initial}.menu-item{padding:0;list-style-type:none;list-style-image:none}#toolbar-administration{z-index:5002 !important}.gin-secondary-toolbar{z-index:5000 !important}.node-type-homepage #block-ttt-local-tasks{margin-top:9rem}a.btnOrange,button.btnOrange{position:relative;display:flex;align-items:center;min-width:2.875rem;min-height:2.875rem;padding:.94rem 1rem;text-decoration:none;background-color:#f5503d;border:1px solid rgba(0,0,0,0);border-radius:62.5rem;transition:all .2s;font-family:"canada-type-gibson",sans-serif;font-size:.875rem;color:#fff;line-height:normal}@media screen and not (min-width:992px){a.btnOrange,button.btnOrange{height:2.25rem;padding:.75rem 1rem}}@media screen and (max-width:991px){a.btnOrange,button.btnOrange{height:2.25rem;padding:.75rem 1rem}}a.btnOrange:hover,button.btnOrange:hover{color:#f5503d}@media screen and not (min-width:768px){a.btnOrange,button.btnOrange{font-size:.75rem}}@media screen and (max-width:767px){a.btnOrange,button.btnOrange{font-size:.75rem}}a.btnOrange svg,button.btnOrange svg{position:relative}a.btnOrange:hover,button.btnOrange:hover{background-color:#fff;border:1px solid #f5503d;transition:all .2s}a.btnOrange:hover path,button.btnOrange:hover path{fill:#f5503d}img~a.btnOrange::after,svg~a.btnOrange::after,img~button.btnOrange::after,svg~button.btnOrange::after{content:""}a.btnOrange .picto_icon_container,button.btnOrange .picto_icon_container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}a.btnSearch{position:relative;display:flex;padding:.94rem;text-decoration:none;background-color:#1e1e1e;border-radius:62.5rem;transition:all .2s}@media screen and not (min-width:992px){a.btnSearch{padding:.5rem}}@media screen and (max-width:991px){a.btnSearch{padding:.5rem}}a.btnSearch:hover{background-color:#f5503d}.linkNext[\:not-has\(a\)],.linkNext a{align-self:flex-end;position:relative;color:#f5503d}.linkNext:not(:has(a)),.linkNext a{align-self:flex-end;position:relative;color:#f5503d}.linkNext[\:not-has\(a\)]::before,.linkNext a::before{position:absolute;left:-0.5rem;width:1.5rem;height:1.5rem;content:"";background-color:#f5503d;transition:.2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 50%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.linkNext:not(:has(a))::before,.linkNext a::before{position:absolute;left:-0.5rem;width:1.5rem;height:1.5rem;content:"";background-color:#f5503d;transition:.2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 50%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.paragraph--type--link-item,.paragraph--type--link-to-file-item{margin:.62rem 0}.paragraph--type--link-item,.paragraph--type--link-to-file-item,.blackBtn{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#1e1e1e;border-radius:6.25rem;transition:.2s;align-items:center}.paragraph--type--link-item:hover,.paragraph--type--link-to-file-item:hover,.blackBtn:hover{background:#f5503d}.paragraph--type--link-item:hover a,.paragraph--type--link-to-file-item:hover a,.blackBtn:hover a{color:#fff}.paragraph--type--link-item .blackBtn-icon,.paragraph--type--link-to-file-item .blackBtn-icon,.blackBtn .blackBtn-icon{position:absolute;left:.31rem;width:2.38rem;height:2.38rem;background-color:#fff;border-radius:50%}@media screen and not (min-width:768px){.paragraph--type--link-item .blackBtn-icon,.paragraph--type--link-to-file-item .blackBtn-icon,.blackBtn .blackBtn-icon{width:1.69rem;height:1.69rem}}@media screen and (max-width:767px){.paragraph--type--link-item .blackBtn-icon,.paragraph--type--link-to-file-item .blackBtn-icon,.blackBtn .blackBtn-icon{width:1.69rem;height:1.69rem}}.paragraph--type--link-item .blackBtn-icon::before,.paragraph--type--link-to-file-item .blackBtn-icon::before,.blackBtn .blackBtn-icon::before{position:absolute;left:0;width:2.38rem;height:2.38rem;content:"";background-color:#f5503d;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 50% 50%;mask:url("/themes/custom/ttt/img/redArrow.svg") 50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and not (min-width:768px){.paragraph--type--link-item .blackBtn-icon::before,.paragraph--type--link-to-file-item .blackBtn-icon::before,.blackBtn .blackBtn-icon::before{width:1.69rem;height:1.69rem}}@media screen and (max-width:767px){.paragraph--type--link-item .blackBtn-icon::before,.paragraph--type--link-to-file-item .blackBtn-icon::before,.blackBtn .blackBtn-icon::before{width:1.69rem;height:1.69rem}}.paragraph--type--link-item a,.paragraph--type--link-item input,.paragraph--type--link-to-file-item a,.paragraph--type--link-to-file-item input,.blackBtn a,.blackBtn input{z-index:1;padding:.83rem 1.38rem .83rem 3.5rem;text-decoration:none;font-family:"canada-type-gibson",sans-serif;font-size:.875rem;color:#fff}@media screen and not (min-width:768px){.paragraph--type--link-item a,.paragraph--type--link-item input,.paragraph--type--link-to-file-item a,.paragraph--type--link-to-file-item input,.blackBtn a,.blackBtn input{font-size:.75rem}}@media screen and (max-width:767px){.paragraph--type--link-item a,.paragraph--type--link-item input,.paragraph--type--link-to-file-item a,.paragraph--type--link-to-file-item input,.blackBtn a,.blackBtn input{font-size:.75rem}}@media screen and not (min-width:768px){.paragraph--type--link-item a,.paragraph--type--link-item input,.paragraph--type--link-to-file-item a,.paragraph--type--link-to-file-item input,.blackBtn a,.blackBtn input{padding:.69rem 1.25rem .69rem 2.74rem}}@media screen and (max-width:767px){.paragraph--type--link-item a,.paragraph--type--link-item input,.paragraph--type--link-to-file-item a,.paragraph--type--link-to-file-item input,.blackBtn a,.blackBtn input{padding:.69rem 1.25rem .69rem 2.74rem}}.paragraph--type--link-to-file-item .blackBtn-icon::before{-webkit-mask:url("/themes/custom/ttt/img/download.svg") 50% 50%;mask:url("/themes/custom/ttt/img/download.svg") 50% 50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.newsItem,.eventItem{height:100%;padding-top:1.25rem;border-top:1px solid #1e1e1e}.newsItem a,.eventItem a{display:flex;height:100%;text-decoration:none;flex-direction:column}.newsItem a:hover .fakeLink,.eventItem a:hover .fakeLink{color:#f5503d}.newsItem .newsFilters,.eventItem .newsFilters{display:flex;margin-bottom:1.56rem}.newsItem .newsFilters .newsBundle,.newsItem .newsFilters .newsType,.eventItem .newsFilters .newsBundle,.eventItem .newsFilters .newsType{margin-right:.38rem;position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.newsItem .newsFilters .newsBundle.ingenierie_durable_numerique,.newsItem .newsFilters .newsType.ingenierie_durable_numerique,.eventItem .newsFilters .newsBundle.ingenierie_durable_numerique,.eventItem .newsFilters .newsType.ingenierie_durable_numerique{background-color:#cad8fc}.newsItem .newsFilters .newsBundle.life_tech,.newsItem .newsFilters .newsType.life_tech,.eventItem .newsFilters .newsBundle.life_tech,.eventItem .newsFilters .newsType.life_tech{background-color:#baf5c6}.newsItem .newsFilters .newsBundle.domaine,.newsItem .newsFilters .newsType.domaine,.eventItem .newsFilters .newsBundle.domaine,.eventItem .newsFilters .newsType.domaine{background-color:#fff}.newsItem .newsDetails,.eventItem .newsDetails{margin-bottom:.62rem;font-family:"canada-type-gibson",sans-serif;font-weight:600;font-size:1rem;color:#f5503d;line-height:130%;letter-spacing:.01rem}@media screen and not (min-width:768px){.newsItem .newsDetails,.eventItem .newsDetails{font-weight:400}}@media screen and (max-width:767px){.newsItem .newsDetails,.eventItem .newsDetails{font-weight:400}}@media screen and not (min-width:768px){.newsItem .newsDetails,.eventItem .newsDetails{font-size:.75rem}}@media screen and (max-width:767px){.newsItem .newsDetails,.eventItem .newsDetails{font-size:.75rem}}.newsItem .newsDate,.eventItem .newsDate{margin-bottom:.62rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#68768c;line-height:180%;letter-spacing:.015rem;font-style:italic}.newsItem .newsResume .isWysiwyg p,.newsItem .newsResume .isWysiwyg a,.newsItem .newsResume .isWysiwyg span,.eventItem .newsResume .isWysiwyg p,.eventItem .newsResume .isWysiwyg a,.eventItem .newsResume .isWysiwyg span{font-size:.875rem;line-height:140%;letter-spacing:.0175rem}.newsItem .newsTitle,.eventItem .newsTitle{margin-bottom:.62rem;font-family:"canada-type-gibson",sans-serif;font-weight:500;font-size:1.375rem;color:#1e1e1e}@media screen and not (min-width:768px){.newsItem .newsTitle,.eventItem .newsTitle{font-size:.875rem}}@media screen and (max-width:767px){.newsItem .newsTitle,.eventItem .newsTitle{font-size:.875rem}}.newsItem .fakeLink,.eventItem .fakeLink{position:relative;margin-left:auto;transition:all .2s;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e}.newsItem .fakeLink::before,.eventItem .fakeLink::before{position:absolute;top:-2px;left:-1.6rem;height:100%;content:url("/themes/custom/ttt/img/redArrow.svg")}.technoOfferingItem,.successStoryItem{border-radius:.625rem}.technoOfferingItem .technoOfferingInfoWrapper,.successStoryItem .technoOfferingInfoWrapper{background-color:#f3f6fe}.technoOfferingItem .technoOfferingInfoWrapper .technoOfferingText,.successStoryItem .technoOfferingInfoWrapper .technoOfferingText{margin:1.25rem 0 .62rem}.technoOfferingItem a,.successStoryItem a{display:block;text-decoration:none}.technoOfferingItem a .arrow,.successStoryItem a .arrow{display:block;width:1.69rem;height:1.69rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.technoOfferingItem a .arrow::before,.successStoryItem a .arrow::before{position:absolute;width:1.69rem;height:1.69rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.technoOfferingItem a:hover .arrow,.successStoryItem a:hover .arrow{background-color:#f5503d}.technoOfferingItem a:hover .arrow::before,.successStoryItem a:hover .arrow::before{background-color:#fff}.technoOfferingItem .followingArrow,.successStoryItem .followingArrow{display:flex;justify-content:flex-end}.technoOfferingItem h1,.successStoryItem h1{margin-bottom:.62rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:140%}.technoOfferingItem .isWysiwyg,.technoOfferingItem .isWysiwyg p,.technoOfferingItem .isWysiwyg a,.technoOfferingItem .isWysiwyg span,.successStoryItem .isWysiwyg,.successStoryItem .isWysiwyg p,.successStoryItem .isWysiwyg a,.successStoryItem .isWysiwyg span{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#1e1e1e;line-height:140%;letter-spacing:.0175rem}.technoOfferingItem .technoOfferingInfoWrapper,.technoOfferingItem .successStoryInfoWrapper,.successStoryItem .technoOfferingInfoWrapper,.successStoryItem .successStoryInfoWrapper{width:60%;padding:1.25rem}@media screen and not (min-width:992px){.technoOfferingItem .technoOfferingInfoWrapper,.technoOfferingItem .successStoryInfoWrapper,.successStoryItem .technoOfferingInfoWrapper,.successStoryItem .successStoryInfoWrapper{width:100%}}@media screen and (max-width:991px){.technoOfferingItem .technoOfferingInfoWrapper,.technoOfferingItem .successStoryInfoWrapper,.successStoryItem .technoOfferingInfoWrapper,.successStoryItem .successStoryInfoWrapper{width:100%}}.technoOfferingItem .technoOfferingInfoWrapper .successStoryText,.technoOfferingItem .successStoryInfoWrapper .successStoryText,.successStoryItem .technoOfferingInfoWrapper .successStoryText,.successStoryItem .successStoryInfoWrapper .successStoryText{margin:1.25rem 0}.technoOfferingItem .technoOfferingWrapper,.technoOfferingItem .successStoryWrapper,.successStoryItem .technoOfferingWrapper,.successStoryItem .successStoryWrapper{display:flex;background-color:#f3f6fe;border-radius:.625rem 1.25rem .625rem .625rem}@media screen and not (min-width:992px){.technoOfferingItem .technoOfferingWrapper,.technoOfferingItem .successStoryWrapper,.successStoryItem .technoOfferingWrapper,.successStoryItem .successStoryWrapper{flex-direction:column-reverse}}@media screen and (max-width:991px){.technoOfferingItem .technoOfferingWrapper,.technoOfferingItem .successStoryWrapper,.successStoryItem .technoOfferingWrapper,.successStoryItem .successStoryWrapper{flex-direction:column-reverse}}.technoOfferingItem .techno_offer_tags_container,.technoOfferingItem .success_tags_container,.successStoryItem .techno_offer_tags_container,.successStoryItem .success_tags_container{flex-wrap:wrap;display:flex;grid-gap:.62rem;gap:.62rem}.technoOfferingItem .techno_offer_tags_container *,.technoOfferingItem .success_tags_container *,.successStoryItem .techno_offer_tags_container *,.successStoryItem .success_tags_container *{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.technoOfferingItem .techno_offer_tags_container *.ingenierie_durable_numerique,.technoOfferingItem .success_tags_container *.ingenierie_durable_numerique,.successStoryItem .techno_offer_tags_container *.ingenierie_durable_numerique,.successStoryItem .success_tags_container *.ingenierie_durable_numerique{background-color:#cad8fc}.technoOfferingItem .techno_offer_tags_container *.life_tech,.technoOfferingItem .success_tags_container *.life_tech,.successStoryItem .techno_offer_tags_container *.life_tech,.successStoryItem .success_tags_container *.life_tech{background-color:#baf5c6}.technoOfferingItem .techno_offer_tags_container *.domaine,.technoOfferingItem .success_tags_container *.domaine,.successStoryItem .techno_offer_tags_container *.domaine,.successStoryItem .success_tags_container *.domaine{background-color:#fff}.technoOfferingItem .successImage,.technoOfferingItem .technoOfferingImage,.successStoryItem .successImage,.successStoryItem .technoOfferingImage{width:40%;overflow:hidden;background-color:#fff;border:1px solid #d5deec;border-left:none;border-radius:0 .625rem .625rem 0}@media screen and not (min-width:992px){.technoOfferingItem .successImage,.technoOfferingItem .technoOfferingImage,.successStoryItem .successImage,.successStoryItem .technoOfferingImage{width:100%;border-radius:.625rem .625rem 0 0}}@media screen and (max-width:991px){.technoOfferingItem .successImage,.technoOfferingItem .technoOfferingImage,.successStoryItem .successImage,.successStoryItem .technoOfferingImage{width:100%;border-radius:.625rem .625rem 0 0}}.technoOfferingItem .successImage img,.technoOfferingItem .technoOfferingImage img,.successStoryItem .successImage img,.successStoryItem .technoOfferingImage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and not (min-width:768px){.sidebarFirst{display:none}.sidebarFirst.isOpened{position:fixed;top:0;left:0;z-index:4;display:flex;width:100vw;max-width:100vw;height:100vh;padding-left:5rem;flex-direction:column;background-color:#fff;justify-content:center}}@media screen and (max-width:767px){.sidebarFirst{display:none}.sidebarFirst.isOpened{position:fixed;top:0;left:0;z-index:4;display:flex;width:100vw;max-width:100vw;height:100vh;padding-left:5rem;flex-direction:column;background-color:#fff;justify-content:center}}.sidebarFirst .closeBtn{position:absolute;top:1.1rem;right:2.16rem;display:none;width:40px;height:40px;background:url(/themes/custom/ttt/img/closeShareBtn.svg);background-repeat:no-repeat}.sidebarFirst h2,.sidebarFirst h3{display:none}.sidebarFirst #block-ttt-etatdavancement{margin-bottom:2.5rem}.sidebarFirst .facets-reset,.sidebarFirst .facet-item--expanded,.sidebarFirst .facet-item{position:relative;display:flex;align-items:baseline}.sidebarFirst .startupsFilterCountContainer,.sidebarFirst .facets-reset{position:relative;left:-0.6rem}.sidebarFirst .facets-reset{margin-bottom:2rem}.sidebarFirst .etat_d_avancement{position:relative;display:block;margin:1.6rem 0 .825rem;text-transform:uppercase;border-radius:.3125rem;font-weight:500;font-size:.75rem}.sidebarFirst .facet-item--expanded{margin-bottom:2.5rem;flex-direction:column}.sidebarFirst .facet-item--expanded>input{position:absolute;top:10px;left:-20px;z-index:1}.sidebarFirst .facet-item--expanded label{position:relative;left:-2rem;z-index:0;width:100%;padding:8px .3rem 5px 2rem;font-size:.75rem;text-transform:uppercase;cursor:pointer;border-radius:.3125rem;font-weight:500;font-size:.75rem}.sidebarFirst .facet-item--expanded label[for=pole-90],.sidebarFirst .facet-item--expanded label[for=pole-0-90]{background-color:#baf5c6}.sidebarFirst .facet-item--expanded label[for=pole-90] .facet-item__value:hover,.sidebarFirst .facet-item--expanded label[for=pole-0-90] .facet-item__value:hover{color:#1e1e1e}.sidebarFirst .facet-item--expanded label[for=pole-72],.sidebarFirst .facet-item--expanded label[for=pole-0-72]{background-color:#cad8fc}.sidebarFirst .facet-item--expanded label[for=pole-72] .facet-item__value:hover,.sidebarFirst .facet-item--expanded label[for=pole-0-72] .facet-item__value:hover{color:#1e1e1e}.sidebarFirst .facet-item--expanded li{display:flex;margin-left:0;align-items:baseline}.sidebarFirst .facet-item--expanded .facet-empty{padding:2rem 1rem 2rem 0}.facet-item__value{cursor:pointer}.facet-item__value:hover{color:#f5503d}.submitBtn,.facet-summary-item--clear{position:relative;left:-3rem;display:flex;margin-bottom:1rem;justify-content:center}.submitBtn{display:none}.facet-summary-item--clear{cursor:pointer}.facet-summary-item--clear a{position:relative;color:#1e1e1e;text-decoration:none}.facet-summary-item--clear a:after{position:absolute;top:-3px;right:-25px;width:20px;height:20px;content:url(/themes/custom/ttt/img/reset.svg)}.ajax-throbber .sk-flow-dot,.ajax-throbber .sk-chase-dot:before,.ajax-throbber .sk-circle-dot:before,.ajax-throbber .sk-grid-cube,.ajax-throbber .sk-bounce-dot,.ajax-throbber .sk-circle-fade-dot:before,.ajax-throbber .sk-fold-cube:before,.ajax-throbber.sk-pulse,.ajax-throbber.sk-plane,.ajax-throbber .sk-swing-dot,.ajax-throbber .sk-wander-cube,.ajax-throbber .sk-wave-rect{background-color:#f5503d !important}.node-type-homepage .isWysiwyg h2{font-family:"canada-type-gibson",sans-serif}.node-type-homepage .region-content header{padding:7.5rem 0 1rem 0}.node-type-homepage .region-content header .illustration{top:7.5rem}.node-type-homepage .breadcrumb{display:none}.node-type-homepage #header:not(.scrolled){background-color:rgba(0,0,0,0);border-bottom:none}.node-type-homepage #main{top:-9.2rem;margin-bottom:-7.6rem}.node-type-webform .content{margin-bottom:2.5rem}.node-type-webform .content .contact-infos{font-size:.75rem;line-height:170%}.node-type-webform .content form .js-form-item{margin:2.5rem 0}.node-type-webform .content form .js-form-item label{font-size:.875rem;line-height:140%;letter-spacing:.0175rem}.node-type-webform .content form .js-form-item input,.node-type-webform .content form .js-form-item textarea{padding:1rem;background-color:#f3f6fe;border:none;border-bottom:1px solid #68768c;box-shadow:none}.node-type-webform .content form .js-form-item input::-webkit-input-placeholder,.node-type-webform .content form .js-form-item textarea::-webkit-input-placeholder{color:#68768c}.node-type-webform .content form .js-form-item input:-ms-input-placeholder,.node-type-webform .content form .js-form-item textarea:-ms-input-placeholder{color:#68768c}.node-type-webform .content form .js-form-item input::placeholder,.node-type-webform .content form .js-form-item textarea::placeholder{color:#68768c}.node-type-webform .content form .js-form-item input:focus,.node-type-webform .content form .js-form-item textarea:focus{border-bottom:3px solid #68768c;outline:rgba(85,85,85,.6) 2px solid;outline-offset:2px}.node-type-webform .content form .js-form-item select{padding:.84rem 3.58rem .84rem 1.25rem;color:#fff;cursor:pointer;background:url(/themes/custom/ttt/img/chevron-down-white.svg) no-repeat 90% #1e1e1e;border:none;border-radius:62.5rem;-webkit-appearance:none;appearance:none}.node-type-webform .content form .js-form-type-tel .iti{display:flex}.node-type-webform .content form .js-form-type-tel .iti .iti__flag-container,.node-type-webform .content form .js-form-type-tel .iti .form-tel{position:relative}.node-type-webform .content form .js-form-type-tel .iti .iti__flag-container{background:#f3f6fe;border-right:1px solid #d5deec;border-bottom:1px solid #68768c}.node-type-webform .content form .js-form-type-tel .iti .form-tel{border-bottom-left-radius:0}.node-type-webform .content form .webform-actions{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}.node-type-webform .content form .webform-actions .blackBtn input{z-index:1;padding:.89rem 1.38rem .89rem 3.5rem;margin:0;background:none}@media screen and not (min-width:768px){.node-type-webform .content form .webform-actions .blackBtn input{padding:.69rem 1.25rem .69rem 2.74rem}}@media screen and (max-width:767px){.node-type-webform .content form .webform-actions .blackBtn input{padding:.69rem 1.25rem .69rem 2.74rem}}.node-type-tab_page .introductionContainer,.node-type-tab_page_landing .introductionContainer{display:flex;margin-top:2.5rem}@media screen and not (min-width:992px){.node-type-tab_page .introductionContainer,.node-type-tab_page_landing .introductionContainer{flex-direction:column}}@media screen and (max-width:991px){.node-type-tab_page .introductionContainer,.node-type-tab_page_landing .introductionContainer{flex-direction:column}}.node-type-tab_page .introductionContainer .indexItem,.node-type-tab_page_landing .introductionContainer .indexItem{display:block;width:100%;padding:1.5rem 0;margin-right:3rem;border-top:1px solid #1e1e1e;font-family:"poppins",sans-serif;font-weight:400;font-size:1.375rem;color:#f5503d;line-height:130%}.node-type-tab_page .introductionContainer h1,.node-type-tab_page_landing .introductionContainer h1{font-family:"canada-type-gibson",sans-serif;font-weight:300;font-size:1.75rem;color:#1e1e1e;line-height:130%}@media screen and not (min-width:992px){.node-type-tab_page .introductionContainer h1,.node-type-tab_page_landing .introductionContainer h1{margin-bottom:2rem}}@media screen and (max-width:991px){.node-type-tab_page .introductionContainer h1,.node-type-tab_page_landing .introductionContainer h1{margin-bottom:2rem}}@media screen and not (min-width:768px){.node-type-tab_page .introductionContainer h1,.node-type-tab_page_landing .introductionContainer h1{font-family:"canada-type-gibson",sans-serif;font-weight:300;font-size:1.25rem;color:#1e1e1e;line-height:120%}}@media screen and (max-width:767px){.node-type-tab_page .introductionContainer h1,.node-type-tab_page_landing .introductionContainer h1{font-family:"canada-type-gibson",sans-serif;font-weight:300;font-size:1.25rem;color:#1e1e1e;line-height:120%}}.node-type-event .introductionContainer,.node-type-news .introductionContainer,.node-type-licences_signees .introductionContainer{margin:2.5rem 0}.node-type-event .introductionContainer .date,.node-type-news .introductionContainer .date,.node-type-licences_signees .introductionContainer .date{margin:1.25rem 0;font-family:"canada-type-gibson",sans-serif;font-weight:600;font-size:1rem;color:#f5503d;line-height:130%;letter-spacing:.01rem}.node-type-event .introductionContainer .publicationDate,.node-type-news .introductionContainer .publicationDate,.node-type-licences_signees .introductionContainer .publicationDate{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#68768c;line-height:180%;letter-spacing:.01rem;font-style:italic}.node-type-event .introductionContainer .isWysiwyg p,.node-type-news .introductionContainer .isWysiwyg p,.node-type-licences_signees .introductionContainer .isWysiwyg p{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#68768c;line-height:140%}@media screen and not (min-width:768px){.node-type-event .introductionContainer .isWysiwyg p,.node-type-news .introductionContainer .isWysiwyg p,.node-type-licences_signees .introductionContainer .isWysiwyg p{font-weight:400}}@media screen and (max-width:767px){.node-type-event .introductionContainer .isWysiwyg p,.node-type-news .introductionContainer .isWysiwyg p,.node-type-licences_signees .introductionContainer .isWysiwyg p{font-weight:400}}@media screen and not (min-width:768px){.node-type-event .introductionContainer .isWysiwyg p,.node-type-news .introductionContainer .isWysiwyg p,.node-type-licences_signees .introductionContainer .isWysiwyg p{font-size:1rem}}@media screen and (max-width:767px){.node-type-event .introductionContainer .isWysiwyg p,.node-type-news .introductionContainer .isWysiwyg p,.node-type-licences_signees .introductionContainer .isWysiwyg p{font-size:1rem}}.node-type-technology_offering .tagContainer{display:flex;margin-bottom:1.25rem;grid-gap:.62rem;gap:.62rem;flex-wrap:wrap}@media screen and not (min-width:992px){.node-type-technology_offering .tagContainer{margin-top:3rem}}@media screen and (max-width:991px){.node-type-technology_offering .tagContainer{margin-top:3rem}}.node-type-technology_offering .tagContainer span{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.node-type-technology_offering .tagContainer span.ingenierie_durable_numerique{background-color:#cad8fc}.node-type-technology_offering .tagContainer span.life_tech{background-color:#baf5c6}.node-type-technology_offering .tagContainer span.domaine{background-color:#fff}.node-type-technology_offering .paragraph--type--link-to-file-item,.node-type-technology_offering .paragraph--type--link-item{margin-bottom:1.25rem}.node-type-technology_offering .introductionContainer{margin-top:2.5rem}.node-type-technology_offering .detailsOfferContainer{grid-row-gap:1.25rem;row-gap:1.25rem;padding:1.25rem;position:relative}.node-type-technology_offering .detailsOfferContainer::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe}.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details{margin:0}.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer{display:flex;grid-gap:.62rem;gap:.62rem;align-items:center}.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{margin:0;font-weight:500;font-size:1rem;color:#f5503d;line-height:130%}@media screen and not (min-width:768px){.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{font-size:.875rem;line-height:140%}}@media screen and (max-width:767px){.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{font-size:.875rem;line-height:140%}}.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details p{margin-top:.62rem;font-size:.75rem;line-height:170%}@media screen and not (min-width:768px){.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details p{font-size:.75rem;line-height:170%}}@media screen and (max-width:767px){.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-technology_offering .detailsOfferContainer .paragraph--type--technology-offer-details p{font-size:.75rem;line-height:170%}}.node-type-technology_offering .paragraph--type--simple-text-module .isWysiwyg p,.node-type-technology_offering .paragraph--type--simple-text-module .isWysiwyg ul{font-weight:400;font-size:.875rem;line-height:140%;letter-spacing:.0175rem}.node-type-technology_offering .paragraph--type--grey-push-module h3{font-weight:400;font-size:1.375rem;color:#68768c;line-height:130%}.view-news-and-events{margin-bottom:1.5rem}.view-news-and-events .views-exposed-form{margin:2.5rem 0;background-color:#1e1e1e;border-radius:.3125rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#fff;line-height:140%;letter-spacing:.0175rem}.view-news-and-events .views-exposed-form fieldset{margin:0}.view-news-and-events .views-exposed-form .form--inline{display:flex;margin-left:1.25rem}@media screen and not (min-width:768px){.view-news-and-events .views-exposed-form .form--inline{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.view-news-and-events .views-exposed-form .form--inline{flex-direction:column;align-items:flex-start}}.view-news-and-events .views-exposed-form .form-type-radio{position:relative;display:flex;margin:0;margin-right:2.5rem;cursor:pointer;align-items:center}.view-news-and-events .views-exposed-form .form-type-radio::before{display:block;width:.9375rem;height:.9375rem;content:url(/themes/custom/ttt/img/filterRoundCheckbox.svg)}.view-news-and-events .views-exposed-form .form-type-radio[\:has\(\[checked\]\)]::before{content:url(/themes/custom/ttt/img/filterRoundCheckboxSelected.svg)}.view-news-and-events .views-exposed-form .form-type-radio:has([checked])::before{content:url(/themes/custom/ttt/img/filterRoundCheckboxSelected.svg)}.view-news-and-events .views-exposed-form .form-type-radio[\:has\(.focus-visible\)]::before{border-radius:20rem;outline:3px solid #fff}.view-news-and-events .views-exposed-form .form-type-radio:has(.focus-visible)::before{border-radius:20rem;outline:3px solid #fff}.view-news-and-events .views-exposed-form .form-type-radio[\:has\(\:focus-visible\)]::before{border-radius:20rem;outline:3px solid #fff}.view-news-and-events .views-exposed-form .form-type-radio:has(:focus-visible)::before{border-radius:20rem;outline:3px solid #fff}.view-news-and-events .views-exposed-form .form-type-radio label{padding:.75rem 1.25rem;padding-left:.5rem;margin:0;cursor:pointer}.view-news-and-events .views-exposed-form .form-type-radio input{position:absolute;height:100%;cursor:pointer;opacity:0}.view-news-and-events .views-exposed-form .form-type-radio input:focus{outline:none}.view-news-and-events .views-exposed-form .form-item-created{display:flex;margin:0;margin-left:auto;align-items:center}@media screen and not (min-width:768px){.view-news-and-events .views-exposed-form .form-item-created{padding:.75rem 1.25rem;margin:0}}@media screen and (max-width:767px){.view-news-and-events .views-exposed-form .form-item-created{padding:.75rem 1.25rem;margin:0}}.view-news-and-events .views-exposed-form .form-item-created input{margin:0;margin-right:1.25rem;color:#fff;background-color:#1e1e1e}.view-news-and-events .views-exposed-form .form-item-created input:focus{outline:2px solid #fff}.view-news-and-events .content .row{grid-row-gap:1.5rem;row-gap:1.5rem}.view-news-and-events .form-actions{display:none}.datepicker.dropdown-menu{color:#fff;background-color:#1e1e1e}.datepicker table tr td span.focused,.datepicker table tr td span:hover{color:#1e1e1e;background-color:#fff}.view--startups,.view--technology-offers{position:relative}.view--startups .view-header,.view--technology-offers .view-header{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e}.view--startups .viewContent,.view--technology-offers .viewContent{padding:2.5rem 0}.view--startups .viewContent .views-element-container .view-content article,.view--technology-offers .viewContent .views-element-container .view-content article{margin-bottom:1.25rem}.view--startups .viewContent .views-element-container .view-content article .technoOfferingImage img,.view--technology-offers .viewContent .views-element-container .view-content article .technoOfferingImage img{height:100%}.view--startups .blockPushView .field-item-push-color-container,.view--technology-offers .blockPushView .field-item-push-color-container{padding:1.88rem;margin:1.25rem 0}.view-job-offers .content{margin:4.69rem 0}.view-job-offers article{padding-top:1.25rem;border-top:1px solid #1e1e1e}.view-job-offers article a{text-decoration:none}.view-job-offers article a:hover .fakeLink{color:#f5503d}.view-job-offers article a .jobTitle{margin-bottom:.62rem;font-family:"canada-type-gibson",sans-serif;font-weight:500;font-size:1.375rem;color:#1e1e1e}@media screen and not (min-width:768px){.view-job-offers article a .jobTitle{font-size:.875rem}}@media screen and (max-width:767px){.view-job-offers article a .jobTitle{font-size:.875rem}}.view-job-offers article a .jobDate{margin-bottom:.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#68768c;line-height:180%;font-style:italic}.view-job-offers article a .jobResume{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#1e1e1e;line-height:140%}.view-job-offers article a .fakeLink{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-bottom:1.25rem;margin-left:auto;transition:all .2s;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e}.view-job-offers article a .fakeLink::before{position:absolute;top:-2px;left:-1.6rem;height:100%;content:url("/themes/custom/ttt/img/redArrow.svg")}.node-type-job_offer .nodeTeaser{margin:2.5rem 0}.node-type-public_market .iframe_title{display:none}.node-type-public_market iframe{height:100vh;margin:2.5rem 0}.page--404 #main,.page--403 #main{display:flex;min-height:42rem;position:relative}.page--404 #main::before,.page--403 #main::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%)}.page--404 #main .title,.page--403 #main .title{display:flex;margin-bottom:0;text-align:center;flex-direction:column;font-size:3.125rem;line-height:110%;letter-spacing:-0.031rem}.page--404 #main .title span,.page--403 #main .title span{margin:2.5rem 0;font-size:1.375rem;line-height:130%;letter-spacing:normal;letter-spacing:initial}.page--404 #main .linkToHome,.page--403 #main .linkToHome{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.node-type-success_story .tagContainer{display:flex;grid-gap:.62rem;gap:.62rem;margin-bottom:1.25rem;flex-wrap:wrap}@media screen and not (min-width:992px){.node-type-success_story .tagContainer{margin-top:3rem}}@media screen and (max-width:991px){.node-type-success_story .tagContainer{margin-top:3rem}}.node-type-success_story .tagContainer span{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.node-type-success_story .tagContainer span.ingenierie_durable_numerique{background-color:#cad8fc}.node-type-success_story .tagContainer span.life_tech{background-color:#baf5c6}.node-type-success_story .tagContainer span.domaine{background-color:#fff}.node-type-success_story header img{border-radius:.3125rem}.node-type-success_story .paragraph--type--link-to-file-item,.node-type-success_story .paragraph--type--link-item{margin-bottom:1.25rem}.node-type-success_story .introductionContainer .isWysiwyg{margin:3.75rem 0}.node-type-success_story .introductionContainer .isWysiwyg p{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#68768c;line-height:140%}@media screen and not (min-width:768px){.node-type-success_story .introductionContainer .isWysiwyg p{font-size:1rem}}@media screen and (max-width:767px){.node-type-success_story .introductionContainer .isWysiwyg p{font-size:1rem}}.node-type-success_story .detailsOfferContainer{grid-row-gap:1.25rem;row-gap:1.25rem;padding:1.25rem;position:relative}.node-type-success_story .detailsOfferContainer::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe}.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details{padding:0}.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer{display:flex;grid-gap:.62rem;gap:.62rem;align-items:center}.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{margin:0;font-weight:500;font-size:1rem;color:#f5503d;line-height:130%}@media screen and not (min-width:768px){.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{font-size:.875rem;line-height:140%}}@media screen and (max-width:767px){.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .titleContainer h3{font-size:.875rem;line-height:140%}}.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details p{margin-top:.62rem;font-size:.75rem;line-height:170%}@media screen and not (min-width:768px){.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details p{font-size:.75rem;line-height:170%}}@media screen and (max-width:767px){.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details .isWysiwyg,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details img,.node-type-success_story .detailsOfferContainer .paragraph--type--technology-offer-details p{font-size:.75rem;line-height:170%}}.node-type-success_story .paragraph--type--simple-text-module{margin-top:0}.node-type-success_story .paragraph--type--simple-text-module .isWysiwyg p,.node-type-success_story .paragraph--type--simple-text-module .isWysiwyg ul{font-weight:400;font-size:.875rem;line-height:140%;letter-spacing:.0175rem}.view-search .views-exposed-form>div{display:flex;align-items:center;margin:2.5rem 0}.view-search .views-exposed-form>div .js-form-item[\:has\(input\[type\%3Dtext\]\)]{margin-right:1.25rem}.view-search .views-exposed-form>div .js-form-item:has(input[type=text]){margin-right:1.25rem}.view-search .views-exposed-form>div .js-form-item[\:has\(input\[type\%3Dtext\]\)] input{padding:1.09rem;margin-bottom:0;border:1px solid #d5deec;border-radius:62.5rem}.view-search .views-exposed-form>div .js-form-item:has(input[type=text]) input{padding:1.09rem;margin-bottom:0;border:1px solid #d5deec;border-radius:62.5rem}.view-search .views-exposed-form>div .js-form-item[\:has\(input\[type\%3Dtext\]\)] input::-webkit-input-placeholder{font-style:italic}.view-search .views-exposed-form>div .js-form-item[\:has\(input\[type\%3Dtext\]\)] input:-ms-input-placeholder{font-style:italic}.view-search .views-exposed-form>div .js-form-item[\:has\(input\[type\%3Dtext\]\)] input::placeholder{font-style:italic}.view-search .views-exposed-form>div .js-form-item:has(input[type=text]) input::-webkit-input-placeholder{font-style:italic}.view-search .views-exposed-form>div .js-form-item:has(input[type=text]) input:-ms-input-placeholder{font-style:italic}.view-search .views-exposed-form>div .js-form-item:has(input[type=text]) input::placeholder{font-style:italic}.view-search .views-exposed-form>div input[type=submit]{padding:1.25rem}.view-search .view-header{margin-bottom:1.25rem}.view-search article{border-top:1px solid #202b37}.view-search article .pole,.view-search article .domaine{margin-right:.38rem;position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.view-search article .pole.ingenierie_durable_numerique,.view-search article .domaine.ingenierie_durable_numerique{background-color:#cad8fc}.view-search article .pole.life_tech,.view-search article .domaine.life_tech{background-color:#baf5c6}.view-search article .pole.domaine,.view-search article .domaine.domaine{background-color:#fff}.view-search article .pole.domaine,.view-search article .domaine.domaine{background-color:#f3f6fe}.view-search article a{display:flex;padding:1.25rem 0;text-decoration:none;flex-direction:column}.view-search article a:hover .linkNext{color:#f5503d}.view-search article .linkNext{display:flex;margin-top:1.25rem;transition:color .2s;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e;line-height:120%;letter-spacing:.015rem}.view-search article .linkNext::before{left:-1.5rem}.view-search article h1{font-family:"canada-type-gibson",sans-serif;font-weight:500;font-size:1.375rem;color:#1e1e1e;line-height:130%}.view-search article .tagContainer{display:flex;margin-bottom:1.56rem}.view-search article .searchApiExcerpt{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#1e1e1e;line-height:140%;letter-spacing:.0175rem}.view-search article .searchApiExcerpt:hover{color:#1e1e1e}.view-search .form-item-search-api-fulltext label{display:none}.view-search .form-submit{position:relative;display:flex;padding:.94rem;text-decoration:none;background-color:#1e1e1e;border-radius:62.5rem;transition:all .2s}.view-search .form-submit:hover{background-color:#f5503d}.page-sitemap .container-menus{background:#fff}.page-sitemap .sitemap{display:flex;margin:5rem;flex-direction:column;grid-row-gap:2.5rem;row-gap:2.5rem}.page-sitemap .sitemap .sitemap-item>div>ul{display:flex;flex-direction:column;grid-row-gap:2.5rem;row-gap:2.5rem}#toolbar-administration{position:relative;z-index:9999999999}.region-top-nav{display:flex;align-items:center;justify-content:flex-end;padding-top:.6rem;padding-bottom:1.16rem}@media screen and not (min-width:1200px){.region-top-nav{padding-top:.2rem}}@media screen and (max-width:1199px){.region-top-nav{padding-top:.2rem}}.region-top-nav ul{display:flex}.region-top-nav ul li{padding:0 .625rem}.region-top-nav ul li.menu-item{border-right:1px solid #1e1e1e}.region-top-nav ul a{display:block;height:100%;text-decoration:none;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e;line-height:170%;letter-spacing:.0075rem}.region-top-nav ul a:hover{color:#f5503d}.region-top-nav #block-ttt-selecteurdelangue .links li{position:relative;text-transform:uppercase}.region-top-nav #block-ttt-selecteurdelangue .links li a.is-active{font-weight:600}.region-top-nav #block-ttt-selecteurdelangue .links>li:first-child:after{position:absolute;top:0;right:0;content:"/";-webkit-transform:translateX(50%);transform:translateX(50%)}#header{position:-webkit-sticky;position:sticky;top:0;z-index:999;padding:0;background-color:#fff;border-bottom:1px solid #f3f6fe}@media screen and not (min-width:992px){#header{min-height:3.125rem}#header:not(.scrolled){background-color:rgba(0,0,0,0);border-bottom:none}}@media screen and (max-width:991px){#header{min-height:3.125rem}#header:not(.scrolled){background-color:rgba(0,0,0,0);border-bottom:none}}@media screen and not (min-width:992px){.region-top-nav{display:none}}@media screen and (max-width:991px){.region-top-nav{display:none}}@media screen and not (min-width:992px){.headerContainer{width:100%;max-width:none}}@media screen and (max-width:991px){.headerContainer{width:100%;max-width:none}}.headerContainer .contactAndSearch{z-index:1;display:flex;align-items:center;grid-column-gap:1.25rem;-webkit-column-gap:1.25rem;column-gap:1.25rem}@media screen and not (min-width:992px){.headerContainer .contactAndSearch{position:fixed;top:.1rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@media screen and (max-width:991px){.headerContainer .contactAndSearch{position:fixed;top:.1rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}}@media screen and not (min-width:992px){.logo{padding-top:100px}}@media screen and (max-width:991px){.logo{padding-top:100px}}.headerWrapper{display:flex;align-items:center;justify-content:space-between;padding-bottom:.84rem}.headerWrapper #block-ttt-branding{z-index:1}@media screen and not (min-width:992px){.headerWrapper #block-ttt-branding{position:fixed;top:.5rem;max-width:2.3125rem;max-height:2.4375rem}}@media screen and (max-width:991px){.headerWrapper #block-ttt-branding{position:fixed;top:.5rem;max-width:2.3125rem;max-height:2.4375rem}}.headerWrapper .site-name{display:none}.headerWrapper ul{display:flex;align-items:center}.headerWrapper ul a,.headerWrapper ul span{display:block;height:100%;text-decoration:none;transition:color .2s;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#1e1e1e;line-height:140%;letter-spacing:.0175rem}.headerWrapper ul a:hover{color:#f5503d}.headerWrapper ul li{margin-left:1.25rem}.headerWrapper ul li.menu-item--expanded{position:relative;display:flex;align-items:center}.headerWrapper ul li.menu-item--expanded::after{display:block;width:1.5rem;height:1.5rem;content:url(/themes/custom/ttt/img/blackDownArrow.svg)}@media screen and not (min-width:992px){.headerWrapper ul li.menu-item--expanded::after{display:none}}@media screen and (max-width:991px){.headerWrapper ul li.menu-item--expanded::after{display:none}}.headerWrapper ul li.menu-item--expanded:not(:hover) ul{pointer-events:none;opacity:0}@media screen and not (min-width:992px){.headerWrapper ul li.menu-item--expanded:not(:hover) ul{opacity:1}}@media screen and (max-width:991px){.headerWrapper ul li.menu-item--expanded:not(:hover) ul{opacity:1}}.headerWrapper ul li.menu-item--expanded[focus-within] ul{opacity:1}.headerWrapper ul li.menu-item--expanded:focus-within ul{opacity:1}.headerWrapper ul li.menu-item--expanded ul{position:absolute;top:100%;left:0;width:-webkit-max-content;width:max-content;min-width:12.5rem;padding:1.255rem 1.25rem;flex-direction:column;background-color:#fff;border-top:1px solid #fff;border-radius:.625rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);align-items:baseline}.headerWrapper ul li.menu-item--expanded ul li{margin:0}@media screen and not (min-width:992px){.headerWrapper ul li.menu-item--expanded ul li{z-index:1;width:100%;justify-content:center}}@media screen and (max-width:991px){.headerWrapper ul li.menu-item--expanded ul li{z-index:1;width:100%;justify-content:center}}.headerWrapper ul li.menu-item--expanded ul li a{display:block;padding:.625rem 0;transition:color .2s}.headerWrapper ul li.menu-item--expanded ul li a:hover{color:#f5503d}.headerWrapper ul li.menu-item--expanded span{position:relative;z-index:1;cursor:default}.headerWrapper ul li.menu-item--expanded:hover::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.headerWrapper ul li.menu-item--expanded:last-of-type{padding:.25rem 1.25rem;background-color:#1e1e1e;border-radius:62.5rem}@media screen and not (min-width:992px){.headerWrapper ul li.menu-item--expanded:last-of-type{padding:.25rem 0}}@media screen and (max-width:991px){.headerWrapper ul li.menu-item--expanded:last-of-type{padding:.25rem 0}}.headerWrapper ul li.menu-item--expanded:last-of-type ul{top:50%;min-width:100%;padding:2.25rem 0 1.25rem;background-color:#1e1e1e;border-top:none;border-radius:0 1.25rem 1.25rem 1.25rem;box-shadow:none}.headerWrapper ul li.menu-item--expanded:last-of-type ul li{display:flex;margin:0}.headerWrapper ul li.menu-item--expanded:last-of-type ul li a{padding:.625rem 1.25rem;color:#fff}@media screen and not (min-width:992px){.headerWrapper ul li.menu-item--expanded:last-of-type ul li a{padding:.625rem 0}}@media screen and (max-width:991px){.headerWrapper ul li.menu-item--expanded:last-of-type ul li a{padding:.625rem 0}}.headerWrapper ul li.menu-item--expanded:last-of-type ul li a:hover{color:#f5503d}.headerWrapper ul li.menu-item--expanded:last-of-type span{color:#fff}.headerWrapper ul li.menu-item--expanded:last-of-type::after{position:relative;z-index:1;display:block;width:2.4375rem;height:2.4375rem;content:url(/themes/custom/ttt/img/whiteDownArrow.svg)}.headerWrapper ul li.menu-item--expanded:last-of-type:hover{border-bottom-right-radius:0}.region-search{display:flex;align-items:center}.region-search .form--inline{display:flex}.region-search .form--inline #edit-search-api-fulltext{display:none}@media screen and not (min-width:992px){#main-navigation .region-navigation{display:none}}@media screen and (max-width:991px){#main-navigation .region-navigation{display:none}}#main-navigation .burger-btn-container{position:fixed;top:1rem;display:none;padding:0;background-color:rgba(0,0,0,0)}@media screen and not (min-width:992px){#main-navigation .burger-btn-container{display:flex}}@media screen and (max-width:991px){#main-navigation .burger-btn-container{display:flex}}#main-navigation .burger-btn-container #toggle{display:none}#main-navigation .burger-btn-container .icon{position:relative;width:1.5625rem;height:1.5625rem}#main-navigation .burger-btn-container .icon .top,#main-navigation .burger-btn-container .icon .middle,#main-navigation .burger-btn-container .icon .bottom{height:3px;background-color:#f5503d;transition:all .3s ease}#main-navigation .burger-btn-container .icon div{position:absolute;width:1.5625rem;height:1.5625rem;background-color:#202b37}#main-navigation .burger-btn-container .icon .top{top:0}#main-navigation .burger-btn-container .icon .middle{top:.55rem}#main-navigation .burger-btn-container .icon .bottom{top:1.1rem}#main-navigation .burger-btn-container.navOpen .top{-webkit-transform:translate(0,7.5px) rotate(45deg);transform:translate(0,7.5px) rotate(45deg)}#main-navigation .burger-btn-container.navOpen .middle{opacity:0}#main-navigation .burger-btn-container.navOpen .bottom{-webkit-transform:translate(0,-10.5px) rotate(-45deg);transform:translate(0,-10.5px) rotate(-45deg)}.region-mobile{display:none}@media screen and not (min-width:992px){.region-mobile.isOpened{position:fixed;top:0;display:inline;display:initial;width:100vw;height:100vh;padding:4rem 3rem;margin-left:-15px;overflow:auto;background:#fff}.region-mobile.isOpened .navigation{margin:0}.region-mobile.isOpened .navigation>.menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1.69rem;flex-direction:column;grid-row-gap:1.69rem;row-gap:1.69rem;align-items:normal}.region-mobile.isOpened .navigation>.menu .menu-item--expanded{flex-direction:column;align-items:normal}.region-mobile.isOpened .navigation>.menu .menu-item--expanded>span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.region-mobile.isOpened .navigation>.menu .menu-item--expanded>span::after{position:absolute;bottom:0;left:0;width:100%;content:"";border-bottom:1px solid #1e1e1e}.region-mobile.isOpened .navigation>.menu .menu-item--expanded .menu{position:relative;padding:0;margin:.62rem 0 0 1.88rem;box-shadow:none}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem 1rem;border-radius:1.5rem}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type::after{display:none}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span{display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span.visible::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span::after{position:relative;z-index:1;display:block;width:2.4375rem;height:2.4375rem;content:url(/themes/custom/ttt/img/whiteDownArrow.svg)}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu{display:none;margin:0;margin-top:1.25rem;background-color:rgba(0,0,0,0);align-items:center}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu.visible{display:inline;display:initial}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu .menu-item{width:auto}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links li{position:relative;text-transform:uppercase}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links li a.is-active{font-weight:600}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links>li:first-child:after{position:absolute;top:0;right:0;content:"/";-webkit-transform:translateX(150%);transform:translateX(150%)}}@media screen and (max-width:991px){.region-mobile.isOpened{position:fixed;top:0;display:inline;display:initial;width:100vw;height:100vh;padding:4rem 3rem;margin-left:-15px;overflow:auto;background:#fff}.region-mobile.isOpened .navigation{margin:0}.region-mobile.isOpened .navigation>.menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1.69rem;flex-direction:column;grid-row-gap:1.69rem;row-gap:1.69rem;align-items:normal}.region-mobile.isOpened .navigation>.menu .menu-item--expanded{flex-direction:column;align-items:normal}.region-mobile.isOpened .navigation>.menu .menu-item--expanded>span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.region-mobile.isOpened .navigation>.menu .menu-item--expanded>span::after{position:absolute;bottom:0;left:0;width:100%;content:"";border-bottom:1px solid #1e1e1e}.region-mobile.isOpened .navigation>.menu .menu-item--expanded .menu{position:relative;padding:0;margin:.62rem 0 0 1.88rem;box-shadow:none}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem 1rem;border-radius:1.5rem}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type::after{display:none}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span{display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span.visible::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>span::after{position:relative;z-index:1;display:block;width:2.4375rem;height:2.4375rem;content:url(/themes/custom/ttt/img/whiteDownArrow.svg)}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu{display:none;margin:0;margin-top:1.25rem;background-color:rgba(0,0,0,0);align-items:center}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu.visible{display:inline;display:initial}.region-mobile.isOpened .navigation>.menu .menu-item--expanded:last-of-type>.menu .menu-item{width:auto}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links li{position:relative;text-transform:uppercase}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links li a.is-active{font-weight:600}.region-mobile.isOpened #block-ttt-selecteurdelanguecontenu .links>li:first-child:after{position:absolute;top:0;right:0;content:"/";-webkit-transform:translateX(150%);transform:translateX(150%)}}#footer{padding:3.75rem 0;position:relative}#footer::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b37;background-image:url(/themes/custom/ttt/img/logoDecoration.svg);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/logoDecoration.svg),#202b37;background-position:top 7.63rem left 0}#footer a{text-decoration:none}#footer .footerNavColumn{margin-top:6.88rem}@media screen and not (min-width:768px){#footer .footerNavColumn{margin-top:2rem}}@media screen and (max-width:767px){#footer .footerNavColumn{margin-top:2rem}}#footer .footerNavColumn a{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#f3f6fe;line-height:170%;letter-spacing:.0075rem}#footer .footerNavColumn a:hover{color:#f5503d}#footer .footerNavColumn li:not(:last-of-type){margin-bottom:1.25rem}@media screen and not (min-width:768px){#footer .leftMenuContainer,#footer .rightMenuContainer{order:1}}@media screen and (max-width:767px){#footer .leftMenuContainer,#footer .rightMenuContainer{order:1}}@media screen and not (min-width:768px){#footer .rightMenuContainer{justify-content:flex-end;display:flex}}@media screen and (max-width:767px){#footer .rightMenuContainer{justify-content:flex-end;display:flex}}#footer .rightColumn{display:flex;flex-direction:column}@media screen and not (min-width:768px){#footer .rightColumn{justify-content:center;order:0}}@media screen and (max-width:767px){#footer .rightColumn{justify-content:center;order:0}}#footer .rightColumn img{align-self:end}#footer .rightColumn .address,#footer .rightColumn .email,#footer .rightColumn .phone{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#f3f6fe;line-height:170%;letter-spacing:.0075rem}#footer .rightColumn .email:hover{color:#68768c}#footer .rightColumn .contact{display:flex;justify-content:space-between}.socialContactContainer{margin:2.5rem 0}.socialContactContainer .row{align-items:center}@media screen and not (min-width:768px){.socialContactContainer .row{flex-direction:column;grid-row-gap:2rem;row-gap:2rem;align-items:baseline}}@media screen and (max-width:767px){.socialContactContainer .row{flex-direction:column;grid-row-gap:2rem;row-gap:2rem;align-items:baseline}}@media screen and not (min-width:768px){.socialContactContainer .row .footerNavSocial{display:flex}}@media screen and (max-width:767px){.socialContactContainer .row .footerNavSocial{display:flex}}.socialContactContainer .row .footerNavSocial ul{display:flex}.socialContactContainer .row .footerNavSocial ul li>a{display:none}.socialContactContainer .row .footerNavSocial ul li{margin-right:1.88rem}.socialContactContainer .row .contactNewsletterContainer{display:flex;grid-gap:1.25rem;gap:1.25rem}.socialContactContainer .row .contactNewsletterContainer .contactBtn svg{margin-left:1rem}.socialContactContainer .row .contactNewsletterContainer .contact{display:flex;justify-content:space-between}@media screen and not (min-width:768px){.bottomFooterMenuContainer{order:4}}@media screen and (max-width:767px){.bottomFooterMenuContainer{order:4}}.partnerMenuContainer{margin:2.5rem 0}@media screen and not (min-width:768px){.partnerMenuContainer{order:3}}@media screen and (max-width:767px){.partnerMenuContainer{order:3}}@media screen and not (min-width:768px){.partnerMenuContainer .footerNavPartner{display:flex;justify-content:center}}@media screen and (max-width:767px){.partnerMenuContainer .footerNavPartner{display:flex;justify-content:center}}.partnerMenuContainer .footerNavPartner ul{display:flex;justify-content:center;align-items:center}@media screen and not (min-width:768px){.partnerMenuContainer .footerNavPartner ul{flex-wrap:wrap;grid-row-gap:1rem;row-gap:1rem;justify-content:start}}@media screen and (max-width:767px){.partnerMenuContainer .footerNavPartner ul{flex-wrap:wrap;grid-row-gap:1rem;row-gap:1rem;justify-content:start}}.partnerMenuContainer .footerNavPartner ul li>a{display:none}.partnerMenuContainer .footerNavPartner ul li{margin-right:1.88rem}.footerNavBottom ul{display:flex;justify-content:center}@media screen and not (min-width:768px){.footerNavBottom ul{justify-content:space-between}}@media screen and (max-width:767px){.footerNavBottom ul{justify-content:space-between}}.footerNavBottom ul li{display:flex}.footerNavBottom ul li a,.footerNavBottom ul li a.is-active{padding:0 1.875rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#d5deec;line-height:170%;letter-spacing:.0075rem}@media screen and not (min-width:768px){.footerNavBottom ul li a,.footerNavBottom ul li a.is-active{padding:0 .5rem}}@media screen and (max-width:767px){.footerNavBottom ul li a,.footerNavBottom ul li a.is-active{padding:0 .5rem}}.footerNavBottom ul li a:hover,.footerNavBottom ul li a.is-active:hover{color:#f5503d}body{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1rem;color:#1e1e1e;line-height:140%;letter-spacing:.02rem}h1{margin-bottom:1.12rem;font-family:"t26-carbon",sans-serif;font-weight:600;font-size:3.125rem;color:#1e1e1e;line-height:100%}@media screen and not (min-width:768px){h1{font-weight:600}}@media screen and (max-width:767px){h1{font-weight:600}}@media screen and not (min-width:768px){h1{font-size:1.625rem}}@media screen and (max-width:767px){h1{font-size:1.625rem}}h2{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:300;font-size:1.75rem;color:#1e1e1e;line-height:130%}h3{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.5rem;color:#1e1e1e;line-height:120%}h4{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:130%}h5,h6{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1rem;color:#1e1e1e;line-height:140%}.paragraph :not(.isWysiwyg)>h2{font-family:"t26-carbon",sans-serif;font-weight:600;font-size:2.625rem;color:#1e1e1e;line-height:115%}@media screen and not (min-width:768px){.paragraph :not(.isWysiwyg)>h2{font-size:1.625rem}}@media screen and (max-width:767px){.paragraph :not(.isWysiwyg)>h2{font-size:1.625rem}}figcaption{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e;line-height:170%;letter-spacing:.0075rem;font-style:italic}a{color:#f5503d;text-decoration:underline}a:hover{color:#68768c}.paragraph{margin:5rem 0}.paragraph .rowWrapper,.paragraph .contentWrapper{display:flex;width:100%;flex-wrap:wrap}.region-content header{position:relative;min-height:29.375rem;padding:.62rem 0}@media screen and not (min-width:768px){.region-content header{min-height:13.8rem}.region-content header h1{margin-top:7.25rem}.region-content header .logo{width:53%;padding-top:6.8rem}}@media screen and (not (min-width:768px))and (not (min-width:768px)){.region-content header .logo{width:9.8125rem}}@media screen and (not (min-width:768px))and (max-width:767px){.region-content header .logo{width:9.8125rem}}@media screen and (max-width:767px){.region-content header{min-height:13.8rem}.region-content header h1{margin-top:7.25rem}.region-content header .logo{width:53%;padding-top:6.8rem}}@media screen and (max-width:767px)and (not (min-width:768px)){.region-content header .logo{width:9.8125rem}}@media screen and (max-width:767px)and (max-width:767px){.region-content header .logo{width:9.8125rem}}.region-content header .logo img{position:relative;-webkit-animation-name:runAnimation;animation-name:runAnimation;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-delay:none;animation-delay:none}@-webkit-keyframes runAnimation{0%{opacity:0;-webkit-transform:translateX(-20rem);transform:translateX(-20rem)}50%{opacity:0}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes runAnimation{0%{opacity:0;-webkit-transform:translateX(-20rem);transform:translateX(-20rem)}50%{opacity:0}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.region-content header .slogan,.region-content header h1{-webkit-animation-name:runAnimation;animation-name:runAnimation;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-delay:100ms;animation-delay:100ms}@keyframes runAnimation{0%{opacity:0;-webkit-transform:translateX(-20rem);transform:translateX(-20rem)}50%{opacity:0}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.region-content header.headerBackground-views{position:relative;min-height:15rem;position:relative}.region-content header.headerBackground-views::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#f5eee8 -13.06%,#accef2 29.15%,#accef2 56.81%,#e9a184 99.02%)}.region-content header.headerBackground-views::after{position:absolute;top:.6rem;right:6rem;z-index:-1;display:block;height:100%;content:url(/themes/custom/ttt/img/headerBackground-views.png)}.region-content header .illustration{position:absolute;top:0;right:0;z-index:-1;width:auto;width:initial;margin-top:2rem}@media screen and not (min-width:768px){.region-content header .illustration{width:60%}}@media screen and (max-width:767px){.region-content header .illustration{width:60%}}.region-content header .illustration.hpIllustration img{display:none}.region-content header .nodeTeaser{margin-bottom:2rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;color:#1e1e1e;line-height:140%;-webkit-animation-name:runAnimation;animation-name:runAnimation;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-delay:150ms;animation-delay:150ms}@media screen and not (min-width:768px){.region-content header .nodeTeaser{font-weight:400}}@media screen and (max-width:767px){.region-content header .nodeTeaser{font-weight:400}}@media screen and not (min-width:768px){.region-content header .nodeTeaser{font-size:.875rem}}@media screen and (max-width:767px){.region-content header .nodeTeaser{font-size:.875rem}}@keyframes runAnimation{0%{opacity:0;-webkit-transform:translateX(-20rem);transform:translateX(-20rem)}50%{opacity:0}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.region-content header .linksContainer{display:flex;width:100%;justify-content:space-between}@media screen and not (min-width:992px){.region-content header .linksContainer{flex-wrap:wrap}}@media screen and (max-width:991px){.region-content header .linksContainer{flex-wrap:wrap}}.region-content header .linksContainer article{width:100%;min-width:200px;padding:.5rem}@media screen and not (min-width:992px){.region-content header .linksContainer article{flex:50%;min-width:100px}}@media screen and (max-width:991px){.region-content header .linksContainer article{flex:50%;min-width:100px}}.region-content header .linksContainer article a{position:relative;display:flex;height:100%;padding:.5rem;text-decoration:none;flex-direction:column;background:linear-gradient(245deg,rgba(255,255,255,0.9) 4.74%,rgba(255,255,255,0) 92.48%);align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:140%}.region-content header .linksContainer article a .arrow{display:block;width:1.69rem;height:1.69rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.region-content header .linksContainer article a .arrow::before{position:absolute;width:1.69rem;height:1.69rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.region-content header .linksContainer article a:hover .arrow{background-color:#f5503d}.region-content header .linksContainer article a:hover .arrow::before{background-color:#fff}.region-content header .linksContainer article a .picto_icon_container{display:flex;width:4.0625rem;height:4.0625rem;margin-top:.31rem;flex-direction:column;align-items:center;justify-content:center}.region-content header .linksContainer article a .followingArrow{margin-left:auto}@media screen and not (min-width:992px){.node-type-tab_page .region-content header::after{right:unset;left:-31rem}.node-type-tab_page .region-content header .referencedProfile p{padding:0 1.88rem .62rem;margin-top:0;margin-bottom:1.25rem;background-color:rgba(255,255,255,.6)}.node-type-tab_page .region-content header h2{padding:.62rem 1.88rem .38rem;margin-top:15rem;margin-bottom:0;background-color:rgba(255,255,255,.6);font-size:3.125rem}}@media screen and (not (min-width:992px))and (not (min-width:768px)){.node-type-tab_page .region-content header h2{font-size:1.625rem}}@media screen and (not (min-width:992px))and (max-width:767px){.node-type-tab_page .region-content header h2{font-size:1.625rem}}@media screen and (max-width:991px){.node-type-tab_page .region-content header::after{right:unset;left:-31rem}.node-type-tab_page .region-content header .referencedProfile p{padding:0 1.88rem .62rem;margin-top:0;margin-bottom:1.25rem;background-color:rgba(255,255,255,.6)}.node-type-tab_page .region-content header h2{padding:.62rem 1.88rem .38rem;margin-top:15rem;margin-bottom:0;background-color:rgba(255,255,255,.6);font-size:3.125rem}}@media screen and (max-width:991px)and (not (min-width:768px)){.node-type-tab_page .region-content header h2{font-size:1.625rem}}@media screen and (max-width:991px)and (max-width:767px){.node-type-tab_page .region-content header h2{font-size:1.625rem}}@media screen and not (min-width:768px){.node-type-tab_page_landing header h2{margin-top:7rem}}@media screen and (max-width:767px){.node-type-tab_page_landing header h2{margin-top:7rem}}.node-type-tab_page .region-content header,.node-type-tab_page_landing .region-content header{display:flex;height:100%;flex-direction:column;justify-content:space-between}.node-type-tab_page .region-content header.headerBackground-18::after,.node-type-tab_page_landing .region-content header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-18::after,.node-type-tab_page_landing .region-content header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-18::after,.node-type-tab_page_landing .region-content header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-18::after,.node-type-tab_page_landing .region-content header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-18::after,.node-type-tab_page_landing .region-content header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-20::after,.node-type-tab_page_landing .region-content header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-20::after,.node-type-tab_page_landing .region-content header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-20::after,.node-type-tab_page_landing .region-content header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-20::after,.node-type-tab_page_landing .region-content header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-20::after,.node-type-tab_page_landing .region-content header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-22::after,.node-type-tab_page_landing .region-content header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-22::after,.node-type-tab_page_landing .region-content header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-22::after,.node-type-tab_page_landing .region-content header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-22::after,.node-type-tab_page_landing .region-content header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-22::after,.node-type-tab_page_landing .region-content header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-24::after,.node-type-tab_page_landing .region-content header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-24::after,.node-type-tab_page_landing .region-content header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-24::after,.node-type-tab_page_landing .region-content header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-24::after,.node-type-tab_page_landing .region-content header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-24::after,.node-type-tab_page_landing .region-content header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-26::after,.node-type-tab_page_landing .region-content header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-26::after,.node-type-tab_page_landing .region-content header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-26::after,.node-type-tab_page_landing .region-content header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-26::after,.node-type-tab_page_landing .region-content header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-26::after,.node-type-tab_page_landing .region-content header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-28::after,.node-type-tab_page_landing .region-content header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-28::after,.node-type-tab_page_landing .region-content header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-28::after,.node-type-tab_page_landing .region-content header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-28::after,.node-type-tab_page_landing .region-content header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-28::after,.node-type-tab_page_landing .region-content header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32.png)}@media screen and not (min-width:992px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32-tablet.png)}}@media screen and (max-width:991px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32-tablet.png)}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32-mobile.png)}}@media screen and (max-width:575px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32-mobile.png)}}.node-type-tab_page .region-content header.headerBackground-20,.node-type-tab_page .region-content header.headerBackground-18,.node-type-tab_page_landing .region-content header.headerBackground-20,.node-type-tab_page_landing .region-content header.headerBackground-18{position:relative}.node-type-tab_page .region-content header.headerBackground-20::before,.node-type-tab_page .region-content header.headerBackground-18::before,.node-type-tab_page_landing .region-content header.headerBackground-20::before,.node-type-tab_page_landing .region-content header.headerBackground-18::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%)}.node-type-tab_page .region-content header.headerBackground-22,.node-type-tab_page .region-content header.headerBackground-24,.node-type-tab_page .region-content header.headerBackground-26,.node-type-tab_page .region-content header.headerBackground-28,.node-type-tab_page .region-content header.headerBackground-32,.node-type-tab_page_landing .region-content header.headerBackground-22,.node-type-tab_page_landing .region-content header.headerBackground-24,.node-type-tab_page_landing .region-content header.headerBackground-26,.node-type-tab_page_landing .region-content header.headerBackground-28,.node-type-tab_page_landing .region-content header.headerBackground-32{position:relative}.node-type-tab_page .region-content header.headerBackground-22::before,.node-type-tab_page .region-content header.headerBackground-24::before,.node-type-tab_page .region-content header.headerBackground-26::before,.node-type-tab_page .region-content header.headerBackground-28::before,.node-type-tab_page .region-content header.headerBackground-32::before,.node-type-tab_page_landing .region-content header.headerBackground-22::before,.node-type-tab_page_landing .region-content header.headerBackground-24::before,.node-type-tab_page_landing .region-content header.headerBackground-26::before,.node-type-tab_page_landing .region-content header.headerBackground-28::before,.node-type-tab_page_landing .region-content header.headerBackground-32::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#fa7bc8 -13.06%,#cad8fc 48.16%,#accef2 68.36%,#ffffff 104.48%)}.node-type-tab_page .region-content header[class^=headerBackground-],.node-type-tab_page_landing .region-content header[class^=headerBackground-]{position:relative;overflow-y:clip}.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{position:absolute;top:0;right:-20%;z-index:-1;display:block;width:100%;height:100%}@media screen and not (min-width:992px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{right:120%}}@media screen and (max-width:991px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{right:120%}}@media screen and not (min-width:768px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{left:-200%}}@media screen and (max-width:767px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{left:-200%}}@media screen and not (min-width:576px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{left:-5%}}@media screen and (max-width:575px){.node-type-tab_page .region-content header[class^=headerBackground-]::after,.node-type-tab_page_landing .region-content header[class^=headerBackground-]::after{left:-5%}}.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{right:0;width:auto;width:initial;margin-top:2rem}@media screen and not (min-width:768px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{top:-5rem;right:-8rem;left:auto;left:initial;width:auto;width:initial;-webkit-transform:scale(0.5);transform:scale(0.5)}}@media screen and (max-width:767px){.node-type-tab_page .region-content header.headerBackground-32::after,.node-type-tab_page_landing .region-content header.headerBackground-32::after{top:-5rem;right:-8rem;left:auto;left:initial;width:auto;width:initial;-webkit-transform:scale(0.5);transform:scale(0.5)}}.node-type-tab_page .region-content header .referencedProfile,.node-type-tab_page_landing .region-content header .referencedProfile{margin:1.25rem 0}@media screen and not (min-width:768px){.node-type-tab_page .region-content header .referencedProfile,.node-type-tab_page_landing .region-content header .referencedProfile{margin:0}}@media screen and (max-width:767px){.node-type-tab_page .region-content header .referencedProfile,.node-type-tab_page_landing .region-content header .referencedProfile{margin:0}}.node-type-tab_page .region-content header .referencedProfile h2,.node-type-tab_page_landing .region-content header .referencedProfile h2{font-family:"t26-carbon",sans-serif;font-weight:600;font-size:3.125rem;color:#1e1e1e;line-height:110%;letter-spacing:-0.03125rem}@media screen and not (min-width:768px){.node-type-tab_page .region-content header .referencedProfile h2,.node-type-tab_page_landing .region-content header .referencedProfile h2{font-size:1.625rem}}@media screen and (max-width:767px){.node-type-tab_page .region-content header .referencedProfile h2,.node-type-tab_page_landing .region-content header .referencedProfile h2{font-size:1.625rem}}.node-type-tab_page .region-content header p,.node-type-tab_page_landing .region-content header p{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;color:#1e1e1e;line-height:140%;letter-spacing:normal;letter-spacing:initial}@media screen and not (min-width:768px){.node-type-tab_page .region-content header p,.node-type-tab_page_landing .region-content header p{font-size:.875rem}}@media screen and (max-width:767px){.node-type-tab_page .region-content header p,.node-type-tab_page_landing .region-content header p{font-size:.875rem}}.node-type-tab_page .region-content header .orderedTabContainer>div,.node-type-tab_page_landing .region-content header .orderedTabContainer>div{width:100%;padding:0 15px}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages{width:100%;margin:0 15px 1.66rem 15px}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages{margin:0 0 1.66rem}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages{margin:0 0 1.66rem}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul{display:flex;justify-content:center;flex-wrap:wrap;align-items:stretch;grid-gap:1rem 0;gap:1rem 0}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul{flex-direction:column;grid-gap:.62rem 0;gap:.62rem 0}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul{flex-direction:column;grid-gap:.62rem 0;gap:.62rem 0}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li{height:100%;margin:.15rem}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li{margin:0}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li{margin:0}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a{position:relative;display:flex;width:11rem;height:100%;min-height:7.25rem;padding:1rem .625rem .3125rem;text-decoration:none;flex-direction:column;background-color:rgba(255,255,255,.8);justify-content:space-between}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a{width:100%;min-height:unset;margin:0}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a{width:100%;min-height:unset;margin:0}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .arrow,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .arrow{display:block;width:1.69rem;height:1.69rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .arrow::before,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .arrow::before{position:absolute;width:1.69rem;height:1.69rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a:hover .arrow,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a:hover .arrow{background-color:#f5503d}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a:hover .arrow::before,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a:hover .arrow::before{background-color:#fff}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow{position:relative;margin-left:auto}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow .arrow,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow .arrow{position:absolute;top:-2rem;right:0}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow .arrow,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .followingArrow .arrow{position:absolute;top:-2rem;right:0}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper{display:flex;align-items:flex-start}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemIndex,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemIndex{margin-right:.88rem;font-family:"poppins",sans-serif;font-weight:400;font-size:1.375rem;color:#f5503d;line-height:130%}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.9375rem;color:#1e1e1e;line-height:133%;letter-spacing:.01875rem}@media screen and not (min-width:992px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{margin-right:2rem}}@media screen and (max-width:991px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{margin-right:2rem}}@media screen and not (min-width:768px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{font-weight:400}}@media screen and (max-width:767px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{font-weight:400}}@media screen and not (min-width:768px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{font-size:.875rem}}@media screen and (max-width:767px){.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li a .itemWrapper .itemText{font-size:.875rem}}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li.selected,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li.selected{height:100%;pointer-events:none;cursor:auto;cursor:initial}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li.selected a,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li.selected a{background-color:#fff}.node-type-tab_page .region-content header .orderedTabContainer .orderedTabPages ul li.selected a .itemText,.node-type-tab_page_landing .region-content header .orderedTabContainer .orderedTabPages ul li.selected a .itemText{color:#f5503d}.node-type-rich_content .region-content header{position:relative}.node-type-rich_content .region-content header::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#fa7bc8 -13.06%,#cad8fc 48.16%,#accef2 68.36%,#ffffff 104.48%)}.node-type-webform .region-content header,.node-type-news .region-content header,.node-type-event .region-content header,.node-type-job_offer .region-content header,.node-type-public_market .region-content header,.page-actualites-et-evenements .region-content header,.node-type-licences_signees .region-content header{min-height:15rem;position:relative}@media screen and not (min-width:768px){.node-type-webform .region-content header h1,.node-type-news .region-content header h1,.node-type-event .region-content header h1,.node-type-job_offer .region-content header h1,.node-type-public_market .region-content header h1,.page-actualites-et-evenements .region-content header h1,.node-type-licences_signees .region-content header h1{margin-top:8rem}}@media screen and (max-width:767px){.node-type-webform .region-content header h1,.node-type-news .region-content header h1,.node-type-event .region-content header h1,.node-type-job_offer .region-content header h1,.node-type-public_market .region-content header h1,.page-actualites-et-evenements .region-content header h1,.node-type-licences_signees .region-content header h1{margin-top:8rem}}.node-type-webform .region-content header::before,.node-type-news .region-content header::before,.node-type-event .region-content header::before,.node-type-job_offer .region-content header::before,.node-type-public_market .region-content header::before,.page-actualites-et-evenements .region-content header::before,.node-type-licences_signees .region-content header::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#f5eee8 -13.06%,#accef2 29.15%,#accef2 56.81%,#e9a184 99.02%)}.node-type-webform .region-content header .illustration,.node-type-news .region-content header .illustration,.node-type-event .region-content header .illustration,.node-type-job_offer .region-content header .illustration,.node-type-public_market .region-content header .illustration,.page-actualites-et-evenements .region-content header .illustration,.node-type-licences_signees .region-content header .illustration{position:absolute;top:-1rem;right:6rem}@media screen and not (min-width:768px){.node-type-webform .region-content header .illustration,.node-type-news .region-content header .illustration,.node-type-event .region-content header .illustration,.node-type-job_offer .region-content header .illustration,.node-type-public_market .region-content header .illustration,.page-actualites-et-evenements .region-content header .illustration,.node-type-licences_signees .region-content header .illustration{right:0}}@media screen and (max-width:767px){.node-type-webform .region-content header .illustration,.node-type-news .region-content header .illustration,.node-type-event .region-content header .illustration,.node-type-job_offer .region-content header .illustration,.node-type-public_market .region-content header .illustration,.page-actualites-et-evenements .region-content header .illustration,.node-type-licences_signees .region-content header .illustration{right:0}}.node-type-homepage .region-content .linksContainer{display:flex;justify-content:space-between}@media screen and not (min-width:576px){.node-type-homepage .region-content .linksContainer{padding:0}}@media screen and (max-width:575px){.node-type-homepage .region-content .linksContainer{padding:0}}@media screen and not (min-width:576px){.node-type-homepage .region-content .linksContainer article{width:100px;min-width:100px;padding:.5rem}}@media screen and (max-width:575px){.node-type-homepage .region-content .linksContainer article{width:100px;min-width:100px;padding:.5rem}}.node-type-homepage .region-content .linksContainer article a{position:relative;display:flex;height:100%;padding:.5rem;text-decoration:none;flex-direction:column;background:linear-gradient(245deg,rgba(255,255,255,0.9) 4.74%,rgba(255,255,255,0) 92.48%);align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:140%}.node-type-homepage .region-content .linksContainer article a .arrow{display:block;width:1.69rem;height:1.69rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.node-type-homepage .region-content .linksContainer article a .arrow::before{position:absolute;width:1.69rem;height:1.69rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.node-type-homepage .region-content .linksContainer article a:hover .arrow{background-color:#f5503d}.node-type-homepage .region-content .linksContainer article a:hover .arrow::before{background-color:#fff}@media screen and not (min-width:768px){.node-type-homepage .region-content .linksContainer article a{font-size:.75rem}}@media screen and (max-width:767px){.node-type-homepage .region-content .linksContainer article a{font-size:.75rem}}.node-type-homepage .region-content .linksContainer article a .picto_icon_container{display:flex;width:4.0625rem;height:4.0625rem;margin-top:.31rem;flex-direction:column;align-items:center;justify-content:center}.node-type-homepage .region-content .linksContainer article a .followingArrow{margin-left:auto}@media screen and not (min-width:992px){.node-type-homepage .region-content .linksContainer article a .followingArrow{margin:auto}}@media screen and (max-width:991px){.node-type-homepage .region-content .linksContainer article a .followingArrow{margin:auto}}.node-type-homepage .region-content header{position:relative}.node-type-homepage .region-content header::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#f5eee8 -13.06%,#accef2 29.15%,#accef2 56.81%,#e9a184 99.02%)}.node-type-homepage .region-content header:before{top:calc(0px - (0));top:calc(0px - (var(--headerHeight,0)));height:calc(100% + 0);height:calc(100% + var(--headerHeight,0))}.node-type-homepage .region-content header .slogan{font-family:"t26-carbon",sans-serif;font-weight:600;font-size:2.62rem;color:#1e1e1e;line-height:115%}@media screen and not (min-width:992px){.node-type-homepage .region-content header .slogan{margin:2rem 0}}@media screen and (max-width:991px){.node-type-homepage .region-content header .slogan{margin:2rem 0}}@media screen and not (min-width:768px){.node-type-homepage .region-content header .slogan{font-weight:600}}@media screen and (max-width:767px){.node-type-homepage .region-content header .slogan{font-weight:600}}@media screen and not (min-width:768px){.node-type-homepage .region-content header .slogan{font-size:2rem}}@media screen and (max-width:767px){.node-type-homepage .region-content header .slogan{font-size:2rem}}.node-type-homepage .region-content header .nodeTeaser{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;color:#1e1e1e;line-height:140%}@media screen and not (min-width:768px){.node-type-homepage .region-content header .nodeTeaser{font-weight:400}}@media screen and (max-width:767px){.node-type-homepage .region-content header .nodeTeaser{font-weight:400}}@media screen and not (min-width:768px){.node-type-homepage .region-content header .nodeTeaser{font-size:1.25rem}}@media screen and (max-width:767px){.node-type-homepage .region-content header .nodeTeaser{font-size:1.25rem}}.node-type-homepage .region-content header .nodeTeaser,.node-type-homepage .region-content header .slogan{display:block;margin-left:7.5rem}@media screen and not (min-width:992px){.node-type-homepage .region-content header .nodeTeaser,.node-type-homepage .region-content header .slogan{margin:1.5rem 0}}@media screen and (max-width:991px){.node-type-homepage .region-content header .nodeTeaser,.node-type-homepage .region-content header .slogan{margin:1.5rem 0}}.node-type-technology_offering .region-content header,.node-type-success_story .region-content header{padding-bottom:1.88rem;position:relative}.node-type-technology_offering .region-content header::before,.node-type-success_story .region-content header::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%)}@media screen and not (min-width:768px){.node-type-technology_offering .region-content header .tagContainer,.node-type-success_story .region-content header .tagContainer{margin-top:1.88rem}}@media screen and (max-width:767px){.node-type-technology_offering .region-content header .tagContainer,.node-type-success_story .region-content header .tagContainer{margin-top:1.88rem}}.node-type-technology_offering .region-content header .shareBtnContainer,.node-type-success_story .region-content header .shareBtnContainer{margin-bottom:.62rem}.node-type-technology_offering .region-content header h1,.node-type-success_story .region-content header h1{margin-top:unset;font-family:"t26-carbon",sans-serif;font-weight:600;font-size:2.5rem;color:#1e1e1e;line-height:112.5%;letter-spacing:-0.025rem}@media screen and not (min-width:768px){.node-type-technology_offering .region-content header h1,.node-type-success_story .region-content header h1{font-weight:600}}@media screen and (max-width:767px){.node-type-technology_offering .region-content header h1,.node-type-success_story .region-content header h1{font-weight:600}}@media screen and not (min-width:768px){.node-type-technology_offering .region-content header h1,.node-type-success_story .region-content header h1{font-size:1.625rem}}@media screen and (max-width:767px){.node-type-technology_offering .region-content header h1,.node-type-success_story .region-content header h1{font-size:1.625rem}}.view--technology-offers #content-area header,.view--startups #content-area header{display:flex;height:100%;flex-direction:column;justify-content:space-between}.view--technology-offers #content-area header.headerBackground-18::after,.view--startups #content-area header.headerBackground-18::after{content:url(/themes/custom/ttt/img/headerBackground-18.png)}@media screen and not (min-width:992px){.view--technology-offers #content-area header.headerBackground-18::after,.view--startups #content-area header.headerBackground-18::after{content:""}}@media screen and (max-width:991px){.view--technology-offers #content-area header.headerBackground-18::after,.view--startups #content-area header.headerBackground-18::after{content:""}}.view--technology-offers #content-area header.headerBackground-20::after,.view--startups #content-area header.headerBackground-20::after{content:url(/themes/custom/ttt/img/headerBackground-20.png)}@media screen and not (min-width:992px){.view--technology-offers #content-area header.headerBackground-20::after,.view--startups #content-area header.headerBackground-20::after{content:""}}@media screen and (max-width:991px){.view--technology-offers #content-area header.headerBackground-20::after,.view--startups #content-area header.headerBackground-20::after{content:""}}.view--technology-offers #content-area header.headerBackground-22::after,.view--startups #content-area header.headerBackground-22::after{content:url(/themes/custom/ttt/img/headerBackground-22.png)}.view--technology-offers #content-area header.headerBackground-24::after,.view--startups #content-area header.headerBackground-24::after{content:url(/themes/custom/ttt/img/headerBackground-24.png)}.view--technology-offers #content-area header.headerBackground-26::after,.view--startups #content-area header.headerBackground-26::after{content:url(/themes/custom/ttt/img/headerBackground-26.png)}.view--technology-offers #content-area header.headerBackground-28::after,.view--startups #content-area header.headerBackground-28::after{content:url(/themes/custom/ttt/img/headerBackground-28.png)}.view--technology-offers #content-area header.headerBackground-32::after,.view--startups #content-area header.headerBackground-32::after{content:url(/themes/custom/ttt/img/headerBackground-32.png)}.view--technology-offers #content-area header.headerBackground-20,.view--technology-offers #content-area header.headerBackground-18,.view--startups #content-area header.headerBackground-20,.view--startups #content-area header.headerBackground-18{position:relative}.view--technology-offers #content-area header.headerBackground-20::before,.view--technology-offers #content-area header.headerBackground-18::before,.view--startups #content-area header.headerBackground-20::before,.view--startups #content-area header.headerBackground-18::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%)}@media screen and not (min-width:992px){.view--technology-offers #content-area header.headerBackground-18,.view--startups #content-area header.headerBackground-18{position:relative}.view--technology-offers #content-area header.headerBackground-18::before,.view--startups #content-area header.headerBackground-18::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,0);background-image:url(/themes/custom/ttt/img/headerBackground-18-tablet.png);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/headerBackground-18-tablet.png),rgba(0,0,0,0)}.view--technology-offers #content-area header.headerBackground-18::before,.view--startups #content-area header.headerBackground-18::before{background-position:70%;background-size:cover}}@media screen and (max-width:991px){.view--technology-offers #content-area header.headerBackground-18,.view--startups #content-area header.headerBackground-18{position:relative}.view--technology-offers #content-area header.headerBackground-18::before,.view--startups #content-area header.headerBackground-18::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,0);background-image:url(/themes/custom/ttt/img/headerBackground-18-tablet.png);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/headerBackground-18-tablet.png),rgba(0,0,0,0)}.view--technology-offers #content-area header.headerBackground-18::before,.view--startups #content-area header.headerBackground-18::before{background-position:70%;background-size:cover}}@media screen and not (min-width:992px){.view--technology-offers #content-area header.headerBackground-20,.view--startups #content-area header.headerBackground-20{position:relative}.view--technology-offers #content-area header.headerBackground-20::before,.view--startups #content-area header.headerBackground-20::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,0);background-image:url(/themes/custom/ttt/img/headerBackground-20-mobile.png);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/headerBackground-20-mobile.png),rgba(0,0,0,0)}.view--technology-offers #content-area header.headerBackground-20::before,.view--startups #content-area header.headerBackground-20::before{background-size:cover}}@media screen and (max-width:991px){.view--technology-offers #content-area header.headerBackground-20,.view--startups #content-area header.headerBackground-20{position:relative}.view--technology-offers #content-area header.headerBackground-20::before,.view--startups #content-area header.headerBackground-20::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,0);background-image:url(/themes/custom/ttt/img/headerBackground-20-mobile.png);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/headerBackground-20-mobile.png),rgba(0,0,0,0)}.view--technology-offers #content-area header.headerBackground-20::before,.view--startups #content-area header.headerBackground-20::before{background-size:cover}}.view--technology-offers #content-area header.headerBackground-22,.view--technology-offers #content-area header.headerBackground-24,.view--technology-offers #content-area header.headerBackground-26,.view--technology-offers #content-area header.headerBackground-28,.view--technology-offers #content-area header.headerBackground-32,.view--startups #content-area header.headerBackground-22,.view--startups #content-area header.headerBackground-24,.view--startups #content-area header.headerBackground-26,.view--startups #content-area header.headerBackground-28,.view--startups #content-area header.headerBackground-32{position:relative}.view--technology-offers #content-area header.headerBackground-22::before,.view--technology-offers #content-area header.headerBackground-24::before,.view--technology-offers #content-area header.headerBackground-26::before,.view--technology-offers #content-area header.headerBackground-28::before,.view--technology-offers #content-area header.headerBackground-32::before,.view--startups #content-area header.headerBackground-22::before,.view--startups #content-area header.headerBackground-24::before,.view--startups #content-area header.headerBackground-26::before,.view--startups #content-area header.headerBackground-28::before,.view--startups #content-area header.headerBackground-32::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#fa7bc8 -13.06%,#cad8fc 48.16%,#accef2 68.36%,#ffffff 104.48%)}.view--technology-offers #content-area header[class^=headerBackground-],.view--startups #content-area header[class^=headerBackground-]{position:relative}.view--technology-offers #content-area header[class^=headerBackground-]::after,.view--startups #content-area header[class^=headerBackground-]::after{position:absolute;top:0;right:-20%;z-index:-1;display:block;width:100%;height:100%}.view--technology-offers #content-area header.headerBackground-32::after,.view--startups #content-area header.headerBackground-32::after{right:0;width:auto;width:initial;margin-top:2rem}.view--technology-offers #content-area header p,.view--startups #content-area header p{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;color:#1e1e1e;line-height:140%;letter-spacing:normal;letter-spacing:initial}@media screen and not (min-width:768px){.view--technology-offers #content-area header p,.view--startups #content-area header p{font-size:.875rem}}@media screen and (max-width:767px){.view--technology-offers #content-area header p,.view--startups #content-area header p{font-size:.875rem}}@media screen and not (min-width:768px){.view--technology-offers #content-area header p,.view--startups #content-area header p{padding:0 1.88rem .62rem;margin-top:0;margin-bottom:1.69rem;background-color:rgba(255,255,255,.6)}}@media screen and (max-width:767px){.view--technology-offers #content-area header p,.view--startups #content-area header p{padding:0 1.88rem .62rem;margin-top:0;margin-bottom:1.69rem;background-color:rgba(255,255,255,.6)}}.view--technology-offers #content-area header h1,.view--startups #content-area header h1{font-size:3.125rem}@media screen and not (min-width:768px){.view--technology-offers #content-area header h1,.view--startups #content-area header h1{font-size:1.625rem}}@media screen and (max-width:767px){.view--technology-offers #content-area header h1,.view--startups #content-area header h1{font-size:1.625rem}}@media screen and not (min-width:768px){.view--technology-offers #content-area header h1,.view--startups #content-area header h1{padding:.62rem 1.88rem .38rem;margin-top:8rem;margin-bottom:0;background-color:rgba(255,255,255,.6)}}@media screen and (max-width:767px){.view--technology-offers #content-area header h1,.view--startups #content-area header h1{padding:.62rem 1.88rem .38rem;margin-top:8rem;margin-bottom:0;background-color:rgba(255,255,255,.6)}}.view--technology-offers #content-area .filterBtn,.view--startups #content-area .filterBtn{display:none;margin:0 15px 1rem 15px}@media screen and not (min-width:768px){.view--technology-offers #content-area .filterBtn,.view--startups #content-area .filterBtn{display:flex}}@media screen and (max-width:767px){.view--technology-offers #content-area .filterBtn,.view--startups #content-area .filterBtn{display:flex}}.view--technology-offers #content-area .filterBtn svg,.view--startups #content-area .filterBtn svg{margin-left:2px}.breadcrumb{padding:0;margin-top:0}@media screen and not (min-width:992px){.breadcrumb{margin:5rem 0}}@media screen and (max-width:991px){.breadcrumb{margin:5rem 0}}@media screen and not (min-width:768px){.breadcrumb{margin-bottom:0}}@media screen and (max-width:767px){.breadcrumb{margin-bottom:0}}.breadcrumb ol{flex-wrap:wrap;grid-gap:.4rem;gap:.4rem;display:flex}.breadcrumb ol li{display:flex;grid-gap:.4rem;gap:.4rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.875rem;color:#1e1e1e;line-height:140%;letter-spacing:.0175rem}@media screen and not (min-width:768px){.breadcrumb ol li{font-size:.7rem}}@media screen and (max-width:767px){.breadcrumb ol li{font-size:.7rem}}.breadcrumb ol li a{display:block}.breadcrumb ol li a:hover{color:#f5503d}.breadcrumb ol li:first-of-type{position:relative}.breadcrumb ol li:first-of-type::before{position:absolute;display:flex;width:100%;height:100%;pointer-events:none;flex-direction:column;content:url(/themes/custom/ttt/img/btnHomeBreadcrumb.svg);align-items:center}.breadcrumb ol li:first-of-type a{width:1.2rem;height:1.2rem;overflow:hidden;opacity:0}.breadcrumb ol li:first-of-type:hover::before{content:url(/themes/custom/ttt/img/btnHomeBreadcrumbHover.svg)}.shareBtnContainer{display:flex;justify-content:flex-end}@media screen and not (min-width:992px){.shareBtnContainer{position:absolute;top:-280px;right:0}}@media screen and (max-width:991px){.shareBtnContainer{position:absolute;top:-280px;right:0}}@media screen and not (min-width:768px){.shareBtnContainer{top:-350px}}@media screen and (max-width:767px){.shareBtnContainer{top:-350px}}.shareBtnWrapper{position:relative;display:flex}.shareBtnWrapper .shareBtn.open{background-color:#fff;background-image:url(/themes/custom/ttt/img/closeShareBtn.svg)}.shareBtnWrapper .shareBtn{z-index:5;width:3.125rem;height:3.125rem;cursor:pointer;background-color:#1e1e1e;background-image:url(/themes/custom/ttt/img/shareBtn.svg);background-repeat:no-repeat;background-position:center;border-radius:24rem;align-items:center}.shareBtnWrapper .block-content{position:absolute;display:none;width:3.125rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:3.725rem;background-color:#f5503d;border-radius:50rem}.shareBtnWrapper .block-content.open{z-index:4;display:flex;justify-content:center}.shareBtnWrapper .block-content.open ul{opacity:1}.shareBtnWrapper ul{padding:.2rem .2rem .2rem;flex-direction:column;opacity:0;align-items:center}.shareBtnWrapper ul li{display:flex;margin-bottom:1rem;flex-direction:column;align-items:center}.shareBtnWrapper ul li a{display:block}.shareBtnWrapper ul li a img{display:block}.pager{margin:2.5rem 0}.pager .pager__item--first,.pager .pager__item--last{display:none}.pager ul{display:flex;justify-content:center}.pager li a{display:block;width:1.25rem;height:1.25rem;text-decoration:none;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e}.pager li a:hover{color:#f5503d}.pager .pager__item--active a{color:#fff;background-color:#f5503d;border-radius:6.25rem}.pager .pager__item--active a:hover{color:#fff}.pager .pager__item--previous,.pager .pager__item--next{position:relative}.pager .pager__item--previous a,.pager .pager__item--previous a:hover,.pager .pager__item--next a,.pager .pager__item--next a:hover{color:rgba(0,0,0,0)}.pager .pager__item--previous::before,.pager .pager__item--next::before{position:absolute;left:30%;pointer-events:none;content:url(/themes/custom/ttt/img/pagerArrow.svg)}.pager .pager__item--previous::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.isWysiwyg>*{margin-bottom:1.25rem}.isWysiwyg h2,.isWysiwyg h3,.isWysiwyg h4,.isWysiwyg h5{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;color:#1e1e1e;line-height:130%}@media screen and not (min-width:768px){.isWysiwyg h2,.isWysiwyg h3,.isWysiwyg h4,.isWysiwyg h5{font-size:1.25rem}}@media screen and (max-width:767px){.isWysiwyg h2,.isWysiwyg h3,.isWysiwyg h4,.isWysiwyg h5{font-size:1.25rem}}.isWysiwyg h2{font-family:"t26-carbon",sans-serif;font-weight:600}.isWysiwyg h3{font-size:1.5rem}.isWysiwyg h4{font-size:1.25rem}.isWysiwyg h5{font-size:1rem}.isWysiwyg p{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1rem;color:#1e1e1e;line-height:130%}@media screen and not (min-width:768px){.isWysiwyg p{font-size:.75rem}}@media screen and (max-width:767px){.isWysiwyg p{font-size:.75rem}}.isWysiwyg *+h1,.isWysiwyg *+h2,.isWysiwyg *+h3,.isWysiwyg *+h4,.isWysiwyg *+h5{margin-top:2.5rem}.isWysiwyg strong{font-weight:600}.isWysiwyg a{position:relative;color:#f5503d;text-decoration:none}.isWysiwyg a::after{position:absolute;bottom:0;left:0;width:100%;height:.0625rem;content:"";background-color:#f5503d;border:0;transition:.2s}.isWysiwyg a:hover{color:#68768c}.isWysiwyg a:hover::before{background-color:#68768c}.isWysiwyg a:hover::after{position:absolute;bottom:0;left:0;width:100%;height:.2rem;content:"";background-color:#68768c;border:0;transition:.2s}.isWysiwyg ul li,.isWysiwyg ol li{position:relative;margin:.81rem 0;list-style:none;font-family:"canada-type-gibson",sans-serif;font-weight:400;color:#1e1e1e;line-height:140%}@media screen and not (min-width:768px){.isWysiwyg ul li,.isWysiwyg ol li{font-size:.875rem}}@media screen and (max-width:767px){.isWysiwyg ul li,.isWysiwyg ol li{font-size:.875rem}}.isWysiwyg ul li ul li,.isWysiwyg ul li ol li,.isWysiwyg ol li ul li,.isWysiwyg ol li ol li{margin:.2rem 0}.isWysiwyg ul li ul li,.isWysiwyg ol li ul li{display:flex;padding-left:1.1rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;color:#1e1e1e}@media screen and not (min-width:768px){.isWysiwyg ul li ul li,.isWysiwyg ol li ul li{font-size:.75rem}}@media screen and (max-width:767px){.isWysiwyg ul li ul li,.isWysiwyg ol li ul li{font-size:.75rem}}.isWysiwyg ul li ul li::before,.isWysiwyg ol li ul li::before{top:.45rem;display:inline-block;width:.438rem;height:.438rem;content:"";background:#f5503d;border-radius:50%;-webkit-mask:none;mask:none}.isWysiwyg ul li ol li,.isWysiwyg ol li ol li{list-style:lower-alpha;font-family:"canada-type-gibson",sans-serif;font-weight:400;color:#1e1e1e;line-height:170%}@media screen and not (min-width:768px){.isWysiwyg ul li ol li,.isWysiwyg ol li ol li{font-size:.75rem}}@media screen and (max-width:767px){.isWysiwyg ul li ol li,.isWysiwyg ol li ol li{font-size:.75rem}}.isWysiwyg ul>li{padding-left:2rem}.isWysiwyg ul>li::before{position:absolute;left:0;width:1.56rem;height:1.56rem;content:"";background-color:#f5503d;-webkit-mask:url("/themes/custom/ttt/img/check.svg");mask:url("/themes/custom/ttt/img/check.svg");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.isWysiwyg ol{margin-left:1.1rem}.isWysiwyg ol>li{list-style:decimal}.isWysiwyg blockquote{display:flex}.isWysiwyg blockquote::before{margin-right:1.87rem;content:url("/themes/custom/ttt/img/quote.svg")}.paragraph--type--double-column-hp-module{padding:5rem 0;margin:0;position:relative}.paragraph--type--double-column-hp-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b37;background-image:url(/themes/custom/ttt/img/logoDecoration.svg);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/logoDecoration.svg),#202b37;background-position:top 7.63rem left 0}.paragraph--type--double-column-hp-module .rowWrapper .title{font-family:"t26-carbon",sans-serif;color:#fff}.paragraph--type--double-column-hp-module .rowWrapper .link{display:block;margin-top:1.28rem;text-align:right}.paragraph--type--double-column-hp-module .rowWrapper .link a{padding:.7rem 1.25rem;text-decoration:none;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#f5503d;line-height:1.25rem}.paragraph--type--double-column-hp-module .rowWrapper .link a:hover{color:#68768c}.paragraph--type--double-column-hp-module .rowWrapper .link a:hover::before{background-color:#68768c}@media screen and not (min-width:768px){.paragraph--type--double-column-hp-module .rowWrapper .isWysiwyg{margin:1.25rem 0}}@media screen and (max-width:767px){.paragraph--type--double-column-hp-module .rowWrapper .isWysiwyg{margin:1.25rem 0}}.paragraph--type--double-column-hp-module .rowWrapper .isWysiwyg>*{color:#fff}.paragraph--type--double-column-module{padding:0;border-radius:.625rem}.paragraph--type--double-column-module .rowWrapper .title{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.5rem;color:#1e1e1e;line-height:130%}@media screen and not (min-width:768px){.paragraph--type--double-column-module .rowWrapper .title{margin-bottom:1.25rem}}@media screen and (max-width:767px){.paragraph--type--double-column-module .rowWrapper .title{margin-bottom:1.25rem}}.paragraph--type--double-column-module .rowWrapper .isWysiwyg>*{color:#1e1e1e}.paragraph--type--double-column-module .rowWrapper .links{display:flex;justify-content:flex-end;grid-column-gap:2.5rem;-webkit-column-gap:2.5rem;column-gap:2.5rem}.paragraph--type--key-figure-module{padding:5rem 0;margin:0;position:relative}.paragraph--type--key-figure-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(293deg,#f5eee8 -13.06%,#accef2 29.15%,#accef2 56.81%,#e9a184 99.02%);background-image:url(/themes/custom/ttt/img/hpNumberBg.svg);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/hpNumberBg.svg),linear-gradient(293deg,#f5eee8 -13.06%,#accef2 29.15%,#accef2 56.81%,#e9a184 99.02%);background-position:center;background-size:cover}.paragraph--type--key-figure-module .title{margin-bottom:0}.paragraph--type--key-figure-module>.row>.rowWrapper{grid-row-gap:2.5rem;row-gap:2.5rem;justify-content:center}@media screen and not (min-width:768px){.paragraph--type--key-figure-module>.row>.rowWrapper{grid-row-gap:1.25rem;row-gap:1.25rem}}@media screen and (max-width:767px){.paragraph--type--key-figure-module>.row>.rowWrapper{grid-row-gap:1.25rem;row-gap:1.25rem}}.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureBackground{position:relative}.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent{position:absolute;top:50%;left:50%;z-index:1;display:flex;width:75%;flex-direction:column;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);align-items:center}.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figure{font-family:"poppins",sans-serif;font-weight:400;font-size:4.375rem;color:#1e1e1e;line-height:100%}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figure{font-weight:400}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figure{font-weight:400}}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figure{font-size:2.5rem}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figure{font-size:2.5rem}}.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureTitle{font-weight:500;font-size:1.875rem;color:#1e1e1e;line-height:normal}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureTitle{font-weight:600}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureTitle{font-weight:600}}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureTitle{font-size:1rem}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureTitle{font-size:1rem}}.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{margin-top:.2rem;text-align:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{font-weight:400}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{font-weight:400}}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{font-size:.875rem}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{font-size:.875rem}}@media screen and not (min-width:768px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{line-height:120%}}@media screen and (max-width:767px){.paragraph--type--key-figure-module .paragraph--type--key-figure-item .figureContent .figureSubTitle{line-height:120%}}.paragraph--type--news-module .views-element-container,.paragraph--type--for-news-news-module .views-element-container,.paragraph--type--for-signed-licenses-module .views-element-container,.paragraph--type--signed-licenses .views-element-container,.view-filtered-signed-licenses .views-element-container{width:100%}.paragraph--type--news-module .seeAll,.paragraph--type--for-news-news-module .seeAll,.paragraph--type--for-signed-licenses-module .seeAll,.paragraph--type--signed-licenses .seeAll,.view-filtered-signed-licenses .seeAll{display:flex}.paragraph--type--news-module .seeAll a,.paragraph--type--for-news-news-module .seeAll a,.paragraph--type--for-signed-licenses-module .seeAll a,.paragraph--type--signed-licenses .seeAll a,.view-filtered-signed-licenses .seeAll a{display:block;margin-left:auto;color:#1e1e1e;text-decoration:none;justify-self:flex-end;font-size:.75rem;line-height:170%;letter-spacing:.0075rem}.paragraph--type--news-module .seeAll a::after,.paragraph--type--for-news-news-module .seeAll a::after,.paragraph--type--for-signed-licenses-module .seeAll a::after,.paragraph--type--signed-licenses .seeAll a::after,.view-filtered-signed-licenses .seeAll a::after{position:relative;top:8px;content:url("/themes/custom/ttt/img/link-arrow.svg")}.paragraph--type--news-module .seeAll a:hover,.paragraph--type--for-news-news-module .seeAll a:hover,.paragraph--type--for-signed-licenses-module .seeAll a:hover,.paragraph--type--signed-licenses .seeAll a:hover,.view-filtered-signed-licenses .seeAll a:hover{color:#f5503d}.paragraph--type--news-module .views-element-container .row,.paragraph--type--for-news-news-module .views-element-container .row,.paragraph--type--for-signed-licenses-module .views-element-container .row,.paragraph--type--signed-licenses .views-element-container .row,.view-filtered-signed-licenses .views-element-container .row{grid-row-gap:1.25rem;row-gap:1.25rem}.view-filtered-signed-licenses .view-content{display:flex}@media screen and not (min-width:768px){.view-filtered-signed-licenses .view-content{flex-direction:column}}@media screen and (max-width:767px){.view-filtered-signed-licenses .view-content{flex-direction:column}}.paragraph--type--quote-module{display:flex;padding:1.88rem;margin:2.5rem 0;background-color:#1e1e1e;border-radius:.625rem}@media screen and not (min-width:768px){.paragraph--type--quote-module{flex-direction:column}}@media screen and (max-width:767px){.paragraph--type--quote-module{flex-direction:column}}.paragraph--type--quote-module .quoteContent p{margin:.62rem 0;font-family:"canada-type-gibson",sans-serif;font-weight:500;font-size:1rem;color:#fff;line-height:130%}@media screen and not (min-width:768px){.paragraph--type--quote-module .quoteContent p{font-size:.875rem;line-height:140%}}@media screen and (max-width:767px){.paragraph--type--quote-module .quoteContent p{font-size:.875rem;line-height:140%}}.paragraph--type--quote-module .quoteFooter{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1rem;color:#fff;line-height:170%}@media screen and not (min-width:768px){.paragraph--type--quote-module .quoteFooter{line-height:170%}}@media screen and (not (min-width:768px))and (not (min-width:768px)){.paragraph--type--quote-module .quoteFooter{font-size:.75rem}}@media screen and (not (min-width:768px))and (max-width:767px){.paragraph--type--quote-module .quoteFooter{font-size:.75rem}}@media screen and (max-width:767px){.paragraph--type--quote-module .quoteFooter{line-height:170%}}@media screen and (max-width:767px)and (not (min-width:768px)){.paragraph--type--quote-module .quoteFooter{font-size:.75rem}}@media screen and (max-width:767px)and (max-width:767px){.paragraph--type--quote-module .quoteFooter{font-size:.75rem}}.paragraph--type--quote-module .quoteFooter .quoteInfo{font-size:.875rem;font-style:italic}@media screen and not (min-width:768px){.paragraph--type--quote-module .quoteFooter .quoteInfo{font-size:.75rem}}@media screen and (max-width:767px){.paragraph--type--quote-module .quoteFooter .quoteInfo{font-size:.75rem}}.paragraph--type--quote-module::before{margin-right:1.89rem;content:url("/themes/custom/ttt/img/quote.svg")}@media screen and not (min-width:768px){.paragraph--type--quote-module::before{margin-right:0}}@media screen and (max-width:767px){.paragraph--type--quote-module::before{margin-right:0}}.paragraph--type--video-module{display:flex;width:100%;padding:2.5rem 0;margin:0;flex-direction:column;position:relative}.paragraph--type--video-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe}.paragraph--type--video-module figure{width:100%}.paragraph--type--video-module .containerVideo{width:100%;height:100%}.paragraph--type--video-module .thumbBtn{position:relative;display:flex;width:100%;padding:0;overflow:hidden;cursor:pointer;border-radius:.31rem;transition:.5s}.paragraph--type--video-module .thumbBtn .videoThumbContainer{position:relative;width:100%;padding-bottom:57%}.paragraph--type--video-module .thumbBtn img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#fff}.paragraph--type--video-module .thumbBtn:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:.5}.paragraph--type--video-module .thumbBtn .video-play-svg{position:absolute;top:50%;left:50%;z-index:1;background-color:#f5503d;border-radius:50%;transition:.3s;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);-webkit-transform-origin:center;transform-origin:center}.paragraph--type--video-module .thumbBtn .video-play-svg .cls-2{fill:var(--ctaBgColor)}.paragraph--type--video-module .thumbBtn .video-play-svg:hover{transition:.3s;-webkit-transform:translate(-50%,-50%) scale(1.2);transform:translate(-50%,-50%) scale(1.2);-webkit-transform-origin:center;transform-origin:center}.videoTitleContainer{position:relative;margin:1rem 0}.videoTitleContainer .LegendMedia,.videoTitleContainer .remoteVideoTitle{display:block;padding-left:0;text-align:left;font-weight:400;font-size:1.5rem;line-height:120%}@media screen and not (min-width:576px){.videoTitleContainer .LegendMedia,.videoTitleContainer .remoteVideoTitle{font-size:1.125rem}}@media screen and (max-width:575px){.videoTitleContainer .LegendMedia,.videoTitleContainer .remoteVideoTitle{font-size:1.125rem}}.remoteVideoTitle{display:inline-block;margin:.5rem 0;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.1rem;color:#1e1e1e;line-height:140%;font-style:normal}.content-transcript{padding-top:1.5625;margin-top:1rem;border-top:1px solid #1e1e1e}.content-transcript p.transcript-title{margin-bottom:.8rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.2rem;color:#1e1e1e;line-height:140%}.videoPopinContainer{position:fixed;top:0;left:0;z-index:48000;display:none;width:100vw;height:100vh;padding:9.375rem 0 4.375rem 0;overflow-y:auto;background-color:#fff}@media screen and not (min-width:768px){.videoPopinContainer{padding:8.125rem 0 4.375rem 0}}@media screen and (max-width:767px){.videoPopinContainer{padding:8.125rem 0 4.375rem 0}}.videoPopinContainer[aria-hidden=false]{display:block}.videoPopinContainer .closeOverlayBtn{position:absolute;top:2.2rem;right:10vw;background-color:#fff}@media screen and not (min-width:768px){.videoPopinContainer .closeOverlayBtn{top:3.125rem;right:10%}}@media screen and (max-width:767px){.videoPopinContainer .closeOverlayBtn{top:3.125rem;right:10%}}@media screen and not (min-width:576px){.videoPopinContainer .closeOverlayBtn{right:5%}}@media screen and (max-width:575px){.videoPopinContainer .closeOverlayBtn{right:5%}}.videoPopinContainer .closeOverlayBtn :hover{cursor:pointer}.videoPopinContainer .closeOverlayBtn img{width:1.5rem;height:1.5rem}.videoPopinContainer .height-fix-wrapper{width:70%;min-height:calc(100vh - 152px);margin:0 auto}@media screen and not (min-width:768px){.videoPopinContainer .height-fix-wrapper{width:80%}}@media screen and (max-width:767px){.videoPopinContainer .height-fix-wrapper{width:80%}}@media screen and not (min-width:576px){.videoPopinContainer .height-fix-wrapper{width:90%}}@media screen and (max-width:575px){.videoPopinContainer .height-fix-wrapper{width:90%}}.videoPopinContainer .containerIframeVideo{position:relative;margin-top:10rem}.videoPopinContainer .containerIframeVideo iframe{width:100%;height:33.25rem;border:none}@media screen and not (min-width:768px){.videoPopinContainer .containerIframeVideo iframe{height:21.875rem}}@media screen and (max-width:767px){.videoPopinContainer .containerIframeVideo iframe{height:21.875rem}}.paragraph--type--success-stories-module .link_all_stories{margin-bottom:.12rem}.paragraph--type--success-stories-module .link_all_stories a{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;text-decoration:none;justify-content:flex-end;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.75rem;color:#1e1e1e;line-height:170%;letter-spacing:.0075rem}.paragraph--type--success-stories-module .link_all_stories a::after{width:1.5rem;height:1.5rem;content:"";background:url("/themes/custom/ttt/img/link-arrow.svg");transition:.2s}.paragraph--type--success-stories-module .link_all_stories a:hover{color:#f5503d}.paragraph--type--success-stories-module .link_all_stories a:hover::after{width:1.5rem;height:1.5rem;content:"";background:url("/themes/custom/ttt/img/link-arrow-hover.svg")}.paragraph--type--success-stories-module .contentWrapper{grid-row-gap:1.25rem;row-gap:1.25rem}.paragraph--type--success-stories-module .contentWrapper .node{height:100%;overflow:hidden;border-radius:0 .63rem .63rem 0}.paragraph--type--success-stories-module .contentWrapper .node .arrow{display:block;width:2.375rem;height:2.375rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.paragraph--type--success-stories-module .contentWrapper .node .arrow::before{position:absolute;width:2.375rem;height:2.375rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.paragraph--type--success-stories-module .contentWrapper .node:hover .arrow{background-color:#f5503d}.paragraph--type--success-stories-module .contentWrapper .node:hover .arrow::before{background-color:#fff}.paragraph--type--success-stories-module .contentWrapper .node a{height:100%;color:#000;color:initial;text-decoration:none}.paragraph--type--success-stories-module .contentWrapper .node a.focus-visible .arrow{outline:2px #1e1e1e solid}.paragraph--type--success-stories-module .contentWrapper .node a:focus-visible .arrow{outline:2px #1e1e1e solid}.paragraph--type--success-stories-module .contentWrapper .node a:hover{color:#000;color:initial}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem{display:flex;flex-wrap:wrap;height:100%}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text{display:flex;padding:1.25rem;flex-direction:column;background-color:#f3f6fe}@media screen and not (min-width:768px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text{order:1}}@media screen and (max-width:767px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text{order:1}}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container{display:flex;flex-wrap:wrap;grid-gap:.62rem;gap:.62rem}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .domaine{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .domaine.ingenierie_durable_numerique{background-color:#cad8fc}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .domaine.life_tech{background-color:#baf5c6}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .domaine.domaine{background-color:#fff}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .pole{position:relative;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-height:1.875rem;padding:.31rem .875rem;text-align:center;text-decoration:none;text-transform:uppercase;background-color:#f3f6fe;border-radius:6.25rem;justify-content:center;align-items:center;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:.625rem;color:#1e1e1e;line-height:180%;letter-spacing:.0375rem}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .pole.ingenierie_durable_numerique{background-color:#cad8fc}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .pole.life_tech{background-color:#baf5c6}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .success_tags_container .pole.domaine{background-color:#fff}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .successStoryText{margin:1.25rem 0}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .successStoryText h1{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:140%}@media screen and not (min-width:768px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .successStoryText h1{font-size:.875rem}}@media screen and (max-width:767px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .successStoryText h1{font-size:.875rem}}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .success_text .followingArrow{display:flex;align-self:flex-end;justify-content:flex-end;margin-top:auto}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .successImage{padding:0}@media screen and not (min-width:768px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .successImage{height:11rem}}@media screen and (max-width:767px){.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .successImage{height:11rem}}.paragraph--type--success-stories-module .contentWrapper .node a .successStoryItem .successImage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.paragraph--type--images-module{padding:0}.paragraph--type--images-module .rowWrapper{grid-row-gap:1.5rem;row-gap:1.5rem}@media screen and not (min-width:992px){.paragraph--type--images-module .rowWrapper .image-container:last-of-type{margin-bottom:0}}@media screen and (max-width:991px){.paragraph--type--images-module .rowWrapper .image-container:last-of-type{margin-bottom:0}}.paragraph--type--images-module .rowWrapper .image-container img{width:100%;height:23rem;-o-object-fit:contain;object-fit:contain}@media screen and not (min-width:992px){.paragraph--type--images-module .rowWrapper .image-container img{height:auto;height:initial}}@media screen and (max-width:991px){.paragraph--type--images-module .rowWrapper .image-container img{height:auto;height:initial}}.paragraph--type--accordion-module{padding:0}.paragraph--type--accordion-item{--bgcolor:#f3f6fe;position:relative;padding:0;margin:0;cursor:pointer;position:relative}.paragraph--type--accordion-item::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--bgcolor)}.paragraph--type--accordion-item::before{border-radius:1.875rem 1.875rem 0 0}.paragraph--type--accordion-item .panelHeaderContainer{position:relative;display:flex;width:100%;padding:2.22rem 0;flex-wrap:wrap;align-items:center}@media screen and not (min-width:768px){.paragraph--type--accordion-item .panelHeaderContainer{padding:1.03rem 0}}@media screen and (max-width:767px){.paragraph--type--accordion-item .panelHeaderContainer{padding:1.03rem 0}}.paragraph--type--accordion-item .panelHeaderContainer .fakePanelHeaderContainer{position:absolute;top:0;left:50%;z-index:1;width:100vw;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer{display:flex;align-items:baseline;flex-wrap:wrap}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer *{margin:0;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.75rem;line-height:130%}@media screen and not (min-width:768px){.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer *{font-size:.875rem}}@media screen and (max-width:767px){.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer *{font-size:.875rem}}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer .panelSuffix{margin-right:.38rem;font-family:"poppins",sans-serif;font-weight:400;font-size:1.625rem;color:#f5503d}@media screen and not (min-width:768px){.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer .panelSuffix{font-size:1.375rem}}@media screen and (max-width:767px){.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderTitleContainer .panelSuffix{font-size:1.375rem}}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderToggleBtnContainer{display:flex;justify-content:flex-end}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderToggleBtnContainer .arrow{display:block;width:2.375rem;height:2.375rem;background-color:#fff;border-radius:50%;transition:background-color .2s}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderToggleBtnContainer .arrow::before{position:absolute;width:2.375rem;height:2.375rem;content:"";background-color:#f5503d;transition:background-color .2s;-webkit-mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;mask:url("/themes/custom/ttt/img/redArrow.svg") 55% 55%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderToggleBtnContainer:hover .arrow{background-color:#f5503d}.paragraph--type--accordion-item .panelHeaderContainer .panelHeaderToggleBtnContainer:hover .arrow::before{background-color:#fff}.paragraph--type--accordion-item .close{height:0;overflow:hidden;visibility:hidden}.paragraph--type--accordion-item .accordionContent{cursor:auto}.paragraph--type--accordion-item .accordionContent .panel-content{border-top:1px solid #1e1e1e}.paragraph--type--accordion-item .accordionContent .panel-content>.paragraph{margin-top:2.5rem}.paragraph--type--accordion-item .paragraph--type--image-text-module .title{padding-bottom:1.88rem;font-size:1.5rem;line-height:120%}.paragraph--type--accordion-item .paragraph--type--image-text-module img{margin:0;margin:initial}.paragraph--type--image-text-module{padding:0}.paragraph--type--image-text-module img{display:block;margin:auto;border-radius:.31rem}@media screen and not (min-width:992px){.paragraph--type--image-text-module .isWysiwyg{margin-top:2.5rem}}@media screen and (max-width:991px){.paragraph--type--image-text-module .isWysiwyg{margin-top:2.5rem}}.paragraph--type--image-text-module .links-container{display:flex;flex-wrap:wrap;grid-gap:.63rem;gap:.63rem}@media screen and not (min-width:992px){.paragraph--type--image-text-module .links-container{justify-content:space-between}}@media screen and (max-width:991px){.paragraph--type--image-text-module .links-container{justify-content:space-between}}.paragraph--type--push-color-module .field-item-push-color-container,.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container,.blockPushView .field-item-push-color-container-picto{padding:1.88rem;overflow:hidden;background-image:url(/themes/custom/ttt/img/background/push-large.png);background-repeat:no-repeat;background-size:100% 100%;border-radius:.31rem}@media screen and not (min-width:768px){.paragraph--type--push-color-module .field-item-push-color-container,.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container,.blockPushView .field-item-push-color-container-picto{margin:1.25rem 0;background-image:unset;position:relative}.paragraph--type--push-color-module .field-item-push-color-container::before,.paragraph--type--push-color-module .field-item-push-color-container-picto::before,.blockPushView .field-item-push-color-container::before,.blockPushView .field-item-push-color-container-picto::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:url(/themes/custom/ttt/img/background/push-mobile.png);background-repeat:no-repeat;background-size:100% 100%}}@media screen and (max-width:767px){.paragraph--type--push-color-module .field-item-push-color-container,.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container,.blockPushView .field-item-push-color-container-picto{margin:1.25rem 0;background-image:unset;position:relative}.paragraph--type--push-color-module .field-item-push-color-container::before,.paragraph--type--push-color-module .field-item-push-color-container-picto::before,.blockPushView .field-item-push-color-container::before,.blockPushView .field-item-push-color-container-picto::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-image:url(/themes/custom/ttt/img/background/push-mobile.png);background-repeat:no-repeat;background-size:100% 100%}}.paragraph--type--push-color-module .field-item-push-color-container .paragraph--type--link-item,.paragraph--type--push-color-module .field-item-push-color-container-picto .paragraph--type--link-item,.blockPushView .field-item-push-color-container .paragraph--type--link-item,.blockPushView .field-item-push-color-container-picto .paragraph--type--link-item{margin:.62rem 0}.paragraph--type--push-color-module .field-item-push-color-container h2,.paragraph--type--push-color-module .field-item-push-color-container-picto h2,.blockPushView .field-item-push-color-container h2,.blockPushView .field-item-push-color-container-picto h2{text-transform:uppercase;font-family:"poppins",sans-serif;font-weight:400;font-size:1.25rem;color:#1e1e1e;line-height:150%}.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container-picto{display:flex;flex-wrap:wrap;padding:1.88rem 1.88rem 1.88rem .95rem}@media screen and not (min-width:768px){.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container-picto{flex-wrap:wrap-reverse}}@media screen and (max-width:767px){.paragraph--type--push-color-module .field-item-push-color-container-picto,.blockPushView .field-item-push-color-container-picto{flex-wrap:wrap-reverse}}.paragraph--type--push-color-module .field-item-push-color-container-picto .field-item-push-color-svg-container,.blockPushView .field-item-push-color-container-picto .field-item-push-color-svg-container{display:flex;width:100%;height:100%;align-items:center;justify-content:center}@media screen and not (min-width:768px){.paragraph--type--push-color-module .field-item-push-color-container-picto .field-item-push-color-svg-container,.blockPushView .field-item-push-color-container-picto .field-item-push-color-svg-container{margin-bottom:2.37rem}}@media screen and (max-width:767px){.paragraph--type--push-color-module .field-item-push-color-container-picto .field-item-push-color-svg-container,.blockPushView .field-item-push-color-container-picto .field-item-push-color-svg-container{margin-bottom:2.37rem}}.paragraph--type--push-color-module .field-item-push-color-container-picto .field-item-push-color-svg-container .field-item-push-color-svg-background,.blockPushView .field-item-push-color-container-picto .field-item-push-color-svg-container .field-item-push-color-svg-background{position:relative}.paragraph--type--push-color-module .field-item-push-color-container-picto .field-item-push-color-svg-container .picto_icon_container,.blockPushView .field-item-push-color-container-picto .field-item-push-color-svg-container .picto_icon_container{position:absolute}.paragraph--type--push-color-module.setBackground,.blockPushView.setBackground{padding:2.5rem 0;margin:0;position:relative}.paragraph--type--push-color-module.setBackground::before,.blockPushView.setBackground::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b37}.paragraph--type--black-push-module{padding:1.3rem 1.88rem;background-color:#202b37;border-radius:.3125rem}@media screen and not (min-width:768px){.paragraph--type--black-push-module{background-color:unset;position:relative}.paragraph--type--black-push-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b37}}@media screen and (max-width:767px){.paragraph--type--black-push-module{background-color:unset;position:relative}.paragraph--type--black-push-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#202b37}}.paragraph--type--black-push-module .col-md-10{padding-right:3.2rem}.paragraph--type--black-push-module .isWysiwyg *{color:#fff}.paragraph--type--black-push-module .black-push-module-picto-container{display:flex;flex-direction:column;align-items:center}.paragraph--type--black-push-module .black-push-module-picto-container .black-push-module-picto-title{color:#f5503d;text-align:center;font-family:"canada-type-gibson",sans-serif;font-weight:600;font-size:1rem;color:#f5503d;line-height:130%}.paragraph--type--black-push-module .picto_icon_container{color:#f5503d}.paragraph--type--testimony-module{padding:2.5rem 0;margin:0;border-radius:.625rem;position:relative}.paragraph--type--testimony-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe;background-image:url(/themes/custom/ttt/img/logoDecoration_noOpacity.svg);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/logoDecoration_noOpacity.svg),#f3f6fe;background-position:top 7.69rem left 0}@media screen and not (min-width:768px){.paragraph--type--testimony-module .titleContainer{display:flex;grid-gap:1rem;gap:1rem}}@media screen and (max-width:767px){.paragraph--type--testimony-module .titleContainer{display:flex;grid-gap:1rem;gap:1rem}}.paragraph--type--testimony-module .titleContainer .title{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.5rem;color:#1e1e1e;line-height:120%}@media screen and not (min-width:768px){.paragraph--type--testimony-module .titleContainer .title{font-size:1.125rem}}@media screen and (max-width:767px){.paragraph--type--testimony-module .titleContainer .title{font-size:1.125rem}}.paragraph--type--testimony-module .titleContainer .subTitle{text-transform:uppercase;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.5rem;color:#68768c;line-height:120%}@media screen and not (min-width:768px){.paragraph--type--testimony-module .titleContainer .subTitle{font-size:1.125rem}}@media screen and (max-width:767px){.paragraph--type--testimony-module .titleContainer .subTitle{font-size:1.125rem}}.paragraph--type--testimony-module .details .orangeBoldDetail,.paragraph--type--testimony-module .details .orangeDetail{text-align:right;color:#f5503d}.paragraph--type--testimony-module .details .orangeBoldDetail{margin-bottom:.62rem;font-weight:600;font-size:1.25rem}@media screen and not (min-width:768px){.paragraph--type--testimony-module .details .orangeBoldDetail{margin-bottom:0}}@media screen and (max-width:767px){.paragraph--type--testimony-module .details .orangeBoldDetail{margin-bottom:0}}@media screen and not (min-width:768px){.paragraph--type--testimony-module .details .orangeBoldDetail{font-size:.75rem}}@media screen and (max-width:767px){.paragraph--type--testimony-module .details .orangeBoldDetail{font-size:.75rem}}.paragraph--type--testimony-module .details .orangeDetail{font-size:.875rem;font-style:italic}@media screen and not (min-width:768px){.paragraph--type--testimony-module .details .orangeDetail{font-size:.75rem}}@media screen and (max-width:767px){.paragraph--type--testimony-module .details .orangeDetail{font-size:.75rem}}.paragraph--type--testimony-module .details .paragraph--type--link-to-file-item{margin:2.5rem 0 0 auto}@media screen and not (min-width:992px){.paragraph--type--grey-push-module .greyPushItem{margin-bottom:1.25rem}.paragraph--type--grey-push-module .greyPushItem:last-of-type{margin-bottom:0}}@media screen and (max-width:991px){.paragraph--type--grey-push-module .greyPushItem{margin-bottom:1.25rem}.paragraph--type--grey-push-module .greyPushItem:last-of-type{margin-bottom:0}}.paragraph--type--grey-push-module .grey-push-item-container{width:100%;height:100%;padding:1.87rem;background-color:#f3f6fe;border-radius:.625rem}@media screen and not (min-width:768px){.paragraph--type--grey-push-module .grey-push-item-container{margin:1rem 0;background-color:unset;position:relative}.paragraph--type--grey-push-module .grey-push-item-container::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe}}@media screen and (max-width:767px){.paragraph--type--grey-push-module .grey-push-item-container{margin:1rem 0;background-color:unset;position:relative}.paragraph--type--grey-push-module .grey-push-item-container::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#f3f6fe}}.paragraph--type--grey-push-module .grey-push-item-container .picto_icon_container{display:block;width:4rem;height:4rem;margin-bottom:.62rem}.paragraph--type--grey-push-module .grey-push-item-container .picto_icon_container svg{width:100%;height:100%}.paragraph--type--grey-push-module .grey-push-item-container h2,.paragraph--type--grey-push-module .grey-push-item-container h3,.paragraph--type--grey-push-module .grey-push-item-container h4,.paragraph--type--grey-push-module .grey-push-item-container h5,.paragraph--type--grey-push-module .grey-push-item-container h6{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.375rem;color:#68768c;line-height:130%}@media screen and not (min-width:768px){.paragraph--type--grey-push-module .grey-push-item-container h2,.paragraph--type--grey-push-module .grey-push-item-container h3,.paragraph--type--grey-push-module .grey-push-item-container h4,.paragraph--type--grey-push-module .grey-push-item-container h5,.paragraph--type--grey-push-module .grey-push-item-container h6{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#68768c;line-height:140%}}@media screen and (max-width:767px){.paragraph--type--grey-push-module .grey-push-item-container h2,.paragraph--type--grey-push-module .grey-push-item-container h3,.paragraph--type--grey-push-module .grey-push-item-container h4,.paragraph--type--grey-push-module .grey-push-item-container h5,.paragraph--type--grey-push-module .grey-push-item-container h6{font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#68768c;line-height:140%}}.paragraph--type--grey-push-module .grey-push-item-container .subTitle{margin-bottom:1.25rem;font-family:"canada-type-gibson",sans-serif;font-weight:400;font-size:1.25rem;color:#68768c;line-height:140%;letter-spacing:0}.paragraph--type--grey-push-module .grey-push-item-container .pictoContainer{display:flex;height:4.8rem;align-items:center}.paragraph--type--grey-push-module .grey-push-item-container .paragraph--type--link-to-file-item{margin:1.5rem 0}.paragraph--type--grey-push-module .grey-push-item-container-full{display:flex}.paragraph--type--wallet-module{padding:5rem 0;margin:0;position:relative}.paragraph--type--wallet-module::before{position:absolute;top:0;left:50%;z-index:-1;width:100vw;height:100%;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background:linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%);background-image:url(/themes/custom/ttt/img/fondGenerique.svg);background-repeat:no-repeat;background-image:url(/themes/custom/ttt/img/fondGenerique.svg),linear-gradient(228deg,#accef2 23.25%,#a7edd3 71.02%,#f5eee8 101.06%);background-position:top,left;background-size:cover}.paragraph--type--wallet-module .title{margin-bottom:5rem}@media screen and not (min-width:992px){.paragraph--type--wallet-module .title{margin-bottom:1.25rem}}@media screen and (max-width:991px){.paragraph--type--wallet-module .title{margin-bottom:1.25rem}}@media screen and not (min-width:992px){.paragraph--type--wallet-module .contentWrapper{grid-row-gap:2.5rem;row-gap:2.5rem}}@media screen and (max-width:991px){.paragraph--type--wallet-module .contentWrapper{grid-row-gap:2.5rem;row-gap:2.5rem}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item{width:50%;margin:0}@media screen and not (min-width:992px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item{width:100%}}@media screen and (max-width:991px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item{width:100%}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique{background:url(/themes/custom/ttt/img/imageIngenieurie.jpeg);border-radius:50%}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{margin:auto;background:url(/themes/custom/ttt/img/imageLifetech.jpeg);border-radius:50%}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{position:relative;display:flex;width:22.125rem;background-repeat:no-repeat;background-size:cover;justify-content:flex-end;aspect-ratio:1}@media screen and not (min-width:768px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{width:14.1875rem}}@media screen and (max-width:767px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{width:14.1875rem}}@media screen and not (min-width:992px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{margin:auto}}@media screen and (max-width:991px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech{margin:auto}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .name,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .name{position:relative;top:49px;left:186px;z-index:1;width:73%;text-align:left;font-family:"t26-carbon",sans-serif;font-weight:600;font-size:1.625rem;color:#1e1e1e;line-height:normal}@media screen and not (min-width:768px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .name,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .name{font-size:1.125rem}}@media screen and (max-width:767px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .name,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .name{font-size:1.125rem}}@media screen and not (min-width:768px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .name,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .name{left:115px}}@media screen and (max-width:767px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .name,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .name{left:115px}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer{position:absolute;bottom:26px;left:60px;width:100%;padding:0;flex-direction:column;align-items:flex-end}@media screen and not (min-width:768px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer{bottom:-12px}}@media screen and (max-width:767px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer{bottom:-12px}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer .paragraph--type--link-item,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer .paragraph--type--link-item{margin:.65rem}@media screen and not (min-width:768px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer .paragraph--type--link-item a,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer .paragraph--type--link-item a{font-size:.75rem;white-space:nowrap}}@media screen and (max-width:767px){.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer .paragraph--type--link-item a,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer .paragraph--type--link-item a{font-size:.75rem;white-space:nowrap}}.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .ingenierie_durable_numerique .linksContainer .paragraph--type--link-item:last-of-type,.paragraph--type--wallet-module .contentWrapper .paragraph--type--wallet-item .life_tech .linksContainer .paragraph--type--link-item:last-of-type{margin-right:1.5rem}.paragraph--type--simple-text-module{padding:0}.paragraph--type--simple-text-module .isWysiwyg :last-child{margin-bottom:0}.paragraph--type--simple-text-module.removeMargin{margin-bottom:1rem}.paragraph--type--simple-text-module.removeMargin+.paragraph{margin-top:0}@media print{#header,#footer{display:none}}
