@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap";
:root{--font-nunito:"Nunito",sans-serif;--font-poppins:"Poppins",sans-serif;--cyan:#0cc0df;--teal:#0097b2;--green:#7ed957;--dark:#0d2d3a;--light:#f0fbfd;--white:#fff;--gray:#6b7f87;--shadow:0 8px 32px #0097b226;--radius:16px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font-poppins),sans-serif;color:var(--dark);background:var(--white);font-size:1.6rem;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}header{z-index:100;background:var(--white);position:sticky;top:0;box-shadow:0 2px 20px #0cc0df1f}nav{justify-content:space-between;align-items:center;gap:10px;max-width:1280px;height:70px;margin:auto;padding:0 24px;display:flex}.nav-logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.nav-logo img{width:auto;height:65px}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a{color:var(--dark);white-space:nowrap;border-radius:30px;padding:7px 12px;font-size:1.3rem;font-weight:600;transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--teal)}.nav-cta{background:var(--cyan)!important;color:var(--white)!important}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0cc0df66;background:var(--teal)!important}.lang-switcher{flex-shrink:0;align-items:center;gap:6px;display:flex}.lang-btn{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:3px;transition:all .2s;display:flex}.lang-btn img{object-fit:cover;border-radius:3px;width:28px;height:20px;display:block}.lang-btn:hover{border-color:var(--cyan);transform:translateY(-1px);box-shadow:0 3px 10px #0cc0df4d}.lang-btn.active{border-color:var(--cyan);box-shadow:0 3px 12px #0cc0df66}.burger{cursor:pointer;flex-direction:column;flex-shrink:0;gap:5px;padding:5px;display:none}.burger span{background:var(--dark);border-radius:2px;width:26px;height:2px}.section{padding:80px 30px}.section-header{text-align:center;margin-bottom:50px}.section-tag{color:var(--teal);letter-spacing:.1em;text-transform:uppercase;background:#0cc0df1a;border-radius:30px;margin-bottom:14px;padding:6px 18px;font-size:1.3rem;font-weight:700;display:inline-block}.section-header h2{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:12px;font-size:3.4rem;font-weight:900;line-height:1.2}.section-header p{color:var(--gray);max-width:560px;margin:auto;font-size:1.65rem;line-height:1.7}.container{max-width:1200px;margin:auto}.btn-primary{background:var(--cyan);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:1.5rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-primary:hover{background:var(--teal);transform:translateY(-2px);box-shadow:0 6px 20px #0cc0df80}.btn-outline{color:#fff;border:2px solid #fff6;border-radius:50px;padding:14px 32px;font-size:1.5rem;font-weight:600;transition:all .25s}.btn-outline:hover{border-color:var(--green);color:var(--green);transform:translateY(-2px)}.btn-outline-white{color:#fff;border:2px solid #fff6;border-radius:50px;padding:14px 32px;font-size:1.5rem;font-weight:600;transition:all .25s}.btn-outline-white:hover{border-color:var(--green);color:var(--green)}.home-hero{background:linear-gradient(135deg,var(--dark)0%,#0d4a5e 60%,#0a6880 100%);color:#fff;padding:80px 30px}.home-hero-container{justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:flex}.home-hero-text{flex:1}.hero-surtitle{font-family:var(--font-nunito),sans-serif;color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:1.3rem;font-weight:800;display:inline-block}.home-hero-text h1{font-family:var(--font-nunito),sans-serif;margin-bottom:20px;font-size:4.4rem;font-weight:900;line-height:1.15}.home-hero-text p{color:#fffc;max-width:540px;margin-bottom:36px;font-size:1.7rem;line-height:1.6}.home-hero-btns{flex-wrap:wrap;gap:16px;display:flex}.home-hero-cards{flex-direction:column;flex:0 0 450px;gap:16px;display:flex}.hero-lang-card{background:#ffffff0f;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:18px;padding:16px 20px;transition:transform .3s,background .3s;display:flex}.hero-lang-card:hover{background:#ffffff1a;transform:translate(-4px)}.hero-flag{object-fit:cover;border-radius:6px;width:42px;height:auto}.hero-lang-info{flex:1}.hero-lang-info strong{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:2px;font-size:1.8rem;font-weight:800;display:block}.hero-lang-info span{color:#fff9;font-size:1.3rem;display:block}.teacher-badge{color:var(--cyan);background:#0cc0df26;border-radius:20px;padding:6px 14px;font-size:1.2rem;font-weight:700}.hero{background:linear-gradient(135deg,var(--dark)0%,#0d4a5e 60%,#0a6880 100%);padding:90px 30px 100px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#0cc0df26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-120px;right:-120px}.hero:after{content:"";background:radial-gradient(circle,#7ed9571a 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-80px;left:-80px}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:auto;display:grid;position:relative}.hero-text h2{font-family:var(--font-nunito),sans-serif;color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:1.6rem;font-weight:700}.hero-text h1{font-family:var(--font-nunito),sans-serif;color:var(--white);margin-bottom:20px;font-size:4.4rem;font-weight:900;line-height:1.15}.hero-text h1 span{color:var(--green)}.hero-text p{color:#ffffffbf;margin-bottom:36px;font-size:1.65rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{flex-direction:column;gap:16px;display:flex}.hero-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff1f;align-items:center;gap:18px;padding:20px 24px;animation:.6s both slideIn;display:flex}.hero-card:first-child{animation-delay:.1s}.hero-card:nth-child(2){animation-delay:.2s}.hero-card:nth-child(3){animation-delay:.3s}@keyframes slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-card-icon{background:#ffffff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.hero-card-icon img{object-fit:cover;width:100%;height:100%}.hero-card-info h3{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:2px;font-size:1.6rem;font-weight:800}.hero-card-info p{color:#fff9;margin:0;font-size:1.3rem}.hero-card-badge{background:var(--green);color:var(--dark);border-radius:20px;flex-shrink:0;margin-left:auto;padding:4px 12px;font-size:1.1rem;font-weight:800}.values-section{background:var(--white);padding:80px 30px}.values-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto;display:grid}.value-card{background:var(--white);text-align:center;border:1px solid #0cc0df0d;border-radius:20px;padding:40px 30px;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 40px #0097b214}.value-card:hover{transform:translateY(-6px);box-shadow:0 15px 50px #0097b21f}.value-icon{margin-bottom:20px;font-size:3.2rem}.value-card h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:14px;font-size:2rem;font-weight:800}.value-card p{color:var(--gray);margin:0;font-size:1.45rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--dark)0%,#0d4a5e 60%,#0a6880 100%);padding:80px 30px}.cta-box{text-align:center;max-width:760px;margin:0 auto}.cta-box h2{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:18px;font-size:4rem;font-weight:900}.cta-box p{color:#ffffffc7;margin-bottom:28px;font-size:1.8rem;line-height:1.7}.cta-box .hero-btns{justify-content:center}.cta-section .btn-outline{color:#fff;border-color:#fff6}.cta-section .btn-outline:hover{border-color:var(--green);color:var(--green)}.cta-banner{background:linear-gradient(135deg,var(--dark),#0d4a5e);text-align:center;padding:70px 30px}.cta-banner h2{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:14px;font-size:3.2rem;font-weight:900}.cta-banner p{color:#ffffffb3;max-width:540px;margin:0 auto 32px;font-size:1.7rem;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.page-hero{background:linear-gradient(135deg,var(--dark)0%,#0d4a5e 60%,#0a6880 100%);text-align:center;color:#fff;padding:70px 30px 80px;position:relative;overflow:hidden}.page-hero:before{content:"";background:radial-gradient(circle,#0cc0df26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.page-hero:after{content:"";background:radial-gradient(circle,#7ed9571a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-60px;left:-60px}.page-hero-inner{z-index:2;max-width:800px;margin:auto;position:relative}.page-hero h2{font-family:var(--font-nunito),sans-serif;color:var(--cyan);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-size:1.5rem;font-weight:700}.page-hero h1{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:16px;font-size:4.4rem;font-weight:900;line-height:1.1}.page-hero h1 span{color:var(--cyan)}.page-hero p{color:#ffffffb3;max-width:560px;margin:0 auto;font-size:1.7rem;line-height:1.7}.hero-tag,.hero-tag-contact{color:var(--green);letter-spacing:.05em;text-transform:uppercase;background:#7ed95726;border-radius:30px;align-items:center;margin-bottom:18px;padding:6px 18px;font-size:1.3rem;font-weight:700;display:inline-flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.hero-stat{text-align:center}.hero-stat strong{font-family:var(--font-nunito),sans-serif;color:var(--green);font-size:3rem;font-weight:900;display:block}.hero-stat span{color:#fff9;font-size:1.4rem}.catalogue-section{padding:80px 30px}.cat-tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.cat-tab{color:var(--gray);font-family:var(--font-poppins),sans-serif;cursor:pointer;background:#fff;border:2px solid #0cc0df40;border-radius:50px;padding:12px 28px;font-size:1.5rem;font-weight:600;transition:all .25s}.cat-tab:hover{border-color:var(--cyan);color:var(--teal)}.cat-tab.active{background:var(--cyan);border-color:var(--cyan);color:#fff;box-shadow:0 4px 16px #0cc0df59}.cat-panel{display:none}.cat-panel.active{display:block}.langue-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.langue-bloc{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:20px;padding:30px}.langue-header{border-bottom:2px solid var(--light);align-items:center;gap:14px;margin-bottom:20px;padding-bottom:16px;display:flex}.langue-flag{font-size:3.4rem}.langue-flag-img{object-fit:cover;border-radius:0;flex-shrink:0;width:32px;height:24px;display:block}.langue-header h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin:0;font-size:2.4rem;font-weight:900}.langue-teacher{color:var(--teal);background:#0cc0df1a;border-radius:20px;margin-left:auto;padding:4px 12px;font-size:1.2rem;font-weight:700}.niveau-cards{flex-direction:column;gap:12px;display:flex}.niveau-card{background:var(--light);border-radius:12px;align-items:center;gap:14px;padding:16px 18px;transition:all .2s;display:flex}.niveau-card:hover{background:#0cc0df14;transform:translate(4px)}.niveau-badge{text-align:center;border-radius:20px;flex-shrink:0;min-width:120px;padding:5px 14px;font-size:1.2rem;font-weight:700}.niveau-badge.debutant{color:#28a745;background:#e8f7ea}.niveau-badge.intermediaire{color:#e8762c;background:#fff3e0}.niveau-badge.avance{color:var(--teal);background:#e3f2fd}.niveau-info{flex:1}.niveau-info strong{color:var(--dark);margin-bottom:3px;font-size:1.4rem;font-weight:700;display:block}.niveau-info p{color:var(--gray);margin:0;font-size:1.3rem;line-height:1.5}.niveau-card p{color:var(--gray);flex:1;margin:0;font-size:1.35rem;line-height:1.5}.niveau-btn{background:var(--cyan);color:#fff;white-space:nowrap;border-radius:30px;flex-shrink:0;padding:8px 18px;font-size:1.3rem;font-weight:700;transition:all .2s}.niveau-btn:hover{background:var(--teal);transform:translateY(-1px)}.formations-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}#cat-informatique .formations-grid .formation-card:nth-child(4){grid-column:1}#cat-informatique .formations-grid .formation-card:nth-child(5){grid-column:2}.formation-card{background:var(--white);box-shadow:var(--shadow);border:1px solid #0cc0df14;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.formation-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0097b233}.card-img-wrapper{height:200px;position:relative;overflow:hidden}.card-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.formation-card:hover .card-img-wrapper img{transform:scale(1.05)}.card-img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:6rem;display:flex}.placeholder-word{background:linear-gradient(135deg,#e3f7fc,#b8eef8)}.placeholder-excel{background:linear-gradient(135deg,#edfce3,#c6f5a8)}.placeholder-ppt{background:linear-gradient(135deg,#fdf0e3,#f8d9b0)}.card-ribbon{background:var(--dark);color:#fff;border-radius:20px;padding:4px 12px;font-size:1.1rem;font-weight:700;position:absolute;top:14px;right:14px}.card-body{flex-direction:column;flex:1;padding:24px;display:flex}.card-color-word{color:var(--teal)}.card-color-excel{color:#28a745}.card-color-ppt{color:#e8762c}.card-body h2{font-family:var(--font-nunito),sans-serif;margin-bottom:16px;font-size:2rem;font-weight:800}.card-specs{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px;display:grid}.spec-item{color:var(--gray);align-items:center;gap:8px;font-size:1.35rem;display:flex}.spec-icon{background:var(--light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.4rem;display:flex}.card-footer-btn{text-align:center;cursor:pointer;border:none;border-radius:50px;margin-top:auto;padding:12px 24px;font-size:1.4rem;font-weight:700;transition:all .25s;display:block}.btn-word{background:var(--light);color:var(--teal)}.btn-excel{color:#28a745;background:#f0fbf0}.btn-ppt{color:#e8762c;background:#fdf6f0}.formation-card:hover .btn-word{background:var(--cyan);color:#fff}.formation-card:hover .btn-excel{color:#fff;background:#28a745}.formation-card:hover .btn-ppt{color:#fff;background:#e8762c}.multimedia-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.multimedia-card{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:20px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.multimedia-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0097b233}.multimedia-header{justify-content:center;align-items:center;height:180px;font-size:7rem;display:flex}.multimedia-body{flex-direction:column;flex:1;padding:24px;display:flex}.multimedia-body h3{font-family:var(--font-nunito),sans-serif;margin-bottom:8px;font-size:2rem;font-weight:800}.multimedia-body .tools{color:var(--gray);margin-bottom:16px;font-size:1.3rem}.multimedia-specs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.mspec{background:var(--light);color:var(--gray);border-radius:20px;padding:5px 12px;font-size:1.25rem}.multimedia-btn{text-align:center;border-radius:50px;margin-top:auto;padding:11px 22px;font-size:1.4rem;font-weight:700;transition:all .25s;display:block}.coming-banner{text-align:center;background:var(--light);border:2px dashed #0cc0df4d;border-radius:24px;padding:80px 30px}.coming-icon{margin-bottom:24px;font-size:7rem;display:block}.coming-banner h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:14px;font-size:2.8rem;font-weight:900}.coming-banner p{color:var(--gray);max-width:520px;margin:0 auto 28px;font-size:1.65rem;line-height:1.7}.founders-section{background:var(--light);padding:90px 30px}.founders-wrap{max-width:1100px;margin:auto}.founders-slides{min-height:400px;position:relative}.founder-slide{display:none}.founder-slide.is-active{grid-template-columns:300px 1fr;align-items:center;gap:64px;animation:.35s fIn;display:grid}@keyframes fIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.founder-photo{position:relative}.founder-photo-img{aspect-ratio:4/5;width:100%;box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.founder-photo-img img{object-fit:cover;width:100%;height:100%}.founder-photo-fallback{justify-content:center;align-items:center;width:100%;height:100%;font-size:7rem;display:flex}.founder-badge-box{font-family:var(--font-nunito),sans-serif;text-align:center;border-radius:14px;padding:12px 18px;font-weight:800;line-height:1.3;position:absolute;bottom:-18px;right:-18px}.founder-badge-box .bn{font-size:2.6rem;font-weight:900;display:block}.founder-badge-box .bl{font-size:1.25rem;display:block}.badge-simon{background:var(--green);color:var(--dark);box-shadow:0 6px 20px #7ed95766}.badge-yasmine{color:#fff;background:#e91e8c;box-shadow:0 6px 20px #e91e8c59}.founder-content{padding-bottom:10px}.founder-name-row{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:18px;display:flex}.founder-name-row h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:3rem;font-weight:900}.founder-role{border-radius:20px;padding:5px 14px;font-size:1.3rem;font-weight:700}.founder-content p{color:var(--gray);margin-bottom:14px;font-size:1.6rem;line-height:1.8}.founder-pills{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.fpill{color:var(--teal);background:#fff;border:1px solid #0cc0df33;border-radius:30px;align-items:center;gap:8px;padding:7px 16px;font-size:1.35rem;font-weight:600;display:flex}.founders-nav{justify-content:center;align-items:center;gap:18px;margin-top:52px;display:flex}.fnav-btn{width:44px;height:44px;color:var(--teal);cursor:pointer;background:#fff;border:2px solid #0cc0df4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;line-height:1;transition:all .2s;display:flex}.fnav-btn:hover{background:var(--cyan);color:#fff;border-color:var(--cyan)}.fnav-dots{gap:10px;display:flex}.fnav-dot{cursor:pointer;background:#0cc0df33;border:none;border-radius:5px;width:32px;height:10px;padding:0;transition:all .3s}.fnav-dot.is-active{background:var(--cyan);width:56px}.contact-section{background:var(--white);padding:80px 30px}.contact-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:50px;max-width:1100px;margin:auto;display:grid}.contact-info{flex-direction:column;gap:20px;display:flex}.info-card{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:20px;padding:28px}.info-card-header{align-items:center;gap:14px;margin-bottom:16px;display:flex}.info-icon{background:var(--light);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:2.2rem;display:flex}.info-card-header h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:1.9rem;font-weight:900}.info-card p{color:var(--gray);font-size:1.45rem;line-height:1.7}.info-card a{color:var(--cyan);font-weight:700}.info-card a:hover{color:var(--teal)}.team-contact{flex-direction:column;gap:16px;margin-top:10px;display:flex}.team-member-row{background:var(--light);border-radius:14px;align-items:center;gap:14px;padding:12px 18px;display:flex}.team-avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;width:46px;height:46px;box-shadow:0 2px 8px #0000001a}.team-member-info strong{color:var(--dark);font-size:1.45rem;display:block}.team-member-info span{color:var(--gray);font-size:1.2rem}.social-row{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.social-btn{background:var(--light);color:var(--dark);border:2px solid #0000;border-radius:30px;align-items:center;gap:8px;padding:10px 18px;font-size:1.35rem;font-weight:600;transition:all .2s;display:flex}.social-btn:hover{border-color:var(--cyan);color:var(--teal);transform:translateY(-2px)}.contact-form-wrap{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:24px;padding:40px}.form-title{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:6px;font-size:2.6rem;font-weight:900}.form-subtitle{color:var(--gray);margin-bottom:30px;font-size:1.5rem;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:5px;display:grid}.form-group{flex-direction:column;gap:7px;margin-bottom:18px;display:flex}.form-group label{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:1.4rem;font-weight:800;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-poppins),sans-serif;color:var(--dark);background:var(--light);resize:none;border:2px solid #0cc0df26;border-radius:12px;outline:none;padding:14px 16px;font-size:1.45rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--cyan);background:#fff;box-shadow:0 0 0 4px #0cc0df1a}.form-group textarea{min-height:130px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230097b2' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.input-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230097b2' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 15px center;background-repeat:no-repeat}.form-check{align-items:flex-start;gap:10px;margin-bottom:24px;display:flex}.form-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--cyan);cursor:pointer;flex-shrink:0;margin-top:2px}.form-check label{color:var(--gray);cursor:pointer;font-size:1.35rem;line-height:1.5}.form-check a,.blue-link{color:var(--teal);font-weight:600}.btn-submit{background:var(--cyan);color:#fff;width:100%;font-family:var(--font-poppins),sans-serif;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:16px;font-size:1.6rem;font-weight:700;transition:all .25s;display:flex}.btn-submit:hover{background:var(--teal);transform:translateY(-2px);box-shadow:0 8px 24px #0cc0df66}.form-success{text-align:center;padding:60px 20px}.form-success .success-icon{margin-bottom:20px;font-size:6rem;display:block}.form-success h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:12px;font-size:2.6rem;font-weight:900}.form-success p{color:var(--gray);font-size:1.6rem;line-height:1.7}.faq-section{background:var(--light);padding:80px 30px}.faq-inner{max-width:860px;margin:auto}.faq-list{flex-direction:column;gap:14px;display:flex}.faq-item{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:16px;overflow:hidden}.faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;transition:background .2s;display:flex}.faq-question:hover{background:#0cc0df08}.faq-question h4{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:1.75rem;font-weight:800}.faq-arrow{color:var(--cyan);flex-shrink:0;font-size:1.8rem;transition:transform .3s}.faq-answer{max-height:0;padding:0;transition:max-height .35s,padding .3s;overflow:hidden}.faq-answer p{color:var(--gray);margin:0;padding:0 24px;font-size:1.5rem;line-height:1.8}.faq-item.open .faq-answer{max-height:300px;padding:0 0 22px}.faq-item.open .faq-arrow{transform:rotate(180deg)}.ressources-section{padding:80px 30px}.fiches-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.fiche-card{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:20px;flex-direction:column;gap:16px;padding:28px;transition:transform .3s,box-shadow .3s;display:flex}.fiche-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0097b233}.fiche-top{align-items:center;gap:14px;display:flex}.fiche-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:2.4rem;display:flex}.fiche-top h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:1.9rem;font-weight:900}.fiche-card p{color:var(--gray);flex:1;font-size:1.45rem;line-height:1.7}.fiche-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.fiche-badge{border-radius:20px;padding:4px 12px;font-size:1.2rem;font-weight:700}.fiche-btn{border-radius:30px;align-items:center;gap:6px;padding:8px 18px;font-size:1.3rem;font-weight:700;transition:all .2s;display:inline-flex}.fiche-btn:hover{transform:translateY(-1px)}.fiche-word .fiche-icon{background:#e3f7fc}.fiche-word .fiche-badge{color:var(--teal);background:#e3f7fc}.fiche-word .fiche-btn{background:var(--light);color:var(--teal)}.fiche-excel .fiche-icon{background:#edfce3}.fiche-excel .fiche-badge{color:#28a745;background:#edfce3}.fiche-excel .fiche-btn{color:#28a745;background:#f0fbf0}.fiche-ppt .fiche-icon{background:#fdf0e3}.fiche-ppt .fiche-badge{color:#e8762c;background:#fdf0e3}.fiche-ppt .fiche-btn{color:#e8762c;background:#fdf6f0}.fiche-es .fiche-icon{background:#fff8e1}.fiche-es .fiche-badge,.fiche-es .fiche-btn{color:#f5a623;background:#fff8e1}.fiche-fr .fiche-icon{background:#e8f0fd}.fiche-fr .fiche-badge,.fiche-fr .fiche-btn{color:#1565c0;background:#e8f0fd}.fiche-secu .fiche-icon{background:#fde8e8}.fiche-secu .fiche-badge,.fiche-secu .fiche-btn{color:#c0392b;background:#fde8e8}.placeholder-overlay{position:relative}.placeholder-overlay:after{content:"Bientôt disponible";color:var(--gray);letter-spacing:.05em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd1;border-radius:20px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex;position:absolute;inset:0}.liens-section{background:var(--light);padding:80px 30px}.liens-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.liens-bloc{box-shadow:var(--shadow);background:#fff;border:1px solid #0cc0df14;border-radius:20px;padding:30px}.liens-bloc-header{border-bottom:2px solid var(--light);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.liens-bloc-icon{font-size:2.8rem}.liens-bloc-header h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);font-size:2rem;font-weight:900}.lien-item{border-bottom:1px solid var(--light);align-items:center;gap:14px;padding:14px 0;display:flex}.lien-item:last-child{border-bottom:none;padding-bottom:0}.lien-dot{background:var(--cyan);border-radius:50%;flex-shrink:0;width:10px;height:10px}.lien-info{flex:1}.lien-info strong{color:var(--dark);margin-bottom:2px;font-size:1.45rem;font-weight:700;display:block}.lien-info span{color:var(--gray);font-size:1.3rem}.lien-arrow{color:var(--cyan);flex-shrink:0;font-size:1.8rem;transition:transform .2s}.lien-item:hover .lien-arrow{transform:translate(4px)}.lien-item-placeholder{opacity:.4;pointer-events:none}.conseil-section{padding:80px 30px}.conseil-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.conseil-card{box-shadow:var(--shadow);border-left:4px solid var(--cyan);background:#fff;border-radius:20px;padding:28px;transition:transform .3s}.conseil-card:hover{transform:translateY(-4px)}.conseil-num{font-family:var(--font-nunito),sans-serif;color:#0cc0df26;margin-bottom:10px;font-size:4rem;font-weight:900;line-height:1}.conseil-card h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:10px;font-size:1.8rem;font-weight:900}.conseil-card p{color:var(--gray);font-size:1.45rem;line-height:1.7}footer{background:var(--dark);color:#fff;padding:60px 30px 30px}.footer-inner{max-width:1200px;margin:auto}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:50px;margin-bottom:50px;display:grid}.footer-brand img{filter:brightness(0)invert();width:auto;height:65px;margin-bottom:18px}.footer-brand p{color:#ffffff8c;margin-bottom:22px;font-size:1.45rem;line-height:1.7}.footer-social{gap:10px;display:flex}.social-link{background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.6rem;transition:all .2s;display:flex}.social-link:hover{background:var(--cyan);transform:translateY(-2px)}.footer-col h4{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:18px;font-size:1.6rem;font-weight:800}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:#ffffff8c;font-size:1.4rem;transition:color .2s}.footer-col a:hover{color:var(--cyan)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:26px;display:flex}.footer-bottom p{color:#fff6;font-size:1.35rem}.footer-bottom a{color:var(--cyan);font-size:1.35rem}@media (max-width:1100px){.nav-links a{padding:6px 9px;font-size:1.2rem}}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:50px}.hero-text h1{font-size:3.6rem}.hero-visual{grid-template-columns:1fr 1fr;display:grid}.hero-card:nth-child(3){grid-column:1/-1}.home-hero-container{text-align:center;flex-direction:column}.home-hero-text p{margin:0 auto 36px}.home-hero-btns{justify-content:center}.home-hero-cards{flex:auto;width:100%;max-width:500px;margin:0 auto}.hero-lang-card{text-align:left}.formations-grid,.multimedia-grid,.fiches-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:960px){.contact-grid{grid-template-columns:1fr}}@media (max-width:900px){.langue-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.founder-slide.is-active{grid-template-columns:1fr;gap:40px}.founder-badge-box{bottom:-12px;right:14px}.cta-box h2{font-size:3rem}}@media (max-width:768px){.nav-links{display:none}.burger{display:flex}.nav-links.open{z-index:200;background:#fff;flex-direction:column;gap:6px;padding:20px;display:flex;position:absolute;top:70px;left:0;right:0;box-shadow:0 10px 30px #0000001a}.hero{padding:60px 20px 70px}.hero-text h1{font-size:3rem}.hero-visual{grid-template-columns:1fr}.hero-card:nth-child(3){grid-column:auto}.hero-btns{flex-direction:column}.btn-primary,.btn-outline{text-align:center;justify-content:center}.page-hero h1{font-size:3.2rem}.hero-stats{gap:24px}.formations-grid,.multimedia-grid{grid-template-columns:1fr}#cat-informatique .formations-grid .formation-card:nth-child(4),#cat-informatique .formations-grid .formation-card:nth-child(5){grid-column:auto}.form-row{grid-template-columns:1fr}.section-header h2{font-size:2.8rem}.niveau-card{flex-wrap:wrap}.niveau-badge{min-width:auto}.lang-btn img{width:24px;height:17px}.fiches-grid{grid-template-columns:1fr}.conseil-grid{grid-template-columns:1fr 1fr}.liens-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:600px){.values-grid{grid-template-columns:1fr}}@media (max-width:480px){html{font-size:56%}.home-hero-text h1{font-size:3.4rem}.hero-text h1{font-size:2.8rem}.hero-lang-card{text-align:center;flex-wrap:wrap;justify-content:center}.hero-lang-info{flex:100%}.cat-tab{padding:8px 14px;font-size:1.3rem}.card-specs{grid-template-columns:1fr}.contact-form-wrap{padding:26px 20px}.conseil-grid,.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}}.intro-section{text-align:center;max-width:860px;margin:70px auto;padding:0 30px}.intro-section h2{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:20px;font-size:3rem;font-weight:900}.intro-section p{color:var(--gray);margin-bottom:14px;font-size:1.65rem;line-height:1.9}.intro-section p strong{color:var(--teal)}.equipe-section{background:var(--light);padding:80px 30px}.equipe-inner{max-width:1100px;margin:auto}.equipe-grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}.membre-card{box-shadow:var(--shadow);background:#fff;border-radius:24px;transition:transform .3s,box-shadow .3s;overflow:hidden}.membre-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0097b233}.membre-top{align-items:center;gap:26px;padding:40px 36px 30px;display:flex}.membre-photo{object-fit:cover;border:4px solid #fff;border-radius:50%;flex-shrink:0;width:100px;height:100px;box-shadow:0 4px 16px #0000001a}.membre-avatar{border:4px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:4rem;display:flex;box-shadow:0 4px 16px #0000001a}.avatar-simon{background:linear-gradient(135deg,#d4f5fc,#8ddff5)}.avatar-yasmine{background:linear-gradient(135deg,#fce6f3,#f8b8dc)}.membre-id h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:4px;font-size:2.6rem;font-weight:900}.membre-role{border-radius:20px;padding:4px 14px;font-size:1.3rem;font-weight:700;display:inline-block}.role-simon{color:var(--teal);background:#0cc0df1f}.role-yasmine{color:#c0177a;background:#e91e8c1a}.membre-body{padding:0 36px 36px}.membre-body p{color:var(--gray);margin-bottom:24px;font-size:1.55rem;line-height:1.8}.membre-tags{flex-wrap:wrap;gap:10px;display:flex}.membre-tag{background:var(--light);color:var(--teal);border:1px solid #0cc0df26;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:1.3rem;font-weight:600;display:flex}.membre-tag.lang{color:#2d7a3a;background:#7ed95714;border-color:#7ed95740}.valeurs-section{padding:80px 30px}.valeurs-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:auto;display:grid}.valeur-card{box-shadow:var(--shadow);text-align:center;background:#fff;border:1px solid #0cc0df14;border-radius:20px;padding:36px 30px;transition:transform .3s}.valeur-card:hover{transform:translateY(-6px)}.valeur-icon{margin-bottom:18px;font-size:4rem;display:block}.valeur-card h3{font-family:var(--font-nunito),sans-serif;color:var(--dark);margin-bottom:12px;font-size:2.2rem;font-weight:900}.valeur-card p{color:var(--gray);font-size:1.5rem;line-height:1.7}.cta-section{background:linear-gradient(135deg,var(--dark),#0d4a5e);text-align:center;padding:70px 30px}.cta-section h2{font-family:var(--font-nunito),sans-serif;color:#fff;margin-bottom:14px;font-size:3.2rem;font-weight:900}.cta-section p{color:#ffffffb3;max-width:540px;margin:0 auto 32px;font-size:1.7rem;line-height:1.7}@media (max-width:1024px){.valeurs-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.equipe-grid,.valeurs-grid{grid-template-columns:1fr}.membre-top{text-align:center;flex-direction:column}}.legal-section{padding:60px 30px 80px}.legal-inner{max-width:820px;margin:auto}.legal-updated{color:var(--gray);text-align:center;margin-bottom:50px;font-size:1.35rem;font-style:italic}.legal-block{margin-bottom:40px}.legal-block h2{font-family:var(--font-nunito),sans-serif;color:var(--dark);border-bottom:2px solid var(--light);margin-bottom:16px;padding-bottom:10px;font-size:2.2rem;font-weight:900}.legal-block p{color:var(--gray);margin-bottom:10px;font-size:1.55rem;line-height:1.9}.legal-block p strong{color:var(--dark)}.legal-block a{color:var(--teal);font-weight:600;transition:color .2s}.legal-block a:hover{color:var(--cyan)}.launch-page{color:#fff;background:linear-gradient(#142c50 0%,#1a3b6c 100%);min-height:100vh;padding:120px 20px 60px}.launch-hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:grid}.launch-hero-content{max-width:680px}.launch-badge{color:#8fe8ff;background:#00d2ff1f;border:1px solid #00d2ff40;border-radius:999px;margin-bottom:20px;padding:8px 14px;font-size:.95rem;font-weight:600;display:inline-block}.launch-hero h1{margin-bottom:18px;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:800;line-height:1.08}.launch-subtitle{color:#ffffffeb;margin-bottom:14px;font-size:1.25rem;line-height:1.6}.launch-description{color:#ffffffbd;max-width:620px;margin-bottom:28px;font-size:1.02rem;line-height:1.8}.launch-actions{flex-wrap:wrap;gap:14px;margin-bottom:28px;display:flex}.launch-btn-primary,.launch-btn-secondary{border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 22px;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s,border-color .2s;display:inline-flex}.launch-btn-primary{color:#fff;background:linear-gradient(90deg,#00d2ff 0%,#3a7bd5 100%);box-shadow:0 10px 30px #00d2ff2e}.launch-btn-secondary{color:#fff;background:#ffffff0a;border:1px solid #ffffff2e}.launch-btn-primary:hover,.launch-btn-secondary:hover{opacity:.96;transform:translateY(-2px)}.launch-features{color:#ffffffd1;flex-wrap:wrap;gap:12px 18px;font-size:.95rem;display:flex}.launch-card{justify-content:center;display:flex}.launch-card-inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26;border-radius:24px;width:100%;max-width:420px;padding:28px;box-shadow:0 25px 60px #00000047}.launch-card-tag{color:#8fe8ff;background:#ffffff14;border-radius:999px;margin-bottom:18px;padding:6px 12px;font-size:.85rem;font-weight:700;display:inline-block}.launch-card-inner h2{margin-bottom:14px;font-size:1.8rem}.launch-card-inner p{color:#ffffffc7;margin-bottom:22px;line-height:1.7}.launch-card-list{flex-direction:column;gap:12px;display:flex}.launch-card-item{color:#ffffffeb;align-items:center;gap:12px;display:flex}.dot{background:linear-gradient(90deg,#00d2ff 0%,#3a7bd5 100%);border-radius:50%;flex-shrink:0;width:10px;height:10px}@media (max-width:900px){.launch-hero{grid-template-columns:1fr}.launch-card{justify-content:flex-start}}@media (max-width:640px){.launch-page{padding:100px 16px 50px}.launch-hero h1{font-size:2.2rem}.launch-subtitle{font-size:1.08rem}.launch-actions{flex-direction:column}.launch-btn-primary,.launch-btn-secondary{width:100%}.newsletter-section{text-align:center!important;background:#fff!important;border-top:1px solid #00000014!important;padding:60px 20px!important}.newsletter-inner{max-width:560px!important;margin:0 auto!important}.newsletter-tag{text-transform:uppercase!important;letter-spacing:.2em!important;color:#0ea5e9!important;margin-bottom:12px!important;font-size:11px!important}.newsletter-heading{color:#1e293b!important;margin-bottom:8px!important;font-size:1.8rem!important;font-weight:700!important}.newsletter-desc{color:#64748b!important;margin-bottom:24px!important;font-size:14px!important}.newsletter-form{gap:8px!important;display:flex!important}.newsletter-input{color:#1e293b!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:6px!important;outline:none!important;flex:1!important;padding:10px 16px!important;font-size:14px!important}.newsletter-input:focus{border-color:#0ea5e9!important}.newsletter-btn{color:#fff!important;cursor:pointer!important;background:#0ea5e9!important;border:none!important;border-radius:6px!important;padding:10px 24px!important;font-size:14px!important;font-weight:600!important}.newsletter-btn:hover{background:#0284c7!important}@media (max-width:640px){.newsletter-form{flex-direction:column!important}}}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/99ce71e74c11bc20-s.1db2973a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/8cf1ea7b03cdeb83-s.da3cbacd.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:800;font-display:swap;src:url(../media/829ba4228c966254-s.p.a61bc753.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4ae8e3010ce79e6a-s.21a1a3c2.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/1747e1908d2352d2-s.740eb7d8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:900;font-display:swap;src:url(../media/4b766aa38fdaaae3-s.p.6d98c708.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_d8bdde81-module__O_v9ha__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_d8bdde81-module__O_v9ha__variable{--font-poppins:"Poppins","Poppins Fallback"}
@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_4a715f8c-module__rvo6nG__className{font-family:Nunito,Nunito Fallback;font-style:normal}.nunito_4a715f8c-module__rvo6nG__variable{--font-nunito:"Nunito","Nunito Fallback"}
