@charset "UTF-8";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.partner-logos{padding:48px 20px;background:transparent}.partner-logos__row{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 40px}.partner-logos__item{flex-shrink:0;height:70px;display:flex;align-items:center}.partner-logos__item img{height:70px;width:auto;max-width:160px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.3;transition:opacity .4s,filter .4s}.partner-logos__item img:hover{filter:grayscale(0%);opacity:.8}.partner-logos__marquee{display:none}@media (max-width: 768px){.partner-logos{padding:32px 0;overflow:hidden}.partner-logos__row{display:none}.partner-logos__marquee{display:block;overflow:hidden;width:100%}.partner-logos__track{display:flex;align-items:center;gap:48px;width:-moz-max-content;width:max-content;animation:marquee-scroll 18s linear infinite}.partner-logos__track .partner-logos__item{flex-shrink:0;height:36px}.partner-logos__track .partner-logos__item img{height:36px;max-width:100px}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}}@font-face{font-family:Bom;src:url(./assets/font/BomstadDisplay-Bold.woff2) format("woff2"),url(/assets/font/BomstadDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.linktree-container{width:100%;display:flex;justify-content:center;align-items:center;background-color:#f1f1f1}@media (min-width: 768px){.linktree-container{padding:3rem}}.linktree-content{width:100%;max-width:600px;display:flex;flex-direction:column;gap:2rem;padding:1rem}.linktree-header{text-align:left;padding-top:2rem}.linktree-header svg{width:200px}.linktree-header h3{display:flex;align-items:center;justify-content:center;gap:1rem}.linktree-intro{font-size:24px;font-weight:500;margin-bottom:1rem;color:#030174}.linktree-service{font-size:20px;margin-bottom:.5rem;color:#524d4d}.linktree-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.linktree-button{background-color:#030174;color:#fff;border:none;border-radius:50px;padding:1rem;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%}.linktree-button:hover{background-color:#020141;transform:translateY(-2px);box-shadow:0 4px 40px #00000040}.linktree-button:active,.linktree-button.active{background-color:#010028;transform:translateY(0)}.linktree-form-container{background-color:#f2f2f2;border-radius:9px;padding:1rem;overflow:hidden}.linktree-form{display:flex;flex-direction:column}.linktree-form h2{font-size:24px;margin-bottom:.5rem;color:#030174;font-weight:500}.linktree-form .form-subtitle{font-size:16px;margin-bottom:1rem;color:#787878}.form-group{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.form-group label{font-size:16px;font-weight:500;color:#524d4d;text-align:left}.form-group input,.form-group textarea,.form-group select{font-size:18px;padding:15px;border-radius:10px;border:none;width:100%;background-color:#fff;font-weight:500;font-style:normal;border:1px solid #030174;color:#524d4d}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-bottom:3px solid #030174;border-color:#030174}.form-group input:-internal-autofill-selected,.form-group textarea:-internal-autofill-selected,.form-group select:-internal-autofill-selected{background-color:#d0d0d0!important}.form-group textarea{min-height:100px;resize:vertical}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}@media (max-width: 480px){.checkbox-group{grid-template-columns:1fr}}.checkbox-item{display:flex;align-items:center;gap:.5rem}.checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:#030174}.checkbox-item label{font-weight:400}.form-buttons{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 480px){.form-buttons{flex-direction:column}}.submit-button{background-color:#030174;color:#fff;border:none;border-radius:50px;padding:1rem;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1}.submit-button:hover{background-color:#020141}.submit-button:disabled{background-color:#d9d9d9;cursor:not-allowed}.close-button{background-color:#d9d9d9;color:#524d4d;border:none;border-radius:50px;padding:1rem;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;flex:1}.close-button:hover{background-color:silver}.form-success,.newsletter-success{text-align:center;padding:2rem 0}.form-success h3,.newsletter-success h3{color:#030174;margin-bottom:1rem}.form-success p,.newsletter-success p{color:green;font-weight:500}.reservation-section{background-color:#f2f2f2;border-radius:9px;padding:1.5rem;display:flex;flex-direction:column;border:#d9d9d9 1px solid;overflow:hidden;gap:1rem;position:relative}.reservation-section h3{font-size:18px;font-weight:700;text-align:left}.newsletter-section{background-color:#f2f2f2;border-radius:9px;padding:1.5rem;display:flex;flex-direction:column;border:#d9d9d9 1px solid;overflow:hidden;gap:1rem;position:relative}.newsletter-section h3{font-size:18px;font-weight:700;text-align:left}.newsletter-form{display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;text-align:left}@media (max-width: 480px){.newsletter-form{flex-direction:column}}.newsletter-form input[type=text],.newsletter-form input[type=email]{flex:1;min-width:150px}.newsletter-form input,.newsletter-form textarea,.newsletter-form select{font-size:18px;padding:15px;border-radius:10px;border:none;width:100%;background-color:#fff;font-weight:500;font-style:normal;border:1px solid #030174;color:#524d4d;z-index:2}.newsletter-form input:focus,.newsletter-form textarea:focus,.newsletter-form select:focus{border-bottom:3px solid #030174;border-color:#030174}.newsletter-form input:-internal-autofill-selected,.newsletter-form textarea:-internal-autofill-selected,.newsletter-form select:-internal-autofill-selected{background-color:#d0d0d0!important}.newsletter-form button{background-color:#030174;color:#fff;border:none;border-radius:50px;padding:.8rem 1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background-color:#020141}.linktree-footer{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.agency-link{color:#030174;font-weight:500;text-decoration:underline;transition:all .3s ease;background-color:transparent}.agency-link:hover{color:#010028}.consultation-button{display:inline-block;background-color:#030174;color:#fff;font-weight:500;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;text-align:center;transition:all .3s ease;margin-top:1rem}.consultation-button svg{width:16px;height:16px}.consultation-button:hover{background-color:#020141;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.contact-email{color:#787878;font-size:16px}::-moz-placeholder{font-size:14px;color:#ccc;font-weight:300;font-style:italic}::placeholder{font-size:14px;color:#ccc;font-weight:300;font-style:italic}@font-face{font-family:Bom;src:url(./assets/font/BomstadDisplay-Bold.woff2) format("woff2"),url(/assets/font/BomstadDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.not-found-container{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background-color:#fcfcfc;position:relative;overflow:hidden;padding:2rem}.not-found-container .not-found-content{position:relative;max-width:800px;width:100%;padding:3rem;background-color:#fff;border-radius:9px;box-shadow:0 4px 40px #00000040;text-align:center;z-index:1}.not-found-container .not-found-content .logo-container{margin-bottom:2rem}.not-found-container .not-found-content .logo-container svg{width:120px;height:auto}.not-found-container .not-found-content .error-content h1{font-size:120px;line-height:1;margin-bottom:1rem}.not-found-container .not-found-content .error-content h1 .spe{color:#030174}.not-found-container .not-found-content .error-content h2{font-size:36px;margin-bottom:1.5rem;color:#524d4d}.not-found-container .not-found-content .error-content p{font-size:18px;color:#787878;margin-bottom:2.5rem;text-align:center}.not-found-container .not-found-content .error-content .actions{display:flex;gap:1.5rem;justify-content:center}.not-found-container .not-found-content .error-content .actions .primary-button{background-color:#030174;color:#fff;font-weight:500;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;transition:all .3s ease}.not-found-container .not-found-content .error-content .actions .primary-button:hover{background-color:#020141;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.not-found-container .not-found-content .error-content .actions .secondary-button{background-color:#f2f2f2;color:#524d4d;font-weight:500;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;transition:all .3s ease}.not-found-container .not-found-content .error-content .actions .secondary-button:hover{background-color:#e5e5e5;transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}@media (max-width: 768px){.not-found-container{padding:1rem}.not-found-container .not-found-content{padding:2rem}.not-found-container .not-found-content .error-content h1{font-size:80px}.not-found-container .not-found-content .error-content h2{font-size:28px}.not-found-container .not-found-content .error-content .actions{flex-direction:column;gap:1rem}}.legal-container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.legal-container .legal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000000a;padding:2.5rem;text-align:left}.legal-container .legal-content .legal-header{margin-bottom:3rem;border-bottom:1px solid #f0f0f0;padding-bottom:1.5rem}.legal-container .legal-content .legal-header .header-flex{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.legal-container .legal-content .legal-header .header-flex .logo-container{display:flex;align-items:center;gap:.75rem}.legal-container .legal-content .legal-header .header-flex .logo-container svg{width:64px;height:64px}.legal-container .legal-content .legal-header .header-flex .logo-container span{color:#333;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.legal-container .legal-content .legal-header .header-flex h1{font-size:2.25rem;font-weight:700;color:#111;margin:0}.legal-container .legal-content .legal-body{text-align:left}.legal-container .legal-content .legal-body .section{margin-bottom:3rem}.legal-container .legal-content .legal-body .section h2{font-size:1.5rem;margin-bottom:1.25rem;font-weight:600;color:#181818;padding-bottom:.5rem;position:relative;display:inline-block}.legal-container .legal-content .legal-body .section h2:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#1a237e,#3949ab);border-radius:2px}.legal-container .legal-content .legal-body .section h3{font-size:1.2rem;margin-bottom:.75rem;margin-top:1.75rem;font-weight:500;color:#303030}.legal-container .legal-content .legal-body .section p{margin-bottom:1.25rem;line-height:1.65;color:#444;font-size:.95rem;text-align:left}.legal-container .legal-content .legal-body .section ul{padding-left:1.25rem;margin-bottom:1.5rem}.legal-container .legal-content .legal-body .section ul li{margin-bottom:.625rem;color:#444;font-size:.95rem;line-height:1.5;position:relative;text-align:left}.legal-container .legal-content .legal-footer{margin-top:4rem;border-top:1px solid #f0f0f0;padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.legal-container .legal-content .legal-footer p{color:#888;font-size:.85rem;margin:0}.legal-container .legal-content .legal-footer .back-link{color:#3949ab;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s ease}.legal-container .legal-content .legal-footer .back-link:hover{color:#1a237e;text-decoration:underline}@media (min-width: 768px){.legal-content .legal-header .header-flex{display:grid;grid-template-columns:110px 1fr;align-items:center;-moz-column-gap:1.25rem;column-gap:1.25rem}.legal-content .legal-header .header-flex .logo-container{align-items:flex-start;flex-direction:column;gap:.5rem}.legal-content .legal-header .header-flex .logo-container svg{width:80px;height:80px}.legal-content .legal-header .header-flex h1{font-size:3rem;line-height:1.1}}@media (max-width: 768px){.legal-container{padding:1rem}.legal-content{padding:1.5rem;border-radius:6px}.legal-content .legal-header{margin-bottom:2rem}.legal-content .legal-header .header-flex{gap:1rem}.legal-content .legal-header .header-flex .logo-container svg{width:48px;height:48px}.legal-content .legal-header .header-flex h1{font-size:1.7rem}.legal-content .legal-body .section{margin-bottom:2rem}.legal-content .legal-body .section h2{font-size:1.3rem}.legal-content .legal-body .section h3{font-size:1.1rem;margin-top:1.25rem}.legal-content .legal-body .section p,.legal-content .legal-body .section ul li{font-size:.9rem}.legal-content .legal-footer{margin-top:2.5rem}}.service-page{padding-top:80px}.svc-hero{padding:80px 20px 40px}.svc-hero__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:60px}.svc-hero__text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.svc-hero__text h1{font-size:56px;font-weight:400;line-height:1.1;margin:0;text-align:left}.svc-hero__text h1 span{font-family:Bom,serif}.svc-hero__subtitle{font-size:22px;font-weight:500;color:#030174;line-height:1.4;margin:0}.svc-hero__desc{font-size:16px;font-weight:400;color:#555;line-height:1.7;max-width:520px}.svc-hero__tags{display:flex;flex-wrap:wrap;gap:8px}.svc-tag{display:inline-block;padding:4px 14px;border-radius:999px;background:#0301740f;color:#030174;font-size:13px;font-weight:500;width:auto;height:auto}.svc-hero__ctas{margin-top:12px;display:flex;gap:12px}.svc-hero__illus{flex:1;display:flex;align-items:center;justify-content:center}.svc-hero-svg{width:100%;max-width:400px;height:auto}.svc-detail{padding:60px 20px}.svc-detail__content{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:60px}.svc-detail--reverse .svc-detail__content{flex-direction:row-reverse}.svc-detail__text{flex:1;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.svc-detail__text h2{font-size:36px;font-weight:400;line-height:1.2;margin:0;text-align:left}.svc-detail__text h2 span{font-family:Bom,serif}.svc-detail__text p{font-size:16px;font-weight:400;color:#555;line-height:1.7;max-width:480px}.svc-detail__illus{flex:1;display:flex;align-items:center;justify-content:center}.svc-section-svg{width:100%;max-width:320px;height:auto}.svc-projects{padding:80px 20px}.svc-projects__content{max-width:1100px;margin:0 auto}.svc-projects__content h2{font-size:42px;font-weight:400;text-align:left;margin-bottom:40px}.svc-projects__content h2 span{font-family:Bom,serif}.svc-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.svc-project-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;background-color:#fff}a.svc-project-card{background-color:#fff}a.svc-related__link{background:transparent;background-color:transparent}.svc-project-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.svc-project-card__img{width:100%;aspect-ratio:16 / 10;overflow:hidden}.svc-project-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.svc-project-card:hover .svc-project-card__img img{transform:scale(1.04)}.svc-project-card__info{padding:20px}.svc-project-card__info h3{font-size:18px;font-weight:600;margin:0 0 6px}.svc-project-card__info p{font-size:14px;font-weight:400;color:#777;line-height:1.5;margin:0}.svc-projects__more{text-align:center;margin-top:32px}.svc-projects__more .btna{display:inline-flex}.svc-cta-final{padding:80px 20px;background:#03017408;border-radius:32px;margin:0 20px}.svc-cta-final__content{max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.svc-cta-final__content h2{font-size:42px;font-weight:400;line-height:1.2;text-align:center;width:100%}.svc-projects__content h2,.svc-related__content h3{text-align:left}.svc-cta-final__content h2 span{font-family:Bom,serif}.svc-cta-final__content>p{font-size:16px;color:#555;line-height:1.7;max-width:500px}.svc-related{padding:60px 20px 80px}.svc-related__content{max-width:700px;margin:0 auto;text-align:center}.svc-related__content h3{font-size:20px;font-weight:500;margin-bottom:20px;color:#888}.svc-related__links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.svc-related__link{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:999px;background:#fff;color:#030174;font-size:15px;font-weight:500;text-decoration:none;border:1px solid rgba(3,1,116,.1);transition:all .2s ease}.svc-related__link:hover{background:#030174;color:#fff;border-color:#030174}.svc-related__link svg{width:14px;height:14px}.svc-hero-svg rect,.svc-hero-svg circle,.svc-hero-svg line,.svc-hero-svg polyline,.svc-hero-svg polygon,.svc-hero-svg path,.svc-section-svg rect,.svc-section-svg circle,.svc-section-svg line,.svc-section-svg polyline,.svc-section-svg polygon,.svc-section-svg path{stroke-dasharray:600;stroke-dashoffset:600;transition:stroke-dashoffset 1.6s cubic-bezier(.4,0,.2,1),opacity .8s ease;opacity:0}.svc-hero-svg rect[fill]:not([fill=none]),.svc-hero-svg circle[fill]:not([fill=none]),.svc-hero-svg polygon[fill]:not([fill=none]),.svc-section-svg rect[fill]:not([fill=none]),.svc-section-svg circle[fill]:not([fill=none]),.svc-section-svg polygon[fill]:not([fill=none]){stroke-dasharray:none;stroke-dashoffset:0;opacity:0;transition:opacity 1s ease .6s}.animate .svc-hero-svg rect,.animate .svc-hero-svg circle,.animate .svc-hero-svg line,.animate .svc-hero-svg polyline,.animate .svc-hero-svg polygon,.animate .svc-hero-svg path,.animate .svc-section-svg rect,.animate .svc-section-svg circle,.animate .svc-section-svg line,.animate .svc-section-svg polyline,.animate .svc-section-svg polygon,.animate .svc-section-svg path{stroke-dashoffset:0;opacity:1}.animate .svc-hero-svg rect[fill]:not([fill=none]),.animate .svc-hero-svg circle[fill]:not([fill=none]),.animate .svc-hero-svg polygon[fill]:not([fill=none]),.animate .svc-section-svg rect[fill]:not([fill=none]),.animate .svc-section-svg circle[fill]:not([fill=none]),.animate .svc-section-svg polygon[fill]:not([fill=none]){opacity:1}.animate .svc-hero-svg>*:nth-child(1){transition-delay:0s}.animate .svc-hero-svg>*:nth-child(2){transition-delay:.08s}.animate .svc-hero-svg>*:nth-child(3){transition-delay:.16s}.animate .svc-hero-svg>*:nth-child(4){transition-delay:.24s}.animate .svc-hero-svg>*:nth-child(5){transition-delay:.32s}.animate .svc-hero-svg>*:nth-child(6){transition-delay:.4s}.animate .svc-hero-svg>*:nth-child(7){transition-delay:.48s}.animate .svc-hero-svg>*:nth-child(8){transition-delay:.56s}.animate .svc-hero-svg>*:nth-child(9){transition-delay:.64s}.animate .svc-hero-svg>*:nth-child(10){transition-delay:.72s}.animate .svc-hero-svg>*:nth-child(11){transition-delay:.8s}.animate .svc-hero-svg>*:nth-child(12){transition-delay:.88s}.animate .svc-hero-svg>*:nth-child(13){transition-delay:.96s}.animate .svc-hero-svg>*:nth-child(14){transition-delay:1.04s}.animate .svc-hero-svg>*:nth-child(15){transition-delay:1.12s}.animate .svc-section-svg>*:nth-child(1){transition-delay:0s}.animate .svc-section-svg>*:nth-child(2){transition-delay:.1s}.animate .svc-section-svg>*:nth-child(3){transition-delay:.2s}.animate .svc-section-svg>*:nth-child(4){transition-delay:.3s}.animate .svc-section-svg>*:nth-child(5){transition-delay:.4s}.animate .svc-section-svg>*:nth-child(6){transition-delay:.5s}.animate .svc-section-svg>*:nth-child(7){transition-delay:.6s}.animate .svc-section-svg>*:nth-child(8){transition-delay:.7s}@media (max-width: 768px){.svc-hero__content{flex-direction:column;gap:40px}.svc-hero__text h1{font-size:36px}.svc-hero__subtitle{font-size:18px}.svc-hero-svg{max-width:280px}.svc-detail__content{flex-direction:column!important;gap:32px}.svc-detail__text h2{font-size:28px}.svc-section-svg{max-width:240px}.svc-projects__grid{grid-template-columns:1fr;gap:20px}.svc-cta-final{margin:0 10px;padding:60px 20px}.svc-cta-final__content h2{font-size:30px}}.agency-page{padding-top:80px}.ag-hero{padding:100px 20px 60px}.ag-hero__content{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:60px}.ag-hero__text{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.ag-hero__photo{flex:1;display:flex;align-items:center;justify-content:center}.ag-hero__photo img{width:100%;max-width:560px;border-radius:24px;-o-object-fit:cover;object-fit:cover}.ag-hero__label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#030174;opacity:.6}.ag-hero__text h1{font-size:52px;font-weight:400;line-height:1.15;margin:0}.ag-hero__text h1 span{font-family:Bom,serif}.ag-hero__text h1{text-align:left}.ag-hero__desc{font-size:18px;font-weight:400;color:#555;line-height:1.7;max-width:640px;text-align:left}.ag-section{padding:80px 20px}.ag-section--alt{background:#03017405}.ag-section__content{max-width:1100px;margin:0 auto}.ag-section--left-right{display:flex;align-items:center;gap:60px}.ag-section--right-left{display:flex;align-items:center;gap:60px;flex-direction:row-reverse}.ag-section--centered{display:flex;flex-direction:column;align-items:center;gap:40px}.ag-section__text{flex:1;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.ag-section__text--wide{max-width:720px;text-align:left}.ag-section--centered .ag-section__text--wide{align-items:flex-start}.ag-section__text h2{font-size:38px;font-weight:400;line-height:1.2;margin:0;text-align:left}.ag-section__text h2 span{font-family:Bom,serif}.ag-section__text p{font-size:17px;font-weight:400;color:#555;line-height:1.75;text-align:left}.ag-section__note{font-style:italic;color:#777!important;border-left:3px solid #030174;padding-left:16px}.ag-section__illus{flex:1;display:flex;align-items:center;justify-content:center}.ag-svg{width:100%;max-width:340px;height:auto}.ag-svg rect,.ag-svg circle,.ag-svg line,.ag-svg polyline{stroke-dasharray:500;stroke-dashoffset:500;opacity:0;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1),opacity .8s ease}.ag-svg rect[fill]:not([fill=none]),.ag-svg circle[fill]:not([fill=none]){stroke-dasharray:none;stroke-dashoffset:0;opacity:0;transition:opacity 1s ease .5s}.animate .ag-svg rect,.animate .ag-svg circle,.animate .ag-svg line,.animate .ag-svg polyline{stroke-dashoffset:0;opacity:1}.animate .ag-svg rect[fill]:not([fill=none]),.animate .ag-svg circle[fill]:not([fill=none]){opacity:1}.animate .ag-svg>*:nth-child(1){transition-delay:0s}.animate .ag-svg>*:nth-child(2){transition-delay:.1s}.animate .ag-svg>*:nth-child(3){transition-delay:.2s}.animate .ag-svg>*:nth-child(4){transition-delay:.3s}.animate .ag-svg>*:nth-child(5){transition-delay:.4s}.animate .ag-svg>*:nth-child(6){transition-delay:.5s}.animate .ag-svg>*:nth-child(7){transition-delay:.6s}.animate .ag-svg>*:nth-child(8){transition-delay:.7s}.animate .ag-svg>*:nth-child(9){transition-delay:.8s}.animate .ag-svg>*:nth-child(10){transition-delay:.9s}.ag-section__photo{flex:1;display:flex;align-items:center;justify-content:center}.ag-section__photo img{width:100%;max-width:360px;border-radius:20px;-o-object-fit:cover;object-fit:cover}.ag-team{display:flex;align-items:center;justify-content:center;gap:40px;width:100%;max-width:1100px}.ag-team__member{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.ag-team__member img{width:100%;max-width:380px;aspect-ratio:3 / 4;border-radius:20px;-o-object-fit:cover;object-fit:cover}.ag-team__member h4{font-size:20px;font-weight:600;margin:0}.ag-team__member p{font-size:14px;color:#666;line-height:1.5;margin:0;text-align:center}.ag-team__logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:120px}.ag-team__logo svg{width:100%;height:auto;opacity:.15}.ag-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:900px}.ag-pillar{background:#fff;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(3,1,116,.06);transition:transform .3s ease,box-shadow .3s ease}.ag-pillar:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.ag-pillar__num{font-size:13px;font-weight:600;color:#030174;opacity:.4}.ag-pillar h3{font-size:22px;font-weight:600;margin:0;font-family:Bom,serif}.ag-pillar p{font-size:15px;color:#666;line-height:1.6;text-align:left}.ag-highlight{background:#030174;padding:80px 20px}.ag-highlight .ag-section__text h2{color:#fff}.ag-highlight .ag-section__text h2 span{color:#c5fffe}.ag-highlight .ag-section__text p{color:#ffffffbf;font-size:18px}.ag-services-list{display:flex;flex-direction:column;gap:16px;width:100%;max-width:720px}.ag-service-item{display:flex;align-items:flex-start;gap:20px;padding:20px 24px;background:#fff;border-radius:16px;border:1px solid rgba(3,1,116,.05);transition:transform .2s ease,box-shadow .2s ease}.ag-service-item:hover{transform:translate(4px);box-shadow:0 4px 20px #0000000a}.ag-service-item__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ag-service-item__icon svg{width:32px;height:32px}.ag-service-item h4{font-size:17px;font-weight:600;margin:0 0 4px}.ag-service-item p{font-size:14px;color:#777;line-height:1.5;margin:0;text-align:left}.ag-manifeste{padding:100px 20px;background:linear-gradient(180deg,rgba(3,1,116,.03) 0%,transparent 100%)}.ag-manifeste__content{max-width:700px;margin:0 auto}.ag-manifeste__inner{display:flex;flex-direction:column;gap:32px}.ag-manifeste__inner h2{font-size:38px;font-weight:400;text-align:left}.ag-manifeste__inner h2 span{font-family:Bom,serif}.ag-manifeste__lines{display:flex;flex-direction:column;gap:12px}.ag-manifeste__lines p{font-size:20px;font-weight:400;color:#333;line-height:1.6;text-align:left;padding-left:20px;border-left:2px solid #030174;transition:transform .2s ease}.ag-manifeste__lines p:hover{transform:translate(6px)}.ag-cta{padding:80px 20px;background:#03017408;border-radius:32px;margin:0 20px 40px}.ag-cta__content{max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.ag-cta__content h2{font-size:42px;font-weight:400;line-height:1.2}.ag-cta__content h2 span{font-family:Bom,serif}.ag-cta__content>p{font-size:17px;color:#555;line-height:1.7}.ag-cta__buttons{display:flex;gap:16px;margin-top:8px}.ag-cta__buttons a{background-color:transparent}@media (max-width: 768px){.ag-hero__content{flex-direction:column;gap:32px}.ag-hero__text{align-items:center;text-align:center}.ag-hero__text h1{font-size:32px;text-align:center}.ag-hero__desc{font-size:16px;text-align:center}.ag-hero__photo img{max-width:300px}.ag-team{flex-direction:column;gap:32px}.ag-team__logo{width:80px}.ag-section--left-right,.ag-section--right-left{flex-direction:column;gap:32px}.ag-section__text h2{font-size:28px}.ag-pillars{grid-template-columns:1fr;gap:16px}.ag-manifeste__inner h2{font-size:28px}.ag-manifeste__lines p{font-size:17px}.ag-cta__content h2{font-size:30px}.ag-cta__buttons{flex-direction:column;width:100%}.ag-cta__buttons .btna,.ag-cta__buttons .btnb{width:100%;justify-content:center}.ag-svg{max-width:260px}}.process-page{padding-top:80px}.proc-hero{padding:100px 20px 60px}.proc-hero__content{max-width:800px;margin:0 auto;text-align:center}.proc-hero__text{display:flex;flex-direction:column;align-items:center;gap:20px}.proc-hero__label{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#030174;opacity:.6}.proc-hero__text h1{font-size:52px;font-weight:400;line-height:1.15;margin:0}.proc-hero__text h1 span{font-family:Bom,serif}.proc-hero__desc{font-size:18px;font-weight:400;color:#555;line-height:1.7;max-width:580px}.proc-steps{padding:60px 20px 80px}.proc-steps__content{max-width:1100px;margin:0 auto}.proc-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.proc-step{background:#fff;border-radius:20px;padding:36px 28px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(3,1,116,.05);transition:transform .3s ease,box-shadow .3s ease;position:relative}.proc-step:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.proc-step__num{font-size:48px;font-weight:700;color:#030174;opacity:.06;position:absolute;top:16px;right:24px;line-height:1}.proc-step h3{font-size:20px;font-weight:600;margin:0;font-family:Bom,serif;color:#030174}.proc-step p{font-size:15px;color:#666;line-height:1.65;text-align:left}.proc-faq{padding:80px 20px;background:#03017405}.proc-faq__content{max-width:800px;margin:0 auto}.proc-faq__header{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.proc-faq__header h2{font-size:42px;font-weight:400;text-align:left}.proc-faq__header h2 span{font-family:Bom,serif}.proc-faq__header p{font-size:17px;color:#666;line-height:1.6;text-align:left}.proc-faq__list{display:flex;flex-direction:column;gap:0}.proc-faq__item{border-bottom:1px solid rgba(3,1,116,.08)}.proc-faq__item:first-child{border-top:1px solid rgba(3,1,116,.08)}.proc-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 0;background:none;border:none;cursor:pointer;text-align:left;font-size:17px;font-weight:500;color:#111;line-height:1.4;transition:color .2s ease}.proc-faq__question:hover{color:#030174}.proc-faq__chevron{flex-shrink:0;transition:transform .3s ease;color:#030174}.proc-faq__item.open .proc-faq__chevron{transform:rotate(180deg)}.proc-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .3s ease;padding:0}.proc-faq__item.open .proc-faq__answer{max-height:400px;padding:0 0 22px}.proc-faq__answer p{font-size:16px;color:#555;line-height:1.75;text-align:left}.proc-cta{padding:80px 20px;margin:0 20px 40px;background:#03017408;border-radius:32px}.proc-cta__content{max-width:600px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.proc-cta__content h2{font-size:42px;font-weight:400;line-height:1.2}.proc-cta__content h2 span{font-family:Bom,serif}.proc-cta__content>p{font-size:17px;color:#555;line-height:1.7}.proc-cta__buttons{display:flex;gap:16px;margin-top:8px}.proc-cta__buttons a{background-color:transparent}.proc-faq__item[itemscope]{display:block}@media (max-width: 768px){.proc-hero__text h1{font-size:32px}.proc-hero__desc{font-size:16px}.proc-steps__grid{grid-template-columns:1fr;gap:16px}.proc-faq__header h2{font-size:30px}.proc-faq__question{font-size:15px;padding:18px 0}.proc-cta__content h2{font-size:30px}.proc-cta__buttons{flex-direction:column;width:100%}.proc-cta__buttons .btna,.proc-cta__buttons .btnb{width:100%;justify-content:center}}@font-face{font-family:Bom;src:url(./assets/font/BomstadDisplay-Bold.woff2) format("woff2"),url(/assets/font/BomstadDisplay-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/font/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal}#root{width:100%;max-width:100%;max-width:inherit;margin:0 auto;text-align:center}html{scroll-behavior:auto;overflow-x:hidden;font-family:Poppins,sans-serif;text-align:left}h1,h2,h3,h4,h5{text-wrap:balance}h1,h2{font-weight:400}.spe{font-family:Bom,serif}h1{font-size:48px}p span{font-weight:500;font-family:Bom,serif}h2{font-size:48px}body p{font-size:18px;font-weight:500;text-align:left}p.big{font-size:24px;font-weight:400}h3{font-size:28px;font-weight:500}p{text-wrap:pretty}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;outline:0}.zindex1000{z-index:1000}::-webkit-scrollbar{width:5px;height:0px}::-webkit-scrollbar-thumb{background:#030174}::-webkit-scrollbar-track{background:transparent}*{scrollbar-face-color:#030174;scrollbar-track-color:#d8d8d8}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background-color:#f1f1f1;color:#000;overflow-y:scroll;overflow-x:hidden}.page{display:flex;height:100vh}.txt{position:relative;display:flex;flex-direction:column;gap:1.25vw;align-items:flex-start;text-align:left}.content{display:flex;align-items:flex-start;height:100%;flex:1 1;background-color:#fcfcfc;width:90%;overflow:visible}.content .non-active{position:relative}.content .non-active:before{content:" ";position:absolute;display:flex;z-index:1;align-self:center;justify-self:center;padding:50px;height:100%;width:100%;background-color:#ffffffd4}.content .non-active:after{content:"En attente de confirmation...";position:absolute;font-size:24px;padding:20px;height:-moz-fit-content;align-self:center;justify-self:center;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);height:fit-content;width:-moz-fit-content;width:fit-content;border-radius:9px;background-color:#fff;box-shadow:0 4px 40px #00000040}section .content,footer .content{max-width:2250px;margin:auto;gap:1.25vw;display:grid;grid-template-columns:repeat(12,1fr);align-items:center}.sousmenupro{width:calc(100% - 2.0833333333vw - 2.0833333333vw);border-radius:5px;border-bottom:1px solid #f1f1f1;margin-left:2.0833333333vw;margin-right:2.0833333333vw;margin-top:1.25vw;display:flex}.sousmenupro a{display:flex;padding:5px 10px;border-left:1px solid #030174;justify-content:center;align-items:center;gap:2px}.sousmenupro a:first-child{border-radius:5px 0 0 5px}.sousmenupro a.active{background:#f1f1f1;color:#fff}.sousmenupro a:hover{background-color:#030174;color:#fff}.dynamicswitch{display:flex;align-items:center;width:100%;justify-content:space-around;background-color:#f2f2f2;border-radius:9px;padding:5px;gap:5px;margin-bottom:10px}.dynamicswitch p{font-size:16px;font-weight:600}.dynamicswitch .btn{display:flex;align-items:center;padding:10px;width:100%;border-radius:50px;justify-content:center;transition:.2s ease-in-out;flex-direction:row;color:#f1f1f1;cursor:pointer}.dynamicswitch .btn.active{background-color:#030174;color:#fff;transition:.2s ease-in-out}.dynamicswitch .btn:hover{background-color:#f1f1f1;color:#fff;transition:.2s ease-in-out}.flex-h{display:flex;flex-direction:row;width:100%;height:100%;overflow:auto}.flex-h .left{display:flex;flex-direction:column;gap:30px;height:100%;justify-content:start;padding:2.0833333333vw;overflow:scroll}.flex-h .left.sep{border-right:#d8d8d8 1px solid}.flex-h .center{display:flex;flex-direction:column;width:100%;gap:30px;height:100%;justify-content:start;align-items:center;padding:2.0833333333vw;overflow:scroll}.flex-h .right{flex:1;display:flex;flex-direction:column;height:100%;overflow:scroll;position:relative}li{list-style-type:none}a{text-decoration:none;color:#030174;transition:.15s ease-in-out;background-color:#fff}a p{font-size:16px}a:hover{transition:.15s ease-in-out;cursor:pointer}p{font-size:14px;font-weight:500}.spefont{font-family:Bom,serif}button{cursor:pointer}.strong{font-weight:600;padding:1px;font-size:16px}.desc{color:#787878}.grp{width:100%;display:flex;gap:0px 5px;flex-wrap:wrap;align-items:center}.justify{text-align:left;width:100%;display:flex;justify-content:space-between;align-items:center}span{width:100%;height:1px;align-self:center}span.verti{height:10px;width:1px;background-color:#d9d9d9}span.vertibig{height:100%;width:1px;background-color:#d9d9d9}section,.section{position:relative;width:100%;margin:1.25vw 0 0}section h2,.section h2{grid-column:1/-1;text-align:center}h1 span,h2 span{font-family:Bom,serif}.iconl{display:flex;align-items:center;gap:10px}.iconl p{white-space:nowrap}.btn-base{border:none;background-color:transparent;display:flex;justify-content:center;align-items:center;gap:5px;border:transparent .5px solid;padding:2px 9;transition:.15s ease-in-out;border-radius:5px;height:-moz-fit-content;height:fit-content}.btn-base svg{width:9px}.btn-base p{color:#f1f1f1;font-weight:600;font-family:Inter,sans-serif}.btn-base .tac{text-align:center}.btn-base.danger p{color:#ff4d00}.btn-base.danger:hover{background-color:#f2f2f2;cursor:pointer}.btn-base:hover{border-color:#787878;cursor:pointer}.btn-base.rond{border-radius:100px;padding:15px;aspect-ratio:1.1}.btn-base.disabled{opacity:.5;cursor:not-allowed}.btn-simple{border-radius:9px;background:#f1f1f1;display:flex;padding:5px 15px;justify-content:center;align-items:center;gap:10px}.btn-simple p{color:#fff;font-weight:500;font-size:16px}.btn-simple:hover{background:#030174}.btn-simple svg{width:15px}.nouvMdp{width:100%}.btn-pro{background:#030174;border-radius:50px;display:flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px;border:none;transition:.15s ease-in-out}.btn-pro p{color:#fff;font-weight:500;font-size:16px;font-family:Inter,sans-serif}.btn-pro:hover{background:#030174;cursor:pointer;transition:.15s ease-in-out}.btn-pro.danger{background:#ff4d00}.btn-pro.danger p{color:#fff}.btn-pro.danger:hover{background-color:#943500}.btn-pro.scnd{background:#f2f2f2}.btn-pro.scnd p{color:#000;font-family:Inter,sans-serif}.btn-pro.scnd:hover{background:#d8d8d8}.btn-pro.off{opacity:.5;pointer-events:none}.btn-pro.full{margin-top:1.25vw;width:100%}.btn-front{background:#f1f1f1;border-radius:50px;display:flex;padding:7px 15px;justify-content:center;align-items:center;gap:10px;border:none;transition:.15s ease-in-out;position:relative;overflow:hidden}.btn-front.spe{background:#030174;padding:5px 5px 5px 15px}.btn-front.spe span{position:absolute;width:100%;height:100%;left:-20px;transform:skew(20deg);background:#f1f1f1;transition:.15s ease-in-out}.btn-front.spe .icon{padding:5px;border-radius:50px;background-color:#fff;width:30px;height:30px;z-index:10;display:flex;justify-content:center;align-items:center;transition:.15s ease-in-out;aspect-ratio:1}.btn-front.spe:hover{background:none;cursor:pointer;transition:.15s ease-in-out}.btn-front.spe:hover span{background-color:#030174;left:-10px;width:150%;transition:.15s ease-in-out}.btn-front.spe p{padding:5px;color:#fff;z-index:2;font-family:Inter,sans-serif}.btn-front.spe.active{background:#030174}.btn-front.spe.active span{background-color:#030174}.btn-front.black{background-color:#524d4d}.btn-front p{color:#fff;z-index:2;font-size:16px;white-space:nowrap;font-family:Inter,sans-serif}.btn-front:hover{background:#030174;cursor:pointer;transition:.15s ease-in-out}.X1NEdb{display:none!important}.fin{position:relative}.fin:after{position:absolute;top:100%;left:100%;background:linear-gradient(270deg,#fff,#ffffff36 13.15%,#ffffff24 42.52%,#fff0 97.14%)}.dnone{display:none!important}.modal{position:fixed;background:#000000b5;top:0;left:0;height:100%;min-width:100%;width:100%;z-index:10000;overflow:scroll}.modal.closed{pointer-events:none;background-color:transparent;visibility:hidden;overflow:hidden;transition:background-color .3s ease-in-out,visibility 0s .3s}.modal.closed .modal-content{transform:translateY(100%);transition:.3s ease-in-out;opacity:0}.modal .registerPro{display:flex;flex-direction:column;gap:15px}.modal .formheader{display:flex;align-items:center;position:sticky;top:0;padding:10px;margin-bottom:15px;background:#fff;border-bottom:#d9d9d9 1px solid;z-index:10}.modal .modal-content{transition:.3s ease-in-out;max-width:800px;width:-moz-fit-content;width:fit-content;display:inline-flex;padding:20px;flex-direction:column;align-items:center;gap:40px;border-radius:30px;min-width:200px;background:#fff;box-shadow:15px 31px 40px #0000005e;margin-top:calc(140px + 2vh);margin-bottom:50px}.modal .large{width:100%;max-width:1000px;height:-moz-fit-content;height:fit-content}.modal .confirmation,.modal .result{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.modal .confirmation .result,.modal .result .result{width:100%;max-width:500px;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;text-align:center}.modal .confirmation .result p,.modal .result .result p{font-size:16px;font-weight:500}.modal .confirmation .illu,.modal .result .illu{display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:10px;border:#030174 1px solid;padding:15px;border-radius:9px}.modal .confirmation .illu.alert,.modal .result .illu.alert{border:#ff4d00 1px solid}.modal .confirmation .illu svg,.modal .result .illu svg{width:70px;max-width:70px}.modal .confirmation .illu .txt,.modal .result .illu .txt{display:flex;flex-direction:column;gap:5px;text-align:left}.modal .confirmation .illu .txt p,.modal .result .illu .txt p{font-size:18px}.modal.open{display:flex;justify-content:center;align-items:flex-start}.modal .btns{padding-top:15px}.modal .btns a,.modal .btns button{width:100%}.modal button{width:-moz-fit-content;width:fit-content;margin:auto}.modal button.inactive{opacity:.5;cursor:not-allowed}.alerttop{width:100%;right:40px;padding:15px 10px;background-color:#92ffb1;position:fixed;z-index:11000;width:-moz-fit-content;width:fit-content;border-radius:9px;top:30px;box-shadow:0 4px 40px #00000040;transition:.2s ease-in-out}.alerttop.open{display:block}.alerttop.alert{background-color:#ffe2d1}.alerttop.closed{transition:.2s ease-in-out;opacity:0;transform:translateY(calc(-100% + 30px))}.alerttop .btn-base{padding:5px}.alerttop .btn-base svg{width:15px}.alerttop .alert-content{width:90%;margin:auto;max-width:2250px;display:flex;justify-content:space-between;align-items:center;gap:8px;border-radius:9px}.alerttop .alert-content .txt{display:flex;gap:15px;align-items:center}.alerttop .alert-content .txt p{font-weight:500;font-size:16px}.alerttop .alert-content .txt svg{width:25px}.alerttop svg{width:18px}.alerttop .btns{padding-top:15px;display:flex;flex-direction:row;gap:15px}.alerttop .btns a,.alerttop .btns button{width:100%}.tsave{display:flex;justify-content:space-between}.filtre{display:flex;gap:5px 10px}.filtre a{color:#000;background:#fff;font-size:16px;padding-left:5px}.filtre a.active,.filtre a:hover{font-weight:600;color:#f1f1f1}.filtre.verti{flex-direction:column}.filtre span{align-self:center}.loading{height:20px;width:100%;position:relative;overflow:hidden}.loading span{background:linear-gradient(270deg,#d9d9d900,#d9d9d9 54.27%,#fff0);animation-name:loadinganim;transform:translate(50%);animation-duration:1s;animation-iteration-count:infinite;width:100%;height:100%;position:absolute}.loadingAnim{justify-self:center;align-self:center;width:100%;height:100%;justify-content:center;align-items:center;display:flex;grid-column:1/-1}.loadingAnim svg{height:70px;fill:#f1f1f1}.formheader{display:flex;align-items:center;position:sticky;top:110px;padding:10px;background:#fff;border-bottom:#d9d9d9 1px solid;z-index:10}.step-indicator{display:flex;gap:15px;justify-content:flex-end;flex:1}.step-indicator svg{width:12px}.step-indicator .step-item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px}.step-indicator .step-item p{color:#787878}.step-indicator .step-item.active p{color:#030174}.dropzone.drag-over{border:1px dashed #f1f1f1;background-color:#0000001a}.itemnotif{display:flex;padding:10px;align-items:center;gap:15px;border-radius:9px;background-color:#92ffb1;border:solid .5px #d8d8d8}.itemnotif.link{cursor:pointer}.itemnotif.link:hover{filter:drop-shadow(0px 4px 4px rgba(0,0,0,.086));border:.5px solid #f1f1f1}.itemnotif p{width:100%}.itemnotif svg{width:32px}.itemnotif.alert{background-color:#ffe2d1}.notifs{border-radius:29px;padding:10px;gap:10px;display:flex;border:1px solid #ff5e00;background:#fff;transition:.2s ease-in-out;align-items:center;position:relative}.notifs p{display:none}.notifs svg{filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));transition:.2s ease-in-out}.notifs:hover{transition:.2s ease-in-out;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.25));cursor:pointer}.notifs:hover svg{filter:none;transition:.2s ease-in-out}.notifs.nouv{border-radius:9px}.notifs.nouv p{display:inline}.notifs.nouv svg{transform:rotate(25deg)}.notifs.nouv:hover svg{transform:rotate(0)}.notifs .nbnotif{display:flex;justify-content:center;align-items:center;background-color:red;color:#fff;border-radius:50px;padding:3px;width:20px;height:20px;font-size:12px;position:absolute;bottom:0;right:0;transform:translate(40%,40%)}.notifs .nbnotif p{display:block}.notifsac{display:flex;gap:18px}.notifsac .alert{background-color:#ffe2d1}.notifsac .link{cursor:pointer}@keyframes loadinganim{0%{right:30%}50%{right:70%}to{right:30%}}.confirmation{display:flex;flex-direction:column;gap:15px;align-items:center;width:100%}.confirmation p{font-size:16px;font-weight:500}.confirmation .illu{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;border:#030174 1px solid;padding:15px;width:-moz-fit-content;width:fit-content;border-radius:9px}.confirmation .illu.alert{border:#ff4d00 1px solid}.confirmation .illu svg{width:70px;max-width:70px}.confirmation .illu .txt{display:flex;flex-direction:column;gap:5px}.confirmation .illu .txt p{font-size:18px;overflow:hidden;text-overflow:ellipsis}.confirmation .infos{display:flex;gap:15px;width:100%;flex-wrap:wrap;justify-content:center}.confirmation .infos .grp{flex-wrap:nowrap;width:-moz-fit-content;width:fit-content;text-align:center}.confirmation .grp{display:flex;justify-content:center;width:100%}.cookieConsent{overflow:hidden;position:fixed;bottom:0;gap:10px;right:0;background:#fff;padding:20px;border-radius:15px;text-align:left;z-index:10000;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:16px;font-weight:500;width:100%;box-shadow:0 4px 40px #00000040}.cookieConsent .head{display:flex;flex-direction:row;font-size:18px;font-weight:600;width:100%;gap:10px;justify-content:center;align-items:center}.cookieConsent .head svg{width:30px}.cookieConsent .switches{display:flex}.cookieConsent .form-group{display:flex;gap:10px;align-items:center;justify-content:left;padding:15px;flex-direction:row}.cookieConsent .form-group label{font-size:18px;font-weight:500}.cookieConsent .form-group:hover{background-color:#f2f2f2;border-radius:9px}.cookieConsent .btns{display:flex;gap:10px;justify-content:center;align-items:center}.cookieConsent .head{display:none}.cookieConsent.small{cursor:pointer;gap:0px;width:50px;height:50px;padding:15px;margin:20px}.cookieConsent.small .head{display:flex}.cookieConsent.small .head h4{display:none}.cookieConsent.small .btns{pointer-events:none}.cookieConsent.small>*:not(.head){margin-left:50%;opacity:0}.simpleswitch{display:flex;gap:5px;padding:5px;background-color:#524d4d;transition:.2s ease-in-out;height:25px;justify-content:start;cursor:pointer;width:50px;border-radius:50px;transition:ease-in .4s;border:1px solid #d9d9d9;position:relative}.simpleswitch span{width:50%;border-radius:50px;left:0;height:100%;transition:ease-in .2s;position:absolute;background-color:transparent}.simpleswitch span:after{content:" ";position:absolute;width:90%;height:90%;border-radius:50%;background-color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);transition:ease-in .2s}.simpleswitch.active{transition:ease-in-out .2s;background-color:#030174}.simpleswitch.active span{transform:translate(100%);transition:ease-in-out .2s}.simpleswitch:hover{transition:ease-in-out .1s;border:1px solid #f1f1f1}.simpleswitch.disabled{opacity:.5;cursor:not-allowed}.fourofour{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh}.fourofour h1{font-size:70px;font-weight:600}.fourofour p{font-size:20px;font-weight:500}.fourofour a{font-size:20px;font-weight:500;color:#030174;text-decoration:underline}.fourofour .contentFront{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.noise-overlay{position:absolute;left:0;top:0;width:100vw;height:100vh;pointer-events:none}.hero{margin:0;text-align:left}.hero .background{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.hero .background svg{height:90%}.hero .content{margin-top:90px;width:90%;border-radius:30px;background:linear-gradient(0deg,#fff,#f1f1f1);padding:4.1666666667vw 0;position:relative}.hero .content .head{grid-column:2/12;display:flex;flex-direction:row;gap:1.25vw;z-index:1}.hero .content .head .left{width:100%;display:flex}.hero .content .head .right{width:100%;display:flex;flex-direction:column;gap:1.25vw}.hero .content .head .right h1{line-height:1.4}.hero .ctas{padding-top:4.1666666667vw;grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:1.25vw;z-index:1}@media screen and (max-width: 1024px){.slider{height:250px!important}section,.section{position:relative;width:100%;margin:8.3333333333vw 0 0}section .content,.section .content{gap:4.1666666667vw;padding:4.1666666667vw!important;width:95%}section .content.c0,.section .content.c0{padding:0!important}.sec4 .left .top h3,.sec4 .right .top h3{text-align:left;padding-left:2.0833333333vw}.hero .content{margin-top:0;width:95%}.large-flex{flex-direction:column!important}.large-grid{grid-column:1/-1!important}.slider .slide img{transform:scale(1)!important}h1,h2{font-size:28px}p{font-size:16px!important}.mobilednone{display:none!important}.mobleft{align-items:flex-start!important}.ctas{padding:2.0833333333vw}.sec2 .content .left,.sec2 .content .right{gap:10px!important}.sec2 .content .icon{margin:0;display:flex;justify-content:center}.sec2 .content .icon svg{height:50px;width:inherit}.sec3 .content .txt{margin-top:50%}.sec3 .content .illustration{position:absolute;top:-10%!important;right:0!important;width:120%!important}section h2,.section h2{grid-column:1/-1;text-align:left}.card{grid-column:span 2!important}.card a{color:#030174!important;padding-top:10px}.sec4 .left,.sec4 .right,.sec6 .content .review-card{padding:4.1666666667vw!important}footer .content .footer-links a,footer .content .footer-links button{margin:0!important;padding:0!important;color:#030174;text-decoration:none;background:none;border:none;cursor:pointer}}@keyframes hslideLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes hslideRight{0%{opacity:0;transform:translate(50px)}to{filter:blur(0px);opacity:1;transform:translate(0)}}@keyframes hslideUp{0%{opacity:0;transform:translateY(50px)}to{filter:blur(0px);opacity:1;transform:translateY(0)}}.btna,.btnb,.btnc{border-radius:50px;display:flex;gap:20px;font-size:24px;align-items:center;padding:15px 30px;filter:drop-shadow(0 0 2em rgba(100,108,255,0));transition:.2s}.btna:hover,.btnb:hover,.btnc:hover{cursor:pointer;filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667));transition:.2s}.modal .btnc{padding:5px;margin:inherit}.btna{background-color:#030174;color:#fff;border:2px solid #030174;position:relative;overflow:hidden}.btna p{font-size:24px;z-index:2;color:#fff;transition:.2s ease-in-out}.btna svg{fill:#fff;z-index:1;transition:.2s ease-in-out}.btna:before{content:"";background-color:#fff;position:absolute;border-radius:50px;height:80%;width:90%;left:50%;opacity:0;top:0;transform:translate(-50%);transition:.2s ease-in-out}.btna:hover{border:2px #030174 solid}.btna:hover svg{fill:#030174;transition:.2s ease-in-out;scale:1.2}.btna:hover p{font-size:24px;z-index:2;color:#030174;transition:.2s ease-in-out}.btna:hover:before{opacity:1;content:"";background-color:#fff;position:absolute;border-radius:50px;height:95%;width:100%;left:50%;bottom:0;transform:translate(-50%);transition:.1s ease-in-out}.btnb{background-color:#fff;color:#fff;border:2px solid #030174;position:relative;overflow:hidden}.btnb p{font-size:24px;z-index:2;color:#030174;transition:.2s ease-in-out}.btnb svg{fill:#030174;z-index:1;transition:.2s ease-in-out}.btnb:before{content:"";background-color:#fff;position:absolute;border-radius:50px;height:100%;width:100%;left:50%;top:0;transform:translate(-50%);transition:.2s ease-in-out}.btnb:hover{background-color:#030174;border:2px #030174 solid}.btnb:hover svg{fill:#030174;transition:.2s ease-in-out;scale:1.2}.btnb:hover p{font-size:24px;z-index:2;color:#030174;transition:.2s ease-in-out}.btnb:hover:before{opacity:1;content:"";background-color:#fff;position:absolute;border-radius:50px;height:95%;width:100%;left:50%;top:0;transform:translate(-50%);transition:.2s ease-in-out}.slider{position:relative;width:100%;max-width:800px;margin:auto;overflow:hidden;border-radius:10px;height:300px}.slider .slides{position:relative;display:flex;justify-content:center;align-items:center;height:100%}.slider .slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out}.slider .slide.active{opacity:1;z-index:1}.slider .slide.active img{transform:scale(1.5)}.slider .slide.previous{z-index:0}.slider .slide img{width:100%;border-radius:10px;transition:transform 1s ease-in-out;height:100%;-o-object-fit:contain;object-fit:contain}.sec2 svg{width:120px}.sec2 .content{background-color:#f1f1f1}.sec2 .content .left,.sec2 .content .right{border-radius:30px;background:#fff;display:flex;padding:20px;gap:30px}.sec2 .content .left.left,.sec2 .content .right.left{grid-column:1/7}.sec2 .content .left.right,.sec2 .content .right.right{grid-column:7/-1}.sec2 .content .txt{display:flex;flex-direction:column;gap:10px}.sec2 .content .icon{margin:0;display:flex}.sec3 .content{border-radius:30px;background:#fff;position:relative;padding:4.1666666667vw;overflow:hidden}.sec3 .content .txt{grid-column:1/8;z-index:1;gap:2.0833333333vw}.sec3 .content .txt h2{text-align:left}.sec3 .content .illustration{position:absolute;top:-10%;right:-40px;width:70%}.sec3 .content .illustration svg{width:130%;height:100%}.sec4 .content{background-color:transparent;padding-top:2.0833333333vw}.sec4 .left,.sec4 .right{border-radius:30px;background:#fff;display:flex;flex-direction:column;padding:2.0833333333vw;gap:30px;border:2px solid #030174;position:relative;transition:.2s ease-in-out;overflow:hidden}.sec4 .left:hover,.sec4 .right:hover{border-bottom:20px solid #030174}.sec4 .left.left,.sec4 .right.left{grid-column:1/7}.sec4 .left.right,.sec4 .right.right{grid-column:7/-1}.sec4 .left .top,.sec4 .right .top{display:flex;gap:1.25vw;justify-content:left;align-items:center;z-index:1}.sec4 .left .top h3,.sec4 .right .top h3{font-family:Bom,serif}.sec4 .left .top svg,.sec4 .right .top svg{height:50px}.sec4 .left .cta,.sec4 .right .cta{display:flex;align-items:center;justify-content:center;color:#030174;gap:20px;z-index:3}.sec4 .left .cta p,.sec4 .right .cta p{font-size:20px}.sec4 .left .cta svg,.sec4 .right .cta svg{width:20px;fill:#030174;transition:.2s ease-in-out}.sec4 .left p,.sec4 .right p{z-index:1}.sec4 .left:before,.sec4 .right:before{content:"";background-color:#fff;position:absolute;border-radius:30px;height:100%;width:100%;left:50%;top:0;transform:translate(-50%);transition:.2s ease-in-out}.sec4 .left:hover,.sec4 .right:hover{background-color:#030174;border:2px #030174 solid;transition:.2s ease-in-out;cursor:pointer}.sec4 .left:hover .cta svg,.sec4 .right:hover .cta svg{scale:1.3;transition:.2s ease-in-out}.sec4 .left:hover:before,.sec4 .right:hover:before{opacity:1;content:"";background-color:#fff;position:absolute;border-radius:30px;height:100%;width:100%;left:50%;top:0;transform:translate(-50%,-5px);transition:.2s ease-in-out}.sec5{height:-moz-fit-content;height:fit-content;flex-direction:column;margin-top:4.1666666667vw}.sec5 .content{background-color:transparent;margin-top:2.0833333333vw;padding-top:inherit}.sec5 h2 img{height:30px}.cards{gap:1.25vw;display:flex;flex-wrap:wrap;overflow:visible;border-radius:5px;grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr)}.cards ::-webkit-scrollbar{width:5px;height:0px}.card{height:450px;width:100%;flex:0 0 auto;grid-column:span 1;gap:1.25vw;border-radius:30px;background-color:#fff;position:relative;transition:.2s ease-in-out;overflow:hidden;background:linear-gradient(0deg,#fff,#f1f1f1)}.card .img{transition:.2s ease-in-out;display:flex;top:50%;left:50%;transform:translate(-50%,-50%);position:relative;width:60%;overflow:hidden}.card .img .im1{animation:real 3s infinite alternate}.card:hover .img .im1{animation:realb .2s forwards;margin-left:0%;transition:.2s}.card h4{top:0;left:0;position:absolute;margin:25px;font-size:25px;font-weight:300;font-family:Bom,serif;text-align:left}.card .lien{bottom:0;left:0;position:absolute;margin:25px;color:#f1f1f1;text-align:left}.card:hover .aww a{font-size:20px}.card .aww{top:0;right:0;position:absolute;margin:25px}.card .aww img{float:left;margin:10px}.card a{line-height:120%;display:block;transition:.2s ease-in-out;color:#f1f1f1;background-color:transparent}.card .img img{transition:.2s ease-in-out;width:100%}.card:hover{background-color:#f1f1f1;box-shadow:none;background:#fff}.card:hover .img{width:80%;overflow:visible;transition:.2s ease-in-out}.card:hover .img img{transition:.2s ease-in-out;width:50%}.card:hover a{color:#030174;line-height:150%;font-size:25px;text-decoration:underline;transition:.2s ease-in-out}.card a:hover{text-decoration:underline;color:#746aff;transition:.1s ease-in-out}.sec5 h3{margin-left:var(--small)}.sec5 .autre a{color:#030174;background-image:linear-gradient(#fff,#fff)}.sec5 .autre a:hover{color:#030174;text-decoration:underline}.sec6 .content{background-color:transparent;padding-top:2.0833333333vw;align-items:start}.sec6 .content .review-card{grid-column:span 4;padding:2.0833333333vw;overflow:hidden;padding-top:0;text-align:center;background-color:#fff;border-radius:30px;position:relative}.sec6 .content .review-card .back{z-index:-1;position:absolute;width:100%;right:0;transform:rotate(-45deg)}.sec6 .content .review-card .back svg{fill:#f1f1f1;width:100%}.sec6 .content .review-card .client-info{width:100%;display:flex;flex-direction:column;padding:1.25vw}.sec6 .content .review-card .client-info h4{font-size:43px}.sec6 .content .review-card .client-info span{font-family:Bom,serif}.sec7{padding-top:2.0833333333vw}.sec7 .content{border-radius:30px;padding:2.0833333333vw}.sec7 .content .line{position:relative;width:300px;display:flex;align-items:center;justify-content:center}.sec7 .content .line svg{position:absolute;width:100%}.sec7 .content .line h4{font-size:58px;z-index:1;font-family:Bom,serif}.sec7 .content .vals{grid-column:span 6;display:flex;gap:20px;flex-direction:column}.sec7 .content .vals p{font-weight:400}.sec7 .content .vals .txt{flex:1}.sec7 .content p{font-weight:400}.sec7 .content .miss{grid-column:span 6;display:flex;gap:20px;flex-direction:column}.sec7 .content .miss .txt{flex:1}.sec7 .content .logo{grid-column:4/-4;height:-moz-fit-content;height:fit-content}.sec7 .content .logo svg{width:100%}.sec7 .content .right{grid-column:7/-1}.sec7 .content .right button svg{width:inherit}.sec7 .content .left{align-items:left;grid-column:1/7}.sec7 .content .center{align-items:left;grid-column:5/-5}.sec7 .content .full{grid-column:1/-1;display:flex;align-items:center;justify-content:center}.sec7 .content .txt{display:flex;flex-direction:column;gap:1.25vw;padding:2.0833333333vw;grid-column:1/-1}.sec7 .content .txt img{width:200px}.sec7 .content .txt h2{width:100%;text-align:left;line-height:.7}.sec7 .content .txt h2 span{font-size:22px;text-align:right}@media screen and (max-width: 768px){.sec7 .content{flex-direction:column!important;gap:30px}}.menu{width:100%;position:relative;display:flex;justify-content:center}.menu .content{max-width:2250px;position:fixed;border-radius:30px;top:0;display:flex;justify-content:space-between;background:transparent;z-index:500;height:auto;min-height:70px;overflow:visible;transition:background .4s ease,box-shadow .4s ease,-webkit-backdrop-filter .4s ease;transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease;transition:background .4s ease,box-shadow .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease;align-items:center}.menu.scrolled .content{margin-top:10px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.menu.scrolled .content ul{transition:height .4s ease}.menu .logo{height:70px;position:relative;display:flex;align-items:center;padding:20px;margin-left:1.25vw;overflow:hidden;max-width:50px;transition:max-width .5s cubic-bezier(.4,0,.2,1)}.menu .logo a{background:transparent;display:flex;align-items:center}.menu .logo svg{height:30px;width:auto;flex-shrink:0}.menu.scrolled .logo{max-width:200px}.menu ul{transition:height .4s ease;position:absolute;left:50%;transform:translate(-50%);top:0;height:auto;min-height:70px;display:flex;flex-direction:row;gap:30px;justify-content:center;list-style-type:none;padding-left:0;align-items:flex-start;margin:0;padding-top:8px}.menu .menu-cta{height:70px;display:flex;align-items:center;padding-right:1.25vw;margin-top:0}.menu .menu-cta a.btna{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;height:52px;white-space:nowrap;clip-path:inset(0 0 0 calc(100% - 52px) round 999px);transition:clip-path .38s cubic-bezier(.4,0,.2,1)}.menu .menu-cta a.btna p{margin:0;font-size:16px;opacity:0;transition:opacity .3s ease}.menu .menu-cta a.btna svg{flex-shrink:0}.menu .menu-cta a.btna:hover{clip-path:inset(0 0 0 0 round 999px)}.menu .menu-cta a.btna:hover p{opacity:1}.menu.scrolled .menu-cta a.btna{clip-path:inset(0 0 0 0 round 999px)}.menu.scrolled .menu-cta a.btna p{opacity:1}.menu li.menu-navglass{list-style:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:8px 10px;border-radius:26px;background:#ffffff8c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.5);box-shadow:none;transition:background .26s ease,border-color .26s ease,padding .26s ease,width .32s ease,box-shadow .26s ease;overflow:hidden;width:-moz-fit-content;width:fit-content;flex:0 0 auto}.menu li.menu-navglass.open{width:min(920px,95vw);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:#ffffffc7;box-shadow:0 18px 55px #00000024;padding-bottom:16px}.menu .menu-navglass__top{display:flex;flex-direction:row;gap:30px;align-items:center;justify-content:center;height:54px;padding:0 10px}.menu .menu-navglass__item a{background-image:none;color:#030174;font-weight:600}.menu .menu-navglass__item.active a{color:#030174;font-weight:700}.menu .menu-navglass__mega{width:100%;padding:0 14px;max-height:0;opacity:0;transform:translateY(-6px);transition:max-height .32s ease,opacity .22s ease,transform .22s ease;overflow:hidden}.menu li.menu-navglass.open .menu-navglass__mega{max-height:520px;opacity:1;transform:translateY(0);padding-top:14px}.menu li{border-radius:25px;transition:background .2s ease}.menu li a{color:#524d4d;background-color:transparent}.menu li a.btna{background-color:#030174}.menu li a.btna p{font-size:16px}.menu li a:not(.lng){font-size:15px;font-weight:500;height:50px;color:#524d4d;padding:10px;background-image:url(../img/run.svg);background-repeat:no-repeat;display:flex;align-items:center;background-size:0%}.menu li.active:not(.lng) a{color:#030174;font-weight:700;background-size:inherit}.menu .active,.menu li a:hover{color:#030174;transition:.2s ease-in-out}.menu li.has-dropdown{position:relative;cursor:pointer}.menu li.has-dropdown>a:after{content:"";display:inline-block;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:6px;margin-bottom:2px;transition:transform .2s ease}.menu li.has-dropdown:hover>a:after{transform:rotate(-135deg)}.menu li.has-dropdown .dropdown{position:absolute;top:calc(100% + 8px);left:0;display:flex;flex-direction:column;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;box-shadow:0 12px 40px #0000001f;padding:12px;min-width:260px;width:-moz-max-content;width:max-content;gap:4px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:600}.menu li.has-dropdown .dropdown li{border-radius:12px}.menu li.has-dropdown .dropdown li a{font-size:15px;font-weight:500;height:auto;padding:12px 18px;background-image:none;background-color:transparent;white-space:nowrap;display:block;border-radius:12px;transition:background-color .15s ease,color .15s ease}.menu li.has-dropdown .dropdown li a:hover{background-color:#03017414;color:#030174}.menu li.has-dropdown .dropdown li.active a{background-size:0;background-color:#0301741a;color:#030174;font-weight:600}.menu li.has-dropdown:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}.menu li.has-solutions .solutions-dropdown,.menu-mobile{display:none}.menu-mobile .btn-style-secondary{padding:10px}.menu-mobile svg.hb{width:30px}@media screen and (max-width: 1024px){h2{font-size:42px}.menu-mobile{display:flex!important;position:absolute;height:70px;right:10px;top:0;align-items:center;z-index:502}.menu{height:70px;overflow:visible}.menu:after{content:"";position:fixed;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,rgb(255,255,255) 0%,transparent);z-index:499;pointer-events:none}.menu .content{width:100%;height:70px}.menu .btn-style-secondary svg{transform:scale(1.4)}.menu .menu-liste,.menu .menu-cta{display:none!important}}.mobile-overlay{display:none}@media screen and (max-width: 1024px){.mobile-overlay{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;left:0;z-index:499;background:#fff;padding:100px 28px 40px;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-overlay.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-overlay__nav{display:flex;flex-direction:column;gap:0;flex:1;text-align:left}.mobile-overlay__link{display:block;font-size:22px;font-weight:600;color:#030174;padding:18px 0;border-bottom:1px solid rgba(3,1,116,.06);text-decoration:none;background:transparent;text-align:left}.mobile-overlay__section{border-bottom:1px solid rgba(3,1,116,.06)}.mobile-overlay__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:22px;font-weight:600;color:#030174;padding:18px 0;background:none;border:none;cursor:pointer;text-align:left}.mobile-overlay__trigger svg{transition:transform .25s ease;flex-shrink:0}.mobile-overlay__trigger.open svg{transform:rotate(180deg)}.mobile-overlay__sub{display:flex;flex-direction:column;gap:4px;padding:0 0 16px}.mobile-overlay__sublink{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;padding:12px 16px;border-radius:14px;text-decoration:none;color:#111;background:#03017408;transition:background .2s ease}.mobile-overlay__sublink:hover,.mobile-overlay__sublink:active{background:#03017412}.mobile-overlay__sublink span{font-size:13px;font-weight:400;color:#888;line-height:1.4;width:auto;height:auto;display:block;background:none}.mobile-overlay__bottom{padding-top:24px;display:flex;justify-content:center}.mobile-overlay__bottom .btna{width:100%;justify-content:center;font-size:18px}.mobile-overlay__bottom .btna p{font-size:18px}}.from-top,.from-right,.from-left,.from-bottom{filter:blur(2px);scale:1;opacity:0}.from-top.animate{opacity:1;transform:translateY(0);animation:slideDown .4s ease-out forwards;scale:1}.from-left.animate{opacity:1;transform:translate(0);animation:slideLeft .4s ease-out forwards;scale:1}.from-right.animate{opacity:1;transform:translate(0);animation:slideRight .4s ease-out forwards;scale:1}.from-bottom.animate{opacity:1;transform:translateY(0);animation:slideUp .4s ease-out forwards;scale:1}@keyframes slideDown{0%{opacity:0;filter:blur(3px);transform:translateY(-50px)}to{filter:blur(0px);transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;filter:blur(3px);transform:translate(-50px)}to{filter:blur(0px);transform:translate(0)}}@keyframes slideRight{0%{opacity:0;filter:blur(3px);transform:translate(50px)}to{filter:blur(0px);transform:translate(0)}}@keyframes slideUp{0%{opacity:0;filter:blur(3px);transform:translateY(50px)}to{filter:blur(0px);transform:translateY(0)}}.animated-svg{margin:auto;display:block}.animated-path{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 5s linear infinite,bounce 2s ease-in-out infinite}@keyframes draw{to{stroke-dashoffset:0}}@keyframes bounce{}footer{text-align:center;margin-top:2.0833333333vw}footer a{background-color:transparent}footer .content{border-radius:30px 30px 0 0;display:flex;background:linear-gradient(0deg,#fff,#f1f1f1);background-color:transparent;align-items:center;justify-content:space-between;padding:1.25vw 2.0833333333vw;gap:10px;width:90%}footer .content .footer-links{display:flex;flex-direction:column;align-items:end}footer .content .footer-links a,footer .content .footer-links button{margin:0 10px;color:#030174;text-decoration:none;background:none;border:none;cursor:pointer}footer .content .footer-links a:hover,footer .content .footer-links button:hover{text-decoration:underline}footer .content p{margin-top:10px;color:#6c757d}footer .reseaux{display:flex;gap:10px}footer .reseaux a{display:flex;align-items:center}footer .reseaux svg{fill:#000}footer .reseaux svg:hover{fill:#030174}.modal .top{display:flex;justify-content:space-between;align-items:center;width:100%}.modal .btnc{padding:5px 10px;background-color:#fff;color:#524d4d}.modal .btnc p{font-size:18px;margin-top:0}.modal .btnc:hover p{color:#030174}.modal-content{background-color:#fefefe;align-items:flex-start;display:flex;justify-content:center;margin:15% auto;padding:2.0833333333vw;border:1px solid #888;width:100%;max-width:1000px;border-radius:30px;box-shadow:0 5px 15px #0000004d;animation:fadeIn .3s ease;text-align:left;gap:20px}.modal-content h2{font-size:1.5em;margin-top:0}.modal-content h3{margin-top:1.25vw}.modal-content p{font-size:14px;line-height:1.6}.modal-content .close{color:#aaa;font-size:28px;font-weight:700;position:absolute;top:10px;right:15px;cursor:pointer}.modal-content .close:hover{color:#000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 1024px){footer .content{border-radius:30px 30px 0 0;display:flex;background:linear-gradient(0deg,#fff,#f1f1f1);background-color:transparent;align-items:flex-start;justify-content:space-between;padding:1.25vw 2.0833333333vw;gap:8.3333333333vw;width:90%}footer .content .footer-links{align-items:flex-start}}#strategie-video{padding:80px 0;background-color:var(--background-secondary)}#strategie-video .content{max-width:var(--max-width);margin:0 auto;padding:0 20px}#strategie-video .content img{max-width:400px}#strategie-video .content h2{text-align:center;margin-bottom:60px;font-size:2.5rem;color:var(--text-primary)}#strategie-video .content .service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}#strategie-video .content .service-grid .service-card{background:var(--background-primary);padding:30px;border-radius:15px;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}#strategie-video .content .service-grid .service-card:hover{transform:translateY(-5px)}#strategie-video .content .service-grid .service-card h3{font-size:1.5rem;margin-bottom:20px;color:var(--text-primary)}#strategie-video .content .service-grid .service-card p{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){#strategie-video{padding:40px 0}#strategie-video .content h2{font-size:2rem;margin-bottom:40px}#strategie-video .content .service-grid{grid-template-columns:1fr;gap:20px}}.intro-animation{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;background:#fff;pointer-events:none}.intro-animation__wrapper{display:flex;align-items:center;gap:16px;will-change:transform}.intro-animation__icon{flex-shrink:0}.intro-animation__icon svg{width:clamp(80px,14vw,140px);height:auto;display:block}.intro-animation__text{font-family:Bom,sans-serif;font-size:clamp(64px,11vw,110px);font-weight:700;color:#030174;line-height:1;white-space:nowrap}.side-nav{position:fixed;left:30px;top:50%;transform:translateY(-50%);z-index:400}.side-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.side-nav li{display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease}.side-nav__line{display:block;height:1.5px;width:20px;background:silver;border-radius:2px;transition:width .3s ease,background .3s ease}.side-nav__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:transparent;transition:color .3s ease,opacity .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.side-nav li.active .side-nav__line{width:36px;background:#030174}.side-nav li.active .side-nav__label{color:#030174}.side-nav li:hover:not(.active) .side-nav__line{width:28px;background:#88a}.side-nav li:hover:not(.active) .side-nav__label{color:#88a}@media screen and (max-width: 1024px){.side-nav{display:none}}section.services-grid{padding:4.1666666667vw 0;background:transparent;margin:0}section.services-grid>.content{max-width:2250px;margin:auto;display:flex!important;flex-direction:column;gap:2.0833333333vw;align-items:center;grid-template-columns:none!important;background-color:transparent;width:100%;padding:0 2.0833333333vw}section.services-grid .services-grid__row{display:flex;flex-direction:row;align-items:stretch;gap:20px;width:100%;padding:0 2.0833333333vw}section.services-grid .services-grid__cards{display:flex;flex-direction:row;gap:20px;flex:1;min-width:0}section.services-grid .services-grid__ctas{display:flex;flex-direction:column;justify-content:center;gap:16px;flex-shrink:0}section.services-grid .services-grid__ctas .btna,section.services-grid .services-grid__ctas .btnb{white-space:nowrap}section.services-grid .services-grid__card{background:#fff;border-radius:20px;padding:36px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;height:240px;position:relative;overflow:hidden;flex:1 1 0;transition:flex .5s cubic-bezier(.4,0,.2,1),background .4s ease;text-decoration:none;color:inherit}section.services-grid .services-grid__card .card-header{display:flex;justify-content:space-between;align-items:flex-start;z-index:1}section.services-grid .services-grid__card .card-info{display:flex;flex-direction:column;gap:4px}section.services-grid .services-grid__card .card-number{font-size:12px;font-weight:500;color:#999;transition:color .4s ease}section.services-grid .services-grid__card .card-title{font-family:Bom,serif;font-size:clamp(22px,3vw,32px);font-weight:700;color:#111;transition:color .4s ease}section.services-grid .services-grid__card .card-arrow{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .4s ease}section.services-grid .services-grid__card .card-arrow svg{width:16px;height:16px;stroke:#030174;transition:stroke .4s ease,transform .4s ease}section.services-grid .services-grid__card .card-illustration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65%;opacity:1;transition:opacity .3s ease;pointer-events:none}section.services-grid .services-grid__card .card-illustration img{width:100%;height:auto}section.services-grid .services-grid__card .card-body{position:relative;z-index:1}section.services-grid .services-grid__card .card-description{font-size:15px;font-weight:400;line-height:1.6;text-align:left;color:transparent;position:absolute;bottom:0;left:0;right:0;opacity:0;transition:opacity .4s ease,color .4s ease}section.services-grid .services-grid__card .card-tags{display:flex;flex-wrap:wrap;gap:8px;opacity:1;transition:opacity .2s ease}section.services-grid .services-grid__card .card-tag{width:auto!important;height:auto!important;font-size:13px;font-weight:500;padding:6px 14px;border-radius:50px;border:1px solid #ddd;color:#555;background:transparent;white-space:nowrap;display:inline-block}section.services-grid .services-grid__card:hover{flex:1.85 1 0;background:#030174}section.services-grid .services-grid__card:hover .card-illustration{opacity:0}section.services-grid .services-grid__card:hover .card-title{color:#fff}section.services-grid .services-grid__card:hover .card-number{color:#ffffff80}section.services-grid .services-grid__card:hover .card-arrow svg{stroke:#fff;transform:rotate(45deg)}section.services-grid .services-grid__card:hover .card-description{color:#fffc;opacity:1}section.services-grid .services-grid__card:hover .card-tags{opacity:0;pointer-events:none}@media screen and (max-width: 1024px){section.services-grid .services-grid__row{flex-direction:column;align-items:center}section.services-grid .services-grid__ctas{flex-direction:row;justify-content:center}}@media screen and (max-width: 768px){section.services-grid .services-grid__cards{flex-direction:column}section.services-grid .services-grid__card{min-height:180px}section.services-grid .services-grid__ctas{flex-direction:column;align-items:center;width:100%}}.circuit-hero{position:relative;width:100%;height:calc(100vh - 70px);height:calc(100dvh - 70px);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;background:linear-gradient(180deg,#f1f1f1,#fff)}.circuit-hero__canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.circuit-hero__cards{position:absolute;top:50%;left:50%;z-index:1;pointer-events:none;transform-style:preserve-3d}.circuit-hero__card{position:absolute;top:0;left:0;width:190px;padding:18px;background:#ffffff8c;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(3,1,116,.07);border-radius:14px;box-shadow:0 8px 32px #0301740a;transition:transform .15s ease-out,filter .6s ease,opacity .6s ease;transform-style:preserve-3d;will-change:transform,filter,opacity}.circuit-hero__card.active{border-color:#03017426;box-shadow:0 12px 40px #03017414;z-index:2}.circuit-hero__card-accent{margin-bottom:10px}.circuit-hero__card-accent .card-accent{width:100%;height:auto;display:block}.circuit-hero__card-lines{display:flex;flex-direction:column;gap:6px}.circuit-hero__card-line{height:5px;border-radius:2px;background:#0301740f}.circuit-hero__hero-logo{position:relative;z-index:2;margin-bottom:20px}.circuit-hero__hero-logo svg{height:32px;width:auto;display:block}.circuit-hero__center{position:relative;z-index:3;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:28px;margin:0}.circuit-hero__logo{flex-shrink:0}.circuit-hero__logo svg{width:72px;height:auto;opacity:.9}.circuit-hero__separator{width:1px;height:60px;background:#0301741f;flex-shrink:0}.circuit-hero__info{display:flex;flex-direction:column;gap:32px}.circuit-hero__carousel{position:relative;height:90px;width:380px;max-width:50vw}.circuit-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;text-align:left;opacity:0;transform:translateY(12px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);pointer-events:none}.circuit-hero__slide.active{opacity:1;transform:translateY(0)}.circuit-hero__slide h2{font-family:Bom,serif;font-size:clamp(22px,2.8vw,36px);font-weight:700;color:#030174;margin:0 0 4px}.circuit-hero__slide p{font-size:clamp(14px,1.4vw,18px);font-weight:400;color:#888;line-height:1.5;margin:0}.circuit-hero__dots{display:flex;gap:6px}.circuit-hero__dot{width:28px;height:3px;border:none;border-radius:2px;background:#0301741a;cursor:pointer;padding:0;transition:background .4s ease,width .4s ease}.circuit-hero__dot.active{background:#030174;width:44px}.circuit-hero__portfolio{position:relative;width:100%;height:260px;display:flex;align-items:center;justify-content:center;overflow:visible}.circuit-hero__portfolio-item{position:absolute;top:50%;left:50%;margin-top:-125px;margin-left:-200px;width:400px;height:250px;will-change:transform}.circuit-hero__portfolio-tilt{width:100%;height:100%;border-radius:22px;background:#fff;border:8px solid #fff;box-shadow:0 4px 16px #0301740a;transform-style:preserve-3d;position:relative;overflow:hidden}.circuit-hero__portfolio-tilt:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:22px;background:linear-gradient(180deg,#fff,#f0eff4);transform:translateZ(-4px)}.circuit-hero__portfolio-tilt:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:22px;background:linear-gradient(180deg,#f0eff4,#e4e2ed);transform:translateZ(-8px);box-shadow:0 4px 12px #0301740d}.active .circuit-hero__portfolio-tilt{overflow:visible;box-shadow:0 20px 40px -10px #503cc814,0 10px 20px -6px #00b4c80a,0 4px 10px #03017408}.active .circuit-hero__portfolio-tilt:after{box-shadow:0 24px 50px -10px #503cc814,0 12px 30px #00b4c808,-12px 18px 40px #8c50dc0d,12px 18px 40px #00a0b40a}.circuit-hero__portfolio-tilt img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:14px;position:relative;z-index:1}.circuit-hero__content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:48px;padding-bottom:80px}.circuit-hero__content h1{font-family:Bom,serif;font-size:clamp(32px,4.5vw,60px);font-weight:700;color:#111;line-height:1.12;letter-spacing:-.02em}.circuit-hero__content h1 span{color:#030174;width:auto!important;height:auto!important;display:inline;background:none}.circuit-hero .circuit-hero__ctas{display:flex;align-items:center;justify-content:center;gap:1.25vw;margin-top:8px}@media screen and (max-width: 1024px){.circuit-hero__cards{display:none}.circuit-hero__center{flex-direction:column;gap:16px}.circuit-hero__separator{width:40px;height:1px}.circuit-hero__info{align-items:center}.circuit-hero__slide{text-align:center;align-items:center}.circuit-hero__carousel{max-width:90vw}.circuit-hero__logo svg{width:48px}.circuit-hero__content{padding-bottom:60px}.circuit-hero__content h1{font-size:clamp(28px,6vw,48px)}}@media screen and (max-width: 768px){.circuit-hero{height:auto;min-height:calc(100vh - 70px);min-height:calc(100dvh - 70px)}.circuit-hero__portfolio{height:180px}.circuit-hero__portfolio-item{width:260px;height:160px;margin-left:-130px;margin-top:-80px}.circuit-hero__logo{top:35%}.circuit-hero__logo svg{width:40px}.circuit-hero__content{padding-bottom:40px;padding-left:16px;padding-right:16px}.circuit-hero__content h1{font-size:clamp(24px,7vw,36px)}.circuit-hero__ctas{flex-direction:column;gap:12px;width:100%;padding:0 20px}.circuit-hero__ctas .btna,.circuit-hero__ctas .btnb{width:100%;justify-content:center;font-size:16px}.circuit-hero__ctas .btna p,.circuit-hero__ctas .btnb p{font-size:16px}}.mmenu{display:grid;gap:0;width:100%}.mmenu a.mmenu-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:20px!important;border-radius:16px!important;border:1.5px solid transparent!important;background:transparent!important;background-color:transparent!important;background-image:none!important;text-decoration:none!important;cursor:pointer!important;height:auto!important;position:relative!important;transition:border-color .22s ease,transform .22s ease,color .22s ease!important}.mmenu a.mmenu-col:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,#030174,#1f2bff 140%);opacity:0;transform:scale(.985);transition:opacity .26s ease,transform .26s ease;z-index:0}.mmenu a.mmenu-col>*{position:relative;z-index:1}.mmenu a.mmenu-col:hover{border-color:#ffffff38!important;transform:translateY(-4px);color:#fff!important}.mmenu a.mmenu-col:hover:before{opacity:1;transform:scale(1)}.mmenu a.mmenu-col:hover .mmenu-col-icon{transform:translateY(-1px);filter:brightness(0) invert(1)}.mmenu a.mmenu-col:hover .mmenu-col-title,.mmenu a.mmenu-col:hover .mmenu-col-desc{color:#fff!important}.mmenu a.mmenu-col:hover .mmenu-pill{background:#ffffff24!important;color:#fff!important}.mmenu a.mmenu-col:hover .mmenu-col-arrow{transform:translate(6px);opacity:1}.mmenu .mmenu-col-icon{width:28px!important;height:28px!important;flex-shrink:0;margin-bottom:4px;transition:transform .18s ease}.mmenu .mmenu-col-icon svg{width:28px!important;height:28px!important;display:block!important}.mmenu .mmenu-col-title{font-size:15px!important;font-weight:700!important;color:#030174!important;line-height:1.3!important;text-align:left!important;width:auto!important;height:auto!important}.mmenu .mmenu-col-desc{font-size:12.5px!important;font-weight:400!important;color:#6b6b6b!important;line-height:1.4!important;text-align:left!important;width:auto!important;height:auto!important}.mmenu .mmenu-col-pills{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px;justify-content:flex-start}.mmenu .mmenu-pill{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;padding:3px 10px!important;border-radius:50px!important;font-size:11px!important;font-weight:500!important;color:#030174!important;background:#0301740f!important;white-space:nowrap!important;pointer-events:none!important;line-height:1.5!important;width:auto!important;height:auto!important;cursor:default!important}.mmenu .mmenu-col-arrow{width:16px!important;height:16px!important;color:currentColor;opacity:.35;margin-top:auto;padding-top:4px;transition:transform .2s ease,opacity .2s ease}
