@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,sans-serif;text-decoration:none}a{text-decoration:none;color:#1b1b1b}h1,h2{font-family:Roboto,sans-serif}#blue,.blue{color:#004e96}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.fancy-button{border:none;color:#fff;background-image:linear-gradient(30deg,#0400ff,#4ce3f7);border-radius:12px;background-size:100% auto;font-family:inherit;font-size:17px;padding:.6em 1.5em;margin-left:2%}.fancy-button:hover{background-position:right center;background-size:200% auto;-webkit-animation:pulse 2s infinite;animation:pulse512 1.5s infinite;cursor:pointer}@keyframes pulse512{0%{box-shadow:0 0 #05bada66}70%{box-shadow:0 0 0 10px #da674400}to{box-shadow:0 0 #da674400}}#noblue{background-color:#86ae3100}@font-face{font-family:Bayon,sans-serif;font-weight:400;font-style:normal}@media screen and (min-width: 1601px){.top-bg{position:absolute;top:0;left:0;width:100%;height:110vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.header{display:flex;justify-content:space-between;width:100%;padding:1% 3% 1% 5%;border-bottom:1px solid #D0D0D0}.header .left{width:25%}.header .left img{width:12rem}.header .middle{display:flex;align-items:center;justify-content:center;width:50%}.header .middle a{margin:0 2rem;color:#000;font-size:1.2rem;font-weight:500}.header .middle a:hover{color:#003566}.header .right{display:flex;align-items:center;justify-content:flex-end;width:25%}.header .right .language-buttons{margin-left:1rem}.header .right .language-buttons .flags-button{background-color:transparent;border:none;color:#000;margin-left:1rem;cursor:pointer}.header .right .language-buttons .flags{width:2rem}.header .right .language-buttons .flags:hover{transform:scale(1.1)}.header .right a{background-color:#003566;color:#fff;padding:1rem 1.5rem;border-radius:50px}.header .right a:hover{background-color:#003566cf}.bottom-navigation{display:none}.content{overflow:hidden}.footer{padding:2.5%}.footer .top{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5%}.footer .top .left img{width:12rem}.footer .top .right a{background-color:#003566;color:#fff;padding:.65rem 1.25rem;border-radius:50px}.footer .top .right a:hover{background-color:#003566cf}.footer .bottom{border-top:1px solid #D0D0D0;padding-top:1.25%;display:flex;justify-content:space-between;align-items:center}.footer .bottom .left{width:50%;display:flex;justify-content:space-between}.footer .bottom .left a:hover{color:#003566}.footer .bottom .right{display:flex;justify-content:flex-end;gap:1rem}.footer .bottom .right img{width:2rem;height:auto}.footer-mobile{display:none}.home{position:relative}.home .home-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;padding-bottom:10%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.home .home-top h1{width:60%;align-items:center;text-align:center;color:#031c43;font-size:3.5rem;padding-bottom:2%;font-weight:600}.home .home-top h2{width:32%;color:#000814;text-align:center;font-size:1.5rem;font-weight:500;padding-bottom:2%}.home .home-top .buttons{width:fit-content;display:flex;justify-content:space-between;border-radius:50px;background:#f3f6f9;padding:.2% 0}.home .home-top .buttons .left,.home .home-top .buttons .right{padding:1rem .5rem}.home .home-top .buttons a{color:#003566;font-size:1.25rem;font-weight:700;padding:1rem 1.5rem;border-radius:50px;background:#fff}.home .home-top .buttons #propos{color:#00356680}.home .home-top .buttons #realisations{color:#ffc300bf}.home .home-top .buttons #propos:hover{color:#003566de}.home .home-top .buttons #realisations:hover{color:#eab300}.home .home-services{position:relative;z-index:2;padding:0 15% 10%;width:100%;animation:slideUp 1s ease-in-out;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out}.home .home-services.in-view{opacity:1;transform:translateY(0)}.home .home-services .top{display:flex;justify-content:center;padding-bottom:5%}.home .home-services h1{color:#ffc300;text-align:center;font-size:3.5rem;font-weight:300;font-family:bayon,sans-serif}.home .home-services h2{color:#003566;font-size:1.5rem;font-weight:600;line-height:normal;padding-bottom:5%}.home .home-services p{color:#000814;font-size:1.5rem;font-weight:100;line-height:1.5}.home .home-services .service-card{width:32%;min-height:fit-content;height:40vh;border-radius:15px;background:#e1ebf4;padding:2% 0 0 2%;display:flex;flex-direction:column;justify-content:space-between}.home .home-services .service-card .service-top{padding-right:10%}.home .home-services .service-card .service-top .service-row{display:flex;align-items:center;padding-bottom:5%}.home .home-services .service-card .service-top .service-row img{width:1.2rem;height:1.2rem;margin-right:5%}.home .home-services .service-card .service-top .service-row p{color:#004e96;font-size:1.25rem;font-weight:600}.home .home-services .service-card .service-bottom{display:flex;justify-content:flex-end}.home .home-services .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .service-card .service-bottom a:hover{background:#b3cce3}.home .home-services .menu{display:flex;justify-content:space-between;padding-bottom:2%}.home .home-services .menu-bottom{padding-bottom:5%}.home .home-services .menu-bottom .service-card{width:100%}.home .home-services .menu-bottom .service-card h2,.home .home-services .menu-bottom .service-card .service-top .service-row{padding-bottom:1.5%}.home .home-services .menu-bottom .service-card .service-top .service-row img{margin-right:1%}.home .home-services .menu-bottom .service-card .service-bottom a{padding:1% 2%}.home .banner-kiosk{display:none}.home .banner{display:flex;flex-direction:column;align-items:center;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);margin-top:10%;background-color:#031c43;padding:5% 0}.home .banner-top{text-align:center}.home .banner-top h2{color:#ffc300;font-size:1.8rem;font-weight:700;text-transform:uppercase}.home .banner-bottom{display:flex;width:120vw;flex-direction:row;gap:2%;justify-content:center;padding:0 12%}.home .banner-card{width:25%;height:25vw;background-color:#003566;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 15px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;position:relative;overflow:hidden}.home .banner-card h2{color:#fff;font-size:1.5rem;font-weight:600;text-align:left}.home .banner-card p{color:#fff;font-size:1rem;font-weight:400;text-align:left}.home .banner-icon{width:70px;height:70px;object-fit:contain;color:#ffc300;display:block;margin-bottom:5%}.home .banner-card:hover{border-radius:15px;border:1px solid rgba(255,255,255,.36);background:#00519c80;box-shadow:0 4px 27.7px #ffffff40}.home .follow-up-banner{background:linear-gradient(120deg,#003566,#ffc300);color:#fff;padding:60px 20px;text-align:center;border-radius:12px;margin:50px 0;width:100%;box-shadow:0 10px 30px #0000001a;position:relative;overflow:hidden}.home .follow-up-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:#ffffff1a;transform:rotate(45deg);z-index:0}.home .follow-up-content{max-width:1200px;margin:0 auto;z-index:1;position:relative}.home .follow-up-content h2{font-size:3rem;font-weight:800;color:#fff;padding-bottom:2.5%;text-transform:uppercase;letter-spacing:1px}.home .follow-up-content p{text-align:justify;font-size:1.5rem;font-weight:800;color:#e0e0e0;line-height:1.5;max-width:800px;margin:0 auto;letter-spacing:.5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home .follow-up-banner{animation:fadeIn 1s ease-out}.home .home-relation .top{width:60%;padding-left:10%;padding-bottom:2%}.home .home-relation .top h1{font-family:Inter,sans-serif;font-size:3rem;font-weight:600;color:#004e96;padding-bottom:2%}.home .home-relation .top p{color:#585858;font-family:Inter,sans-serif;font-size:1.25rem}.home .home-relation .bottom{padding-left:10%;padding-bottom:10%;display:flex;justify-content:space-between}.home .home-relation .bottom .left{width:70%;display:flex;flex-wrap:wrap}.home .home-relation .bottom .left .relation-card{width:40%;padding:2%;margin-right:2%;margin-bottom:2%;border-radius:10px;border:1px solid rgba(255,195,0,.4);background:#ffc30008}.home .home-relation .bottom .left .relation-card .card-top{display:flex;align-items:center;padding-bottom:3%}.home .home-relation .bottom .left .relation-card .card-top h1{color:#1d1d1d;font-family:Roboto,sans-serif;font-weight:400;font-size:1.5rem;padding-left:4%}.home .home-relation .bottom .left .relation-card .card-top img{width:2.5rem}.home .home-relation .bottom .left .relation-card p{color:#585858;font-family:Inter,sans-serif;font-size:1.2rem}.home .home-relation .bottom .left .relation-card:hover{background:#ffd54d66;transition:ease-in .2s}.home .home-relation .bottom .right{width:auto}.home .home-skills{padding-bottom:5%}.home .home-skills .top{display:flex;justify-content:center;padding-bottom:2.5%}.home .home-skills .top h1{color:#ffc300;font-weight:300;font-size:3.5rem;font-family:bayon,sans-serif}.home .home-skills .skills-content{background:#f8f8f8;padding:2.5% 1%}.home .home-skills .skills-content .images{width:180px;height:80px;object-fit:contain;margin:20px;transition:transform .3s ease}.home .home-skills .skills-content .images:hover{transform:scale(1.05)}.Contact{background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -111.833px 0px/111.111% 100% no-repeat;min-height:120vh;display:flex;justify-content:space-between;padding:5% 10% 10%;align-self:stretch}.Contact .contact-left{display:flex;flex-direction:column;justify-content:flex-end;width:35%;border-radius:15px;background:linear-gradient(0deg,#031c4380,#031c4380),url(/images/srv.jpg) #d3d3d3 50%/cover no-repeat;padding:2% 2% 7.5%;align-self:stretch}.Contact .contact-left h1{color:#fff;font-size:2rem;font-weight:700;margin:0}.Contact .contact-left p{width:90%;color:#fff;font-size:1.1rem}.Contact .contact-left img{width:3rem}.Contact .contact-right{display:flex;width:64%;height:100%;padding:3%;border-radius:15px;border:1px solid #FFC300;background:#fff;box-shadow:0 4px 8.8px #a4a4a440}.Contact .contact-right .success-message{display:flex;flex-direction:column;padding:2rem;border-radius:15px;background-color:#e1ebf4;animation:fadeIn .5s ease-in-out}.Contact .contact-right .success-message h2{color:#004e96;font-size:1.75rem;margin-bottom:1rem}.Contact .contact-right .success-message p{color:#000814;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.Contact .contact-right .success-message .contact-details{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px #0000000d}.Contact .contact-right .success-message .contact-details p{margin-bottom:.75rem}.Contact .contact-right .success-message .contact-details .message-box{margin-top:1rem;border-top:1px solid #C9D8E7;padding-top:1rem}.Contact .contact-right .success-message .contact-details .message-box h3{color:#003566;font-size:1.2rem;margin-bottom:.75rem}.Contact .contact-right .success-message .contact-details .message-box p{background-color:#f3f6f9;padding:1rem;border-radius:8px;border-left:3px solid #FFC300;font-style:italic}.Contact .contact-right input[type=checkbox]{margin-right:1rem;border:2px solid #004E96;width:1.3rem;height:1.3rem;border-radius:5px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;display:inline-block;position:relative}.Contact .contact-right input[type=checkbox]:checked{background-color:#004e96}.Contact .contact-right input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:15px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact .contact-right h1{font-size:1.5rem;color:#031c43;padding-bottom:1rem}.Contact .contact-right .name{display:flex;justify-content:space-between;margin-bottom:2%;width:60%}.Contact .contact-right .name .left,.Contact .contact-right .name .right{width:47.5%}.Contact .contact-right .name input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .email{width:60%;margin-bottom:2%}.Contact .contact-right .email input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:2% 3%}.Contact .contact-right .checkbox{width:100%;display:flex;flex-wrap:wrap;padding-bottom:2%}.Contact .contact-right .checkbox .row{display:flex;align-items:center;padding-bottom:3%;width:35%}.Contact .contact-right .checkbox label{font-size:1.05rem}.Contact .contact-right .checkbox label{display:flex;align-items:center;cursor:pointer}.Contact .contact-right .checkbox label input[type=checkbox]{margin-right:.5rem}.Contact .message textarea{width:60%;min-width:60%;max-width:60%;min-height:10vh;max-height:15vh;height:15vh;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:1% 1.5%;margin-bottom:3%}.Contact .validation{display:flex;align-items:center;margin-bottom:2%}.Contact button{width:60%;border-radius:5px;border:1px solid #004E96;background:#004e96;color:#fff;font-size:1.5rem;padding-top:1%;padding-bottom:1%}.Contact button:hover{background-color:#0073da;cursor:pointer}.Contact .loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.Contact .spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #004E96;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Contact form button[disabled]{background-color:#ccc;cursor:not-allowed}.Contact form input[disabled],.Contact form textarea[disabled]{background-color:#f9f9f9;cursor:not-allowed}.Not-found{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:120vh;flex-shrink:0;padding-top:5%}.Not-found h1{color:#003566;font-size:2.75rem;padding-bottom:1%}.Not-found img{padding-bottom:1%}.Soon{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:120vh;flex-shrink:0;padding-top:5%}.Soon h1{width:50%;text-align:center;color:#003566;font-size:2.75rem;padding-bottom:1%}.Soon img{padding-bottom:1%}.about{position:relative;width:100%}.about .about-top{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out;padding-left:5%}.about .about-top h1{width:60%;color:#031c43;font-size:3.5rem;padding-bottom:2%;font-weight:600}.about .about-top h2{font-family:Oxanium,sans-serif;color:#000814;font-size:2rem;font-weight:600}.about .about-top p{width:60%;font-size:1.4rem;color:#031c43;padding-bottom:1%}.about .about-bottom{position:relative;z-index:2;display:flex;justify-content:flex-end;width:100%;animation:fadeIn 1s ease-in-out}.about .about-bottom img{width:25rem;height:100%;margin-top:-400px;margin-right:2%}.about-team{position:relative;z-index:2;padding-top:10%}.about-team .top h1{color:#ffc300;text-align:center;font-size:3.25rem;font-weight:800;padding-bottom:2%;font-family:bayon,sans-serif}.about-team .team-mobile{display:none}.about-team .team{display:flex;align-items:center;animation:fadeIn 1.5s ease-in-out;opacity:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.about-team .team.in-view{opacity:1;transform:translateY(0)}.about-team .team .left{width:30%}.about-team .team .left #face{width:50rem;border-radius:15px;margin-left:-15rem}.about-team .team .right{display:flex;flex-direction:column;justify-content:center;padding:4% 0 4% 5%}.about-team .team .right h1{font-size:2.2rem;font-weight:800;padding-bottom:1%;font-family:Roboto,sans-serif}.about-team .team .right h2{font-size:1.2rem;font-weight:800;padding-bottom:2%;font-family:Roboto,sans-serif;color:#4b4b4b}.about-team .team .right p{width:60%;font-size:1.25rem;font-weight:500}.about-team .team .social img{width:2.5rem;margin-right:1%;margin-top:1%}.about-team .team .social img:hover{transform:scale(1.05)}.about-team .team-right{display:flex;align-items:center;animation:fadeIn 1.5s ease-in-out;opacity:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.about-team .team-right.in-view{opacity:1;transform:translateY(0)}.about-team .team-right .right{width:30%}.about-team .team-right .right #face{width:50rem;border-radius:15px;margin-right:-15rem}.about-team .team-right .left{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:4% 5% 4% 0}.about-team .team-right .left h1{font-size:2.2rem;font-weight:800;padding-bottom:1%;font-family:Roboto,sans-serif}.about-team .team-right .left h2{font-size:1.2rem;font-weight:800;padding-bottom:2%;font-family:Roboto,sans-serif;color:#4b4b4b}.about-team .team-right .left p{width:60%;font-size:1.25rem;font-weight:500;text-align:right;padding-bottom:1%}.about-team .team-right .left .social{display:flex}.about-team .team-right .left .social img{width:3.25rem;padding-left:20%}.about-team .team-right .left .social img:hover{transform:scale(1.05)}.page .cookie-container{display:none;position:fixed;z-index:9998;bottom:0;right:0;justify-content:flex-end;align-items:flex-end}.page .cookie-container.active{display:flex}.page .cookie-container .cookie_banner{width:35%;max-height:calc(100vh - 7rem);position:fixed;z-index:9999;background-color:#fff;padding:1.5% 2%;border-radius:5px;box-shadow:0 4px 39.5px #65656540;margin-bottom:1%;margin-right:1%;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.page .cookie-container .cookie_banner .cookie-banner-top{display:flex;justify-content:flex-start}.page .cookie-container .cookie_banner .cookie-banner-top img{width:30%;height:auto}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons{display:none}.page .cookie-container .cookie_banner .cookie-banner-mid{display:flex;flex-direction:column;width:100%}.page .cookie-container .cookie_banner .cookie-banner-mid h1{color:#031c43;font-size:1.7rem;padding-bottom:.5rem}.page .cookie-container .cookie_banner .cookie-banner-mid p{font-size:1.2rem;color:#031c43;padding-bottom:5%}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table{overflow-x:auto;border-collapse:collapse;box-shadow:0 0 20px #0000001a}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table{table-layout:auto;width:max-content;max-width:800px}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead{background-color:#004e96;color:#fff;text-align:left;white-space:nowrap}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead th{padding:12px 15px;font-weight:500;font-size:1.1rem}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(odd){background-color:#fbfbfb}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr td{padding:12px 15px;font-size:1rem;color:#000814}.page .cookie-container .cookie_banner .cookie_banner_btm{display:flex;gap:1rem;width:100%;justify-content:space-between}.page .cookie-container .cookie_banner .cookie_banner_btm button{width:100%;padding:3% 0;border:none;font-size:1rem;font-family:Eurostile-bold,sans-serif;border-radius:5px;background-color:#003566;color:#fff;text-transform:uppercase}.page .cookie-container .cookie_banner .cookie_banner_btm button#cookies-more{background-color:#fff;color:#003566;border:1px solid #003566}.page .cookie-container .cookie_banner .cookie_banner_btm button:hover{cursor:pointer;background-color:#004e96}.page .cookie-container .cookie_banner .cookie_banner_btm button:hover#cookies-more{background-color:#eaeaea}.projects{position:relative;width:100%}.projects .projects-bg{position:absolute;top:0;left:0;width:100%;height:110vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.projects .projects-top{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;padding-left:5%;animation:fadeIn 1s ease-in-out}.projects .projects-top h1{width:60%;color:#031c43;font-size:3.5rem;font-weight:600}.projects .projects-top h2{font-family:Oxanium,sans-serif;color:#000814;font-size:2rem;font-weight:600}.projects .projects-top p{width:60%;font-size:1.4rem;color:#031c43}.projects .projects-bottom{position:relative;z-index:2;width:100%;display:flex;flex-wrap:wrap;gap:2%;padding:10%}.projects .projects-bottom .project-card{width:25vw;min-height:56vh;height:fit-content;overflow:hidden;position:relative;border-radius:15px;background:#f3f3f3;margin-top:2%;padding:.5% .5% 1.5%;transition:all .2s}.projects .projects-bottom .project-card .buttons-container{position:absolute;bottom:1.3rem;left:.5rem;width:100%}.projects .projects-bottom .project-card img{width:100%;border-radius:10px;height:25vh;object-fit:cover}.projects .projects-bottom .project-card h1{padding:2.5% 0 2% 2%;font-size:1.5rem;font-family:Oxanium,sans-serif}.projects .projects-bottom .project-card.expanded p{max-height:1000px;overflow:visible}.projects .projects-bottom .project-card .read-more-btn{position:absolute;bottom:10px;left:2%;background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:0}.projects .projects-bottom .description-container{position:relative;height:auto;width:90%;margin-left:2%;margin-bottom:8%;display:flex;flex-direction:column;align-items:flex-start}.projects .projects-bottom .description-container p{min-height:17vh;max-height:16vh;overflow:hidden;text-overflow:ellipsis;font-size:1.15rem;position:relative;width:90%}.projects .projects-bottom .description-container p:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:1em;pointer-events:none;background:linear-gradient(to bottom,#e4e4e400,#f3f3f3)}.projects .projects-bottom .description-container .project-card.expanded p:after{display:none}.projects .projects-bottom .description-container .read-more-btn,.projects .projects-bottom .description-container .close-btn{background:#fff;border:1px solid #007bff;color:#007bff;border-radius:5px;cursor:pointer;font-size:1rem;padding:.2rem .8rem;margin-bottom:.5rem;margin-top:.2rem;transition:background .2s,color .2s}.projects .projects-bottom .description-container .read-more-btn:hover,.projects .projects-bottom .description-container .close-btn:hover{background:#007bff;color:#fff}.projects .projects-bottom .project-card.expanded .description-container p:after{display:none}.projects .projects-bottom.expanded .description-container p{max-height:none;overflow:visible}}@media screen and (min-width: 1024px) and (max-width: 1600px){.top-bg{position:absolute;top:0;left:0;width:100%;height:110vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.header{display:flex;justify-content:space-between;width:100%;padding:1% 5%;border-bottom:1px solid #D0D0D0}.header .left{width:25%}.header .left img{width:12rem}.header .middle{display:flex;align-items:center;justify-content:center;width:50%}.header .middle a{margin:0 2rem;color:#000;font-size:1.2rem;font-weight:500}.header .middle a:hover{color:#003566}.header .right{display:flex;align-items:center;justify-content:flex-end;width:25%}.header .right .language-buttons{margin-left:.5rem}.header .right .language-buttons .flags-button{background-color:transparent;border:none;color:#000;margin-left:.5rem;cursor:pointer}.header .right .language-buttons .flags{width:2rem}.header .right .language-buttons .flags:hover{transform:scale(1.05)}.header .right a{background-color:#003566;color:#fff;padding:.65rem 1.25rem;border-radius:50px}.header .right a:hover{background-color:#003566cf}.bottom-navigation{display:none}.cookie{display:none;position:fixed;z-index:9998;width:100%;height:90%;justify-content:flex-end;align-items:flex-end}.cookie.active{display:flex}.cookie .cookie_banner{width:30%;position:fixed;z-index:9999;background-color:#fff;padding:1.5% 2%;border-radius:5px;box-shadow:0 4px 39.5px #65656540;margin-bottom:1.5%;margin-right:1%}.cookie .cookie_banner .cookie_banner_top h1{font-size:1.5rem;font-weight:600;padding-bottom:2.5%}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_top p{font-size:1rem;padding-bottom:2%}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_btm{padding-bottom:5%}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_btm a{font-size:1rem;text-decoration:underline;color:#003566}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_btm a:hover{color:#006dd1;cursor:pointer}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_btm .cookies-info a{font-size:1rem;text-decoration:underline;color:#003566}.cookie .cookie_banner .cookie_banner_mid .cookie_banner_mid_btm .cookies-info a:hover{color:#0054a1;cursor:pointer}.cookie .cookie_banner .cookie_banner_btm{display:flex;width:100%;justify-content:space-between}.cookie .cookie_banner .cookie_banner_btm button{width:49%;padding:3.5% 0;border:none;font-size:1.1rem;font-family:Eurostile-bold,sans-serif;border-radius:5px;background-color:#003566;color:#fff}.cookie .cookie_banner .cookie_banner_btm button:hover{cursor:pointer;background-color:#004e96}.footer{padding:2.5%}.footer .top{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5%}.footer .top .left img{width:12rem}.footer .top .right a{background-color:#003566;color:#fff;padding:.65rem 1.25rem;border-radius:50px}.footer .top .right a:hover{background-color:#003566cf}.footer .bottom{border-top:1px solid #D0D0D0;padding-top:1.25%;display:flex}.footer .bottom .left{width:70%;display:flex;justify-content:space-between}.footer .bottom .right{width:30%;display:flex;justify-content:flex-end}.footer .bottom .right img{width:2rem;height:fit-content;margin-left:1rem}.footer-mobile{display:none}.home{position:relative}.home .home-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;flex-shrink:0;padding-top:7.5%;padding-bottom:10%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.home .home-top h1{width:60%;align-items:center;text-align:center;color:#031c43;font-size:3.25rem;padding-bottom:2%;font-weight:600}.home .home-top h2{width:30%;color:#000814;text-align:center;font-size:1.25rem;font-weight:100;padding-bottom:2%}.home .home-top .buttons{width:fit-content;display:flex;justify-content:space-between;border-radius:50px;background:#f3f6f9;padding:.4rem 0}.home .home-top .buttons .left,.home .home-top .buttons .right{padding:1rem}.home .home-top .buttons a{color:#003566;font-size:1.25rem;font-weight:700;padding:1rem 1.5rem;border-radius:50px;background:#fff}.home .home-top .buttons #propos{color:#00356680}.home .home-top .buttons #realisations{color:#ffc300bf}.home .home-top .buttons #propos:hover{color:#003566de}.home .home-top .buttons #realisations:hover{color:#eab300}.home .home-services{position:relative;z-index:2;padding:0 10% 10%;width:100%;animation:slideUp 1s ease-in-out;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out}.home .home-services.in-view{opacity:1;transform:translateY(0)}.home .home-services .top{display:flex;justify-content:center;padding-bottom:5%}.home .home-services h1{color:#ffc300;text-align:center;font-size:3.25rem;font-weight:300;font-family:bayon,sans-serif}.home .home-services h2{color:#003566;font-size:1.25rem;font-weight:800;line-height:normal;padding-bottom:5%}.home .home-services p{color:#000814;font-size:1rem;font-weight:100;line-height:1.5}.home .home-services .service-card{width:32%;min-height:fit-content;height:45vh;border-radius:15px;background:#e1ebf4;padding:2% 0 0 2%;display:flex;flex-direction:column;justify-content:space-between}.home .home-services .service-card .service-top{padding-right:10%}.home .home-services .service-card .service-top .service-row{display:flex;align-items:center;padding-bottom:5%}.home .home-services .service-card .service-top .service-row img{width:1.2rem;height:1.2rem;margin-right:5%}.home .home-services .service-card .service-top .service-row p{color:#004e96;font-size:1.1rem;font-weight:600}.home .home-services .service-card .service-bottom{display:flex;justify-content:flex-end}.home .home-services .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .service-card .service-bottom a:hover{background:#b3cce3;transform:translate(1%)}.home .home-services .menu{display:flex;justify-content:space-between;padding-bottom:2%}.home .home-services .menu-bottom .service-card{width:100%}.home .home-services .menu-bottom .service-card h2,.home .home-services .menu-bottom .service-card .service-top .service-row{padding-bottom:1.5%}.home .home-services .menu-bottom .service-card .service-top .service-row img{margin-right:1%}.home .home-services .menu-bottom .service-card .service-bottom a{padding:1% 2%}.home .home-relation{position:relative;z-index:2}.home .home-relation .top{width:60%;padding-left:10%;padding-bottom:2%}.home .home-relation .top h1{font-family:Inter,sans-serif;font-size:2.75rem;font-weight:600;color:#004e96;padding-bottom:2%}.home .home-relation .top p{color:#585858;font-family:Inter,sans-serif;font-size:1.2rem}.home .home-relation .bottom{padding-left:10%;padding-bottom:10%;display:flex;justify-content:space-between}.home .home-relation .bottom .left{width:65%;display:flex;flex-wrap:wrap}.home .home-relation .bottom .left .relation-card{width:40%;padding:2%;margin-right:2%;margin-bottom:2%;border-radius:10px;border:1px solid rgba(255,195,0,.4);background:#ffc30008}.home .home-relation .bottom .left .relation-card .card-top{display:flex;align-items:center;padding-bottom:5%}.home .home-relation .bottom .left .relation-card .card-top h1{color:#1d1d1d;font-family:Roboto,sans-serif;font-weight:400;font-size:1.25rem;padding-left:4%}.home .home-relation .bottom .left .relation-card .card-top img{width:2.5rem}.home .home-relation .bottom .left .relation-card p{color:#585858;font-family:Inter,sans-serif;font-size:1rem}.home .home-relation .bottom .left .relation-card:hover{background:#ffd54d66;transition:ease-in .2s}.home .home-relation .bottom .right{width:auto}.home .home-skills{padding-bottom:5%}.home .home-skills .top{display:flex;justify-content:center;padding-bottom:2.5%}.home .home-skills .top h1{color:#ffc300;font-size:3rem;font-family:bayon,sans-serif}.home .home-skills .skills-content{display:flex;justify-content:center;flex-wrap:wrap;background:#f8f8f8;padding:2.5% 1%}.home .home-skills .skills-content .images{width:120px;height:50px;object-fit:contain;margin:15px;transition:transform .3s ease}.home .home-skills .skills-content .images:hover{transform:scale(1.05)}.about{position:relative;width:100%}.about .about-top{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out;padding-left:5%}.about .about-top h1{width:60%;color:#031c43;font-size:3.5rem;padding-bottom:2%;font-weight:600}.about .about-top h2{color:#000814;font-size:1.5rem;font-weight:600;font-family:Oxanium,sans-serif}.about .about-top p{width:60%;font-size:1.4rem;color:#031c43;padding-bottom:1%}.about .about-bottom{position:relative;z-index:2;display:flex;justify-content:flex-end;width:100%;animation:fadeIn 1s ease-in-out}.about .about-bottom img{width:25rem;height:100%;margin-top:-350px;margin-right:2%}.about-team{position:relative;z-index:2;padding-top:10%}.about-team .top h1{color:#ffc300;text-align:center;font-size:3rem;font-weight:800;padding-bottom:2%;font-family:bayon,sans-serif}.about-team .team-mobile{display:none}.about-team .team{display:flex;animation:fadeIn 1.5s ease-in-out;opacity:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.about-team .team.in-view{opacity:1;transform:translateY(0)}.about-team .team .left{width:50%}.about-team .team .left #face{width:40rem;border-radius:15px;margin-left:-15rem}.about-team .team .right{display:flex;flex-direction:column;padding-left:5%;padding-top:4.5%}.about-team .team .right h1{font-size:2rem;font-weight:800;padding-bottom:1%}.about-team .team .right h2{font-size:1rem;font-weight:600;padding-bottom:2%}.about-team .team .right p{width:60%;font-size:1.05rem;font-weight:500}.about-team .team .social img{width:2.25rem;margin-right:1%;margin-top:1%}.about-team .team-right{display:flex;animation:fadeIn 1.5s ease-in-out;opacity:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out}.about-team .team-right.in-view{opacity:1;transform:translateY(0)}.about-team .team-right .right{width:50%}.about-team .team-right .right #face{width:40rem;border-radius:15px;margin-right:-15rem}.about-team .team-right .left{display:flex;flex-direction:column;align-items:flex-end;padding-right:5%;padding-top:5%}.about-team .team-right .left h1{font-size:2rem;font-weight:800;padding-bottom:1%}.about-team .team-right .left h2{font-size:1rem;font-weight:600;padding-bottom:2%}.about-team .team-right .left p{width:60%;font-size:1.05rem;font-weight:500;text-align:right;padding-bottom:1%}.about-team .team-right .left .social{display:flex}.about-team .team-right .left .social img{width:3rem;padding-left:20%}.page .cookie-container{display:none;position:fixed;z-index:9998;bottom:0;right:0;justify-content:flex-end;align-items:flex-end}.page .cookie-container.active{display:flex}.page .cookie-container .cookie_banner{width:35%;max-height:calc(100vh - 7rem);position:fixed;z-index:9999;background-color:#fff;padding:1.5% 2%;border-radius:5px;box-shadow:0 4px 39.5px #65656540;margin-bottom:1%;margin-right:1%;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.page .cookie-container .cookie_banner .cookie-banner-top{display:flex;justify-content:flex-start}.page .cookie-container .cookie_banner .cookie-banner-top img{width:30%;height:auto}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons{display:none}.page .cookie-container .cookie_banner .cookie-banner-mid{display:flex;flex-direction:column;width:100%}.page .cookie-container .cookie_banner .cookie-banner-mid h1{color:#031c43;font-size:1.7rem;padding-bottom:.5rem}.page .cookie-container .cookie_banner .cookie-banner-mid p{font-size:1.2rem;color:#031c43;padding-bottom:5%}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table{overflow-x:auto;border-collapse:collapse;box-shadow:0 0 20px #0000001a}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table{table-layout:auto;width:max-content;max-width:800px}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead{background-color:#004e96;color:#fff;text-align:left;white-space:nowrap}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead th{padding:12px 15px;font-weight:500;font-size:1.1rem}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(odd){background-color:#fbfbfb}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr td{padding:12px 15px;font-size:1rem;color:#000814}.page .cookie-container .cookie_banner .cookie_banner_btm{display:flex;gap:1rem;width:100%;justify-content:space-between}.page .cookie-container .cookie_banner .cookie_banner_btm button{width:100%;padding:3% 0;border:none;font-size:1rem;font-family:Eurostile-bold,sans-serif;border-radius:5px;background-color:#003566;color:#fff;text-transform:uppercase}.page .cookie-container .cookie_banner .cookie_banner_btm button#cookies-more{background-color:#fff;color:#003566;border:1px solid #003566}.page .cookie-container .cookie_banner .cookie_banner_btm button:hover{cursor:pointer;background-color:#004e96}.page .cookie-container .cookie_banner .cookie_banner_btm button:hover#cookies-more{background-color:#eaeaea}.Contact{background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -111.833px 0px/111.111% 100% no-repeat;min-height:fit-content;height:130vh;display:flex;justify-content:space-between;padding:5%}.Contact .contact-left{display:flex;flex-direction:column;justify-content:flex-end;width:35%;border-radius:15px;background:linear-gradient(0deg,#031c4380,#031c4380),url(/images/srv.jpg) #d3d3d3 50%/cover no-repeat;height:100%;padding:2% 2% 7.5%}.Contact .contact-left h1{color:#fff;font-size:2rem;font-weight:700;margin:0}.Contact .contact-left p{width:90%;color:#fff;font-size:1.1rem}.Contact .contact-left img{width:3rem}.Contact .contact-right{width:64%;height:100%;min-height:fit-content;padding:3%;border-radius:15px;border:1px solid #FFC300;background:#fff;box-shadow:0 4px 8.8px #a4a4a440}.Contact .contact-right .success-message{display:flex;flex-direction:column;padding:2rem;border-radius:15px;background-color:#e1ebf4;animation:fadeIn .5s ease-in-out}.Contact .contact-right .success-message h2{color:#004e96;font-size:1.75rem;margin-bottom:1rem}.Contact .contact-right .success-message p{color:#000814;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.Contact .contact-right .success-message .contact-details{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px #0000000d}.Contact .contact-right .success-message .contact-details p{margin-bottom:.75rem}.Contact .contact-right .success-message .contact-details .message-box{margin-top:1rem;border-top:1px solid #C9D8E7;padding-top:1rem}.Contact .contact-right .success-message .contact-details .message-box h3{color:#003566;font-size:1.2rem;margin-bottom:.75rem}.Contact .contact-right .success-message .contact-details .message-box p{background-color:#f3f6f9;padding:1rem;border-radius:8px;border-left:3px solid #FFC300;font-style:italic}.Contact .contact-right input[type=checkbox]{margin-right:1rem;border:2px solid #004E96;width:1.3rem;height:1.3rem;border-radius:5px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;display:inline-block;position:relative}.Contact .contact-right input[type=checkbox]:checked{background-color:#004e96}.Contact .contact-right input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:15px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact .contact-right h1{font-size:1.5rem;color:#031c43;padding-bottom:1rem}.Contact .contact-right .name{display:flex;justify-content:space-between;margin-bottom:2%;width:60%}.Contact .contact-right .name .left,.Contact .contact-right .name .right{width:47.5%}.Contact .contact-right .name input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .email{width:60%;margin-bottom:2%}.Contact .contact-right .email input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:2% 3%}.Contact .contact-right .checkbox{width:80%;display:flex;flex-wrap:wrap;padding-bottom:2%}.Contact .contact-right .checkbox .row{display:flex;align-items:center;padding-bottom:3%;width:35%}.Contact .contact-right .checkbox label{font-size:1.05rem}.Contact .contact-right .checkbox label{display:flex;align-items:center;cursor:pointer}.Contact .contact-right .checkbox label input[type=checkbox]{margin-right:.5rem}.Contact .message textarea{width:60%;min-width:60%;max-width:60%;min-height:10vh;max-height:15vh;height:15vh;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:1% 1.5%;margin-bottom:3%}.Contact .validation{display:flex;align-items:center;margin-bottom:2%}.Contact button{width:60%;border-radius:5px;border:1px solid #004E96;background:#004e96;color:#fff;font-size:1.5rem;padding-top:1%;padding-bottom:1%}.Contact button:hover{background-color:#0073da;cursor:pointer}.Contact .loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.Contact .spinner{width:50px;height:50px;border:5px solid #f3f3f3;border-top:5px solid #004E96;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Contact form button[disabled]{background-color:#ccc;cursor:not-allowed}.Contact form input[disabled],.Contact form textarea[disabled]{background-color:#f9f9f9;cursor:not-allowed}.Soon{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:120vh;flex-shrink:0;padding-top:5%}.Soon h1{width:50%;text-align:center;color:#003566;font-size:2.75rem;padding-bottom:1%}.Soon img{padding-bottom:1%}.projects{width:100%;padding-bottom:30%;position:relative}.projects .projects-bg{position:absolute;top:0;left:0;width:100%;height:110vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.projects .projects-top{position:relative;z-index:2;display:flex;flex-direction:column;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out;padding-left:5%}.projects .projects-top h1{width:60%;color:#031c43;font-size:3.5rem;font-weight:600}.projects .projects-top h2{font-family:Oxanium,sans-serif;color:#000814;font-size:2rem;font-weight:600}.projects .projects-top p{width:60%;font-size:1.4rem;color:#031c43}.projects .projects-bottom{position:relative;z-index:2;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1%;padding:10% 5% 5%}.projects .projects-bottom .project-card{width:28vw;min-height:30vh;height:fit-content;overflow:hidden;position:relative;border-radius:15px;background:#f3f3f3;margin-top:2%;padding:.5% .5% 1.5%}.projects .projects-bottom .project-card img{width:100%;border-radius:10px;height:22vh;object-fit:cover}.projects .projects-bottom .project-card h1{padding:2.5% 0 2% 2%;font-size:1.5rem;font-family:Oxanium,sans-serif}.projects .projects-bottom .project-card p{max-height:15vh;overflow:hidden;text-overflow:ellipsis;padding:0 0 0 2%;width:90%;font-size:1.15rem;transition:max-height .3s}.projects .projects-bottom .project-card.expanded p{max-height:none;overflow:visible}.projects .projects-bottom .project-card .read-more-btn{position:absolute;bottom:10px;left:2%;background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:0}.projects .projects-bottom .project-card a{margin-left:2%;width:fit-content}.projects .projects-bottom .description-container{position:relative;width:90%;margin:0 0 6% 2%;display:flex;flex-direction:column;align-items:flex-start}.projects .projects-bottom .description-container p{max-height:15vh;overflow:hidden;text-overflow:ellipsis;font-size:1.15rem;transition:max-height .3s;position:relative}.projects .projects-bottom .description-container p:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2.5em;pointer-events:none;background:linear-gradient(to bottom,#e4e4e400,#f3f3f3)}.projects .projects-bottom .description-container .project-card.expanded p:after{display:none}.projects .projects-bottom .description-container .read-more-btn,.projects .projects-bottom .description-container .close-btn{background:#fff;border:1px solid #007bff;color:#007bff;border-radius:5px;cursor:pointer;font-size:1rem;padding:.2rem .8rem;margin-bottom:.5rem;margin-top:.2rem;transition:background .2s,color .2s}.projects .projects-bottom .description-container .read-more-btn:hover,.projects .projects-bottom .description-container .close-btn:hover{background:#007bff;color:#fff}.projects .projects-bottom .project-card.expanded .description-container p:after{display:none}.projects .projects-bottom.expanded .description-container p{max-height:none;overflow:visible}}@media screen and (min-width: 768px) and (max-width: 1023px){.top-bg{position:absolute;top:0;left:0;width:100%;height:50vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.cky-revisit-bottom-right{bottom:0!important;right:15px!important;top:15px!important}.header{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:3% 5% 1%;border-bottom:1px solid #D0D0D0}.header .left{width:100%;display:flex;justify-content:center;align-items:center}.header .left img{width:8rem}.header .middle{display:none}.header .right{display:flex}.header .right a{display:none}.header .right .language-buttons{display:flex}.header .right .language-buttons .flags-button{background-color:transparent;border:none;color:#000;margin-left:1rem;cursor:pointer}.header .right .language-buttons .flags{width:1.5rem}.header .right .language-buttons .flags:hover{transform:scale(1.05)}.bottom-navigation{display:flex;justify-content:center;z-index:999;position:fixed;bottom:0;width:100%;height:fit-content}.bottom-navigation .nav-container{display:flex;padding:2% 6%;width:100%;background-color:#eff4f9;height:9vh;min-height:80px;max-height:15vh;justify-content:space-between;align-items:flex-end;position:relative}.bottom-navigation .nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#444;padding:.3rem}.bottom-navigation .nav-item h1{font-family:Roboto,sans-serif}.bottom-navigation .nav-item .top{height:60%;display:flex;align-items:flex-start;justify-content:flex-start}.bottom-navigation .nav-item .top img{filter:invert(50%)}.bottom-navigation .nav-item .bottom{height:40%}.bottom-navigation .nav-item .bottom h1{padding-top:10%;font-size:.9rem;font-weight:400}.bottom-navigation .nav-item.active .top{align-items:center;justify-content:center;background-color:#003568;width:3.5rem;height:3.5rem;border-radius:50px}.bottom-navigation .nav-item.active img{filter:invert(0%)}.bottom-navigation .nav-item.active h1{color:#031c43;font-weight:800}.footer{display:none}.footer-mobile{width:100%;display:flex;flex-direction:column;justify-content:center;padding-bottom:30%}.footer-mobile .top{margin-right:5%;margin-left:5%;border-top:1px solid #d0d0d0;padding-top:5%;display:flex;justify-content:center;padding-bottom:5%;align-items:center}.footer-mobile .top img{width:2rem;height:2rem;margin:0 1.5%}.footer-mobile .top a{display:flex;background-color:#004e96;align-items:center;color:#fff;border-radius:50px;padding:2.5% 5%;margin:0 1.5%}.footer-mobile .bottom{width:100%;display:flex;align-items:center;flex-direction:column}.footer-mobile .bottom p,.footer-mobile .bottom a{font-size:.8rem;color:#444;padding:2% 0}.footer-mobile .bottom img{padding-top:5%;width:10rem}.home{position:relative}.home .home-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out;padding-bottom:15%}.home .home-top h1{width:85%;align-items:center;text-align:center;color:#031c43;font-size:2rem;padding-bottom:5%;font-weight:600}.home .home-top h2{width:75%;color:#000814;text-align:center;font-size:1.25rem;font-weight:500;padding-bottom:3%}.home .home-top .buttons{width:fit-content;display:flex;align-items:center;justify-content:space-between;border-radius:50px;background:#f3f6f9;padding:.1rem}.home .home-top .buttons .left,.home .home-top .buttons .right{padding:.2rem}.home .home-top .buttons a{display:flex;align-items:center;color:#003566;font-size:1.25rem;font-weight:700;padding:.6rem 1.25rem;border-radius:50px;background:#fff}.home .home-top .buttons #propos{color:#00356680}.home .home-top .buttons #realisations{color:#ffc300bf}.home .home-top .buttons #propos:hover{color:#003566de}.home .home-top .buttons #realisations:hover{color:#eab300}.home .home-services{position:relative;z-index:2;padding:0 15% 10%;width:100%;animation:slideUp 1s ease-in-out;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out;display:block}.home .home-services.in-view{opacity:1;transform:translateY(0)}.home .home-services .top{display:flex;justify-content:center;padding-bottom:5%}.home .home-services h1{color:#ffc300;text-align:center;font-size:2.5rem;font-weight:300;font-family:bayon,sans-serif}.home .home-services h2{color:#003566;font-size:1.5rem;font-weight:800;line-height:normal;padding-bottom:5%}.home .home-services p{color:#000814;font-size:1.25rem;font-weight:100;line-height:1.5}.home .home-services .service-card{width:100%;min-height:fit-content;height:fit-content;border-radius:15px;background:#e1ebf4;padding:7.5% 0 0 7.5%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2.5%}.home .home-services .service-card .service-top{padding-right:5%}.home .home-services .service-card .service-top .service-row{display:flex;align-items:center;padding-bottom:5%}.home .home-services .service-card .service-top .service-row img{width:1.75rem;height:1.75rem;margin-right:3%}.home .home-services .service-card .service-top .service-row p{color:#004e96;font-size:1.25rem;font-weight:600}.home .home-services .service-card .service-bottom{padding-top:5%;display:flex;justify-content:flex-end}.home .home-services .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .service-card .service-bottom a:hover{background:#b3cce3;transform:translate(1%)}.home .home-services .menu{padding-bottom:2%}.home .home-services .menu-bottom .service-card{width:100%}.home .home-services .menu-bottom .service-card h2{padding-bottom:5%}.home .home-services .menu-bottom .service-card .service-top{padding-right:10%}.home .home-services .menu-bottom .service-card .service-top p{font-size:1.25rem;font-weight:600}.home .home-services .menu-bottom .service-card .service-top .service-row{padding-bottom:5%;display:flex;align-items:center}.home .home-services .menu-bottom .service-card .service-top .service-row img{margin-right:3%;width:1.75rem;height:1.75rem}.home .home-services .menu-bottom .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .menu-bottom .service-card .service-bottom a:hover{background:#b3cce3;transform:translate(1%)}.home .home-relation{position:relative;z-index:2}.home .home-relation .top{width:100%;padding-left:5%;padding-bottom:2%}.home .home-relation .top h1{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:600;color:#004e96;padding-bottom:2%}.home .home-relation .top p{width:90%;color:#585858;font-family:Inter,sans-serif;font-size:1.25rem;padding-bottom:2%}.home .home-relation .bottom{display:flex;flex-direction:column;padding-left:5%;padding-right:5%;padding-bottom:10%}.home .home-relation .bottom .left{order:2;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.home .home-relation .bottom .left .relation-card{width:49%;padding:3% 3% 5%;margin-bottom:2%;border-radius:10px;border:1px solid rgba(255,195,0,.4);background:#ffc30008}.home .home-relation .bottom .left .relation-card .card-top{display:flex;align-items:center;padding-bottom:3%}.home .home-relation .bottom .left .relation-card .card-top h1{color:#000;font-family:Roboto,sans-serif;font-weight:400;font-size:1.25rem;padding-left:4%}.home .home-relation .bottom .left .relation-card .card-top img{width:1.5rem}.home .home-relation .bottom .left .relation-card p{width:95%;color:#4e4e4e;font-family:Inter,sans-serif;font-size:.9rem}.home .home-relation .bottom .left .relation-card:hover{background:#ffd54d66;transition:ease-in .2s}.home .home-relation .bottom .right{display:flex;justify-content:flex-end;order:1;width:100%;margin-top:-15rem;padding-bottom:10%;margin-left:2rem}.home .home-relation .bottom .right img{opacity:.3;width:20rem;filter:blur(2px)}.home .home-skills{padding-bottom:5%}.home .home-skills .top{display:flex;justify-content:center;padding-bottom:2.5%}.home .home-skills .top h1{color:#ffc300;font-family:bayon,sans-serif;font-size:3rem}.home .home-skills .skills-content{display:flex;flex-wrap:wrap;justify-content:space-between;background:#f8f8f8;padding:2.5% 5%}.home .home-skills .skills-content .images{width:80px;height:35px;object-fit:contain;margin:5px;transition:transform .3s ease}.home .home-skills .skills-content .images:hover{transform:scale(1.05)}.Soon{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:40vh;flex-shrink:0;padding-top:5%;margin-bottom:100%}.Soon h1{width:80%;text-align:center;color:#003566;font-size:1.25rem;padding-bottom:1%}.Soon img{padding-bottom:5%;width:10rem}.Soon a{padding-top:5%;font-size:.75rem}.Not-found{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:40vh;flex-shrink:0;padding-top:5%;margin-bottom:100%}.Not-found h1{color:#003566;font-size:1.25rem;padding-bottom:1%}.Not-found img{padding-bottom:1%;width:10rem}.Not-found a{padding-top:5%;font-size:.75rem}.Contact{background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -111.833px 0px/111.111% 100% no-repeat;background-position:center;height:100%;min-height:fit-content;width:100%;padding:5% 5% 10%}.Contact .contact-left{display:flex;flex-direction:column;justify-content:flex-end;width:100%;border-radius:10px;background:linear-gradient(0deg,#031c4380,#031c4380),url(/images/srv.jpg) #d3d3d3 50%/cover no-repeat;height:30vh;padding:5%;margin-bottom:2.5%}.Contact .contact-left h1{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.Contact .contact-left p{width:90%;color:#fff;font-size:.9rem;font-weight:100;padding-bottom:5%}.Contact .contact-left img{width:2rem}.Contact .contact-right{width:100%;height:fit-content;padding:5%;border-radius:10px;border:1px solid #FFC300;background:#fff;box-shadow:0 4px 8.8px #a4a4a440}.Contact .contact-right .success-message{display:flex;flex-direction:column;padding:1rem;border-radius:10px;background-color:#e1ebf4;animation:fadeIn .5s ease-in-out}.Contact .contact-right .success-message h2{color:#004e96;font-size:1.25rem;margin-bottom:.75rem}.Contact .contact-right .success-message p{color:#000814;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.Contact .contact-right .success-message .contact-details{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000000d}.Contact .contact-right .success-message .contact-details p{margin-bottom:.5rem;font-size:.85rem}.Contact .contact-right .success-message .contact-details .message-box{margin-top:.75rem;border-top:1px solid #C9D8E7;padding-top:.75rem}.Contact .contact-right .success-message .contact-details .message-box h3{color:#003566;font-size:1rem;margin-bottom:.5rem}.Contact .contact-right .success-message .contact-details .message-box p{background-color:#f3f6f9;padding:.75rem;border-radius:6px;border-left:3px solid #FFC300;font-style:italic;font-size:.8rem}.Contact .contact-right input[type=checkbox]{margin-right:1rem;border:2px solid #004E96;width:1rem;height:1rem;border-radius:3px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;display:inline-block;position:relative}.Contact .contact-right input[type=checkbox]:checked{background-color:#004e96}.Contact .contact-right input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact .contact-right h1{font-size:1.15rem;color:#031c43;padding-bottom:5%}.Contact .contact-right .name{padding-top:2%;margin-bottom:5%;width:100%}.Contact .contact-right .name h1{padding-bottom:2%}.Contact .contact-right .name .left{width:100%;margin-bottom:5%}.Contact .contact-right .name .right{width:100%}.Contact .contact-right .name input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .email{width:100%;margin-bottom:5%}.Contact .contact-right .email h1{padding-bottom:2%}.Contact .contact-right .email input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .checkbox{width:100%;display:flex;flex-wrap:wrap;padding-bottom:2%}.Contact .contact-right .checkbox .row{display:flex;align-items:center;padding-bottom:5%;width:100%}.Contact .contact-right .checkbox label{font-size:1.05rem}.Contact .contact-right .checkbox label{display:flex;align-items:center;cursor:pointer}.Contact .contact-right .checkbox label input[type=checkbox]{margin-right:.5rem}.Contact .message textarea{width:100%;min-width:100%;max-width:100%;min-height:10vh;max-height:15vh;height:15vh;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:.75rem;padding:2% 3%;margin-bottom:3%}.Contact .validation{display:flex;align-items:center;margin-bottom:5%}.Contact .validation label{font-size:.8rem}.Contact button{width:100%;border-radius:5px;border:1px solid #004E96;background:#004e96;color:#fff;font-size:1.5rem;padding-top:2%;padding-bottom:2%}.Contact button:hover{background-color:#0073da;cursor:pointer}.Contact .loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.Contact .spinner{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #004E96;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Contact form button[disabled]{background-color:#ccc;cursor:not-allowed}.Contact form input[disabled],.Contact form textarea[disabled]{background-color:#f9f9f9;cursor:not-allowed}.about{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding:10% 5%}.about .about-top{position:relative;z-index:2;width:100%;text-align:center;padding-bottom:10%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.about .about-top h2{display:none}.about .about-top h1{color:#003566;font-size:2rem;font-weight:800;margin-bottom:5%}.about .about-top p{color:#000814;font-size:.9rem;line-height:1.5;margin-bottom:5%;text-align:center}.about .about-bottom{position:relative;z-index:2;width:100%;display:flex;justify-content:center;padding:5% 0}.about .about-bottom .about-img{width:60%;max-width:400px}.about-team{position:relative;z-index:2}.about-team .top h1{color:#ffc300;text-align:center;font-size:3rem;font-weight:600;padding-bottom:2%;font-family:bayon,sans-serif;padding-top:5%}.about-team .team,.about-team .team-right{display:none}.about-team .team-mobile{padding:5% 10% 10%}.about-team .team-mobile .top{display:flex;justify-content:center}.about-team .team-mobile .top img{width:90%}.about-team .team-mobile .bottom{padding:5%}.about-team .team-mobile .bottom h1{font-size:1.25rem}.about-team .team-mobile .bottom h2{color:#151515;font-size:1rem;padding-bottom:5%}.about-team .team-mobile .bottom p{line-height:150%;font-weight:200;font-size:.9rem}.about-team .team-mobile .bottom .social{display:flex;padding-top:2%;width:100%}.about-team .team-mobile .bottom .social img{width:3.25rem;padding-right:15%}.page{transition:all .3s ease}.page.blurred{overflow:hidden;width:100%;height:100%}.page.blurred:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9997}.page .cookie-container{display:flex;position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s ease}.page .cookie-container.active{opacity:1;visibility:visible}.page .cookie-container .cookie_banner{max-height:95vh;max-width:450px;overflow-y:auto;width:95%;position:fixed;z-index:9999;background-color:#fff;padding:2.5%;border-radius:5px;box-shadow:0 4px 39.5px #65656540;display:flex;flex-direction:column;gap:1rem}.page .cookie-container .cookie_banner::-webkit-scrollbar{width:8px}.page .cookie-container .cookie_banner::-webkit-scrollbar-track{background:#0000001a}.page .cookie-container .cookie_banner::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.page .cookie-container .cookie_banner .cookie-banner-top{display:flex;justify-content:center;gap:1rem;align-items:center}.page .cookie-container .cookie_banner .cookie-banner-top img{width:30%}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons{display:flex;gap:1rem;height:fit-content}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags-button{background-color:transparent;border:none;color:#000;cursor:pointer}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags{width:1.5rem}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags:hover{transform:scale(1.05)}.page .cookie-container .cookie_banner .cookie-banner-mid{width:100%;display:flex;gap:.3rem;flex-direction:column;align-items:flex-start}.page .cookie-container .cookie_banner .cookie-banner-mid h1{color:#00040b;font-size:1.1rem;font-weight:800}.page .cookie-container .cookie_banner .cookie-banner-mid p{width:100%;font-size:.9rem;color:#031c43}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table{width:100%;margin:20px auto;overflow-x:auto;box-shadow:0 0 10px #0000001a}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table{width:100%;min-width:600px}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead{background-color:#004e96;color:#fff;text-align:left}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead th{padding:12px 15px;font-weight:500;font-size:.9rem}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr{border-bottom:1px solid #dddddd}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:last-of-type{border-bottom:2px solid #004E96}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr td{padding:12px 15px;font-size:.85rem;color:#000814}.page .cookie-container .cookie_banner .cookie_banner_btm{display:flex;flex-direction:column-reverse;width:100%;gap:.5rem}.page .cookie-container .cookie_banner .cookie_banner_btm button{width:100%;padding:3.5% 0;border:none;font-size:1.1rem;font-family:Eurostile-bold,sans-serif;border-radius:5px;background-color:#003566;color:#fff}.page .cookie-container .cookie_banner .cookie_banner_btm button#cookies-more{background-color:#fff;color:#003566;border:1px solid #003566}.projects{width:100%;padding-bottom:30%;position:relative}.projects .projects-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.projects .projects-top h1{width:60%;color:#031c43;font-size:2.75rem;text-align:center}.projects .projects-top h2{font-family:Oxanium,sans-serif;color:#000814;font-size:2rem;font-weight:600}.projects .projects-top p{width:90%;font-size:1.4rem;color:#031c43;text-align:center}.projects .projects-bottom{position:relative;z-index:2;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.1%;padding:0 1% 5%}.projects .projects-bottom .project-card{width:48vw;min-height:25vh;max-height:fit-content;height:fit-content;overflow:hidden;position:relative;border-radius:15px;background:#f3f3f3;margin-top:2%;padding:1% 1% 2.5%}.projects .projects-bottom .project-card img{width:100%;border-radius:10px;height:18vh;object-fit:cover}.projects .projects-bottom .project-card h1{padding:2.5% 0 2% 2%;font-size:1.5rem;font-family:Oxanium,sans-serif;font-weight:600}.projects .projects-bottom .project-card p{max-height:10vh;overflow:hidden;text-overflow:ellipsis;width:100%;font-size:1.15rem;transition:max-height .3s}.projects .projects-bottom .project-card.expanded p{max-height:none;overflow:visible}.projects .projects-bottom .project-card .read-more-btn{position:absolute;bottom:10px;left:2%;background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:0}.projects .projects-bottom .project-card a{margin-left:2%;width:fit-content}.projects .projects-bottom .description-container{position:relative;width:90%;margin:0 0 6% 2%;display:flex;flex-direction:column;align-items:flex-start}.projects .projects-bottom .description-container p{max-height:10vh;overflow:hidden;text-overflow:ellipsis;font-size:1.15rem;transition:max-height .3s;position:relative}.projects .projects-bottom .description-container p:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2.5em;pointer-events:none;background:linear-gradient(to bottom,#e4e4e400,#f3f3f3)}.projects .projects-bottom .description-container .project-card.expanded p:after{display:none}.projects .projects-bottom .description-container .read-more-btn,.projects .projects-bottom .description-container .close-btn{background:#fff;border:1px solid #007bff;color:#007bff;border-radius:5px;cursor:pointer;font-size:1rem;padding:.2rem .8rem;margin-bottom:.5rem;margin-top:.2rem;transition:background .2s,color .2s}.projects .projects-bottom .description-container .read-more-btn:hover,.projects .projects-bottom .description-container .close-btn:hover{background:#007bff;color:#fff}.projects .projects-bottom .project-card.expanded .description-container p:after{display:none}.projects .projects-bottom.expanded .description-container p{max-height:none;overflow:visible}}@media screen and (max-width: 767px){.top-bg{position:absolute;top:0;left:0;width:100%;height:40vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.cky-revisit-bottom-right{bottom:0!important;right:15px!important;top:15px!important}.header{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:3% 5% 1%;border-bottom:1px solid #D0D0D0}.header .left{width:100%;display:flex;justify-content:center;align-items:center}.header .left img{width:8rem}.header .middle{display:none}.header .right{display:flex}.header .right a{display:none}.header .right .language-buttons{display:flex}.header .right .language-buttons .flags-button{background-color:transparent;border:none;color:#000;margin-left:1rem;cursor:pointer}.header .right .language-buttons .flags{width:1.5rem}.header .right .language-buttons .flags:hover{transform:scale(1.05)}.bottom-navigation{display:flex;justify-content:center;z-index:999;position:fixed;bottom:0;width:100%;height:fit-content}.bottom-navigation .nav-container{display:flex;padding:2% 6%;width:100%;background-color:#eff4f9;height:9vh;min-height:80px;max-height:15vh;justify-content:space-between;align-items:flex-end;position:relative}.bottom-navigation .nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#444;padding:.3rem}.bottom-navigation .nav-item h1{font-family:Roboto,sans-serif}.bottom-navigation .nav-item .top{height:60%;display:flex;align-items:flex-start;justify-content:flex-start}.bottom-navigation .nav-item .top img{filter:invert(50%)}.bottom-navigation .nav-item .bottom{height:40%}.bottom-navigation .nav-item .bottom h1{padding-top:10%;font-size:.9rem;font-weight:400}.bottom-navigation .nav-item.active .top{align-items:center;justify-content:center;background-color:#003568;width:3.5rem;height:3.5rem;border-radius:50px}.bottom-navigation .nav-item.active img{filter:invert(0%)}.bottom-navigation .nav-item.active h1{color:#031c43;font-weight:800}.footer{display:none}.footer-mobile{width:100%;display:flex;flex-direction:column;justify-content:center;padding-bottom:30%}.footer-mobile .top{margin-right:5%;margin-left:5%;border-top:1px solid #d0d0d0;padding-top:5%;display:flex;justify-content:center;padding-bottom:5%;align-items:center}.footer-mobile .top img{width:2rem;height:2rem;margin:0 1.5%}.footer-mobile .top a{display:flex;background-color:#004e96;align-items:center;color:#fff;border-radius:50px;padding:2.5% 5%;margin:0 1.5%}.footer-mobile .bottom{width:100%;display:flex;align-items:center;flex-direction:column}.footer-mobile .bottom p,.footer-mobile .bottom a{font-size:.8rem;color:#444;padding:2% 0}.footer-mobile .bottom img{padding-top:5%;width:10rem}.home{position:relative}.home .home-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;height:fit-content;flex-shrink:0;padding-top:7.5%;padding-bottom:20%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.home .home-top h1{width:85%;align-items:center;text-align:center;color:#031c43;font-size:1.5rem;padding-bottom:5%;font-weight:600}.home .home-top h2{width:75%;color:#000814;text-align:center;font-size:1rem;font-weight:500;padding-bottom:3%}.home .home-top .buttons{width:fit-content;display:flex;align-items:center;justify-content:space-between;border-radius:50px;background:#f3f6f9;padding:.1rem}.home .home-top .buttons .left,.home .home-top .buttons .right{padding:.2rem}.home .home-top .buttons a{display:flex;align-items:center;color:#003566;font-size:.9rem;font-weight:700;padding:.6rem 1.25rem;border-radius:50px;background:#fff}.home .home-top .buttons #propos{color:#00356680}.home .home-top .buttons #realisations{color:#ffc300bf}.home .home-top .buttons #propos:hover{color:#003566de}.home .home-top .buttons #realisations:hover{color:#eab300}.home .home-services{z-index:2;position:relative;padding:0 5% 20%;width:100%;animation:slideUp 1s ease-in-out;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out;display:block}.home .home-services.in-view{opacity:1;transform:translateY(0)}.home .home-services .top{display:flex;justify-content:center;padding-bottom:5%}.home .home-services h1{color:#ffc300;text-align:center;font-size:2rem;font-weight:300;font-family:bayon,sans-serif}.home .home-services h2{color:#003566;font-size:1.25rem;font-weight:800;line-height:normal;padding-bottom:5%}.home .home-services p{color:#000814;font-size:1rem;font-weight:100;line-height:1.5}.home .home-services .service-card{width:100%;min-height:fit-content;height:fit-content;border-radius:15px;background:#e1ebf4;padding:7.5% 0 0 7.5%;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2.5%}.home .home-services .service-card .service-top{padding-right:5%}.home .home-services .service-card .service-top .service-row{display:flex;align-items:center;padding-bottom:5%}.home .home-services .service-card .service-top .service-row img{width:1rem;height:1rem;margin-right:5%}.home .home-services .service-card .service-top .service-row p{color:#004e96;font-size:1rem;font-weight:600}.home .home-services .service-card .service-bottom{padding-top:5%;display:flex;justify-content:flex-end}.home .home-services .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .service-card .service-bottom a:hover{background:#b3cce3;transform:translate(1%)}.home .home-services .menu{padding-bottom:2%}.home .home-services .menu-bottom .service-card{width:100%}.home .home-services .menu-bottom .service-card h2{padding-bottom:5%}.home .home-services .menu-bottom .service-card .service-top{padding-right:10%}.home .home-services .menu-bottom .service-card .service-top p{font-size:.9rem;font-weight:600}.home .home-services .menu-bottom .service-card .service-top .service-row{padding-bottom:1.5%;display:flex;align-items:center}.home .home-services .menu-bottom .service-card .service-top .service-row img{margin-right:5%;width:1rem;height:1rem}.home .home-services .menu-bottom .service-card .service-bottom a{border-radius:15px 0;background:#c9d8e7;padding:2.5% 5%;color:#004e96}.home .home-services .menu-bottom .service-card .service-bottom a:hover{background:#b3cce3;transform:translate(1%)}.home .banner,.home .follow-up-banner{display:none}.home .banner-kiosk{width:100%;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:10% 5%;background-color:#031c43;text-align:center}.home .banner-kiosk .swiper{width:90%;max-width:400px}.home .banner-kiosk .swiper-pagination-bullet{background:#fff}.home .banner-kiosk .banner-card{background-color:#003566;border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 4px 10px #0003;transition:transform .3s ease-in-out}.home .banner-kiosk .banner-card h2{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:#ffc300}.home .banner-kiosk .banner-card p{font-size:1rem;color:#fff}.home .banner-kiosk .banner-card:hover{transform:translateY(-3px);background-color:#004080}.home .home-team{position:relative;z-index:2}.home .home-team .top h1{color:#ffc300;text-align:center;font-size:2rem;font-weight:800;padding-bottom:2%}.home .home-team .team,.home .home-team .team-right{display:none}.home .home-team .team-mobile{padding:10%}.home .home-team .team-mobile .top{display:flex;justify-content:center}.home .home-team .team-mobile .top img{width:90%}.home .home-team .team-mobile .bottom{padding:5%}.home .home-team .team-mobile .bottom h1{font-size:1.25rem}.home .home-team .team-mobile .bottom h2{color:#151515;font-size:1rem;padding-bottom:5%}.home .home-team .team-mobile .bottom p{line-height:150%;font-weight:200;font-size:.9rem}.home .home-team .team-mobile .bottom .social{display:flex;padding-top:2%;width:100%}.home .home-team .team-mobile .bottom .social img{width:3.25rem;padding-right:15%}.home .home-relation .top{width:100%;padding-left:5%;padding-bottom:2%}.home .home-relation .top h1{font-family:Inter,sans-serif;font-size:2rem;font-weight:600;color:#004e96;padding-bottom:2%}.home .home-relation .top p{width:90%;color:#585858;font-family:Inter,sans-serif;font-size:.9rem;padding-bottom:5%}.home .home-relation .bottom{display:flex;flex-direction:column;padding-left:5%;padding-right:5%;padding-bottom:10%}.home .home-relation .bottom .left{order:2;width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.home .home-relation .bottom .left .relation-card{width:100%;padding:5% 5% 10%;margin-bottom:2.5%;border-radius:10px;border:1px solid rgba(255,195,0,.4);background:#ffc30008}.home .home-relation .bottom .left .relation-card .card-top{display:flex;align-items:center;padding-bottom:3%}.home .home-relation .bottom .left .relation-card .card-top h1{color:#000;font-family:Roboto,sans-serif;font-weight:400;font-size:1rem;padding-left:4%}.home .home-relation .bottom .left .relation-card .card-top img{width:1.5rem}.home .home-relation .bottom .left .relation-card p{width:95%;color:#4e4e4e;font-family:Inter,sans-serif;font-size:.9rem}.home .home-relation .bottom .left .relation-card:hover{background:#ffd54d66;transition:ease-in .2s}.home .home-relation .bottom .right{display:flex;justify-content:flex-end;order:1;width:100%;margin-top:-11rem;padding-bottom:15%;margin-left:2rem}.home .home-relation .bottom .right img{opacity:.3;width:14rem;filter:blur(2px)}.home .home-skills{padding-bottom:5%}.home .home-skills .top{display:flex;justify-content:center;padding-bottom:2.5%}.home .home-skills .top h1{color:#ffc300;font-family:bayon,sans-serif;font-size:3rem}.home .home-skills .skills-content{display:flex;flex-wrap:wrap;justify-content:space-between;background:#f8f8f8;padding:2.5% 5%}.home .home-skills .skills-content .images{width:80px;height:35px;object-fit:contain;margin:5px;transition:transform .3s ease}.home .home-skills .skills-content .images:hover{transform:scale(1.05)}.Soon{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:40vh;flex-shrink:0;padding-top:5%;margin-bottom:100%}.Soon h1{width:80%;text-align:center;color:#003566;font-size:1.25rem;padding-bottom:1%}.Soon img{padding-bottom:5%;width:10rem}.Soon a{padding-top:5%;font-size:.75rem}.Not-found{display:flex;flex-direction:column;align-items:center;width:100%;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;height:40vh;flex-shrink:0;padding-top:5%;margin-bottom:100%}.Not-found h1{color:#003566;font-size:1.25rem;padding-bottom:1%}.Not-found img{padding-bottom:1%;width:10rem}.Not-found a{padding-top:5%;font-size:.75rem}.Contact{background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -111.833px 0px/111.111% 100% no-repeat;background-position:center;height:100%;min-height:fit-content;width:100%;padding:5% 5% 10%}.Contact .contact-left{display:flex;flex-direction:column;justify-content:flex-end;width:100%;border-radius:10px;background:linear-gradient(0deg,#031c4380,#031c4380),url(/images/srv.jpg) #d3d3d3 50%/cover no-repeat;height:30vh;padding:5%;margin-bottom:2.5%}.Contact .contact-left h1{color:#fff;font-size:1.25rem;font-weight:700;margin:0}.Contact .contact-left p{width:90%;color:#fff;font-size:.9rem;font-weight:100;padding-bottom:5%}.Contact .contact-left img{width:2rem}.Contact .contact-right{width:100%;height:fit-content;padding:5%;border-radius:10px;border:1px solid #FFC300;background:#fff;box-shadow:0 4px 8.8px #a4a4a440}.Contact .contact-right .success-message{display:flex;flex-direction:column;padding:1rem;border-radius:10px;background-color:#e1ebf4;animation:fadeIn .5s ease-in-out}.Contact .contact-right .success-message h2{color:#004e96;font-size:1.25rem;margin-bottom:.75rem}.Contact .contact-right .success-message p{color:#000814;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.Contact .contact-right .success-message .contact-details{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000000d}.Contact .contact-right .success-message .contact-details p{margin-bottom:.5rem;font-size:.85rem}.Contact .contact-right .success-message .contact-details .message-box{margin-top:.75rem;border-top:1px solid #C9D8E7;padding-top:.75rem}.Contact .contact-right .success-message .contact-details .message-box h3{color:#003566;font-size:1rem;margin-bottom:.5rem}.Contact .contact-right .success-message .contact-details .message-box p{background-color:#f3f6f9;padding:.75rem;border-radius:6px;border-left:3px solid #FFC300;font-style:italic;font-size:.8rem}.Contact .contact-right input[type=checkbox]{margin-right:1rem;border:2px solid #004E96;width:1rem;height:1rem;border-radius:3px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;display:inline-block;position:relative}.Contact .contact-right input[type=checkbox]:checked{background-color:#004e96}.Contact .contact-right input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact .contact-right h1{font-size:1.15rem;color:#031c43;padding-bottom:5%}.Contact .contact-right .name{padding-top:2%;margin-bottom:5%;width:100%}.Contact .contact-right .name h1{padding-bottom:2%}.Contact .contact-right .name .left{width:100%;margin-bottom:5%}.Contact .contact-right .name .right{width:100%}.Contact .contact-right .name input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .email{width:100%;margin-bottom:5%}.Contact .contact-right .email h1{padding-bottom:2%}.Contact .contact-right .email input{width:100%;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:1rem;padding:3% 5%}.Contact .contact-right .checkbox{width:100%;display:flex;flex-wrap:wrap;padding-bottom:2%}.Contact .contact-right .checkbox .row{display:flex;align-items:center;padding-bottom:5%;width:100%}.Contact .contact-right .checkbox label{font-size:1.05rem}.Contact .contact-right .checkbox label{display:flex;align-items:center;cursor:pointer}.Contact .contact-right .checkbox label input[type=checkbox]{margin-right:.5rem}.Contact .message textarea{width:100%;min-width:100%;max-width:100%;min-height:10vh;max-height:15vh;height:15vh;border-radius:5px;border:1px solid #004E96;background:#fafafa;font-size:.75rem;padding:2% 3%;margin-bottom:3%}.Contact .validation{display:flex;align-items:center;margin-bottom:5%}.Contact .validation label{font-size:.8rem}.Contact button{width:100%;border-radius:5px;border:1px solid #004E96;background:#004e96;color:#fff;font-size:1.5rem;padding-top:2%;padding-bottom:2%}.Contact button:hover{background-color:#0073da;cursor:pointer}.Contact .loading-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.Contact .spinner{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #004E96;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Contact form button[disabled]{background-color:#ccc;cursor:not-allowed}.Contact form input[disabled],.Contact form textarea[disabled]{background-color:#f9f9f9;cursor:not-allowed}.about{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding:10% 5%}.about .about-top{position:relative;z-index:2;width:100%;text-align:center;padding-bottom:10%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.about .about-top h2{display:none}.about .about-top h1{color:#003566;font-size:2rem;font-weight:800;margin-bottom:5%}.about .about-top p{color:#000814;font-size:.9rem;line-height:1.5;margin-bottom:5%;text-align:center}.about .about-bottom{position:relative;z-index:2;width:100%;display:flex;justify-content:center;padding:5% 0}.about .about-bottom .about-img{width:60%;max-width:400px}.about-team{position:relative;z-index:2}.about-team .top h1{color:#ffc300;text-align:center;font-size:3rem;font-weight:600;padding-bottom:2%;font-family:bayon,sans-serif;padding-top:5%}.about-team .team,.about-team .team-right{display:none}.about-team .team-mobile{padding:5% 10% 10%}.about-team .team-mobile .top{display:flex;justify-content:center}.about-team .team-mobile .top img{width:90%}.about-team .team-mobile .bottom{padding:5%}.about-team .team-mobile .bottom h1{font-size:1.25rem}.about-team .team-mobile .bottom h2{color:#151515;font-size:1rem;padding-bottom:5%}.about-team .team-mobile .bottom p{line-height:150%;font-weight:200;font-size:.9rem}.about-team .team-mobile .bottom .social{display:flex;padding-top:2%;width:100%}.about-team .team-mobile .bottom .social img{width:3.25rem;padding-right:15%}.page{transition:all .3s ease}.page.blurred{overflow:hidden;width:100%;height:100%}.page.blurred:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9997}.page .cookie-container{display:flex;position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s ease}.page .cookie-container.active{opacity:1;visibility:visible}.page .cookie-container .cookie_banner{max-height:95vh;max-width:450px;overflow-y:auto;width:95%;position:fixed;z-index:9999;background-color:#fff;padding:2.5%;border-radius:5px;box-shadow:0 4px 39.5px #65656540;display:flex;flex-direction:column;gap:1rem}.page .cookie-container .cookie_banner::-webkit-scrollbar{width:8px}.page .cookie-container .cookie_banner::-webkit-scrollbar-track{background:#0000001a}.page .cookie-container .cookie_banner::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.page .cookie-container .cookie_banner .cookie-banner-top{display:flex;justify-content:center;gap:1rem;align-items:center}.page .cookie-container .cookie_banner .cookie-banner-top img{width:30%}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons{display:flex;gap:1rem;height:fit-content}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags-button{background-color:transparent;border:none;color:#000;cursor:pointer}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags{width:1.5rem}.page .cookie-container .cookie_banner .cookie-banner-top .language-buttons .flags:hover{transform:scale(1.05)}.page .cookie-container .cookie_banner .cookie-banner-mid{width:100%;display:flex;gap:.3rem;flex-direction:column;align-items:flex-start}.page .cookie-container .cookie_banner .cookie-banner-mid h1{color:#00040b;font-size:1.1rem;font-weight:800}.page .cookie-container .cookie_banner .cookie-banner-mid p{width:100%;font-size:.9rem;color:#031c43}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table{width:100%;margin:20px auto;overflow-x:auto;box-shadow:0 0 10px #0000001a}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table{width:100%;min-width:600px}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead{background-color:#004e96;color:#fff;text-align:left}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table thead th{padding:12px 15px;font-weight:500;font-size:.9rem}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr{border-bottom:1px solid #dddddd}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr:last-of-type{border-bottom:2px solid #004E96}.page .cookie-container .cookie_banner .cookie-banner-mid .cookies-table table tbody tr td{padding:12px 15px;font-size:.85rem;color:#000814}.page .cookie-container .cookie_banner .cookie_banner_btm{display:flex;flex-direction:column-reverse;width:100%;gap:.5rem}.page .cookie-container .cookie_banner .cookie_banner_btm button{width:100%;padding:3.5% 0;border:none;font-size:1.1rem;font-family:Eurostile-bold,sans-serif;border-radius:5px;background-color:#003566;color:#fff}.page .cookie-container .cookie_banner .cookie_banner_btm button#cookies-more{background-color:#fff;color:#003566;border:1px solid #003566}.projects{width:100%;padding-bottom:30%;position:relative}.projects .projects-bg{position:absolute;top:0;left:0;width:100%;height:40vh;background:linear-gradient(180deg,#fff0 69.2%,#fff 93.75%),url(/images/home-bg.png) #d3d3d3 -80px 0px/111.111% 100% no-repeat;background-position:center;z-index:1}.projects .projects-top{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;width:100%;flex-shrink:0;padding-top:7.5%;transition:ease-in .1s;animation:fadeIn 1s ease-in-out}.projects .projects-top h1{width:60%;color:#031c43;font-size:2.25rem;text-align:center;font-weight:600}.projects .projects-top h2{display:none}.projects .projects-top p{width:90%;font-size:1.1rem;color:#031c43;text-align:center}.projects .projects-bottom{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;padding:10% 2% 5%}.projects .projects-bottom .project-card{width:100%;min-height:25vh;max-height:fit-content;height:fit-content;overflow:hidden;position:relative;border-radius:15px;background:#f3f3f3;margin-top:2%;padding:2% 2% 2.5%;margin-bottom:5%}.projects .projects-bottom .project-card img{width:100%;border-radius:10px;height:20vh;object-fit:cover}.projects .projects-bottom .project-card h1{padding:2.5% 0 2% 2%;font-size:1.5rem;font-family:Oxanium,sans-serif}.projects .projects-bottom .project-card p{max-height:10vh;overflow:hidden;text-overflow:ellipsis;width:100%;font-size:1.15rem;transition:max-height .3s}.projects .projects-bottom .project-card.expanded p{max-height:none;overflow:visible}.projects .projects-bottom .project-card .read-more-btn{position:absolute;bottom:10px;left:2%;background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;padding:0}.projects .projects-bottom .project-card a{margin-left:2%;width:fit-content}.projects .projects-bottom .description-container{position:relative;width:90%;margin:0 0 6% 2%;display:flex;flex-direction:column;align-items:flex-start}.projects .projects-bottom .description-container p{max-height:10vh;overflow:hidden;text-overflow:ellipsis;font-size:1.15rem;transition:max-height .3s;position:relative}.projects .projects-bottom .description-container p:after{content:"";display:block;position:absolute;left:0;bottom:0;width:100%;height:2.5em;pointer-events:none;background:linear-gradient(to bottom,#e4e4e400,#f3f3f3)}.projects .projects-bottom .description-container .project-card.expanded p:after{display:none}.projects .projects-bottom .description-container .read-more-btn,.projects .projects-bottom .description-container .close-btn{background:#fff;border:1px solid #007bff;color:#007bff;border-radius:5px;cursor:pointer;font-size:1rem;padding:.2rem .8rem;margin-bottom:.5rem;margin-top:.2rem;transition:background .2s,color .2s}.projects .projects-bottom .description-container .read-more-btn:hover,.projects .projects-bottom .description-container .close-btn:hover{background:#007bff;color:#fff}.projects .projects-bottom .project-card.expanded .description-container p:after{display:none}.projects .projects-bottom.expanded .description-container p{max-height:none;overflow:visible}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
