header{display:flex;justify-content:space-between;padding-bottom:1rem;position:relative;z-index:50}@media screen and (max-width:815px){header{background-color:#cfd8dd;display:block}}header .brand{z-index:99999}header .brand img{width:180px;display:inline-block;transition:width .1s ease-in 0s}@media screen and (max-width:1200px){header .brand img{width:160px}}@media screen and (max-width:998px){header .brand img{width:120px}}@media screen and (max-width:815px){header .brand img{width:110px}}header nav{padding-left:3rem;display:flex;justify-content:space-between;align-items:center;flex-grow:1}@media screen and (min-width:1921px){header nav{padding-left:4rem}}@media screen and (max-width:998px){header nav{padding-left:1rem}}@media screen and (max-width:815px){header nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:fixed;top:124px;left:0;width:100%;height:100vh;padding:3rem 1rem 0;background-color:#cfd8dd;transform:translateX(100%);transition:transform 250ms ease-in-out;z-index:50}}@media screen and (max-width:815px){header nav{top:115px}}header nav.active{padding-left:7rem;padding-right:7rem;transform:translateX(0)}@media screen and (max-width:1200px){header nav.active{padding-left:2rem;padding-right:2rem}}header nav .primary-links{display:flex;justify-content:space-between;flex-grow:.2}@media screen and (max-width:1440px){header nav .primary-links{flex-grow:.4}}@media screen and (max-width:815px){header nav .primary-links{flex-grow:0;display:block}}header nav a{display:inline;text-decoration:none;font-size:1.11rem;position:relative;width:fit-content}@media screen and (max-width:1200px){header nav a{font-size:.9rem}}@media screen and (max-width:815px){header nav a{font-size:1.11rem;display:block;margin-bottom:2rem}}header nav a::before{content:'';position:absolute;width:100%;height:1px;bottom:0;margin:-5px 0;background-color:#000;visibility:hidden;transform:scaleX(0);transition:all .4s ease-in-out 0s}header nav a:hover::before,header nav a.active-link::before{visibility:visible;transform:scaleX(1)}header nav .mobile-separator{display:none;width:2.5rem;height:1px;margin:0 0 2rem;background-color:#000}@media screen and (max-width:815px){header nav .mobile-separator{display:inline-block;margin-top:1rem}}header nav .separator{margin:0 1rem}@media screen and (max-width:998px){header nav .separator{margin:0 .5rem}}@media screen and (max-width:815px){header nav .separator{display:none}}header .burger-menu{display:none;position:absolute;top:1rem;right:1rem;width:35px;height:35px;padding:.5rem;transform:rotate(0);transition:.5s ease-in-out;background-color:#000;cursor:pointer;z-index:99999}@media screen and (max-width:815px){header .burger-menu{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-end}}header .burger-menu span{display:block;height:1px;width:100%;background:#fff;opacity:1;transform:rotate(0);transition:.25s ease-in-out}header .burger-menu span:nth-child(2){width:65%}header .burger-menu.active span:nth-child(1){transform:translateY(5px)rotate(45deg)}header .burger-menu.active span:nth-child(2){transform:scale(0)}header .burger-menu.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}body>footer{background-color:#cfd8dd;position:relative;max-height:320px;display:flex;justify-content:space-between;padding-bottom:1rem;flex-wrap:wrap}@media screen and (max-width:1351px){body>footer{display:block}}@media screen and (max-width:998px){body>footer{display:flex;flex-direction:column;max-height:unset;align-items:center;justify-content:center;text-align:center;margin-top:4rem}}body>footer .brand img{width:150px}@media screen and (max-width:998px){body>footer .brand img{width:130px;position:absolute;width:100px;top:-2rem;left:50%;transform:translate(-50%,-50%)}}body>footer nav{display:flex;margin-left:4rem;flex-grow:1;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}@media screen and (max-width:1390px){body>footer nav{margin-left:2rem}}@media screen and (max-width:1351px){body>footer nav{margin-left:0}}@media screen and (max-width:998px){body>footer nav{display:block;margin:0}}body>footer nav div,body>footer nav ul{max-width:220px}@media screen and (max-width:998px){body>footer nav div,body>footer nav ul{max-width:unset;margin-right:0}}body>footer nav .socials{max-width:unset}body>footer nav li{margin-bottom:1rem;line-height:1.4}body>footer nav li a{padding:.1rem}body>footer nav li a:hover,body>footer nav li a.active-link{border-bottom:1px solid #000}body>footer nav{margin-top:4rem}@media screen and (max-width:1200px){body>footer nav{margin-right:0;margin-left:0}}@media screen and (max-width:998px){body>footer nav{margin-left:0}}@media screen and (max-width:998px){body>footer .socials{margin:2rem 0 0}}body>footer .socials .social-title{font-family:helvetica neue,sans-serif;font-weight:300;font-size:1.6rem;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.05rem}@media screen and (max-width:998px){body>footer .socials .social-title{font-size:1.3rem}}body>footer .socials .social-facebook-link,body>footer .socials .social-facebook-link a{font-family:agenda,sans-serif;font-style:normal;font-size:1.3rem;font-weight:800}body>footer .socials .social-facebook-link a{padding-bottom:.1rem;border-bottom:1px solid #000;transition:all 250ms ease-in-out}body>footer .socials .social-facebook-link a:hover{color:#457373;border-bottom-color:#457373}body>footer .cnesst img{width:140px;display:inline;margin-top:.5rem}body>footer .cnesst p{font-size:.8rem;margin-bottom:.5rem}@media screen and (max-width:998px){body>footer .cnesst{margin:3rem 0}}body>footer .legal{flex-basis:100%;width:100%;display:flex;justify-content:space-between;border-top:1px solid #000;padding-top:1rem}@media screen and (max-width:767px){body>footer .legal{justify-content:center;flex-direction:column}}body>footer .legal .copyright{margin-right:1rem}body>footer .legal a,body>footer .legal p{font-size:.7rem}body>footer .legal .avis{margin-top:5px}@media screen and (max-width:767px){body>footer .legal .avis{margin-block:0 15px}}@font-face{font-family:helvetica neue;font-style:normal;font-weight:300;src:local(""),url(../fonts/helvetica-neue.eot?#iefix)format("embedded-opentype"),url(../fonts/helvetica-neue.woff2)format("woff2"),url(../fonts/helvetica-neue.woff)format("woff"),url(../fonts/helvetica-neue.ttf)format("truetype"),url(../fonts/helvetica-neue.svg)format("svg")}*{box-sizing:border-box}html{font-size:18px;scroll-behavior:smooth}body{font-family:agenda,sans-serif;color:#000;line-height:1.1;background-color:#cfd8dd;min-width:300px}body.freeze{overflow:hidden;width:100%;height:100%;position:fixed}h1,h2,h3,h4{text-transform:uppercase;font-family:helvetica neue,sans-serif;font-weight:300;line-height:1.2;margin-bottom:1rem;letter-spacing:1px}@media screen and (max-width:767px){h1,h2,h3,h4{margin-bottom:.5rem}}h1{font-size:2.2rem}@media screen and (max-width:767px){h1{font-size:1.95rem}}h2{font-size:1.95rem}@media screen and (max-width:767px){h2{font-size:1.66rem}}h3{font-size:1.388rem}h4{font-size:1.39rem}@media screen and (max-width:767px){h4{font-size:1.1rem}}a,p{font-family:agenda,sans-serif;font-size:1rem;color:#000}a{font-size:1.11rem;text-decoration:none}p{margin-bottom:1rem;line-height:1.5}nav ul{list-style-type:none}blockquote,cite,q{font-family:kazimir,sans-serif;font-weight:300;font-style:italic}img{max-width:100%;display:block;height:auto}body>footer,body>header,main>section{padding-left:7rem;padding-right:7rem}@media screen and (max-width:1200px){body>footer,body>header,main>section{padding-left:2rem;padding-right:2rem}}.media-object{display:grid;grid-template-columns:1.1fr 1fr;grid-column-gap:4rem;align-items:center;justify-items:center;background:linear-gradient(to bottom,#fff 20%,#fbd054 20%)}@media screen and (max-width:1200px){.media-object{grid-column-gap:2rem}}@media screen and (max-width:870px){.media-object{grid-template-columns:1fr}.media-object figure{margin-bottom:2rem}.media-object.alt{grid-template-columns:1fr}}.media-object figure,.media-object .content{max-width:600px}@media screen and (max-width:870px){.media-object figure,.media-object .content{max-width:500px}}.media-object figure{border:18px solid #fff;justify-self:flex-end}@media screen and (max-width:870px){.media-object figure{justify-self:flex-start}}.media-object .content{justify-self:flex-start;padding-top:25%}@media screen and (max-width:870px){.media-object .content{padding-top:0;padding-bottom:4rem}}.media-object .content a{margin-top:1rem;margin-bottom:1rem}.media-object .content p:last-of-type{margin-bottom:0}.media-object.alt .content{order:-1}@media screen and (max-width:767px){.media-object.alt .content{order:1}}.default-intro{margin:2rem 0;display:flex;justify-content:space-evenly;align-items:center;flex-direction:row-reverse;flex-wrap:wrap}@media screen and (max-width:998px){.default-intro{flex-direction:column;align-items:flex-start;gap:0;margin:0}}.default-intro figure{border:18px solid #fff;max-width:600px;min-height:360px}.default-intro .content{max-width:500px}@media screen and (max-width:998px){.default-intro .content{margin-bottom:0}}.default-intro .content{width:35%}@media screen and (max-width:998px){.default-intro .content{margin:2rem 0}}.default-intro figure{width:45%}@media screen and (max-width:998px){.default-intro figure,.default-intro .content{width:100%;max-width:500px}}.default-intro a{display:inline-block;font-family:agenda,sans-serif;padding:.5rem 2.2rem;font-size:1rem;color:#000;background-color:transparent;border:1px solid;border-color:#000;transition:all 250ms ease-in-out;text-decoration:none;cursor:pointer}.default-intro a:hover{color:#fff;background-color:#000;border-color:#000}.accordion{margin:1rem 0}.accordion.active .accordion-panel{display:block;padding:1.5rem;border:1px solid #457373}.accordion .accordion-title{position:relative;padding:1.5rem 4rem 1.5rem 1.5rem;background-color:#cfd8dd;color:#000;text-align:left;font-family:agenda,sans-serif;font-weight:700;font-size:1rem;border:0;transition:all 250ms ease-in-out;cursor:pointer;margin-bottom:0;border-radius:10px}.accordion .accordion-title::after{content:url(../images/open.svg);position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.accordion .accordion-title:hover,.accordion .accordion-title.active{background-color:#457373;color:#fff}.accordion .accordion-title:hover::after,.accordion .accordion-title.active::after{content:url(../images/close.svg);width:26px}.accordion .accordion-title.active{border-radius:10px 10px 0 0}.accordion .accordion-panel{display:none;border-radius:0 0 10px 10px}.accordion .accordion-panel h4{margin-bottom:.5rem;font-size:1.11rem}.accordion .accordion-panel ul{margin-bottom:1.5rem}.accordion .accordion-panel ul li{list-style:disc inside;margin-bottom:.5rem}.accordion .accordion-panel a{font-weight:700;font-size:1rem}.accordion .accordion-panel a:hover{text-decoration:underline}.accordion p{margin-bottom:1.5rem}.accordion p:last-of-type{margin-bottom:0}.list-section{padding-top:4rem;padding-bottom:4rem;padding-bottom:7rem;background-color:#457373;color:#fff}@media screen and (max-width:767px){.list-section{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width:998px){.list-section{padding-bottom:4rem}}.list-section h2{margin-bottom:2rem}@media screen and (max-width:998px){.list-section h2{margin:2rem 0}}.list-section h3{margin-bottom:.5rem}.list-section>ul{display:grid;grid-template-columns:repeat(3,minmax(350px,1fr));gap:2rem;border-left:1px solid #fff;padding-left:4rem}@media screen and (max-width:1200px){.list-section>ul{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media screen and (max-width:998px){.list-section>ul{padding-left:2rem;grid-template-columns:repeat(auto-fill,minmax(auto,1fr))}}@media screen and (max-width:767px){.list-section>ul{padding-left:1rem}}.list-section>ul li{max-width:350px}.list-section>ul li:nth-child(-n+3){margin-bottom:2rem}@media screen and (max-width:998px){.list-section>ul li:nth-child(-n+3){margin-bottom:1rem}}.list-section>ul li:last-of-type{margin-bottom:0}@media screen and (max-width:480px){.list-section>ul li{max-width:300px}}@media screen and (max-width:767px){.list-section>ul li{margin-bottom:1rem}}.dark-section{background-color:#457373;color:#fff}.dark-section p{color:#fff}.dark-section a{display:inline-block;font-family:agenda,sans-serif;padding:.5rem 2.2rem;font-size:1rem;color:#000;background-color:transparent;border:1px solid;border-color:#000;transition:all 250ms ease-in-out;text-decoration:none;cursor:pointer;color:#fff;background-color:transparent;border-color:#fff}.dark-section a:hover{color:#fff;background-color:#000;border-color:#000}.dark-section a:hover{color:#457373;background-color:#fff;border-color:#fff}#quote{position:relative;justify-items:center}#quote figure{max-width:600px;justify-self:flex-end}@media screen and (max-width:870px){#quote figure{justify-self:flex-start;margin-bottom:1rem}}#quote figure,#quote .content{max-width:600px}#quote .content{justify-self:flex-start}#quote .content *{position:relative;z-index:2}#quote .content p:first-of-type{font-family:kazimir,sans-serif;font-weight:300;font-style:italic;font-size:1.4rem}@media screen and (max-width:998px){#quote .content p:first-of-type{font-size:1.2rem;margin-top:1rem}}#quote .content strong{font-size:1.35rem;font-weight:700;display:block;margin-top:1rem}#quote .content .bold{font-weight:700}#quote .content em{text-transform:uppercase;font-size:.9rem}#quote .half-star{position:absolute;right:0;height:600px;bottom:calc(-600px/2);z-index:1}@media screen and (max-width:998px){#quote .half-star{position:absolute;right:0;height:350px;bottom:calc(-350px/2);z-index:1}}.form{padding-top:4rem;padding-bottom:4rem;background-color:#fff;padding-bottom:4rem}@media screen and (max-width:767px){.form{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width:767px){.form{padding-bottom:4rem}}.form .block-all{background-color:#cfd8dd;border-radius:10px;padding:20px}.form .block-all input:not([type=radio]):not([type=checkbox]),.form .block-all textarea{background-color:#fff}.form .block-top{background-color:#cfd8dd;border-radius:10px 10px 0 0;padding:20px 20px 0;margin-bottom:0}.form .block-top input:not([type=radio]):not([type=checkbox]),.form .block-top textarea{background-color:#fff}.form .block-top-left{background-color:#cfd8dd;border-radius:10px 0 0 0;padding:20px 20px 0;margin-bottom:0}.form .block-top-left input:not([type=radio]):not([type=checkbox]),.form .block-top-left textarea{background-color:#fff}@media screen and (max-width:767px){.form .block-top-left{border-radius:10px 10px 0 0}}.form .block-top-right{background-color:#cfd8dd;border-radius:0 10px 0 0;padding:20px 20px 0;margin-bottom:0}.form .block-top-right input:not([type=radio]):not([type=checkbox]),.form .block-top-right textarea{background-color:#fff}@media screen and (max-width:767px){.form .block-top-right{border-radius:0}}.form .block-mid{background-color:#cfd8dd;padding-inline:20px;margin-block:0;padding-top:20px}.form .block-mid input:not([type=radio]):not([type=checkbox]),.form .block-mid textarea{background-color:#fff}.form .spacing{padding-block:0 50px}.form .anonyme{padding-top:25px}.form .anonyme legend{padding-bottom:20px}@media screen and (max-width:767px){.form .anonyme legend{padding-bottom:0}}.form .block-bot{background-color:#cfd8dd;border-radius:0 0 10px 10px;padding:20px;margin-top:0}.form .block-bot input:not([type=radio]):not([type=checkbox]),.form .block-bot textarea{background-color:#fff}.form .block-bot-left{background-color:#cfd8dd;border-radius:0 0 0 10px;padding:20px}.form .block-bot-left input:not([type=radio]):not([type=checkbox]),.form .block-bot-left textarea{background-color:#fff}@media screen and (max-width:767px){.form .block-bot-left{border-radius:0;margin-bottom:0}}.form .block-bot-right{background-color:#cfd8dd;border-radius:0 0 10px 0;padding:20px}.form .block-bot-right input:not([type=radio]):not([type=checkbox]),.form .block-bot-right textarea{background-color:#fff}@media screen and (max-width:767px){.form .block-bot-right{border-radius:0 0 10px 10px;padding-top:0}}.form .label,.form label,.form legend{display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.form .label{display:block}.form input:not([type=radio]):not([type=checkbox]),.form textarea{display:block;width:100%;border:none;appearance:none;border-radius:0;padding:1rem;background-color:#cfd8dd;resize:none}.form input[type=radio]{margin:0}.form button{display:inline-block;font-family:agenda,sans-serif;padding:.5rem 2.2rem;font-size:1rem;color:#000;background-color:transparent;border:1px solid;border-color:#000;transition:all 250ms ease-in-out;text-decoration:none;cursor:pointer;color:#000;background-color:#fbd054;border-color:#fbd054}.form button:hover{color:#fff;background-color:#000;border-color:#000}.form button:hover{color:#fff;background-color:#000;border-color:#000}.form fieldset>div{margin:.5rem 0 1rem}.form fieldset>div label{font-weight:300}.form form>fieldset{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:0}@media screen and (max-width:767px){.form form>fieldset{grid-template-columns:1fr}}.form form>fieldset>*{grid-column:span 2}@media screen and (max-width:767px){.form form>fieldset>*{grid-column:auto}}.form .half-width{grid-column:span 1}@media screen and (max-width:767px){.form .half-width{grid-column:auto}}.form .radio-group div{display:inline-block;margin-right:.5rem}.form .file-upload{margin-top:0;padding-top:20px;margin-bottom:1rem}.form .file-upload__btn{display:inline-block;font-family:agenda,sans-serif;padding:.5rem 2.2rem;font-size:1rem;color:#000;background-color:transparent;border:1px solid;border-color:#000;transition:all 250ms ease-in-out;text-decoration:none;cursor:pointer;color:#000;background-color:#fbd054;border-color:#fbd054;padding:.5rem 1.5rem;font-size:.8rem}.form .file-upload__btn:hover{color:#fff;background-color:#000;border-color:#000}.form .file-upload__btn:hover{color:#fff;background-color:#000;border-color:#000}.form .file-upload__name:not(:empty){margin-top:1rem;font-size:.9rem}.form .error-message{display:block;color:#d22b2b;font-size:.9rem;margin-bottom:.5rem}.form .error-message.hide{display:none}#why-work-here,#values{background-color:#457373;padding-top:4rem;padding-bottom:4rem;padding-top:5rem;padding-bottom:5rem}@media screen and (max-width:767px){#why-work-here,#values{padding-top:2rem;padding-bottom:2rem}}@media screen and (max-width:767px){#why-work-here,#values{padding-bottom:4rem}}#why-work-here *,#values *{color:#fff}#why-work-here h2,#values h2{max-width:450px;margin:2rem 0 4rem}@media screen and (max-width:767px){#why-work-here h2,#values h2{margin:2rem 0}}#why-work-here h3,#values h3{font-size:1.4rem}#why-work-here ul,#values ul{display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:4rem;grid-row-gap:2rem;padding-left:4rem;border-left:1px solid #fff}@media screen and (max-width:998px){#why-work-here ul,#values ul{grid-template-columns:repeat(2,1fr);padding-left:2rem}}@media screen and (max-width:767px){#why-work-here ul,#values ul{grid-template-columns:1fr;padding-left:1rem}}#why-work-here ul img,#values ul img{margin-bottom:1rem;height:50px;width:50px}#why-work-here ul li,#values ul li{max-width:400px}#why-work-here ul p:nth-last-child(-n+2),#values ul p:nth-last-child(-n+2){margin-bottom:0}@media screen and (max-width:767px){#why-work-here ul p:nth-last-child(-n+2),#values ul p:nth-last-child(-n+2){margin-bottom:1rem}}@media screen and (max-width:767px){#why-work-here ul p:last-of-type,#values ul p:last-of-type{margin-bottom:0}}.default-intro{margin-bottom:0}@media screen and (max-width:767px){.default-intro{padding-bottom:0}}.default-intro figure{margin-bottom:-2.5rem}@media screen and (max-width:998px){.default-intro figure{margin-bottom:0}}.default-intro .content{width:50%;margin-top:-2.5rem}@media screen and (max-width:998px){.default-intro .content{width:100%;margin-top:2rem}}.error-404{min-height:50vh;padding:7rem 0;text-align:center}.error-404 h1 span{display:block}.error-404 a{display:inline-block;font-family:agenda,sans-serif;padding:.5rem 2.2rem;font-size:1rem;color:#000;background-color:transparent;border:1px solid;border-color:#000;transition:all 250ms ease-in-out;text-decoration:none;cursor:pointer;padding:.5rem 1.5rem;font-size:.8rem}.error-404 a:hover{color:#fff;background-color:#000;border-color:#000}.col-centered-accent{background-color:#457373;text-align:center;padding-top:6rem;padding-bottom:4rem}.col-centered-accent *{color:#fff;max-width:800px;margin-left:auto;margin-right:auto}.col-centered-accent h2{margin-bottom:1rem}.col-centered-accent p{margin-bottom:2rem}.col-centered-accent img{max-width:50px}