@import"https://fonts.googleapis.com/css2?family=Amethysta&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap";:root{font-family:MontSerrat,Poppins,Amethysta,system-ui,Avenir,Helvetica,Caveat,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--main-text);background-color:var(--main-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--main-text: #f5f5f5;--main-bg: #060B01;--variant-color: #E62525;--variant-text: #b9b8b8;--secondary-color: #732a2a;--accent-color: #c33c3c;--transition: all .4s ease;--container-width-lg: 75%;--container-width-md: 86%;--container-width-sm: 90%}*{margin:0;padding:0;border:0;outline:0;box-sizing:border-box;list-style:none;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;line-height:1.7}@media (prefers-color-scheme: light){:root{color:var(--main-text);background-color:var(--main-bg)}}@keyframes nav{to{opacity:1;transform:translate(-50%)}}@keyframes scrolldown{to{opacity:1;transform:rotate(90deg)}}@keyframes scrollBackground{0%{background-position:0 0}to{background-position:0 100%}}@keyframes backgroundAnim{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulseIcon{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.container{width:var(--container-width-lg);margin:0 auto}h1{font-size:4em}h2{font-size:1.8em}p,a,ul,li{font-weight:400;font-size:1.2em;color:var(--main-text)}span{color:var(--variant-color)}.cta{display:flex;align-items:center;width:max-content;justify-content:space-between;padding:.5em .5em .5em 2rem;border:1px solid var(--variant-color);color:var(--main-text);border-radius:30px;transition:var(--transition);cursor:pointer;font-weight:700}.cta:hover{background-color:var(--variant-color);color:var(--main-text)}.cta:active{color:var(--main-text)}.cta:focus{color:var(--main-text)}.cta .icon{background-color:var(--variant-color);margin-left:1em;border-radius:50px;width:2.5em;height:2.5em;padding:4px}@media screen and (max-width: 1024px){.container{width:var(--container-width-md)}h1{font-size:3em}h2{font-size:1.5em}p,a,ul,li{font-size:1em}.cta{padding:.5em .5em .5em 1.5rem}.cta .icon{width:2.2em;height:2.2em;margin-left:.6em}}@media screen and (max-width: 767px){.container{width:var(--container-width-sm)}h1{font-size:2.2em;text-align:center}h2{font-size:1.3em;text-align:center}p,a,ul,li{font-size:.95em;text-align:left}.cta{flex-direction:row;padding:.4em 1rem;font-size:1em}.cta .icon{width:2em;height:2em}}@media screen and (max-width: 480px){h1{font-size:1.8em}h2{font-size:1.1em}.cta{font-size:.9em;padding:.4em .8rem}.cta .icon{width:1.8em;height:1.8em}}.navbar{border-bottom:1px solid rgba(255,255,255,.123)}.navbar__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.navbar__links{display:flex;align-items:center;justify-content:space-between;width:50%;font-size:1.2em;translate:10%}.navbar__links a{font-weight:600}.navbar__links a:hover{transition:all .3s ease-in-out;color:var(--variant-color)}.navbar__content img{width:8em;margin-left:1.5em}.navbar__burger{display:none}.rdv{padding:.5em 1em;margin-right:1.5em}.scroll-to-top{position:fixed;bottom:4rem;right:2rem;padding:1em;background:var(--variant-color);border:none;border-radius:50px;color:var(--main-text);font-size:1.4rem;cursor:pointer;z-index:999;box-shadow:0 0 10px #0000004d;transition:background .3s;display:flex;justify-content:center;align-items:center;text-align:center}.scroll-to-top:hover{background:var(--accent-color)}@media (min-width: 1024px) and (max-width: 1540px){.navbar__links{font-size:1em}}@media screen and (max-width: 1023px){.navbar__links{position:fixed;top:0;right:0;height:100vh;width:75vw;min-width:230px;max-width:350px;background:#181c26;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:1.2em;font-size:1.1em;box-shadow:-2px 0 18px #00000021;transform:translate(100%);opacity:0;pointer-events:none;z-index:1001}.navbar__links.open{transform:translate(0);opacity:1;pointer-events:auto;transition:transform .3s,opacity .3s}.navbar__content img{width:6em;margin-left:1em}.rdv{margin:1em 0 0;width:100%;text-align:left}.navbar__burger{display:block;background:none;border:none;font-size:2.4em;color:#fff;cursor:pointer;margin-top:10px;margin-right:.5em;z-index:1100}.navbar__links a{width:100%;padding:.6em 0;font-size:1.15em;text-align:left;margin:0;border-bottom:1px solid rgba(255,255,255,.08)}.rdv{font-size:.8em;padding:.5em 1em;width:auto;margin:0}.navbar__links{display:flex}.cta.rdv{display:block}}@media screen and (max-width: 767px){.scroll-to-top{bottom:4rem;font-size:1.2em}}.navbar__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000038;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:overlayFadeIn .2s}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}header{display:flex;align-items:center;justify-content:space-between;min-height:100vh;width:100vw;overflow:hidden;position:relative}.header__container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex:1;padding:5rem;margin-bottom:4em;z-index:0;background-color:transparent}#shield{color:var(--variant-color)}.header__container h2{margin-top:-.8em;margin-bottom:1em}.header__container h3{margin-bottom:2em}.header__container p{max-width:750px;margin-bottom:2rem}.header__video-wrapper{flex:1;position:relative;height:100vh;width:100%}.header__video-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;background:linear-gradient(to right,#060b01,#060b0100 15%,#060b0100 85%,#060b01)}.header__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.header__cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2rem;margin-top:2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#e62525,#730707);color:#fff;border:none;border-radius:50px;box-shadow:0 0 25px #e6252599;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;animation:pulseIcon 1.4s infinite ease-in-out}.header__cta:hover{transform:scale(1.05);box-shadow:0 0 35px #ff0000b3}.header__cta .icon{font-size:1.3rem;transition:transform .3s ease}.header__cta:hover .icon{transform:translate(6px)}@media (min-width: 1024px) and (max-width: 1540px){#header{min-height:auto;height:max-content}.header__container{margin-bottom:0}.header__container h1{font-size:3rem;margin-bottom:1em}.header__video{width:100%;height:100%;object-fit:cover;top:0;left:0}}@media (min-width: 980px) and (max-width: 1024px){#header{min-height:auto;height:max-content}.header__container{margin-bottom:0}.header__container h1{font-size:4rem;margin-bottom:1em}.header__video-wrapper{height:70vh}.header__video{width:100%;height:100%;object-fit:cover;top:0;left:0}}@media (min-width: 768px) and (max-width: 979px){header{display:flex;flex-direction:column-reverse;justify-content:flex-start;min-height:auto}.header__container{margin-top:-18em;padding:0 1rem;margin-bottom:2em;text-align:center;z-index:5}.header__container h1{font-size:4rem;margin-bottom:1.5em}.header__container h2{font-size:1.3rem;margin-top:.5rem;margin-bottom:1.2rem;color:var(--variant-color)}.header__container p{font-size:.95rem;margin-bottom:1.5rem;max-width:100%;text-align:center}.header__video-wrapper:before{background:linear-gradient(to bottom,#060b01,#060b0100 15%,#060b0100 85%,#060b01)}.header__video{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0}.topbar{padding:1rem 1.5rem;max-width:100vw;flex-direction:row;gap:1rem}}@media (max-width: 767px){header{display:flex;flex-direction:column-reverse;justify-content:flex-start;min-height:auto}.header__container{margin-top:-10em;padding:0 1rem;margin-bottom:2em;text-align:center;z-index:5}.header__container h1{font-size:2rem;margin-bottom:2em}.header__container h2{font-size:1.3rem;margin-top:.5rem;margin-bottom:1.2rem;color:var(--variant-color)}.header__container p{font-size:.95rem;margin-bottom:1.5rem;max-width:100%;text-align:center}.header__cta{display:inline-flex;align-items:center;gap:.6rem;padding:1rem;margin-top:2rem;font-size:1em}.header__video-wrapper{width:100%;height:250px;position:relative;overflow:hidden}.header__video-wrapper:before{background:linear-gradient(to bottom,#060b01,#060b0100 15%,#060b0100 85%,#060b01)}.header__video{width:100%;height:100%;object-fit:cover;position:relative;top:0;left:0}.topbar{padding:1rem 1.5rem;max-width:100vw;flex-direction:row;gap:1rem}.topbar img{width:6em}}#about{padding:0;background-color:#0b0f14;color:var(--main-text)}.about__container{padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.engagements__container{display:flex;justify-content:space-around;background-image:url(/assets/bg-DEqqbipp.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%}.about__title{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:4rem}.section-title{text-align:center;margin-bottom:1rem}.section-title span{color:var(--variant-color)}.section-subtitle{text-align:center;font-size:1.2rem;margin-bottom:4rem;color:#ccc}.about__button{display:flex;align-items:center;width:50%}.engagement p{margin-top:1em}.engagement:hover{background-color:#1a1f27}.engagement .icon{font-size:2rem;margin-bottom:1rem;color:var(--variant-color)}.about__sectors{margin-top:4rem;text-align:center;width:80%}.about__sectors h3{font-size:1.8rem;margin-bottom:2rem}.sectors__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;justify-items:center}@media (min-width: 980px) and (max-width: 1024px){.about__container{max-width:100vw}.engagements__container{flex-direction:column-reverse;align-items:center;padding:2rem 1rem;text-align:center}.about__button{width:100%;justify-content:center;margin-bottom:2rem}.about__title{padding:0 1rem}.section-title,.section-subtitle{text-align:center}.about__sectors{width:90%;margin-top:3rem}.about__sectors h3{font-size:1.6em}.sectors__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.sector-card{width:auto;max-width:none!important;height:180px}}@media (min-width: 768px) and (max-width: 979px){.about__container{max-width:100vw}.engagements__container{flex-direction:column-reverse;align-items:center;padding:2rem 1rem;text-align:center}.about__button{width:100%;justify-content:center;margin-bottom:2rem}.about__title{padding:0 1rem}.section-title,.section-subtitle{text-align:center}.about__sectors{width:90%;margin-top:3rem}.about__sectors h3{font-size:1.6em}.sectors__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.sector-card{max-width:160px;height:180px}}@media (max-width: 767px){.about__container{max-width:100vw}.engagements__container{flex-direction:column-reverse;align-items:center;padding:2rem 1rem;text-align:center}.about__button{width:100%;justify-content:center;margin-bottom:2rem}.about__title{padding:0 1rem}.section-title,.section-subtitle{text-align:center}.about__sectors{width:90%;margin-top:0}.about__sectors h3{font-size:1.5em}.sectors__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.sector-card{max-width:160px;height:180px}.sector-card-front h2{font-size:.9rem;height:3em}.sector-card-front .icon{font-size:2rem}.sector-card-front .hint{font-size:1rem}.sector-card-back{font-size:.85rem}.sector-card-back p{padding:.5rem}}.sector-card{perspective:1000px;width:100%;max-width:280px;height:280px;cursor:pointer}.sector-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.sector-card.flipped .sector-card-inner{transform:rotateY(180deg)}.sector-card-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;background:linear-gradient(-45deg,#e62525,#732a2a,#5c5959,#c33c3c);background-size:400% 400%;animation:backgroundAnim 15s ease infinite;border-radius:1rem;box-shadow:0 4px 15px #0000004d;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:var(--transition);color:var(--main-text);text-align:center}.sector-card-front h2{height:4em;display:flex;align-items:center}.sector-card-front .icon{font-size:2.5rem;color:var(--variant-color);margin-bottom:1rem}.sector-card-front .hint{font-size:1.5em;color:#e7d535;margin-top:1rem}.sector-card-back{transform:rotateY(180deg);font-size:1rem;color:#ccc}@media (min-width: 980px) and (max-width: 1024px){.sector-card-face{font-size:1.2em}}@media (max-width: 767px){.sector-card-back p{text-align:center}.sector-card{height:200px}}.engagement-circle-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:42rem;margin:auto;text-align:center}.engagement-toggle{display:flex;align-items:center;justify-content:center;background-color:var(--variant-color);color:var(--main-text);border:none;border-radius:50%;width:10em;height:10em;font-size:1.1rem;cursor:pointer;z-index:10;position:relative;transition:var(--transition)}.engagement-toggle p{margin-top:1.7em}.engagement-toggle .hint{font-size:1.5em;color:#e7d535;margin-top:.5em}.engagement-toggle .icon{font-size:3em}.icon.rotate{animation:rotateClose .5s ease forwards}.engagement-circle{position:absolute;top:32%;left:-25%;width:0;height:0;transition:all .4s ease;transform:translate(-50%,-50%)}.engagement-circle.active{width:40rem;height:40rem}.circle-item{position:absolute;top:50%;left:50%;width:20em;height:20em;padding:.3rem;background-color:var(--variant-text);color:var(--variant-color);border-radius:50%;text-align:center;opacity:0;transition:opacity .4s ease-in-out .3s;transform-origin:center;box-shadow:0 4px 10px #0000004d;font-size:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.circle-item p{font-size:1.5em}.engagement-circle.active .circle-item{opacity:1}.circle-item .icon{font-size:2rem;margin-bottom:.3rem;color:var(--variant-color)}@keyframes rotateClose{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 980px) and (max-width: 1024px){.engagement-toggle p{font-size:1.2em}}@media (min-width: 768px) and (max-width: 979px){.engagement-circle-wrapper{height:30rem;padding:0;width:100vw;margin:0}.engagement-toggle{width:6em;height:6em;font-size:.9rem}.engagement-toggle p{margin-top:10px;text-align:center}.engagement-toggle .icon{font-size:2em}.engagement-toggle .hint{font-size:1em}.engagement-circle{top:33%;left:37%;width:30rem;height:30rem;transform:translate(-50%,-50%)}.engagement-circle.active{width:30rem;height:30rem}.circle-item{width:15em;height:15em;padding:.5rem}.circle-item p{font-size:1em;text-align:center;color:var(--main-bg)}.circle-item .icon{font-size:1.5rem}}@media (max-width: 767px){.engagement-circle-wrapper{height:30rem;padding:0;width:100vw;margin:0}.engagement-toggle{width:6em;height:6em;font-size:.9rem}.engagement-toggle p{margin-top:10px;text-align:center}.engagement-toggle .icon{font-size:2em}.engagement-toggle .hint{font-size:1em}.engagement-circle{top:37%;left:39%;width:30rem;height:30rem;transform:translate(-50%,-50%)}.engagement-circle.active{width:30rem;height:30rem}.circle-item{width:11em;height:11em;padding:.5rem}.circle-item p{font-size:.8em;text-align:center;color:var(--main-bg)}.circle-item .icon{font-size:1.2rem}}@media (max-width: 660px){.engagement-circle-wrapper{height:20rem;padding:0;width:100vw;margin:0}.engagement-toggle{width:6em;height:6em;font-size:.9rem}.engagement-toggle p{margin-top:10px;text-align:center}.engagement-toggle .icon{font-size:2em}.engagement-toggle .hint{font-size:1em}.engagement-circle{top:30%;left:29%;width:30rem;height:30rem;transform:translate(-50%,-50%)}.engagement-circle.active{width:30rem;height:30rem}.circle-item{width:11em;height:11em;padding:.5rem}.circle-item p{font-size:.8em;text-align:center;color:var(--main-bg)}.circle-item .icon{font-size:1.2rem}}.services__container{margin:5em auto;height:50vh;display:flex;align-items:center;justify-content:space-between;background:var(--main-bg)}.services__title{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left}.services__title h1{text-align:left;width:100%;position:relative}.services__title h1:after{content:"";position:absolute;width:2.5em;height:10px;background-color:var(--main-text);border-radius:2px;top:50%;left:60%}.services__title h2{color:var(--variant-text);width:100%;margin-top:-1rem}.services__links{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left}.services__links h3{width:70%}.links{display:flex;flex-direction:column;width:70%;margin-top:1em;position:relative;border-left:2px solid rgba(255,255,255,.1);padding-left:2rem}.links a{margin:1em 0;transition:var(--transition);position:relative}.links a:hover{color:var(--variant-color)}.links a:before{content:"";position:absolute;left:-1.15rem;top:.6em;width:.6rem;height:.6rem;background-color:var(--variant-color);border-radius:50%;transition:transform .3s ease}.links a:hover:before{transform:scale(1.4)}@media (min-width: 1024px) and (max-width: 1540px){.services__title h1:after{height:7px;width:2em;left:83%}}@media (min-width: 980px) and (max-width: 1024px){.services__title h1{margin-bottom:1em}.services__title h1:after{height:7px;left:75%}}@media (min-width: 768px) and (max-width: 979px){.services__title h1{margin-bottom:1em}.services__title h1:after{display:none}.services__links{font-size:1.2rem;height:max-content;margin-top:2em;border:none}}@media (max-width: 767px){.services__container{display:flex;flex-direction:column;height:max-content;margin-top:2.5em;margin-bottom:1em}.services__title{width:100%}.services__title h1{margin-bottom:1em}.services__title h1:after{height:5px}.services__links{margin-top:1em;width:100%}}.tarifs__container{padding:4rem 0;text-align:center}.tarifs__container h1{margin-bottom:3rem}.tarifs__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;justify-content:center}.tarif__card{background-color:#11161d;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;text-align:left;box-shadow:0 4px 15px #0000004d;transition:transform .3s ease}.tarif__card:hover{transform:translateY(-5px)}.tarif__card h2{margin-bottom:.5rem;color:var(--variant-color);font-size:2.5em}.price{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--main-text)}.tarif__card ul{margin-bottom:1.5rem;color:var(--variant-text);font-size:1.2rem}.tarif__card ul li{display:flex;align-items:center;margin-bottom:.5rem}.tarif__card .check{color:var(--variant-color);margin-right:.5rem;font-size:1rem;flex-shrink:0}.tarif__card .cta{display:inline-block;padding:.6rem 1.4rem;background-color:var(--variant-color);color:#fff;border-radius:2rem;font-weight:500;transition:background-color .3s ease}.tarif__card.premium{border:1px solid var(--variant-color);background-color:#151a21}@media (min-width: 768px) and (max-width: 979px){.tarifs__container{padding:2em 0}.tarif__card{display:flex;justify-content:space-between;padding:2em 1em}.tarifs__grid h2{font-size:2em}.price{font-size:1.4em}}@media (max-width: 767px){.tarifs__container{padding:2em 0}.tarifs__grid h2{font-size:2em}.price{font-size:1.4em}}.contact__container{margin:0 auto;height:30em;text-align:center;display:flex;justify-content:space-evenly;align-items:center}.contact__title{width:50%;text-align:left}.contact__container h1{margin-bottom:1rem;position:relative}.contact__container h1:after{content:"";position:absolute;width:2.5em;height:10px;background-color:var(--main-text);border-radius:2px;top:50%;left:40%}.contact__container h2{color:var(--variant-text);width:100%;margin-top:-1rem}.contact__container h3{margin-top:2rem;font-size:1.2rem}.contact__container a:hover{color:var(--variant-color);transition:var(--transition)}.contact__container .icon{color:var(--variant-color)}.contact__links{display:flex;flex-direction:column;justify-content:space-around;height:50%;width:30%}.contact__link{display:inline-flex;justify-content:center;align-items:center;gap:.6rem;padding:.8rem 2rem;width:100%;max-width:500px;background-color:var(--variant-color);color:#fff;border-radius:30px;font-weight:500;font-size:1rem;text-decoration:none;transition:background-color .3s ease}.contact__link .icon{font-size:1.3rem;color:var(--main-text)}@media (min-width: 1024px) and (max-width: 1540px){.contact__container{padding:2em 0;width:90%}.contact__container h1:after{height:7px;width:2em;left:45%}.contact__title h2{width:100%;font-size:1.5em}}@media (min-width: 980px) and (max-width: 1024px){.contact__container{padding:2em 0;width:100%}.contact__container h1:after{height:7px;left:40%}.contact__links{width:35%}}@media (min-width: 768px) and (max-width: 979px){.contact__container{width:100vw;flex-direction:row;height:auto;padding:2rem 1rem;gap:2rem}.contact__title{width:100%;text-align:center;padding:0 1em}.contact__title h1{text-align:left}.contact__container h1:after{display:none}.contact__container h2{margin-top:.5rem}.contact__links{width:100%;align-items:center}.contact__links .contact__link{width:90%;max-width:400px;font-size:1em;padding:.8rem 1rem;text-align:center;margin:.5em auto}}@media (max-width: 767px){.contact__container{width:100vw;flex-direction:column;height:auto;padding:2rem 1rem;gap:2rem}.contact__title{width:100%;text-align:center}.contact__title h1{text-align:left;margin-left:.5em}.contact__container h1:after{left:50%;transform:translate(-50%);height:5px}.contact__container h2{margin-top:.5rem}.contact__links{width:100%;align-items:center}.contact__links .contact__link{width:90%;max-width:400px;font-size:1em;padding:.8rem 1rem;text-align:center;margin:.5em auto}.contact__links .icon{display:none}}.footer__container{height:max-content;border-top:1px solid var(--variant-text);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.main__container{width:90vw;display:flex;justify-content:space-between}.logo__copyright img{width:10em}.footer__links{display:flex;flex-direction:column;justify-content:space-around}@media (max-width: 767px){.main__container{display:flex;flex-direction:column-reverse}.logo__copyright{font-size:.8em;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1em 0}.footer__links{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1em}}.background{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/bg-computer-left-BgjEJVnF.jpg);background-size:cover;background-position:center;z-index:-1}.legal__main{width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.legal__container{max-width:800px;padding:3rem 2rem;color:var(--main-text);background-color:#0009;border-radius:12px}.back-home{position:absolute;top:.6em;left:.6em;font-size:2em;height:2em;width:2em;display:flex;align-items:center;justify-content:center;background-color:var(--variant-color);color:var(--main-text);text-decoration:none;border-radius:50%;transition:all .2s ease-in-out;z-index:10}.back-home:hover{color:var(--variant-color);background-color:var(--main-text)}.legal__title{font-size:2.2rem;font-weight:700;color:var(--variant-color);margin-bottom:1rem}.legal__update{color:var(--main-text);margin-bottom:2rem}.legal__section{margin-top:2rem}.legal__subtitle{font-size:1.4rem;font-weight:600;color:var(--variant-color);margin-top:2rem;margin-bottom:1rem}.legal__text{color:var(--main-text);font-size:1rem;text-align:justify;line-height:1.6;margin-top:.5rem;padding:.5rem 0}.legal__section ul{list-style:disc inside;color:var(--main-text)}.legal__section li{margin-bottom:.4rem}.legal__accordion{border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0}.legal__accordion-title{background:none;border:none;color:var(--main-text);font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.legal__accordion-title:hover{color:var(--variant-color)}.chevron{transition:transform .3s ease}.chevron.rotate{transform:rotate(180deg)}.legal__accordion-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .4s ease;margin-top:.5rem}.legal__accordion-content.open{max-height:1000px;opacity:1}.legal__accordion-content p{color:var(--main-text);margin-bottom:.5rem;line-height:1.6}@media (min-width: 768px) and (max-width: 979px){.legal__container{padding:3em}.legal__title{margin-top:1em}}@media (max-width: 767px){.back-home{font-size:2em;height:1.5em;width:1.5em}.legal__accordion-title{text-align:left}}.service__detail{padding:4rem 1rem;width:100vw;min-height:100vh;background-image:url(/assets/test-bg-9E9HiKoT.jpg);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;position:relative}.service__title{text-align:center;font-size:2.5rem;color:var(--variant-color);margin-bottom:2rem}.service__content{margin:1em 3rem;line-height:1.7;color:var(--main-text)}.service__content h2{color:var(--accent-color);margin:1em 0}.service__content .cta{display:flex;align-items:center;justify-content:center;margin:2em auto;padding:1em 2em}.service__nav{border-top:1px solid rgba(255,255,255,.3);padding-top:2rem;max-width:800px;margin:0 auto;text-align:center}.service__nav h3{margin-bottom:1rem;color:#bbb}.service__nav ul{list-style:none;padding:0;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.service__nav a{color:var(--variant-color);font-weight:500;text-decoration:none;transition:color .3s ease}.service__nav a:hover{color:var(--main-text)}@media (min-width: 980px) and (max-width: 1024px){.service__detail{padding:2rem 0}.service__overlay{max-width:90%;padding:1.5rem}.service__title{margin-bottom:.2em}.service__content{margin:0;font-size:1.4rem}.service__content h2{margin:.5em 0;text-align:left}.service__content .cta{margin:1em auto}}@media (min-width: 768px) and (max-width: 979px){.service__detail{padding:2rem 0}.service__overlay{max-width:90%;padding:1.5rem}.service__title{font-size:1.5rem;margin-bottom:.2em}.service__content{margin:0;font-size:1rem}.service__content h2{margin:.5em 0;text-align:left}.service__nav ul{flex-direction:column;gap:1rem}.service__content .cta{margin:1em auto}}@media (max-width: 767px){.service__detail{padding:2rem 0}.service__overlay{max-width:90%;padding:1.5rem}.service__title{font-size:1.5rem;margin-bottom:.2em}.service__content{margin:0;font-size:1rem}.service__content h2{margin:.5em 0;text-align:left}.service__nav ul{flex-direction:column;gap:1rem}.service__content .cta{margin:1em auto}}.product__container{width:100vw;min-height:100vh;text-align:center;background-image:url(/assets/cyber-bg-BygTNOUt.webp);background-position:center;background-size:cover;background-attachment:fixed;background-repeat:no-repeat;position:relative}.main__productContainer{display:flex;justify-content:space-around;align-items:center}.product__container h1{display:flex;justify-content:center;flex-direction:column;align-items:center;width:50%;margin:auto;padding-top:1em}.product__container h1 span{font-family:Orbitron;font-weight:500;color:#fff}.demo__container{display:flex;flex-direction:column;width:50%;max-height:30vw;background-color:#e8ebf0;font-family:Poppins;border:2px solid transparent;border-radius:8px;padding:1.5em 2em;overflow-y:scroll;margin:auto auto auto 7%;position:relative;box-shadow:0 0 15px var(--variant-color)}.demo__container h1{color:#3f4145;font-weight:500;font-size:2.5em}.product__actions,.search{display:flex;gap:1rem;justify-content:left;margin:1rem 0 0}.product__actions button{padding:.5rem 1rem;background:#444;color:#fff;border:none;border-radius:5px;font-weight:700;cursor:pointer}.search label{color:#3f4145;font-weight:600}.search__input{margin-bottom:1rem;padding:.5rem 1rem;width:200px;border-radius:5px;border:1px solid #3f4145;background-color:transparent;color:#3f4145}.product__table,.backup__table{width:100%;border-collapse:collapse;margin-bottom:1rem;border:1px #e8ebf0;border-radius:8px;background-color:#fff;color:#3f4145}.product__table thead,.backup__table thead{background-color:#e62525;color:#fff;border-radius:8px}.product__table th{font-weight:600}.product__table th,.product__table td,.backup__table th,.backup__table td{padding:.6rem .8em;border-bottom:1px solid #ddd;text-align:center}.product__table tbody tr:hover{background-color:#3f4145;color:#fff!important;transition:background-color .2s ease}.product__table tbody tr:hover td:first-child{background-color:#e4e3e3;color:#3f4145;transition:background-color .2s ease}.product__table td:first-child{background-color:#fafafa;color:#3f4145}.pagination{position:relative;display:flex;gap:.5rem;justify-content:center}.pagination button{padding:.5rem 1rem;border:none;background:#333;color:#fff;border-radius:5px;cursor:pointer}.pagination .active{background:#e62525}#backup{position:relative;margin-top:1em;text-transform:uppercase;width:100%}.backup__table{position:relative;font-size:.8em}.backup__table tbody tr:nth-child(2){background-color:#f0b3b3;color:#941111;font-weight:700}.title__product{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:30vw;padding:2em}.title__product h1{width:100%;margin-top:0}.title__product .cta{background-color:var(--variant-color);padding:1em 2em;margin:auto;background:linear-gradient(135deg,#e62525,#730707);transition:transform .3s ease,box-shadow .3s ease;animation:pulseIcon 1.4s infinite ease-in-out}.arrow__infos{position:absolute;display:flex;top:30%;left:45%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em}.arrow__infos img{position:absolute;width:30%;top:-30px;left:-60px}.reverse{z-index:1;top:145%;left:15%}.reverse img{top:45px;left:-100px;width:30%;transform:rotate(-50deg)}@media (min-width: 1024px) and (max-width: 1540px){.product__container h1{font-size:3em;padding:.5em}.product__actions{margin:0}.product__table{font-size:.9em}#backup{font-size:2.5em}.arrow__infos{position:absolute;display:flex;top:40%;left:35%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:50px;left:-80px;transform:rotate(-70deg)}.reverse{z-index:1;top:172%;left:8%}.reverse img{top:50px;left:-90px;width:30%;transform:rotate(-60deg)}}@media (min-width: 980px) and (max-width: 1024px){.product__container{height:auto;background-attachment:scroll;padding-bottom:4em}.main__productContainer{flex-direction:column;align-items:center}.demo__container{width:90%;max-height:60vh;margin:auto}.product__container h1{width:100%;padding:2.5em 0 .5em}.product__container h1:nth-child(1){width:100%;padding:0}.title__product{width:100%;height:max-content}.title__product .cta{margin-top:1em}.product__table,.backup__table{font-size:.7em;width:90vw}.search{width:max-content}.arrow__infos{position:absolute;display:flex;top:30%;left:45%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:20px;left:-90px;transform:rotate(-70deg)}.reverse{z-index:1;top:160%;left:15%}.reverse img{top:55px;left:-120px;width:30%;transform:rotate(-50deg)}}@media (min-width: 820px) and (max-width: 979px){.product__container{height:auto;background-attachment:scroll;padding-bottom:4em}.main__productContainer{flex-direction:column;align-items:center}.demo__container{width:90%;max-height:60vh;margin:auto}.product__container h1{width:100%;padding:2.5em 0 .5em}.product__container h1:nth-child(1){width:100%;padding:0}.title__product{width:100%;height:max-content}.title__product .cta{margin-top:1em}.product__table,.backup__table{font-size:.7em;width:max-content}.search{width:max-content}#backup{font-size:1.5em;width:max-content}.arrow__infos{position:absolute;display:flex;top:20%;left:25%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:20px;left:-90px;transform:rotate(-70deg)}.reverse{z-index:1;top:100%;left:5%}.reverse p{font-size:2.2em}.reverse img{top:55px;left:-50px;width:20%;transform:rotate(-50deg)}}@media (min-width: 768px) and (max-width: 819px){.product__container{height:auto;background-attachment:scroll;padding-bottom:4em}.main__productContainer{flex-direction:column;align-items:center}.demo__container{width:90%;max-height:60vh;margin:auto}.product__container h1{width:100%;padding:2.5em 0 .5em}.product__container h1:nth-child(1){width:100%;padding:0}.title__product{width:100%;height:max-content}.title__product .cta{margin-top:1em}.product__table,.backup__table{font-size:.7em;width:max-content}.search{width:max-content}#backup{font-size:1.5em;width:max-content}.arrow__infos{position:absolute;display:flex;top:22%;left:25%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:20px;left:-90px;transform:rotate(-70deg)}.reverse{z-index:1;top:115%;left:5%}.reverse p{font-size:2.2em}.reverse img{top:55px;left:-50px;width:20%;transform:rotate(-50deg)}}@media (min-width: 390px) and (max-width: 767px){.product__container{height:auto;background-attachment:scroll;padding-bottom:4em}.main__productContainer{flex-direction:column;align-items:center}.demo__container{width:90%;max-height:60vh;margin:auto}.product__container h1{width:100%;padding:2.5em 0 .5em}.product__container h1:nth-child(1){width:100%;padding:0}.title__product{width:100%;height:max-content}.title__product .cta{margin-top:1em}.product__table,.backup__table{font-size:.7em;width:max-content}.search{width:max-content}#backup{font-size:1.5em;width:max-content}.arrow__infos{position:absolute;display:flex;top:30%;left:80%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:-27px;left:-90px}.reverse{z-index:1;top:139%;left:15%}.reverse img{top:45px;left:-78px;width:20%;transform:rotate(-50deg)}}@media (max-width: 389px){.product__container{height:auto;background-attachment:scroll;padding-bottom:4em}.main__productContainer{flex-direction:column;align-items:center}.demo__container{width:90%;max-height:60vh;margin:auto}.product__container h1{width:100%;padding:2.5em 0 .5em}.product__container h1:nth-child(1){width:100%;padding:0}.title__product{width:100%;height:max-content}.title__product .cta{margin-top:1em}.product__table,.backup__table{font-size:.7em;width:max-content}.search{width:max-content}#backup{font-size:1.5em;width:max-content}.arrow__infos{position:absolute;display:flex;top:35%;left:80%}.arrow__infos p{color:#000;font-family:Caveat;font-weight:bolder;font-style:italic;font-size:2.5em;width:max-content}.arrow__infos img{position:absolute;width:30%;top:-30px;left:-83px}.reverse{z-index:1;top:175%;left:15%}.reverse img{top:45px;left:-70px;width:20%;transform:rotate(-50deg)}}.landing__container{margin-bottom:4em;display:flex;justify-content:space-around;align-items:center;background:linear-gradient(179deg,#060b01 41%,#002f3d 54%,#060b01 65%)}.img__pc{width:50%;filter:drop-shadow(0 15px 60px rgba(0,47,61,1)) drop-shadow(0 2px 4px rgba(0,0,0,.32))}.landing__title{padding-right:4em;text-align:right}.landing__title h1{text-transform:uppercase}.landing__title h2{font-size:2em}.landing__title span{color:#fff;font-weight:700}.landing__cta{display:flex;justify-content:end;margin-top:2em}@media (min-width: 1024px) and (max-width: 1540px){.landing__title{padding-right:3em}.landing__title h1{font-size:3.2em}}@media (min-width: 980px) and (max-width: 1024px){.landing__title{padding-right:2em}.landing__title h1{font-size:2em;margin-top:1em}.img__pc{width:50%}}@media (min-width: 768px) and (max-width: 979px){.landing__container{display:flex;flex-direction:column}.img__pc{width:100%}.landing__title{text-align:center;padding:1em}.landing__title h2{font-size:1em;margin:1em 0}.landing__cta{display:flex;justify-content:center;margin-top:2em;font-size:1.2em;margin-bottom:-2em}}@media (max-width: 767px){.landing__container{display:flex;flex-direction:column}.img__pc{width:100%;filter:drop-shadow(0 15px 60px rgba(0,47,61,1)) drop-shadow(0 2px 4px rgba(0,0,0,.32))}.landing__title{padding:1em}.landing__title h2{font-size:1em;margin:1em 0}.landing__cta{display:flex;justify-content:center;margin-top:2em;font-size:1.2em;margin-bottom:-2em}}
