.navbar{background-color:#fff;box-shadow:0 2px 8px #0000001a;left:0;margin:auto;position:fixed;right:0;top:0;width:95%;z-index:1000}.navbar-container{align-items:center;display:flex;margin:auto;padding:20px 30px;position:relative}.logo img{cursor:pointer;display:block;height:40px}.nav-links{display:flex;gap:70px;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translateX(-50%);width:800px}.nav-links li{color:#333;cursor:pointer;font-size:1.05rem;font-weight:400;position:relative;transition:color .3s ease}.nav-links li:after{background-color:#4c6ef5;bottom:-12px;content:"";height:1.5px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav-links li:hover{color:#4c6ef5}.nav-links li:hover:after{width:100%}.burger-menu,.menu-close{display:none}@media screen and (min-width:901px) and (max-width:1032px){.navbar{width:95%}.navbar-container{padding:18px 26px}.logo img{height:36px}.nav-links{gap:55px;width:660px}.nav-links li{font-size:.9rem}}@media screen and (min-width:768px) and (max-width:900px){.navbar{width:95%}.navbar-container{padding:17px 24px}.logo img{height:34px}.nav-links{gap:40px;width:555px}.nav-links li{font-size:.83rem}}@media screen and (min-width:600px) and (max-width:767px){.navbar{width:94%}.navbar-container{padding:16px 22px;text-align:center}.logo img{height:32px}.nav-links{gap:38px;width:505px}.nav-links li{font-size:clamp(.72rem,1.6vw,.85rem)}}@media screen and (min-width:390px) and (max-width:440px){.navbar{width:92%}.navbar-container{justify-content:space-between;padding:15px 18px}.logo img{height:30px}.burger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:30px;justify-content:center;padding:0;width:30px;z-index:1002}.burger-menu span{background-color:#bbbaea;border-radius:10px;display:block;height:3px;transition:.3s ease;width:100%}.burger-menu.active{display:none}.nav-links{align-items:center;background-color:#fff;flex-direction:column;gap:30px;height:100vh;justify-content:center;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;top:0;transform:none;transition:.3s ease;visibility:hidden;width:100vw;z-index:1001}.nav-links.open{opacity:1;pointer-events:auto;visibility:visible}.nav-links li{font-size:1.25rem}.nav-links li:after{bottom:-8px}.menu-close{align-items:center;background-color:#e9eefc;border:none;border-radius:50%;color:#4c6ef5;cursor:pointer;display:flex;font-size:2rem;height:44px;justify-content:center;line-height:1;position:absolute;right:25px;top:25px;transition:.3s ease;width:44px}.menu-close:hover{background-color:#4c6ef5;color:#fff}}@media screen and (min-width:360px) and (max-width:389px){.navbar{width:92%}.navbar-container{justify-content:space-between;padding:14px 16px}.logo img{height:28px}.burger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:28px;justify-content:center;padding:0;width:28px;z-index:1002}.burger-menu span{background-color:#bbbaea;border-radius:10px;display:block;height:3px;transition:.3s ease;width:100%}.burger-menu.active{display:none}.nav-links{align-items:center;background-color:#fff;flex-direction:column;gap:28px;height:100vh;justify-content:center;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;top:0;transform:none;transition:.3s ease;visibility:hidden;width:100vw;z-index:1001}.nav-links.open{opacity:1;pointer-events:auto;visibility:visible}.nav-links li{font-size:1.15rem}.menu-close{align-items:center;background-color:#e9eefc;border:none;border-radius:50%;color:#4c6ef5;cursor:pointer;display:flex;font-size:1.8rem;height:40px;justify-content:center;position:absolute;right:22px;top:22px;width:40px}}@media screen and (max-width:359px){.navbar{width:92%}.navbar-container{justify-content:space-between;padding:13px 15px}.logo img{height:26px}.burger-menu{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:26px;justify-content:center;padding:0;width:26px;z-index:1002}.burger-menu span{background-color:#bbbaea;border-radius:10px;display:block;height:2.5px;width:100%}.burger-menu.active{display:none}.nav-links{align-items:center;background-color:#fff;flex-direction:column;gap:26px;height:100vh;justify-content:center;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:fixed;top:0;transform:none;transition:.3s ease;visibility:hidden;width:100vw;z-index:1001}.nav-links.open{opacity:1;pointer-events:auto;visibility:visible}.nav-links li{font-size:1.05rem}.menu-close{align-items:center;background-color:#e9eefc;border:none;border-radius:50%;color:#4c6ef5;cursor:pointer;display:flex;font-size:1.7rem;height:38px;justify-content:center;position:absolute;right:20px;top:20px;width:38px}}.accueil{align-items:center;background-color:#fff;display:flex;height:100vh;overflow:hidden;padding:100px 8% 0;position:relative}.accueil-content{align-items:flex-end;display:flex;gap:40px;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.accueil-text{align-self:center;z-index:2}.accueil-text h1{color:#000;font-size:2.1rem;font-weight:400;margin:0 0 45px;width:675px}.greeting-title{transition:opacity .3s ease,transform .3s ease}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(-5px)}.greeting-title span{transition:.3s ease}.accueil-badge{background-color:#e9eefc;padding:8px 12px;width:fit-content}.accueil-badge p{color:#111;font-size:1.5rem;margin:0}.cursor{animation:blink .8s infinite;color:#4c6ef5}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.accueil-image{align-items:flex-end;display:flex;height:600px;justify-content:center;margin-left:-10%;margin-right:6%;min-width:430px;position:relative}.accueil-image img{bottom:-25px;height:80%;object-fit:contain;position:relative;z-index:2}.circle-bg{background-color:#e9eefc;border-radius:300px 300px 0 0;bottom:0;height:350px;position:absolute;right:-120px;width:520px;z-index:1}.accueil-decoration{margin-bottom:28px;margin-left:-4%;margin-top:-2.8%;opacity:.4;position:absolute;width:115px;z-index:-2}@media screen and (min-width:901px) and (max-width:1032px){.accueil{height:100vh;padding:100px 6% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:85%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{margin-top:8%;width:100%}.accueil-text h1{font-size:clamp(2.3rem,4vw,2.8rem);margin-bottom:45px;width:100%}.accueil-decoration{margin-left:34%;margin-top:82%;width:160px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:1.8rem}.accueil-image{bottom:20%;height:600px;margin:0;min-width:0;min-width:auto;width:100%}.accueil-image img,.circle-bg{border-radius:50%;height:500px}.circle-bg{left:50%;right:auto;transform:translateX(-50%);width:400px}}@media screen and (min-width:768px) and (max-width:900px){.accueil{height:100vh;padding:95px 5% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:86%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{margin-top:8%;width:100%}.accueil-text h1{font-size:clamp(2rem,3.8vw,2.4rem);margin-bottom:40px;width:100%}.accueil-decoration{margin-left:34%;margin-top:82%;width:135px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:1.5rem}.accueil-image{bottom:12%;height:500px;margin:0 0 4%;min-width:0;min-width:auto;width:100%}.accueil-image img{border-radius:50%;height:400px}.circle-bg{border-radius:50%;height:420px;left:50%;right:auto;transform:translateX(-50%);width:350px}}@media screen and (min-width:600px) and (max-width:767px){.accueil{height:100vh;padding:85px 6% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:82%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{margin-top:8%;width:100%}.accueil-text h1{font-size:clamp(1.8rem,4vw,2.1rem);margin-bottom:35px;width:100%}.accueil-decoration{margin-left:35%;margin-top:96%;width:110px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:1.3rem}.accueil-image{height:420px;margin:0 0 20%;min-width:0;min-width:auto;width:100%}.accueil-image img{bottom:-38px;left:13px}.accueil-image img,.circle-bg{border-radius:50%;height:390px}.circle-bg{left:50%;right:auto;transform:translateX(-50%);width:380px}}@media screen and (min-width:390px) and (max-width:440px){.accueil{height:100vh;padding:80px 4% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:76%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{width:min(100%,320px)}.accueil-text h1{font-size:clamp(1.6rem,6vw,1.75rem);margin-bottom:25px;width:100%}.accueil-decoration{margin-left:-38%;margin-top:-6%;width:88px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:1.15rem}.accueil-image{height:315px;margin:0 0 8%;min-width:0;min-width:auto;width:100%}.accueil-image img{border-radius:50%;height:360px}.circle-bg{border-radius:50%;height:325px;left:50%;right:auto;transform:translateX(-50%);width:325px}.accueil-image img{bottom:-23px}}@media screen and (min-width:360px) and (max-width:389px){.accueil{height:100vh;padding:82px 4% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:74%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{margin-top:0;width:min(100%,300px)}.accueil-text h1{font-size:clamp(1.45rem,6vw,1.6rem);margin-bottom:22px;width:100%}.accueil-decoration{margin-left:-34%;margin-top:-5%;width:70px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:1rem}.accueil-image{height:290px;margin:0;min-width:0;min-width:auto;width:100%}.accueil-image img{border-radius:50%;height:345px}.circle-bg{border-radius:50%;height:300px;left:50%;right:auto;transform:translateX(-50%);width:300px}}@media screen and (max-width:359px){.accueil{height:100vh;padding:75px 4% 0}.accueil-content{align-items:center;flex-direction:column;gap:0;height:73%;justify-content:space-between;max-width:100%;text-align:center}.accueil-text{width:min(100%,290px)}.accueil-text h1{font-size:1.4rem;margin-bottom:22px;width:100%}.accueil-decoration{margin-left:-32%;margin-top:-6%;width:65px}.accueil-badge{margin:0 auto}.accueil-badge p{font-size:.95rem}.accueil-image{height:280px;margin:0;min-width:0;min-width:auto;width:100%}.accueil-image img{border-radius:50%;height:330px}.circle-bg{border-radius:50%;height:285px;left:50%;right:auto;transform:translateX(-50%);width:285px}}.parcours{background-color:#f8f9fc;height:100vh;max-width:100%;overflow:hidden;padding:120px 8% 60px;position:relative}.parcours-container{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:38% 62%;height:100%;margin:0 auto;max-width:1200px;position:relative;z-index:2}.parcours-left{display:flex;flex-direction:column;height:100%;justify-content:center}.badge{background-color:#e9eefc;border-radius:6px;color:#4c6ef5;font-size:.9rem;margin-bottom:28px;padding:6px 14px;width:fit-content}.parcours-left h2{font-size:2.5rem;font-weight:500;line-height:1.25;margin:0 0 28px}.parcours-left p{color:#666;font-size:.9rem;line-height:1.6;margin:0;max-width:350px}.parcours-icon-wrapper{margin-top:55px;position:relative;width:fit-content}.parcours-icon img{display:block;position:relative;width:90px;z-index:2}.parcours-decoration{left:60px;opacity:.7;position:absolute;top:40px;z-index:1}.parcours-decoration img{margin-left:-45px;margin-top:-28px;opacity:80%;width:100px}.parcours-right{align-items:center;display:flex;height:100%}.timeline{padding-left:70px;position:relative;width:100%}.timeline:before{background-color:#dbe1ff;content:"";height:100%;left:18px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:50px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{left:18px;position:absolute;top:8px;transform:translateX(-50%);z-index:2}.timeline-dot img{display:block;height:24px;margin-right:8.7rem;width:24px}.timeline-date{color:#4c6ef5;font-size:.95rem;font-weight:500;left:-20px;position:absolute;top:8px}.timeline-card{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000000d;height:210px;margin-left:95px;padding:24px 28px}.card-header{align-items:center;display:flex;gap:12px;margin-bottom:18px}.card-header img{display:block;height:28px;width:28px}.card-header h3{font-size:1rem;font-weight:500;line-height:1.3;margin:0}.school{color:#4c6ef5;font-size:.8rem;margin:0 0 14px}.desc{color:#666;font-size:.7rem;line-height:1.5;margin:0}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.tags span{background-color:#eef2ff;border-radius:6px;color:#4c6ef5;font-size:.6rem;padding:2px 8px}.parcours-circle-bg{background-color:#e9eefc;border-radius:300px 300px 0 0;bottom:-25px;height:300px;position:absolute;right:-120px;width:520px;z-index:1}@media screen and (min-width:901px) and (max-width:1032px){.parcours{height:auto;min-height:100vh;padding:100px 6% 70px}.parcours-container{gap:55px;grid-template-columns:1fr;margin-top:5%}.parcours-left{height:auto;margin-left:3%}.parcours-left h2 br{display:none}.parcours-left h2{font-size:clamp(2.4rem,4vw,2.8rem);line-height:1.2;margin-bottom:28px}.parcours-left p{max-width:687px}.parcours-icon-wrapper{display:flex;justify-content:flex-end;margin-top:0;width:93%}.parcours-icon img{margin-top:-2%;width:90px}.parcours-decoration{left:auto;right:-15px;top:40px}.parcours-decoration img{margin-left:0;margin-top:-25%;width:100px}.parcours-right{justify-content:center;margin-top:2%}.timeline{max-width:805px;padding-left:45px}.timeline-item{margin-bottom:100px}.timeline-card{margin-left:80px;padding:35px 28px}.parcours-circle-bg{height:240px;right:-150px;width:420px}}@media screen and (min-width:768px) and (max-width:900px){.parcours{height:auto;min-height:100vh;padding:85px 6% 65px}.parcours-container{gap:45px;grid-template-columns:1fr;margin-top:5%}.parcours-left{height:auto;margin-left:3%}.parcours-left h2 br{display:none}.parcours-left h2{font-size:clamp(2.1rem,4vw,2.4rem);line-height:1.2;margin-bottom:26px}.parcours-left p{font-size:.8rem;max-width:650px}.parcours-icon-wrapper{display:flex;justify-content:flex-end;width:92%}.parcours-icon img{margin-top:0;width:85px}.parcours-decoration{left:auto;right:-10px;top:40px}.parcours-decoration img{margin-top:-10%;width:75px}.parcours-right{justify-content:center;margin-top:4%}.timeline{max-width:670px;padding-left:40px}.timeline-date{left:-5px}.timeline-item{margin-bottom:75px}.timeline-card{margin-left:70px;padding:24px}.parcours-circle-bg{height:220px;right:-140px;width:390px}}@media screen and (min-width:600px) and (max-width:767px){.parcours{height:auto;min-height:100vh;padding:100px 6% 60px}.parcours-container{gap:40px;grid-template-columns:1fr;margin-top:6%}.parcours-left{height:auto;margin-left:2%}.parcours-left h2 br{display:none}.parcours-left h2{font-size:clamp(2rem,4vw,2.3rem);line-height:1.2;margin-bottom:24px}.parcours-left p{max-width:620px}.parcours-icon-wrapper{display:flex;justify-content:flex-end;width:90%}.parcours-icon img{width:78px}.parcours-decoration{left:auto;right:-8px;top:38px}.parcours-decoration img{width:75px}.parcours-right{justify-content:center;margin-top:3%}.timeline{max-width:650px;padding-left:35px}.timeline-item{margin-bottom:70px}.timeline-card{margin-left:60px;padding:24px}.timeline-date{left:-5px}.parcours-circle-bg{height:200px;right:-135px;width:360px}}@media screen and (min-width:390px) and (max-width:440px){.parcours{height:auto;min-height:100vh;padding:65px 6% 55px}.parcours-container{display:flex;flex-direction:column;gap:42px;margin-top:10%}.parcours-left{height:auto;margin-left:0;width:min(100%,350px)}.badge{font-size:.7rem;margin-bottom:20px}.parcours-left h2{font-size:clamp(1.55rem,6vw,1.7rem);line-height:1.2;margin-bottom:22px}.parcours-left h2 br{display:none}.parcours-left p{font-size:.72rem;max-width:100%}.parcours-icon-wrapper{display:flex;justify-content:flex-end;margin-top:10px;width:100%}.parcours-icon img{margin-left:-15%;margin-top:25%;width:45px}.parcours-decoration{left:auto;right:-8px;top:35px}.parcours-decoration img{margin-left:-20%;margin-top:-50%;width:42px}.parcours-right{margin-top:-3%;width:100%}.timeline{max-width:100%;padding-left:0;width:100%}.timeline:before{left:13px}.timeline-item{margin-bottom:42px;padding-left:38px}.timeline-dot{left:13px;top:4px}.timeline-dot img{height:20px;margin-right:0;width:20px}.timeline-date{font-size:.75rem;margin-bottom:10px;position:static}.timeline-card{height:190px;margin-left:0;padding:20px}.card-header{align-items:flex-start;gap:10px}.card-header img{height:23px;width:23px}.card-header h3{font-size:.75rem}.school{font-size:.65rem}.desc,.tags span{font-size:.5rem}.parcours-circle-bg{bottom:-20px;height:170px;right:-130px;width:300px}}@media screen and (min-width:360px) and (max-width:389px){.parcours{height:auto;min-height:100vh;padding:50px 6% 55px}.parcours-container{display:flex;flex-direction:column;gap:38px;margin-top:10%}.parcours-left{height:auto;margin-left:8%;width:min(100%,320px)}.badge{font-size:.7rem;margin-bottom:20px;margin-top:2%}.parcours-left h2{font-size:clamp(1.25rem,6vw,1.45rem);line-height:1.2;margin-bottom:20px}.parcours-left h2 br{display:none}.parcours-left p{font-size:.65rem;max-width:100%}.parcours-icon-wrapper{display:flex;justify-content:flex-end;margin-top:0;width:100%}.parcours-icon img{margin-left:-85%;margin-top:25%;width:40px}.parcours-decoration{left:auto;right:-8px;top:35px}.parcours-decoration img{margin-left:-86%;margin-top:-55%;width:40px}.parcours-right{margin-top:-5%;width:100%}.timeline{max-width:100%;padding-left:0;width:100%}.timeline:before{left:13px}.timeline-item{margin-bottom:40px;padding-left:38px}.timeline-dot{left:13px;top:4px}.timeline-dot img{height:20px;margin-right:0;width:20px}.timeline-date{font-size:.75rem;margin-bottom:10px;position:static}.timeline-card{height:170px;margin-left:0;padding:18px}.card-header{align-items:flex-start;gap:10px}.card-header img{height:23px;width:23px}.card-header h3{font-size:.6rem}.school{font-size:.55rem}.desc,.tags span{font-size:.45rem}.parcours-circle-bg{bottom:-20px;height:160px;right:-125px;width:285px}}@media screen and (max-width:359px){.parcours{height:auto;min-height:100vh;padding:65px 6% 50px}.parcours-container{display:flex;flex-direction:column;gap:35px;margin-top:10%}.parcours-left{height:auto;margin-left:5%;width:min(100%,300px)}.badge{font-size:.65rem;margin-bottom:18px}.parcours-left h2{font-size:1.25rem;line-height:1.2;margin-bottom:18px}.parcours-left h2 br{display:none}.parcours-left p{font-size:.62rem;max-width:100%}.parcours-icon-wrapper{display:flex;justify-content:flex-end;margin-top:0;width:100%}.parcours-icon img{margin-left:-80%;margin-top:20%;width:38px}.parcours-decoration{left:auto;right:-8px;top:35px}.parcours-decoration img{margin-left:-82%;margin-top:-50%;width:38px}.parcours-right{margin-top:-4%;width:100%}.timeline{max-width:100%;padding-left:0;width:100%}.timeline:before{left:13px}.timeline-item{margin-bottom:38px;padding-left:38px}.timeline-dot{left:13px;top:4px}.timeline-dot img{height:18px;margin-right:0;width:18px}.timeline-date{font-size:.7rem;margin-bottom:10px;position:static}.timeline-card{margin-left:0;padding:16px}.card-header{align-items:flex-start;gap:8px}.card-header img{height:21px;width:21px}.card-header h3{font-size:.58rem}.school{font-size:.52rem}.desc{font-size:.43rem}.tags span{font-size:.42rem}.parcours-circle-bg{bottom:-20px;height:150px;right:-120px;width:270px}}.competences{background-color:#f8f9fc;height:100vh;max-width:100%;overflow:hidden;padding:85px 8% 60px;position:relative}.competences-container{height:100%;margin:0 auto;max-width:1200px;position:relative;z-index:2}.competences-badge{background-color:#e9eefc;border-radius:6px;color:#4c6ef5;display:inline-block;font-size:.9rem;margin-top:1.2rem;padding:4px 14px}.competences h2{font-size:2.2rem;font-weight:500;margin:1rem 0 2rem}.competences-cards{grid-gap:45px;display:grid;gap:45px;grid-template-columns:repeat(3,1fr)}.competence-card{background-color:#fff;border-radius:6px;box-shadow:0 6px 18px #00000014;height:420px;padding:16px;width:355px}.card-title{align-items:center;display:flex;gap:22px;margin-bottom:10px}.card-title img{height:45px;object-fit:contain;width:45px}.card-title h3{font-size:1rem;font-weight:500;margin:0}.small-line{background-color:#6c8cff;border-radius:10px;height:2px;margin:-10px 0 20px 86px;width:42px}.competence-card h4{color:#4c6ef5;font-size:.75rem;font-weight:500;margin:0 0 2px}.competence-card ul{color:#666;display:flex;flex-wrap:wrap;font-size:.6rem;gap:10px 16px;line-height:1.4;margin:0;padding-left:16px}.competence-card li{display:list-item;white-space:nowrap}.competence-card li::marker{color:#4c6ef5}.competence-card hr{border:none;border-top:1px solid #edf0f8;margin:15px 0}.tools-card hr{margin:13px 0}.tools-card hr,.tools-card2 hr{border:none;border-top:1px solid #c7d2f3;opacity:.7}.tools-card2 hr{margin:9px 0}.tools-card3 hr{border:none;border-top:1px solid #c7d2f3;margin:16px 0;opacity:.7}.tools-sections h4{margin:0 0 4px}.tools-sections ul{gap:6px 16px}.dev-front-list li:last-child{flex-basis:100%}.ux-list{gap:10px 16px}.ux-list .break{flex-basis:100%;height:0;list-style:none}.ux-list .break::marker{content:""}.full-line{flex-basis:100%}.competences-circle{background-color:#e9eefc;border-radius:50%;bottom:12%;height:500px;position:absolute;right:14%;width:500px;z-index:1}@media screen and (min-width:901px) and (max-width:1032px){.competences{height:auto;min-height:100vh;padding:120px 6% 70px}.competences-container{height:auto}.competences-badge{margin-left:5%;margin-top:0}.competences h2{font-size:2rem;margin-bottom:3%;margin-left:5%}.competences-cards{gap:30px;grid-template-columns:1fr;margin:0 auto;max-width:805px}.competence-card{height:auto;min-height:315px;padding:15px 32px;width:100%}.competence-card li{font-size:.65rem;white-space:normal}.card-title img{height:40px;width:40px}.card-title h3{font-size:.9rem}.competence-card h4{font-size:.7rem}.tools-card hr{margin:5px}.tools-card2 hr{margin:3px}.tools-card3 hr{margin:10px}}@media screen and (min-width:768px) and (max-width:900px){.competences{height:auto;min-height:100vh;padding:70px 5%}.competences-container{height:auto}.competences-badge{font-size:.75rem;margin-top:1rem}.competences h2{font-size:1.6rem;margin-bottom:2%;margin-top:1%}.competences-cards{gap:10px;grid-template-columns:1fr;margin:0 auto;max-width:100%}.competence-card{height:270px;padding:16px 24px;width:100%}.card-title{gap:12px;margin-bottom:8px}.card-title img{height:30px;width:30px}.card-title h3{font-size:.75rem}.small-line{height:1px;margin:-7px 0 8px 58px}.competence-card h4{font-size:.6rem}.competence-card ul{font-size:.5rem;gap:6px 10px}.competence-card li{white-space:normal}.tools-card hr{margin:6px 0}.tools-card2 hr{margin:2px 0}.tools-card3 hr{margin:12px 0}}@media screen and (min-width:600px) and (max-width:767px){.competences{height:auto;min-height:100vh;padding:80px 6% 70px}.competences-container{height:auto}.competences-badge{font-size:.7rem;margin-top:1.5rem}.competences h2{font-size:clamp(1.4rem,4vw,1.8rem);margin-bottom:4%;margin-top:2%}.competences-cards{gap:16px;grid-template-columns:1fr;margin:0 auto;max-width:650px}.competence-card{height:auto;min-height:285px;padding:18px;width:100%}.card-title{gap:12px;margin-bottom:14px}.card-title img{height:30px;width:30px}.card-title h3{font-size:.8rem}.small-line{height:1px;margin:-8px 0 10px 58px}.competence-card h4{font-size:.6rem}.competence-card ul{font-size:.5rem;gap:6px 10px}.competence-card li{white-space:normal}.tools-card hr{margin:4px 0}.tools-card2 hr{margin:2px 0}.tools-card3 hr{margin:8px 0}}@media screen and (min-width:390px) and (max-width:440px){.competences{height:auto;min-height:100vh;padding:80px 4% 70px}.competences-container{height:auto}.competences-badge{font-size:.45rem;margin-top:0}.competences h2{font-size:.9rem;margin-bottom:2%;margin-top:1%}.competences-cards{gap:10px;grid-template-columns:1fr}.competence-card{height:230px;padding:12px;width:100%}.card-title{gap:10px;margin-bottom:12px}.card-title img{height:24px;width:24px}.card-title h3{font-size:.6rem}.small-line{height:1px;margin:-8px 0 5px 58px;width:42px}.competence-card h4{font-size:.5rem}.competence-card ul{gap:5px 10px}.competence-card li{font-size:.45rem;white-space:normal}.tools-card hr{margin:3px 0}.tools-card2 hr{margin:1px 0}.tools-card3 hr{margin:6px 0}.competences-circle{bottom:8%;height:300px;right:-140px;width:300px}}@media screen and (min-width:360px) and (max-width:389px){.competences{height:auto;min-height:100vh;padding:65px 4% 70px}.competences-container{height:auto}.competences-badge{font-size:.4rem;margin-top:0}.competences h2{font-size:.8rem;margin-bottom:2%;margin-top:1%}.competences-cards{gap:8px;grid-template-columns:1fr}.competence-card{height:190px;padding:12px;width:100%}.card-title{gap:10px;margin-bottom:8px}.card-title img{height:20px;width:20px}.card-title h3{font-size:.55rem}.small-line{height:1px;margin:-10px 0 5px 58px}.competence-card h4{font-size:.4rem}.competence-card ul{gap:5px 9px}.competence-card li{font-size:.38rem;white-space:normal}.tools-card hr{margin:2px 0}.tools-card2 hr{margin:1px}.tools-card3 hr{margin:5px 0}.competences-circle{bottom:8%;height:285px;right:-135px;width:285px}}@media screen and (max-width:359px){.competences{height:auto;min-height:100vh;padding:65px 4%}.competences-container{height:auto}.competences-badge{font-size:.38rem;margin-top:0}.competences h2{font-size:.9rem;margin-bottom:4%;margin-top:2%}.competences-cards{gap:10px;grid-template-columns:1fr}.competence-card{height:auto;min-height:200px;padding:10px;width:100%}.card-title{gap:8px;margin-bottom:12px}.card-title img{height:20px;width:20px}.card-title h3{font-size:.52rem}.small-line{height:1px;margin:-8px 0 6px 52px}.competence-card h4{font-size:.4rem}.competence-card ul{gap:5px 8px}.competence-card li{font-size:.35rem;white-space:normal}.tools-card hr{margin:4px 0}.tools-card2 hr{margin:2px 0}.tools-card3 hr{margin:7px 0}.competences-circle{bottom:8%;height:270px;right:-130px;width:270px}}.projets{background-color:#fff;height:100vh;overflow:hidden;padding:120px 8% 60px;position:relative}.projets-container{height:100%;margin:0 auto;position:relative;width:1350px;z-index:2}.projets-badge{background-color:#e9eefc;border-radius:6px;color:#4c6ef5;display:inline-block;font-size:.9rem;margin-bottom:18px;margin-left:-2%;padding:6px 14px}.projets h2{font-size:2.5rem;font-weight:500;margin:0 0 14px -2%}.projets-intro{color:#666;font-size:.95rem;margin:0 0 50px -2%}.projets-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(2,1fr);margin-left:-2%;margin-top:-2%;width:1230px}.projet-card{background-color:#fff;border-radius:8px;box-shadow:0 8px 22px #00000014;display:grid;grid-template-columns:42% 58%;min-height:230px;overflow:hidden;width:685px}.projet-image{height:100%;padding:20px}.projet-image img{border-radius:4px;display:block;height:100%;object-fit:cover;width:100%}.projet-content{margin-top:10px;padding:15px 2px}.projet-content h3{font-size:1.4rem;font-weight:500;margin:0}.projet-type{color:#4c6ef5;display:inline-block;font-size:.75rem;font-weight:500;margin:4px 0 18px;width:155px}.projet-content p{color:#666;font-size:.7rem;line-height:1.5;margin:10px 0 16px;width:380px}.projet-tags{display:flex;flex-wrap:wrap;gap:11px;margin-bottom:35px;margin-top:22px;width:360px}.projet-tags span{background-color:#eef2ff;border-radius:5px;color:#4c6ef5;font-size:.58rem;padding:4px 5px}.projet-actions{display:flex;gap:18px;width:380px}.projet-actions button{align-items:center;background-color:#fff;border:1px solid #6c8cff;border-radius:4px;color:#4c6ef5;cursor:pointer;display:flex;font-size:.6rem;gap:2px;padding:8px 18px;transition:.3s}.projet-actions button img{height:12px;object-fit:contain;width:12px}.projet-actions button:hover{background-color:#eef2ff}.projet-actions .primary{background-color:#4c6ef5;color:#fff}.projet-actions .primary img{filter:brightness(0) invert(1)}.projets-circle{background-color:#e9eefc;border-radius:50%;height:360px;position:absolute;right:-90px;top:80px;width:360px;z-index:1}.modal-overlay{align-items:center;background-color:#0f172abf;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.modal-content{background-color:#fff;border-radius:12px;max-width:1000px;padding:25px;position:relative;width:85%}.modal-image,.modal-video{border-radius:8px;display:block;max-height:58vh;object-fit:contain;width:100%}.modal-video{background-color:#000}.modal-close{font-size:1.6rem;height:38px;right:-45px;top:-5px;width:38px}.modal-arrow,.modal-close{background-color:#2a2a2a75;border:none;border-radius:50%;color:#fff;cursor:pointer;position:absolute}.modal-arrow{font-size:2rem;height:40px;top:50%;transform:translateY(-50%);width:40px}.modal-arrow.left{left:10px}.modal-arrow.right{right:10px}.modal-counter{font-weight:500;margin:15px 0 0;text-align:center}@media screen and (min-width:901px) and (max-width:1032px){.projets{height:auto;min-height:100vh;padding:110px 6% 80px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.85rem}.projets h2{font-size:clamp(2rem,4vw,2.3rem)}.projets-intro{font-size:.9rem;margin-bottom:35px}.projets-cards{gap:50px;grid-template-columns:1fr;margin-top:10px;width:100%}.projet-card{grid-template-columns:40% 60%;min-height:250px;width:100%}.projet-actions,.projet-content p,.projet-tags{width:100%}.projets-circle{height:330px;right:-140px;top:90px;width:330px}}@media screen and (min-width:768px) and (max-width:900px){.projets{height:auto;min-height:100vh;padding:90px 5% 75px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.75rem;margin-top:4%}.projets h2{font-size:clamp(1.8rem,3vw,2rem);margin-bottom:3%}.projets-intro{font-size:.75rem;margin-bottom:6%}.projets-cards{gap:55px;grid-template-columns:1fr;margin-top:0;width:100%}.projet-card{grid-template-columns:40% 60%;min-height:285px;width:100%}.projet-content{padding:15px 8px}.projet-content h3{font-size:1.3rem}.projet-type{font-size:.75rem;margin-top:4%}.projet-actions,.projet-content p,.projet-tags{width:100%}.projet-tags{margin-top:5%}.projet-tags span{font-size:.65rem}.projet-actions{margin-top:6%}}@media screen and (min-width:600px) and (max-width:767px){.projets{height:auto;min-height:100vh;padding:90px 6% 70px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.65rem;margin-bottom:8px}.projets h2{font-size:clamp(1.5rem,4vw,1.8rem)}.projets-intro{font-size:.75rem;margin-bottom:10px}.projets-cards{gap:24px;margin-top:0}.projet-card,.projets-cards{grid-template-columns:1fr;width:100%}.projet-image{height:230px;padding:12px}.projet-content{padding:16px}.projet-content h3{font-size:1rem}.projet-type{font-size:.65rem;margin-bottom:8px}.projet-actions,.projet-content p,.projet-tags{width:100%}.projet-content p{font-size:.65rem}.projet-tags{margin-bottom:18px;margin-top:10px}.projet-tags span{font-size:.5rem}.projet-actions{flex-wrap:wrap}.projet-actions button{font-size:.55rem;padding:6px 9px}}@media screen and (min-width:390px) and (max-width:440px){.projets{height:auto;min-height:100vh;padding:85px 4% 80px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.45rem;margin-bottom:5px}.projets h2{font-size:clamp(1.4rem,5vw,1.5rem);margin-bottom:1%}.projets-intro{font-size:.6rem;margin-bottom:10px}.projets-cards{gap:10px;margin-top:0}.projet-card,.projets-cards{grid-template-columns:1fr;width:100%}.projet-image{height:155px;padding:10px}.projet-content{margin-top:0;padding:10px 12px}.projet-content h3{font-size:.9rem}.projet-type{font-size:.55rem;margin-bottom:5px;margin-top:0}.projet-content p{font-size:.55rem;margin-bottom:10px;width:100%}.projet-actions,.projet-tags{width:100%}.projet-tags{gap:6px;margin-bottom:15px;margin-top:5px}.projet-tags span{font-size:.45rem}.projet-actions{flex-wrap:wrap;gap:7px}.projet-actions button{font-size:.48rem;padding:5px 7px}.projet-actions button img{height:10px;width:10px}.projets-circle{height:300px;right:-150px;top:90px;width:300px}}@media screen and (min-width:360px) and (max-width:389px){.projets{height:auto;min-height:100vh;padding:55px 4% 80px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.4rem;margin-bottom:5px;margin-top:15px}.projets h2{font-size:clamp(1.25rem,5vw,1.35rem);margin-bottom:5px}.projets-intro{font-size:.6rem;margin-bottom:8px}.projets-cards{gap:10px;margin-top:0}.projet-card,.projets-cards{grid-template-columns:1fr;width:100%}.projet-card{height:280px}.projet-image{height:135px;padding:9px}.projet-content{padding:10px}.projet-content h3{font-size:.8rem;margin-top:-20px}.projet-type{margin-top:0}.projet-content p,.projet-type{font-size:.48rem;margin-bottom:0}.projet-content p{width:100%}.projet-tags{gap:5px;margin-bottom:10px;margin-top:10px;width:100%}.projet-tags span{font-size:.38rem}.projet-actions{flex-wrap:wrap;gap:6px;width:100%}.projet-actions button{font-size:.45rem;padding:3px 6px}.projet-actions button img{height:9px;width:9px}.projets-circle{height:285px;right:-145px;top:85px;width:285px}}@media screen and (max-width:359px){.projets{height:auto;min-height:100vh;padding:65px 4% 75px}.projets-container{height:auto;width:100%}.projets h2,.projets-badge,.projets-cards,.projets-intro{margin-left:0}.projets-badge{font-size:.38rem;margin-bottom:5px}.projets h2{font-size:1.2rem;margin-bottom:5px}.projets-intro{font-size:.55rem;margin-bottom:12px}.projets-cards{gap:18px;margin-top:0}.projet-card,.projets-cards{grid-template-columns:1fr;width:100%}.projet-image{height:130px;padding:8px}.projet-content{padding:9px}.projet-content h3{font-size:.78rem;margin-top:-8px}.projet-type{margin-top:0}.projet-content p,.projet-type{font-size:.45rem;margin-bottom:0}.projet-content p{width:100%}.projet-tags{gap:5px;margin-bottom:10px;margin-top:9px;width:100%}.projet-tags span{font-size:.36rem}.projet-actions{flex-wrap:wrap;gap:5px;width:100%}.projet-actions button{font-size:.4rem;padding:5px 6px}.projet-actions button img{height:8px;width:8px}.projets-circle{height:270px;right:-135px;top:80px;width:270px}}.cv{background-color:#fff;height:100vh;overflow:hidden;padding:150px 8% 80px;position:relative}.cv-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;width:1200px}.cv-left{max-width:480px}.cv-badge{background-color:#e9eefc;border-radius:6px;color:#4c6ef5;display:inline-block;font-size:.85rem;margin-bottom:12px;padding:6px 14px}.cv h2{font-size:2.4rem;font-weight:500;margin-bottom:16px}.cv-intro{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:25px;width:500px}.cv-actions{display:flex;font-weight:500;gap:45px;margin-bottom:30px;margin-top:50px;width:500px}.cv-actions button{align-items:center;border:1px solid #6c8cff;border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;gap:13px;padding:10px 42px;transition:.3s}.cv-actions img{width:30px}.cv-actions .primary{background-color:#4c6ef5;color:#fff}.cv-actions .secondary{background-color:#fff;color:#4c6ef5}.primary:hover{background-color:#8aa2ff}.secondary:hover{background-color:#eaeeff}.cv-info{align-items:center;color:#666;display:flex;font-size:.75rem;gap:8px}.cv-info img{width:14px}.cv-card{background-color:#fff;border-radius:10px;box-shadow:0 8px 22px #00000014;margin-bottom:-5%;margin-right:12%;padding:30px 20px;width:320px;z-index:1}.cv-card-top{text-align:center}.cv-card-top img{margin-bottom:10px;width:100px}.cv-card-top h3{font-size:1.1rem;margin:0}.cv-card-top span{color:#666;font-size:.75rem}.cv-card hr{border:none;border-top:1px solid #eee;margin:18px 0}.cv-card-item{align-items:flex-start;display:flex;gap:12px;margin-bottom:18px}.cv-card-item img{background-color:#e9efff;border-radius:30px;padding:5px;width:40px}.cv-card-item p{font-size:.8rem;font-weight:500;margin:0}.cv-card-item span{color:#666;font-size:.7rem}.cv-circle{background-color:#e9eefc;border-radius:50%;bottom:-200px;height:500px;position:absolute;right:-100px;width:500px;z-index:0}@media screen and (min-width:901px) and (max-width:1032px){.cv{height:auto;min-height:100vh;padding:150px 6% 80px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:120px;width:100%}.cv-left{max-width:700px;text-align:center;width:100%}.cv h2{font-size:clamp(2.1rem,4vw,2.4rem)}.cv-intro{font-size:.95rem;width:100%}.cv-actions{gap:35px;margin-top:40px}.cv-actions,.cv-info{justify-content:center;width:100%}.cv-info{text-align:center}.cv-card{margin:0;width:340px}.cv-circle{bottom:-180px;height:420px;right:-150px;width:420px}}@media screen and (min-width:768px) and (max-width:900px){.cv{height:auto;min-height:100vh;padding:130px 6% 75px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:80px;width:100%}.cv-left{max-width:650px;text-align:center;width:100%}.cv h2{font-size:clamp(1.9rem,4vw,2.2rem)}.cv-intro{font-size:.85rem;width:100%}.cv-actions{gap:25px;justify-content:center;margin-top:35px;width:100%}.cv-actions button{font-size:.8rem;padding:10px 34px}.cv-actions img{width:26px}.cv-info{font-size:.7rem;justify-content:center;text-align:center;width:100%}.cv-card{margin:0;width:330px}.cv-circle{bottom:-170px;height:390px;right:-145px;width:390px}}@media screen and (min-width:600px) and (max-width:767px){.cv{height:auto;min-height:100vh;padding:109px 6% 70px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:65px;width:100%}.cv-left{max-width:620px;text-align:center;width:100%}.cv h2{font-size:2rem}.cv-intro{font-size:.8rem;width:100%}.cv-actions{gap:20px;justify-content:center;margin-top:30px;width:100%}.cv-actions button{font-size:.75rem;padding:9px 28px}.cv-actions img{width:24px}.cv-info{font-size:.7rem;justify-content:center;text-align:center;width:100%}.cv-card{margin:0;width:320px}.cv-circle{bottom:-160px;height:360px;right:-140px;width:360px}}@media screen and (min-width:390px) and (max-width:440px){.cv{height:auto;min-height:100vh;padding:110px 4% 70px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:35px;width:100%}.cv-left{max-width:350px;text-align:center;width:100%}.cv h2{font-size:clamp(1.4rem,5vw,1.6rem);margin-bottom:12px}.cv-intro{font-size:.62rem;margin-bottom:20px;width:100%}.cv-actions{flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:22px;margin-top:28px;width:100%}.cv-actions button{font-size:.55rem;gap:8px;padding:7px 18px}.cv-actions img{width:18px}.cv-info{font-size:.6rem;justify-content:center;text-align:center;width:100%}.cv-info img{width:12px}.cv-card{margin:0;padding:22px 16px;width:285px}.cv-card-top img{width:80px}.cv-card-top h3{font-size:.9rem}.cv-card-top span{font-size:.65rem}.cv-card-item img{width:34px}.cv-card-item p{font-size:.7rem}.cv-card-item span{font-size:.6rem}.cv-circle{bottom:-140px;height:300px;right:-150px;width:300px}}@media screen and (min-width:360px) and (max-width:389px){.cv{height:auto;min-height:100vh;padding:90px 4% 65px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:30px;width:100%}.cv-left{max-width:330px;text-align:center;width:100%}.cv h2{font-size:1.6rem;margin-bottom:10px}.cv-intro{font-size:.6rem;margin-bottom:18px;width:99%}.cv-actions{flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:6%;margin-top:6%;width:100%}.cv-actions button{font-size:.5rem;gap:7px;padding:6px 15px}.cv-actions img{width:16px}.cv-info{font-size:.55rem;justify-content:center;text-align:center;width:100%}.cv-info img{width:11px}.cv-card{margin:5% 0 0;padding:20px 14px;width:270px}.cv-card-top img{width:75px}.cv-card-top h3{font-size:.85rem}.cv-card-top span{font-size:.6rem}.cv-card-item img{width:32px}.cv-card-item p{font-size:.65rem}.cv-card-item span{font-size:.55rem}.cv-circle{bottom:-135px;height:285px;right:-145px;width:285px}}@media screen and (max-width:359px){.cv{height:auto;min-height:100vh;padding:65px 4% 60px}.cv-badge{display:none}.cv-container{align-items:center;flex-direction:column;gap:28px;width:100%}.cv-left{max-width:300px;text-align:center;width:100%}.cv h2{font-size:1.2rem;margin-bottom:10px}.cv-intro{font-size:.55rem}.cv-actions,.cv-intro{margin-bottom:18px;width:100%}.cv-actions{flex-wrap:wrap;gap:8px;justify-content:center;margin-top:22px}.cv-actions button{font-size:.48rem;gap:6px;padding:6px 13px}.cv-actions img{width:15px}.cv-info{font-size:.52rem;justify-content:center;text-align:center;width:100%}.cv-info img{width:10px}.cv-card{margin:0;padding:18px 12px;width:260px}.cv-card-top img{width:70px}.cv-card-top h3{font-size:.8rem}.cv-card-top span{font-size:.58rem}.cv-card hr{margin:14px 0}.cv-card-item{gap:10px;margin-bottom:14px}.cv-card-item img{width:30px}.cv-card-item p{font-size:.62rem}.cv-card-item span{font-size:.52rem}.cv-circle{bottom:-130px;height:270px;right:-135px;width:270px}}.contact-section{align-items:flex-start;display:flex;justify-content:center;max-height:100vh;padding:20px;position:relative;width:100%}.contact-scroll-zone,.contact-section{height:100vh;overflow-x:hidden;overflow-y:auto}.contact-section button{background:none;border:none;cursor:pointer;font-family:inherit}.contact-card{background:#fff;border:1px solid #e5e8f5;box-shadow:0 4px 14px #00000014;display:flex;height:auto;justify-content:space-between;margin-top:6%;max-width:1350px;min-height:73vh;overflow:visible;padding:85px 60px;position:relative;width:100%}.contact-left{margin-left:8%}.contact-left,.contact-right{position:relative;width:42%;z-index:2}.contact-right{margin-left:10%}.contact-badge{background:#e8edff;border-radius:4px;color:#4f73ff;display:inline-block;font-size:13px;margin-bottom:20px;padding:5px 18px}.contact-left h2{color:#111;font-size:38px;font-weight:500;letter-spacing:2px;margin:0}.contact-line{background:#5f7cff;height:2px;margin:18px 0 25px;width:85px}.contact-left p{color:#6b6b6b;font-size:13px;line-height:1.6;margin:0 0 45px;max-width:335px}.contact-button{align-items:center;background:#5274ff!important;border-radius:4px;color:#fff;display:flex;font-size:13px;gap:14px;height:45px;justify-content:center;transition:.3s ease;width:230px}.contact-button:hover{background:#3f62f0!important;transform:translateY(-2px)}.contactIcon{width:30px}.contact-separator{align-self:stretch;background:#e6eaff;position:relative;width:1px;z-index:2}.contact-right h3{color:#4f73ff;font-size:17px;font-weight:500;margin:0 0 32px}.contact-info{gap:22px;margin-bottom:28px}.contact-icon,.contact-info{align-items:center;display:flex}.contact-icon{background:#edf1ff!important;border-radius:50%;color:#5274ff;font-size:22px;height:50px;justify-content:center;min-width:50px;transition:.3s ease;width:50px}button.contact-icon:hover{background:#dee5ff!important;color:#fff}.contact-info h4{color:#4f73ff;font-size:13px;margin:0 0 8px}.contact-info p{color:#666;font-size:12px;margin:0}.contact-link{color:#666;font-size:12px;padding:0;text-align:left;transition:.3s ease}.contact-link:hover{color:#5274ff;text-decoration:underline}.contact-social{align-items:center;bottom:2%;color:#777;display:flex;font-size:11px;gap:18px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.contact-social:before{background:#edf0fa;content:"";height:1px;left:-70px;position:absolute;top:-18px;width:420px}.contact-social button{align-items:center;background:#edf1ff!important;border-radius:50%;color:#5274ff;display:flex;font-size:11px;font-weight:600;height:26px;justify-content:center;transition:.3s ease;width:26px}.contact-social button:hover{background:#5274ff!important;color:#fff}.contact-shape{background:#e7ecff;border-radius:50%;position:absolute;z-index:-1}.contact-shape-left{height:190px;left:-105px;top:-105px;width:190px}.contact-shape-right{bottom:-110px;height:280px;right:-80px;width:280px}.contact-dots{background-image:radial-gradient(#dce4ff 1px,#0000 0);background-size:10px 10px;height:75px;position:absolute;right:45px;top:38px;width:95px;z-index:1}.contactIcon{height:22px;object-fit:contain;width:22px}.btn-icon{height:30px;margin-left:-5%;width:30px}.socialIcon{height:16px;object-fit:contain;width:16px}.contact-icon-clickable:hover img,.contact-social button:hover img{filter:brightness(0) invert(1)}@media screen and (min-width:901px) and (max-width:1032px){.contact-section{display:block;max-height:none!important;padding:50px 6% 90px}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:42px;margin:0 auto 40px;max-width:100%;min-height:auto;padding:70px 55px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:clamp(2rem,4vw,2.4rem)}.contact-line{margin:18px auto 25px}.contact-left p{font-size:.85rem;margin:0 auto 42px;max-width:520px}.contact-button{font-size:.8rem;height:44px;margin:0 auto;width:220px}.contact-separator{align-self:center;height:1px;max-width:85%;width:100%}.contact-right h3{font-size:1.05rem;margin-bottom:36px}.contact-info{margin:0 auto 28px;max-width:430px;text-align:left}.contact-social{flex-wrap:wrap;justify-content:center;margin-top:15px;position:static;transform:none;width:100%}.contact-social:before{background:#edf0fa;content:"";height:1px;left:25%;position:absolute;top:85%;width:420px}.cv-circle{height:190px;left:-105px;top:-105px;width:150px}.contact-shape-left{top:-42px}}@media screen and (min-width:768px) and (max-width:900px){.contact-section{display:block;max-height:none!important;padding:130px 6% 20px}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:38px;margin:0 auto 40px;max-width:100%;min-height:auto;padding:40px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:clamp(1.8rem,4vw,2.2rem)}.contact-line{margin:18px auto 25px}.contact-left p{font-size:.75rem;margin:0 auto 38px;max-width:500px}.contact-button{font-size:.65rem;height:40px;margin:auto;width:150px}.contact-separator{align-self:center;height:1px;max-width:85%;width:100%}.contact-right h3{font-size:.95rem;margin-bottom:32px}.contact-info{gap:18px;margin:5% 29% 30px;max-width:410px;text-align:left}.contact-icon{height:45px;min-width:45px;width:45px}.contact-info h4{font-size:.75rem}.contact-info p,.contact-link{font-size:.72rem}.contact-social{flex-wrap:wrap;justify-content:center;margin-top:0;position:static;transform:none;width:100%}.contact-social:before{background:#edf0fa;content:"";height:1px;left:50%;position:absolute;top:85%;transform:translateX(-50%);width:280px;width:420px}.cv-circle{height:190px;left:-105px;top:-105px;width:150px}}@media screen and (min-width:600px) and (max-width:767px){.contact-section{display:block;max-height:none!important;padding:100px 6% 40px}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:36px;margin:0 auto 35px;max-width:100%;min-height:auto;padding:55px 35px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:2rem}.contact-line{margin:18px auto 25px}.contact-left p{font-size:.8rem;margin:0 auto 35px;max-width:100%}.contact-button{font-size:.75rem;height:44px;margin:0 auto;width:220px}.contact-separator{align-self:center;height:1px;width:100%}.contact-right h3{font-size:.95rem}.contact-info{margin:0 auto 24px;max-width:400px;text-align:left}.contact-social{flex-wrap:wrap;justify-content:center;margin-top:15px;position:static;transform:none;width:100%}.contact-social:before{background:#edf0fa;content:"";height:1px;left:50%;position:absolute;top:85%;transform:translateX(-50%);width:250px;width:420px}.cv-circle{height:190px;left:-105px;top:-105px;width:150px}}@media screen and (min-width:390px) and (max-width:440px){.contact-section{display:block;max-height:none!important;padding:95px 4% 5px}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:17px;margin:0 auto 30px;max-width:100%;min-height:auto;padding:20px 10px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:clamp(1.4rem,5vw,1.6rem);letter-spacing:1px}.contact-line{margin:15px auto 20px;width:65px}.contact-left p{font-size:.62rem;margin:0 auto 30px}.contact-button{font-size:.6rem;height:40px;margin:0 auto;width:190px}.contact-separator{height:1px;margin-left:7%;width:85%}.contact-right h3{font-size:.8rem;margin-bottom:26px}.contact-info{gap:14px;margin:0 auto 22px;max-width:290px;text-align:left}.contact-icon{height:38px;min-width:38px;width:38px}.contact-info h4{font-size:.68rem}.contact-info p,.contact-link{font-size:.6rem}.contact-social{flex-wrap:wrap;font-size:.55rem;gap:20px;justify-content:center;margin-top:-10px;position:static;transform:none;width:100%}.contact-social:before{background:#edf0fa;content:"";height:1px;left:10%;position:absolute;top:88%;width:300px}}@media screen and (min-width:360px) and (max-width:389px){.contact-section{display:block;max-height:none!important;padding:70px 4% 0}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:24px;margin:0 auto 15px;max-width:100%;min-height:auto;padding:20px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:1.4rem;letter-spacing:1px}.contact-line{margin:8px auto 12px;width:60px}.contact-left p{font-size:.6rem;margin:0 auto 20px}.btn-icon{height:25px;width:25px}.contact-button{font-size:.56rem;height:30px;margin:-2% auto;width:180px}.contact-separator{height:1px;width:100%}.contact-right h3{font-size:.75rem;margin-bottom:15px}.contact-info{gap:12px;margin:0 auto 20px;max-width:270px;text-align:left}.contact-icon{height:36px;min-width:36px;width:36px}.contact-info h4{font-size:.64rem}.contact-info p,.contact-link{font-size:.56rem}.contact-social{flex-wrap:wrap;font-size:.55rem;gap:12px;justify-content:center;margin-top:-15px;position:static;transform:none;width:100%}.contact-social:before{background:#edf0fa;content:"";height:1px;left:15%;position:absolute;top:88%;width:220px}}@media screen and (max-width:359px){.contact-section{display:block;max-height:none!important;padding:75px 4% 65px}.contact-scroll-zone,.contact-section{height:auto!important;min-height:auto!important;overflow:visible!important}.contact-card{align-items:center;flex-direction:column;gap:26px;margin:0 auto 30px;max-width:100%;min-height:auto;padding:36px 18px;width:100%}.contact-left,.contact-right{margin-left:0;text-align:center;width:100%}.contact-badge{display:none}.contact-left h2{font-size:1.3rem;letter-spacing:1px}.contact-line{margin:12px auto 16px;width:55px}.contact-left p{font-size:.55rem;margin:0 auto 25px}.contact-button{font-size:.52rem;height:36px;margin:0 auto;width:170px}.contact-separator{height:1px;width:100%}.contact-right h3{font-size:.72rem;margin-bottom:22px}.contact-info{gap:10px;margin:0 auto 18px;max-width:250px;text-align:left}.contact-icon{height:34px;min-width:34px;width:34px}.contact-info h4{font-size:.6rem}.contact-info p,.contact-link,.contact-social{font-size:.52rem}.contact-social{flex-wrap:wrap;gap:10px;justify-content:center;margin-top:15px;position:static;transform:none;width:100%}.contact-social:before{left:50%;transform:translateX(-50%);width:190px}}.footer{background:#fff;border:1px solid #e5e8f5;overflow:hidden;padding:35px 70px 20px;position:relative;width:100%}.footer button{background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.footer-container{grid-gap:45px;align-items:flex-start;display:grid;gap:45px;grid-template-columns:1.7fr 1.5fr .8fr .8fr;position:relative;z-index:2}.footer-brand{align-items:center;display:flex;gap:25px;margin-top:.4rem}.footer-logo{height:auto;object-fit:contain;width:65px}.footer-brand p{color:#666;font-size:12px;line-height:1.6;margin:0;width:412px}.footer-column,.footer-social{display:flex;flex-direction:column}.footer-column h4,.footer-social h4{color:#5274ff;font-size:13px;margin:0 0 15px}.footer-nav-links{display:flex;flex-wrap:wrap;gap:5px 15px;width:366px}.footer-info-links button,.footer-nav-links button{color:#555;font-size:11px;transition:.3s ease}.footer-info-links button:hover,.footer-nav-links button:hover{color:#5274ff}.footer-info-links{align-items:center;display:flex}.footer-social-buttons{display:flex;gap:12px;margin-top:-5px}.footer-social-buttons button{align-items:center;background:#edf1ff;border-radius:50%;display:flex;height:26px;justify-content:center;transition:.3s ease;width:26px}.footer-social-buttons img{height:13px;object-fit:contain;width:13px}.footer-social-buttons button:hover{background:#5274ff}.footer-social-buttons button:hover img{filter:brightness(0) invert(1)}.footer-copy{color:#777;font-size:10px;margin:20px 0 0;position:relative;text-align:center;z-index:2}.footer-shape{background:#e7ecff;border-radius:50%;bottom:-35px;height:110px;left:-35px;position:absolute;width:110px}.footer-dots{background-image:radial-gradient(#dce4ff 1px,#0000 0);background-size:9px 9px;height:55px;position:absolute;right:10px;top:32px;width:75px}@media screen and (min-width:901px) and (max-width:1032px){.footer{padding:18px 2% 5px}.footer-container{gap:35px 0}.footer-brand{width:275px}.footer-brand p{font-size:.62rem;width:185px}.footer-nav-links{gap:6px 10px;width:360px}.footer-info-links button,.footer-nav-links button{font-size:.62rem}.footer-dots{height:40px;right:10px;top:10px;width:40px}.footer-shape{bottom:-60px;left:-60px}.footer-info-links{width:85px}.footer-social{width:105px}}@media screen and (min-width:768px) and (max-width:900px){.footer{padding:10px 5% 5px}.footer-container{gap:18px 0;grid-template-areas:"brand brand brand" "nav info social";grid-template-columns:repeat(3,1fr);justify-items:center;text-align:center}.footer-brand{align-items:center;gap:18px;grid-area:brand;justify-content:center;width:100%}.footer-logo{width:45px}.footer-brand p{font-size:.6rem;text-align:center;width:90%}.footer-column.footer-nav{align-items:center;grid-area:nav;width:100%}.footer-column.footer-info{align-items:center;grid-area:info;width:90px}.footer-social{align-items:center;grid-area:social;width:100%}.footer-column h4,.footer-social h4{font-size:.7rem}.footer-info-links,.footer-nav-links{justify-content:center;width:100%}.footer-nav-links{gap:6px 10px;width:325px}.footer-info-links button,.footer-nav-links button{font-size:.65rem}.footer-social-buttons{justify-content:center}.footer-copy{font-size:.58rem;margin:10px 0 0}}@media screen and (min-width:600px) and (max-width:767px){.footer{padding:25px 4% 18px}.footer-container{gap:20px 0;grid-template-areas:"brand brand brand" "nav info social";grid-template-columns:repeat(3,1fr);justify-items:center;text-align:center}.footer-brand{align-items:center;gap:18px;grid-area:brand;justify-content:center;width:100%}.footer-logo{width:45px}.footer-brand p{font-size:.55rem;text-align:left;width:90%}.footer-column.footer-nav{align-items:center;grid-area:nav;width:100%}.footer-column.footer-info{align-items:center;grid-area:info;width:85px}.footer-social{align-items:center;grid-area:social;width:100%}.footer-column h4,.footer-social h4{font-size:.68rem}.footer-info-links,.footer-nav-links{justify-content:center;width:100%}.footer-nav-links{gap:6px 10px;width:285px}.footer-info-links button,.footer-nav-links button{font-size:.55rem}.footer-social-buttons{justify-content:center}.footer-copy{font-size:.55rem;margin:14px 0 0}}@media screen and (min-width:390px) and (max-width:440px){.footer{display:block!important;height:auto!important;max-height:none!important;min-height:auto!important;padding:2px 5% 20px}.footer,.footer-container{overflow:visible!important}.footer-container{grid-gap:20px 5px;align-items:start;display:grid!important;gap:20px 5px;grid-template-areas:"brand brand brand" "nav info social";grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;text-align:center;width:100%}.footer-brand{align-items:center;flex-direction:column;gap:11px;grid-area:brand;width:100%}.footer-logo{width:48px}.footer-brand p{font-size:.54rem;text-align:center;width:100%}.footer-column.footer-nav{grid-area:nav;width:135px}.footer-column.footer-info{grid-area:info;margin-left:20%;width:75px}.footer-social{grid-area:social}.footer-column,.footer-social{width:124px}.footer-social{width:70px}.footer-column h4,.footer-social h4{font-size:.5rem;margin-bottom:8px}.footer-nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:1px 5px;justify-content:center;width:100%}.footer-info-links{justify-content:center;width:auto}.footer-info-links button,.footer-nav-links button{font-size:.5rem}.footer-social-buttons{flex-wrap:wrap;gap:5px;justify-content:center}.footer-social-buttons button{height:18px;width:18px}.footer-social-buttons img{height:8px;width:8px}.footer-copy{font-size:.42rem;margin-bottom:-2%;margin-top:4%}.footer-dots,.footer-shape{display:none}}@media screen and (min-width:360px) and (max-width:389px){.footer{display:block!important;height:auto!important;max-height:none!important;min-height:auto!important;padding:0 5% 20px}.footer,.footer-container{overflow:visible!important}.footer-container{grid-gap:20px 5px;align-items:start;display:grid!important;gap:20px 5px;grid-template-areas:"brand brand brand" "nav info social";grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;text-align:center;width:100%}.footer-brand{align-items:center;flex-direction:column;gap:11px;grid-area:brand;width:100%}.footer-logo{width:35px}.footer-brand p{font-size:.5rem;text-align:center;width:100%}.footer-column.footer-nav{grid-area:nav}.footer-column.footer-info{grid-area:info;margin-left:20%;width:65px}.footer-social{grid-area:social}.footer-column,.footer-social{width:124px}.footer-social{width:70px}.footer-column h4,.footer-social h4{font-size:.5rem;margin-bottom:8px}.footer-nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:1px 5px;justify-content:center;width:100%}.footer-info-links{justify-content:center;width:auto}.footer-info-links button,.footer-nav-links button{font-size:.45rem}.footer-social-buttons{flex-wrap:wrap;gap:5px;justify-content:center}.footer-social-buttons button{height:18px;width:18px}.footer-social-buttons img{height:8px;width:8px}.footer-copy{font-size:.42rem;margin-bottom:-4%;margin-top:4%}.footer-dots,.footer-shape{display:none}}@media screen and (max-width:359px){.footer{display:block!important;height:auto!important;max-height:none!important;min-height:auto!important;padding:22px 5% 18px}.footer,.footer-container{overflow:visible!important}.footer-container{grid-gap:18px 4px;align-items:start;display:grid!important;gap:18px 4px;grid-template-areas:"brand brand brand" "nav info social";grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;text-align:center;width:100%}.footer-brand{align-items:center;flex-direction:column;gap:10px;grid-area:brand;width:100%}.footer-logo{width:45px}.footer-brand p{font-size:.5rem;text-align:center;width:100%}.footer-column.footer-nav{grid-area:nav}.footer-column.footer-info{grid-area:info}.footer-social{grid-area:social}.footer-column,.footer-social{align-items:center;min-width:0;width:100%}.footer-column h4,.footer-social h4{font-size:.48rem;margin-bottom:8px}.footer-nav-links{align-items:center;flex-direction:column;gap:5px;width:auto}.footer-info-links{justify-content:center;width:auto}.footer-info-links button,.footer-nav-links button{font-size:.38rem}.footer-social-buttons{flex-wrap:wrap;gap:4px;justify-content:center}.footer-social-buttons button{height:17px;width:17px}.footer-social-buttons img{height:8px;width:8px}.footer-copy{font-size:.42rem;margin-top:16px}.footer-dots,.footer-shape{display:none}}.PageAccueil,.section-container{height:100vh;overflow:hidden}.arrow{background:#9099bb8c;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:20px;height:45px;position:fixed;right:30px;transition:.3s ease;width:45px;z-index:10}.arrow:hover{background:#6c8cff}.arrow.down{bottom:10px}.arrow.up{bottom:62px}@media screen and (min-width:901px) and (max-width:1032px){.arrow{font-size:28px;height:55px;right:24px;width:55px;z-index:10}.arrow.down{bottom:12px}.arrow.up{bottom:75px}}@media screen and (min-width:768px) and (max-width:900px){.arrow{font-size:18px;height:50px;right:22px;width:50px;z-index:10}.arrow.down{bottom:10px}.arrow.up{bottom:70px}}@media screen and (min-width:600px) and (max-width:767px){.arrow{font-size:18px;height:45px;right:18px;width:45px;z-index:10}.arrow.down{bottom:10px}.arrow.up{bottom:60px}}@media screen and (min-width:390px) and (max-width:440px){.arrow{font-size:18px;height:45px;right:14px;width:45px;z-index:10}.arrow.down{bottom:8px}.arrow.up{bottom:60px}}@media screen and (min-width:360px) and (max-width:389px){.arrow{font-size:18px;height:40px;right:12px;width:40px;z-index:10}.arrow.down{bottom:8px}.arrow.up{bottom:55px}}@media screen and (max-width:359px){.arrow{font-size:15px;height:30px;right:10px;width:30px;z-index:10}.arrow.down{bottom:6px}.arrow.up{bottom:40px}}.mentions-legales-page{background-color:#fff;min-height:100vh;overflow-y:auto}.mentions-legales-container{color:#333;margin:0 auto;max-width:900px;padding:140px 20px 80px}.mentions-back-button{background:none;border:none;color:#4c6ef5;cursor:pointer;font-size:14px;margin-bottom:30px;transition:.3s}.mentions-back-button:hover{text-decoration:underline}.mentions-legales-container h1{color:#000;font-size:2rem;margin-bottom:40px}.mentions-legales-container section{margin-bottom:30px}.mentions-legales-container h2{color:#4c6ef5;font-size:1.2rem;margin-bottom:10px}.mentions-legales-container p{font-size:14px;line-height:1.6;margin:5px 0}.mentions-legales-container strong{color:#000}.mentions-legales-container a{color:#4c6ef5;text-decoration:none}.mentions-legales-container a:hover{text-decoration:underline}@media screen and (min-width:901px) and (max-width:1032px){.mentions-legales-container{max-width:820px;padding:130px 6% 75px}.mentions-back-button{font-size:.85rem;margin-bottom:28px}.mentions-legales-container h1{font-size:clamp(1.8rem,4vw,2rem);margin-bottom:38px}.mentions-legales-container h2{font-size:1.15rem}.mentions-legales-container p{font-size:.85rem}}@media screen and (min-width:768px) and (max-width:900px){.mentions-legales-container{max-width:760px;padding:120px 6% 70px}.mentions-back-button{font-size:.8rem;margin-bottom:26px}.mentions-legales-container h1{font-size:clamp(1.65rem,4vw,1.9rem);margin-bottom:34px}.mentions-legales-container section{margin-bottom:28px}.mentions-legales-container h2{font-size:1.05rem}.mentions-legales-container p{font-size:.8rem}}@media screen and (min-width:600px) and (max-width:767px){.mentions-legales-container{max-width:650px;padding:110px 6% 65px}.mentions-back-button{font-size:.75rem;margin-bottom:24px}.mentions-legales-container h1{font-size:clamp(1.5rem,4vw,1.75rem);margin-bottom:30px}.mentions-legales-container section{margin-bottom:26px}.mentions-legales-container h2{font-size:1rem}.mentions-legales-container p{font-size:.78rem}}@media screen and (min-width:390px) and (max-width:440px){.mentions-legales-container{padding:95px 5% 55px}.mentions-back-button{font-size:.7rem;margin-bottom:22px}.mentions-legales-container h1{font-size:clamp(1.35rem,5vw,1.55rem);margin-bottom:28px}.mentions-legales-container section{margin-bottom:24px}.mentions-legales-container h2{font-size:.9rem;margin-bottom:8px}.mentions-legales-container p{font-size:.68rem;line-height:1.55}}@media screen and (min-width:360px) and (max-width:389px){.mentions-legales-container{padding:85px 5% 50px}.mentions-back-button{font-size:.65rem;margin-bottom:20px}.mentions-legales-container h1{font-size:clamp(1.25rem,5vw,1.4rem);margin-bottom:24px}.mentions-legales-container section{margin-bottom:22px}.mentions-legales-container h2{font-size:.85rem;margin-bottom:8px}.mentions-legales-container p{font-size:.62rem;line-height:1.55}}@media screen and (max-width:359px){.mentions-legales-container{padding:75px 5% 45px}.mentions-back-button{font-size:.62rem;margin-bottom:18px}.mentions-legales-container h1{font-size:1.2rem;margin-bottom:22px}.mentions-legales-container section{margin-bottom:20px}.mentions-legales-container h2{font-size:.8rem;margin-bottom:7px}.mentions-legales-container p{font-size:.58rem;line-height:1.5}}.error-page{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 6% 60px;position:relative;width:100%}.error-container{max-width:700px;position:relative;text-align:center;width:100%;z-index:2}.error-badge{background:#e9eefc;border-radius:6px;color:#4c6ef5;display:inline-block;font-size:.9rem;margin-bottom:25px;padding:6px 16px}.error-container h1{color:#4c6ef5;font-size:9rem;font-weight:600;line-height:1;margin:0}.error-container h2{color:#111;font-size:2rem;font-weight:500;margin:20px 0 18px}.error-container p{color:#666;font-size:.95rem;line-height:1.7;margin:0 auto 35px;max-width:520px}.error-button{background:#4c6ef5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:14px 28px;transition:.3s ease}.error-button:hover{background:#3f62f0;transform:translateY(-2px)}.error-circle{background:#e9eefc;border-radius:50%;bottom:-120px;height:420px;position:absolute;right:-120px;width:420px;z-index:1}@media screen and (min-width:901px) and (max-width:1032px){.error-container h1{font-size:8rem}.error-container h2{font-size:1.8rem}.error-container p{font-size:.9rem}}@media screen and (min-width:768px) and (max-width:900px){.error-page{padding:110px 5% 60px}.error-container h1{font-size:7rem}.error-container h2{font-size:1.6rem}.error-container p{font-size:.82rem}.error-button{font-size:.8rem}}@media screen and (min-width:600px) and (max-width:767px){.error-page{padding:100px 5% 50px}.error-container h1{font-size:6rem}.error-container h2{font-size:1.45rem}.error-container p{font-size:.78rem}.error-button{font-size:.75rem;padding:12px 24px}.error-circle{height:320px;width:320px}}@media screen and (min-width:390px) and (max-width:440px){.error-page{padding:90px 5% 40px}.error-badge{font-size:.6rem}.error-container h1{font-size:4.8rem}.error-container h2{font-size:1.1rem}.error-container p{font-size:.68rem;margin-bottom:28px}.error-button{font-size:.65rem;padding:10px 20px}.error-circle{bottom:-80px;height:240px;right:-80px;width:240px}}@media screen and (min-width:360px) and (max-width:389px){.error-page{padding:85px 5% 35px}.error-badge{font-size:.55rem}.error-container h1{font-size:4.2rem}.error-container h2{font-size:1rem}.error-container p{font-size:.62rem;margin-bottom:24px}.error-button{font-size:.6rem;padding:9px 18px}.error-circle{height:210px;width:210px}}@media screen and (max-width:359px){.error-page{padding:80px 5% 30px}.error-badge{font-size:.5rem}.error-container h1{font-size:3.8rem}.error-container h2{font-size:.9rem}.error-container p{font-size:.58rem;margin-bottom:22px}.error-button{font-size:.55rem;padding:8px 16px}.error-circle{height:180px;width:180px}}*{box-sizing:border-box}body,html{font-family:Poppins,sans-serif;overflow-x:hidden;overflow-y:auto}body.home-overflow,html.home-overflow{overflow:hidden!important}
/*# sourceMappingURL=main.ffda71bb.css.map*/