@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.app{background-color:#fff}*{box-sizing:border-box}:root{--header-height: 80px;--bg-color: #000000;--text-color: #ffffff;--accent-blue: #6EC1E4}.header{width:100%;height:var(--header-height);background-color:var(--bg-color);position:sticky;top:0;z-index:1000;font-family:Montserrat,sans-serif;box-shadow:0 2px 10px #00000080}.header-container{max-width:1400px;height:100%;margin:0 auto;padding:0 25px;display:flex;align-items:center;justify-content:space-between;position:relative}.logo-link{z-index:20;display:flex;align-items:center}.header-logo{height:35px;width:auto}.nav-links{display:flex;align-items:center;gap:40px;position:absolute;left:50%;transform:translate(-50%);height:100%}.nav-link{color:#fff;text-decoration:none;font-size:15px;font-weight:500;cursor:pointer;white-space:nowrap;transition:color .3s ease}.nav-link:hover{color:#ccc}.dropdown{position:relative;display:flex;align-items:center;height:100%}.vector-icon{width:10px;margin-left:8px;transition:transform .3s ease;filter:invert(1)}.dropdown-content{position:absolute;top:60px;left:50%;transform:translate(-50%);background-color:#1a1a1a;min-width:220px;border-radius:8px;display:flex;flex-direction:column;padding:10px 0;box-shadow:0 5px 15px #00000080}.dropdown-link{color:#fff;padding:12px 20px;text-decoration:none;font-size:14px;text-align:center;transition:background .2s}.dropdown-link:hover{background-color:#333}.right-section{display:flex;align-items:center;z-index:20}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:20}.right-section{display:flex;align-items:center;gap:15px}.hamburger span{width:25px;height:2px;background:#fff;display:block}.btn-connexion-header{color:#fff;text-decoration:none;border:1px solid #fff;padding:8px 24px;border-radius:50px;font-size:14px;font-weight:600;transition:all .3s ease}.btn-connexion-header:hover{background-color:#fff;color:#000}.profile-pic{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:border-color .3s}.profile-pic:hover{border-color:var(--accent-blue)}.profile-dropdown{top:100%;margin-top:10px;right:0;left:auto;transform:none;background-color:#fff;min-width:180px}.profile-dropdown .dropdown-link{color:#000;text-align:left}.profile-dropdown .dropdown-link:hover{background-color:#f0f0f0}.logout-btn{background:none;border:none;width:100%;cursor:pointer;color:#ff4d4d!important;font-weight:700}.mobile-profile-links{display:none}@media (max-width: 900px){.nav-links{position:fixed;top:var(--header-height);right:0;transform:translate(100%);width:100%;height:calc(100vh - var(--header-height));background-color:#000;flex-direction:column;padding:20px;align-items:center;justify-content:flex-start;gap:0;transition:transform .3s ease-in-out;overflow-y:auto;left:auto}.hamburger{display:flex}.nav-links.active{transform:translate(0)}.nav-link{font-size:18px;padding:20px 0;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown{flex-direction:column;height:auto;width:100%}.dropdown-content{position:static;transform:none;background-color:transparent;box-shadow:none;width:100%;margin:0;padding:0}.dropdown-link{color:#ccc;padding:15px;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-profile-links{display:flex;flex-direction:column;width:100%;margin-top:20px}.mobile-divider{height:1px;background-color:#333;width:50px;margin:0 auto 20px}.mobile-link-item{padding:15px 0;font-size:16px;text-align:center;color:#fff;cursor:pointer}.logout-text{color:#ff6b6b}.btn-connexion-header{display:none}}.etud-hero-container{width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#000000b3,#000000b3),url(/assets/bgEtud-bUwJpiQ6.png) center/cover no-repeat;padding:0 1rem;text-align:center}.etud-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:900px;width:100%}.etud-hero-logo{width:300px;height:auto;margin-bottom:1.5rem;object-fit:contain}.etud-hero-title{display:flex;flex-direction:column;align-items:center;font-family:Montserrat,sans-serif;color:#fff;line-height:1.4;margin-bottom:2.5rem}.etud-hero-students{font-size:3.5rem;font-weight:700;color:#6ec1e4;text-transform:uppercase;margin-bottom:.5rem}.etud-hero-subtitle-group{font-size:1.8rem;font-weight:500;color:#fff}.text-blue{color:#6ec1e4;font-weight:700}.etud-hero-cta{display:flex;justify-content:center;width:100%;max-width:600px}.etud-hero-search{display:flex;width:100%;background:#fff;border-radius:50px;padding:5px;box-shadow:0 4px 15px #0003}.etud-hero-input{flex:1;padding:1rem 1.5rem;border:none;border-radius:50px 0 0 50px;font-size:1rem;outline:none;font-family:Montserrat,sans-serif}.etud-hero-button{padding:.8rem 2.5rem;border-radius:50px;background-color:#6ec1e4;color:#fff;font-size:1rem;font-weight:700;border:none;cursor:pointer;transition:background-color .2s ease;font-family:Montserrat,sans-serif}.etud-hero-button:hover{background-color:#5ba8d0}@media (max-width: 768px){.etud-hero-container{height:auto;min-height:100vh;padding:40px 16px;background:linear-gradient(#000000bf,#000000bf),url(/assets/bgEtud-bUwJpiQ6.png);background-size:cover;background-position:center top;background-repeat:no-repeat}.etud-hero{max-width:100%}.etud-hero-logo{width:70%;max-width:200px;height:auto;margin-bottom:20px}.etud-hero-title{margin-bottom:30px}.etud-hero-students{font-size:2.2rem;text-align:center}.etud-hero-subtitle-group{font-size:1.1rem;text-align:center;line-height:1.5;padding:0 10px}.etud-hero-cta{width:100%}.etud-hero-search{flex-direction:column;background:transparent;box-shadow:none;gap:12px}.etud-hero-input{width:100%;padding:14px;border-radius:50px;text-align:center;font-size:15px}.etud-hero-button{width:100%;padding:14px;border-radius:50px;font-size:15px}}.footer{background-color:#000;color:#fff;padding:3rem 0;font-family:Montserrat,sans-serif;font-size:.9rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.footer-logo{margin-bottom:2rem}.footer-logo img{height:50px;width:auto;object-fit:contain}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;margin-bottom:1.5rem}.footer-nav a{color:#fff;text-decoration:none;font-size:1rem;font-weight:400;transition:opacity .3s ease}.footer-nav a:hover{opacity:.8}.footer-legal{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.footer-legal a{color:#888;text-decoration:none;font-size:.85rem;transition:opacity .3s ease}.footer-legal a:hover{opacity:.7}.divider{border:none;border-top:1px solid #444;width:100%;margin:0 0 2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:nowrap}.social-icons{display:flex;gap:1.5rem;min-width:150px}.social-icons svg{cursor:pointer;transition:transform .2s;color:#fff}.social-icons svg:hover{transform:scale(1.1)}.contact-item{color:#ccc}.contact-item strong{color:#fff;font-weight:700;margin-right:5px}.copyright{min-width:150px;text-align:right;color:#ccc;font-size:.85rem}@media (max-width: 992px){.footer-bottom{flex-wrap:wrap;justify-content:center;gap:1.5rem;text-align:center}.copyright{text-align:center}}@media (max-width: 768px){.footer-nav{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}.footer-bottom{flex-direction:column}}.prestas-container{padding:2rem;text-align:center}.prestas-title{text-align:center;font-size:2rem;font-weight:700;color:#6ec1e4;margin-bottom:1rem}.prestas-subtitle{color:#444;margin-top:-10px;margin-bottom:2rem;font-size:.95rem}.prestas-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.filter-button,.filter-link{padding:.5rem 1rem;cursor:pointer;border:none;text-decoration:none;font-weight:500;background:transparent;color:#000;transition:.3s}.filter-button:hover,.filter-link:hover{background:#6ec1e4;color:#fff}.filter-button.active{border:2px solid black;background:#fff;color:#000}.filter-link.active{background:#6ec1e4;color:#fff}.prestas-grid-fixed{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.prestas-navigation{display:flex;justify-content:center;margin-top:2rem;gap:1rem}.nav-button-img{width:50px;height:50px;cursor:pointer;transition:.2s}.nav-button-img:hover{transform:scale(1.1)}.nav-button-img.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.prestas-grid-fixed{grid-template-columns:1fr}}.presta-card-type.yellow{background-color:gold;color:#000}@media (max-width: 768px){.presta-card{border-radius:8px}.presta-card-image{height:150px}.presta-card-content{padding:.75rem}.presta-card-title{font-size:1.1rem}.presta-card-description,.presta-card-link{font-size:.8rem}}@media (max-width: 480px){.presta-card-image{height:130px}.presta-card-content{padding:.5rem}.presta-card-title{font-size:1rem}.presta-card-description,.presta-card-date,.presta-card-link{font-size:.75rem}}.presta-card{border:1px solid black;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.presta-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px #0000001a}.presta-card-image{width:100%;height:180px;object-fit:cover}.presta-card-content{padding:1rem;text-align:left}.presta-card-header{display:flex;align-items:center;margin-bottom:.5rem}.presta-card-type{padding:.2rem .5rem;border-radius:4px;font-size:.875rem;font-weight:700}.presta-card-type.yellow1{background-color:#7fd8b1;color:#000}.presta-card-type.green{background-color:#6ec1e4;color:#fff}.presta-card-date{font-size:.875rem;color:#999;margin-left:1rem}.presta-card-title{font-size:1.25rem;font-weight:700;margin:0 0 .5rem;color:#333}.presta-card-description{font-size:.875rem;color:#666;margin-bottom:1rem}.presta-card-link{font-size:.875rem;color:#000;text-decoration:none;font-weight:700}.presta-card-link:hover{text-decoration:underline}.presta-card.applied .presta-card-image{filter:grayscale(100%) opacity(.5)}.presta-card.applied:hover{transform:none;box-shadow:none}.presta-card{position:relative}.applied-banner1{position:absolute;top:150px;left:12px;right:12px;background:#d2d2d2;color:#000;font-size:.75rem;padding:6px 12px;font-weight:600;z-index:10;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}@media (max-width: 768px){.presta-card-image{height:160px}.presta-card-content{padding:.75rem}.presta-card-title{font-size:1.1rem}.presta-card-description,.presta-card-type,.presta-card-link,.presta-card-date{font-size:.8rem}}@media (max-width: 480px){.presta-card-image{height:140px}.presta-card-content{padding:.5rem}.presta-card-title{font-size:1rem}.presta-card-description,.presta-card-link,.presta-card-date,.presta-card-type{font-size:.75rem}}.entreprise-hero-container{width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(#000000b3,#000000b3),url(/assets/bgEntreprise-gJgHuSUU.jpg) center/cover no-repeat;padding:0 1rem;text-align:center}.entreprise-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:900px;width:100%}.entreprise-hero-logo{width:300px;height:auto;margin-bottom:1.5rem;object-fit:contain}.entreprise-hero-title{display:flex;flex-direction:column;align-items:center;font-family:Montserrat,sans-serif;color:#fff;line-height:1.4;margin-bottom:2.5rem}.entreprise-hero-header{font-size:3.5rem;font-weight:700;color:#ff7f32;text-transform:uppercase;margin-bottom:.5rem}.entreprise-hero-subtitle{font-size:1.8rem;font-weight:500;color:#fff}.text-orange{color:#ff7f32;font-weight:700}.entreprise-hero-btn-wrapper{margin-top:1rem;display:flex;justify-content:center}.entreprise-hero-add-btn{background-color:#ff7f32;color:#fff;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-family:Montserrat,sans-serif;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 4px 15px #0000004d;transition:transform .2s ease,background-color .2s}.entreprise-hero-add-btn:hover{transform:translateY(-3px);background-color:#ff6a00}.entreprise-hero-plus{font-size:1.5rem;line-height:1}@media (max-width: 768px){.entreprise-hero-container{height:auto;min-height:100vh;padding:40px 16px;background:linear-gradient(#000000bf,#000000bf),url(/assets/bgEntreprise-gJgHuSUU.jpg);background-size:cover;background-position:center 20%;background-repeat:no-repeat}.entreprise-hero{max-width:100%}.entreprise-hero-logo{width:70%;max-width:200px;height:auto;margin-bottom:20px}.entreprise-hero-title{margin-bottom:30px}.entreprise-hero-header{font-size:2.2rem;text-align:center}.entreprise-hero-subtitle{font-size:1.1rem;text-align:center;line-height:1.5;padding:0 10px}.entreprise-hero-btn-wrapper{width:100%;margin-top:20px}.entreprise-hero-add-btn{width:100%;justify-content:center;padding:14px;font-size:15px;border-radius:50px}.entreprise-hero-plus{font-size:1.3rem}}.team-directory{padding:4rem 2rem}.container{max-width:1200px;margin:0 auto}.team-member-link{text-decoration:none;color:inherit}.team-directory__title{font-size:2.5rem;font-weight:700;text-align:center;color:#f97316;margin-bottom:4rem;letter-spacing:.5px}.team-directory__title{font-size:26px;font-weight:700;color:#f97316;margin-bottom:40px}.team-directory__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.team-member{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.team-member__image-wrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000001a}.team-member__image{width:100%;height:100%;object-fit:cover}.team-member__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.team-member__title{font-size:1rem;color:#6b7280;margin-bottom:1rem}.team-member__description{font-size:.9rem;line-height:1.5;color:#4b5563;margin-bottom:1.5rem;max-width:300px}.team-member__social{display:flex;gap:1.25rem;justify-content:center;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;color:#374151;transition:color .2s ease}.social-icon:hover{color:#f97316}.team-directory__cta{display:flex;justify-content:center;margin-top:2rem}.team-directory__load-more{background-color:#f97316;color:#fff;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.team-directory__load-more:hover{background-color:#ea580c;transform:translateY(-2px)}.team-directory__load-more:active{transform:translateY(0)}@media (max-width: 1024px){.team-directory__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 768px){.team-directory{padding:3rem 1.5rem}.team-directory__title{font-size:2rem;margin-bottom:3rem}}@media (max-width: 640px){.team-directory__grid{grid-template-columns:1fr;gap:2.5rem}.team-member__description{max-width:100%}}.condition-container{position:relative;width:100%;min-height:600px;display:flex;justify-content:center;align-items:center;background-image:url(/assets/Condition-DC_qeLJ2.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:2rem;color:#fff;box-sizing:border-box}.condition-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;z-index:1}.condition-content-wrapper{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;gap:4rem}.left-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.title-large{font-size:3.5rem;font-weight:300;line-height:1.1;margin-bottom:1.5rem;text-align:left}.logoo-image{width:180px;height:auto;object-fit:contain}.right-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.right-content h3{font-size:1.25rem;font-weight:600;margin-bottom:2rem;line-height:1.4}.conditions-list{list-style:none;padding:0;margin:0 0 2rem;width:100%}.conditions-list li{display:flex;align-items:center;margin-bottom:1.2rem;font-size:1.1rem;font-weight:500}.icon{width:30px;height:30px;margin-right:15px;object-fit:contain}.inscription-button{padding:15px 24px;background-color:#6ec1e4;color:#000;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background-color .2s;box-shadow:0 4px 10px #0003}.inscription-button:hover{background-color:#5ab1d6;transform:scale(1.05)}@media (max-width: 900px){.condition-content-wrapper{flex-direction:column;align-items:flex-start;gap:3rem}.left-content{margin-bottom:1rem}.title-large{font-size:2.5rem}}@media (max-width: 480px){.title-large{font-size:2rem}.right-content h3{font-size:1.1rem}.conditions-list li{font-size:1rem}.inscription-button{width:100%}}.hero-container{width:100%;height:100vh;min-height:600px;position:relative;background:linear-gradient(#000000b3,#000000b3),url(/assets/bg-8vJ3a0zr.png) center/cover no-repeat;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 1rem}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:900px;width:100%}.hero-logo{width:300px;height:auto;margin-bottom:1.5rem;object-fit:contain}.hero-heading{font-family:Montserrat,sans-serif;color:#fff;font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:2.5rem;text-align:center}.text-blue{color:#6ec1e4}.text-orange{color:#ff7f32}.hero-cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;width:100%}.hero-btn{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease;min-width:200px}.hero-btn:hover{transform:translateY(-3px);box-shadow:0 4px 15px #0000004d}.btn-student{background-color:#6ec1e4;color:#fff}.btn-employer{background-color:#ff7f32;color:#fff}@media (max-width: 768px){.hero-logo{width:200px}.hero-heading{font-size:1.5rem}.hero-cta-buttons{flex-direction:column;align-items:center;gap:1rem}.hero-btn{width:100%;max-width:300px}}.information-container{display:flex;flex-direction:column;gap:80px;padding:60px 20px;background-color:#fff;max-width:1200px;margin:0 auto;font-family:Montserrat,sans-serif;overflow-x:hidden}.information-item{display:flex;align-items:center;justify-content:space-between;gap:60px;opacity:0;will-change:transform,opacity}.information-item.reverse{flex-direction:row-reverse}.information-text{flex:1;text-align:left}.information-text h2{font-size:28px;font-weight:400;line-height:1.3;margin-bottom:20px;color:#000}.information-text p{font-size:16px;line-height:1.6;color:#444;margin:0}.information-text p strong{color:#000;font-weight:700}.highlight-blue{color:#5bc0eb;font-weight:700}.highlight-orange{color:#f18f01;font-weight:700}.information-image{flex:1;display:flex;justify-content:center;align-items:center}.information-image img{max-width:100%;height:auto;width:350px;display:block}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.information-item.visible.from-right{animation:slideInFromRight .8s ease-out forwards}.information-item.visible.from-left{animation:slideInFromLeft .8s ease-out forwards}.information-item:nth-child(1){animation-delay:.1s}.information-item:nth-child(2){animation-delay:.2s}.information-item:nth-child(3){animation-delay:.3s}@media (max-width: 900px){.information-container{gap:50px;padding:30px 20px}.information-item{flex-direction:column-reverse;text-align:center;gap:30px}.information-item.reverse{flex-direction:column-reverse}.information-text{text-align:center}.information-image img{width:250px}}.service-card{flex:0 0 320px;background:var(--white);border-radius:0;overflow:hidden;text-decoration:none;cursor:pointer;transition:transform .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px)}.service-card-image{width:100%;height:220px;object-fit:cover}.service-card-content{padding-top:1rem}.service-card-content h3{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:150%;margin:0 0 4px;color:var(--text-color)}.service-training{display:block;font-family:Montserrat,sans-serif;font-weight:600;font-size:20px;line-height:140%;margin-bottom:8px;color:#000}.service-card-content p{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:var(--gray-600);margin:0}.service-card-footer{display:flex;align-items:center;gap:.75rem;margin-top:auto}.category-icon{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.service-meta-info{display:flex;flex-direction:column}.category{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;line-height:150%;color:var(--gray-600)}.date{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:150%;color:var(--gray-500)}@media (max-width: 768px){.service-card{flex:0 0 260px}.service-card-image{height:180px}.service-card-content h3,.service-training{font-size:18px}}.services-section{padding:4rem 2rem;background-color:var(--white);position:relative;max-width:1400px;margin:0 auto}.aide-icon{position:absolute;top:2rem;right:2rem;width:40px;height:40px;cursor:pointer;z-index:10;transition:transform .2s ease;border-radius:50%}.aide-icon:hover{transform:scale(1.1)}.services-header-section{display:flex;justify-content:space-between;align-items:flex-end;width:100%;padding-top:1rem}.blue-square{width:40px;height:40px;background-color:#6ec1e4;margin-bottom:1.5rem}.voir-plus-section1{padding:.8rem 2rem;background-color:#6ec1e4;color:#000;border:none;border-radius:50px;font-weight:500;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:transform .2s ease,background-color .2s;margin-bottom:5px}.voir-plus-section:hover{transform:scale(1.05);background-color:#5ab1d6}@media (max-width: 768px){.services-section{padding:2rem 1rem}.aide-icon{top:1rem;right:1rem;width:35px;height:35px}.services-header-section{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-top:2rem}.blue-square{width:30px;height:30px;margin-bottom:1rem}.services-header-section h2{font-size:1.8rem}.voir-plus-section{align-self:flex-start;padding:.6rem 1.5rem}.services-grid-section{gap:1rem}}.linky-service-card{flex:0 0 320px;background:#fff;border-radius:0;overflow:hidden;transition:transform .3s ease;position:relative}.linky-service-card:hover{transform:translateY(-5px)}.linky-service-card-image{width:100%;height:220px;object-fit:cover;display:block}.linky-service-type{display:inline-block;padding:.4rem .8rem;font-size:.85rem;font-weight:700;margin-top:1rem}.linky-service-type.expertise{background:#ffeb64;color:#000}.linky-service-type.service{background:#7fd8b1;color:#000}.linky-service-content{margin-top:1rem}.linky-service-card h3{font-size:1.4rem;margin-bottom:.5rem;font-weight:700;color:#666}.linky-service-card p{font-size:.9rem;color:#888;line-height:1.4}.linky-service-footer{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-top:auto}.linky-company-info{display:flex;flex-direction:column}.linky-company-name{font-weight:600;font-size:.9rem;color:#444}.linky-date{font-size:.85rem;color:#999}.linky-service-card.applied .linky-service-card-image{filter:grayscale(100%) opacity(.5)}.linky-service-card.applied:hover{transform:none}.applied-banner{position:absolute;top:180px;left:12px;width:90%;background:#d2d2d2;color:#000;font-size:.75rem;padding:6px 12px;font-weight:600;z-index:10;text-align:left;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.linky-service-card{flex:0 0 280px}.linky-service-card-image{height:180px}.applied-banner{top:140px;font-size:.7rem}}.services-section{padding:4rem 2rem;background-color:var(--white);max-width:1400px;margin:0 auto}.services-header-section{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;width:100%}.header-text-content{display:flex;flex-direction:column;align-items:flex-start;max-width:800px}.orange-square{width:40px;height:40px;background-color:#ff7f32;margin-bottom:1.5rem}.services-header-section h2{font-size:2.5rem;color:var(--text-color, #000);margin:0 0 1rem;font-weight:500;text-transform:uppercase;line-height:1.2}.services-description-section{color:var(--gray-600, #444);font-size:1rem;margin:0;line-height:1.5}.voir-plus-section{padding:.8rem 2rem;background-color:#ff7f32;color:#000;border:none;border-radius:50px;font-weight:500;font-size:.9rem;cursor:pointer;white-space:nowrap;transition:transform .2s ease,background-color .2s;margin-bottom:5px}.voir-plus-section:hover{transform:scale(1.05);background-color:#ff914d}.services-scroll-section{overflow-x:auto;padding-bottom:1rem;margin:0 -1rem;padding:1rem;scrollbar-width:none;-ms-overflow-style:none}.services-scroll-section::-webkit-scrollbar{display:none}.services-grid-section{display:flex;gap:2rem;width:max-content}.scroll-buttons-section{display:flex;justify-content:flex-end;gap:20px;margin-top:25px;padding-right:1rem}.scroll-btn-section{width:50px;height:50px;cursor:pointer;transition:.2s ease}.scroll-btn-section:hover{transform:scale(1.1)}@media (max-width: 768px){.services-section{padding:2rem 1rem}.services-header-section{flex-direction:column;align-items:flex-start;gap:1.5rem}.orange-square{width:30px;height:30px;margin-bottom:1rem}.services-header-section h2{font-size:1.8rem}.voir-plus-section{align-self:flex-start;padding:.6rem 1.5rem}.services-grid-section{gap:1rem}}.avis-section{max-width:1280px;margin:60px auto;padding:0 20px;overflow:hidden}.avis-container{display:flex;gap:24px;transition:transform .5s ease-out;margin-bottom:40px}.avis-card{flex:0 0 calc(40% - 16px);min-width:350px;border:1px solid black;padding:32px;display:flex;flex-direction:column;justify-content:space-between;min-height:280px;background:#fff;transition:all .3s ease}.avis-card:hover{border-color:#000;box-shadow:0 10px 30px #0000000d}.stars-container{display:flex;gap:4px;margin-bottom:20px}.star{font-size:20px}.star.active{color:#ffeb3b}.star.inactive{color:#000}.avis-text{font-size:15px;line-height:1.6;color:#333;margin-bottom:30px;font-style:italic;font-family:Montserrat,sans-serif}.profile-section{display:flex;align-items:center;gap:16px}.profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background-color:#f0f0f0}.profile-info h4{font-size:14px;font-weight:700;margin:0;color:#000;font-family:Montserrat,sans-serif}.profile-info p{font-family:Montserrat,sans-serif;font-size:13px;color:#666;margin:2px 0 0}.avis-controls{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.pagination-dots{display:flex;gap:8px}.dot{width:6px;height:6px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:all .3s ease}.dot.active{background-color:#000;transform:scale(1.2)}.nav-buttons{display:flex;gap:12px}.nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid #000;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer;transition:all .2s ease}.nav-btn:hover{background-color:#000;color:#fff}.nav-btn svg{width:20px;height:20px}@media (max-width: 768px){.avis-card{flex:0 0 85%;min-width:280px}.avis-section{margin:40px auto}}:root{--blue-color: #5BC0EB;--blue-bg-hover: #E8F6FC;--orange-color: #FF9F43;--orange-bg-hover: #FFF2E3}.abonnement-section{width:100%;background-image:url(/assets/Abonnement-B7tySmE_.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:80px 20px;display:flex;justify-content:center;align-items:center}.abonnement-container{display:flex;justify-content:center;gap:50px;max-width:1200px;width:100%;flex-wrap:wrap}.plan-card{background-color:#fff;border-radius:30px;padding:40px 30px;width:100%;max-width:400px;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;border:2px solid transparent;box-shadow:0 4px 15px #0000000d}.card-header h3{font-size:28px;font-weight:700;margin-bottom:10px;text-align:left}.price{font-size:32px;font-weight:700;margin-bottom:30px;text-align:left;display:flex;align-items:baseline;gap:5px}.price .period{font-size:16px;font-weight:400;color:#666}.features-list{list-style:none;padding:0;margin:0 0 40px;text-align:left;flex-grow:1}.features-list li{display:flex;align-items:flex-start;margin-bottom:20px;font-size:15px;line-height:1.5;color:#333}.chevron{font-weight:700;margin-right:10px;font-size:18px}.card-footer{margin-top:auto}.subscribe-btn{width:100%;padding:12px 0;border-radius:50px;background-color:transparent;font-size:18px;font-weight:700;cursor:pointer;border-width:2px;border-style:solid;transition:all .3s ease}.student-card{border-color:var(--blue-color)}.student-card h3,.student-card .price{color:var(--blue-color)}.student-card .chevron{color:#333}.student-card .subscribe-btn{border-color:var(--blue-color);color:var(--blue-color)}.student-card:hover{background-color:var(--blue-bg-hover);transform:translateY(-5px)}.student-card:hover .subscribe-btn{background-color:var(--blue-color);color:#fff}.company-card{border-color:var(--orange-color)}.company-card h3,.company-card .price{color:var(--orange-color)}.company-card .subscribe-btn{border-color:var(--orange-color);color:var(--orange-color)}.company-card:hover{background-color:var(--orange-bg-hover);transform:translateY(-5px)}.company-card:hover .subscribe-btn{background-color:var(--orange-color);color:#fff}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.popup{background:#fff;padding:30px;border-radius:20px;width:300px;text-align:center;animation:popupFade .3s ease}.popup.success{border-top:5px solid #7FD8B1}.popup.error{border-top:5px solid #FF7F32}.popup p{margin-bottom:20px;font-size:16px}.popup button{padding:8px 20px;border-radius:20px;border:none;cursor:pointer;background:#ff7f32;color:#fff}.popup.success button{background:#7fd8b1}.popup.error button{background:#ff7f32}.subscribe-btn:disabled{opacity:.5;cursor:not-allowed}.plan-card{transition:all .3s ease;min-height:520px}.subscribe-btn:active{transform:scale(.98)}@media (hover: none){.plan-card:hover{transform:none}}@keyframes popupFade{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 1024px){.abonnement-container{gap:30px}.plan-card{max-width:350px;padding:30px 20px}.price{font-size:28px}}@media (max-width: 768px){.abonnement-section{padding:50px 15px;background-position:top;background-size:cover}.abonnement-container{flex-direction:column;align-items:center;gap:25px}.plan-card{width:100%;max-width:100%;padding:25px 20px;border-radius:20px}.card-header h3{font-size:22px}.price{font-size:24px}.features-list li{font-size:14px}.subscribe-btn{font-size:16px;padding:10px}}@media (max-width: 480px){.abonnement-section{padding:40px 10px}.card-header h3{font-size:20px}.price{font-size:22px}.features-list li{font-size:13px}.subscribe-btn{font-size:15px}.popup{width:90%;padding:20px}.popup p{font-size:14px}.popup button{width:100%}}.cf-container{text-align:center;padding:30px 20px;position:relative;max-width:600px;margin:80px auto}.cf-logo{margin-bottom:20px;Width:400px;Height:130px}.cf-title{font-size:32px;font-weight:400;margin-bottom:25px;color:#000}.cf-form{display:flex;flex-direction:column;max-width:450px;margin:0 auto}.cf-form-group{margin-bottom:12px;text-align:left}.cf-form-label{display:block;font-size:13px;margin-bottom:6px;color:#333}.cf-form-input,.cf-form-textarea{width:100%;padding:8px 10px;border:1px solid #000;font-size:13px;background-color:#fff}.cf-form-textarea{height:90px;resize:vertical}.cf-checkbox-container{display:flex;align-items:center;justify-content:center;margin:15px 0}.cf-checkbox{margin-right:8px}.cf-checkbox-label{font-size:13px;color:#333}.cf-submit-button{background-color:#000;color:#fff;border:none;padding:15px 28px;font-size:14px;border-radius:20px;cursor:pointer;margin:0 auto}.cf-line{position:absolute;height:1.5px;width:350px;border-radius:2px;box-shadow:0 0 4px #0000001a;transition:transform .3s ease}.cf-line:hover{transform:scaleX(1.05)}.cf-line:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;top:-2.5px}.cf-line-top-left{left:-350px;top:45%;background:linear-gradient(to right,gold,orange)}.cf-line-top-left:after{right:-3px;background-color:orange}.cf-line-top-right{right:-350px;top:45%;background:linear-gradient(to right,#87ceeb,#00ced1)}.cf-line-top-right:after{left:-3px;background-color:#87ceeb}.cf-line-bottom-left{left:-350px;bottom:25%;background:linear-gradient(to right,#ffa07a,tomato)}.cf-line-bottom-left:after{right:-3px;background-color:tomato}.cf-line-bottom-right{right:-350px;bottom:25%;background:linear-gradient(to right,#90ee90,#00ced1)}.cf-line-bottom-right:after{left:-3px;background-color:#90ee90}@media (max-width: 768px){.cf-container{padding:30px 16px;margin:40px auto;max-width:100%}.cf-logo{width:100%;max-width:180px;height:auto;margin-bottom:15px}.cf-title{font-size:24px;margin-bottom:20px}.cf-form{max-width:100%;gap:10px}.cf-form-group{margin-bottom:10px}.cf-form-label{font-size:13px}.cf-form-input,.cf-form-textarea{width:100%;font-size:15px;padding:14px;border-radius:6px}.cf-form-textarea{height:100px}.cf-submit-button{width:100%;padding:14px;font-size:15px;border-radius:30px}.cf-checkbox-container{justify-content:flex-start;align-items:flex-start;gap:8px}.cf-checkbox-label{font-size:13px;text-align:left}.cf-line{display:none}}.login-container{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.decorative-lines{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.line{position:absolute;height:3px;width:25%}.line-yellow{background:linear-gradient(90deg,#fde047,#fde04700);top:40%;left:0}.line-blue{background:linear-gradient(90deg,#38bdf800,#38bdf8);top:40%;right:0}.line-orange{background:linear-gradient(90deg,#fb923c,#fb923c00);bottom:35%;left:0}.line-teal{background:linear-gradient(90deg,#2dd4bf00,#2dd4bf);bottom:35%;right:0}.circle{width:14px;height:14px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.circle-yellow{background-color:#fde047;right:0}.circle-blue{background-color:#38bdf8;left:0}.circle-orange{background-color:#fb923c;right:0}.circle-teal{background-color:#2dd4bf;left:0}.login-form-wrapper{background-color:#fff;width:100%;max-width:500px;padding:2rem;z-index:1}.form-container{padding:1rem 1.5rem;border:1px solid black;margin-bottom:50px}.form-title{font-family:Montserrat,sans-serif;font-weight:400;font-size:40px;line-height:120%;letter-spacing:0;text-align:center;margin-bottom:.5rem}.form-subtitle{text-align:center;color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.password-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.forgot-password{font-size:.75rem;color:#6b7280;text-decoration:none;transition:color .2s ease}.forgot-password:hover{color:#000;text-decoration:underline}.login-container input{width:100%;padding:.6rem .75rem;font-size:.85rem;border:1px solid black;border-radius:0;background-color:#fff;color:#000;box-shadow:none;transition:border-color .2s ease}.login-container input:focus{outline:none;border-color:#000;box-shadow:none}.login-container .form-group label{color:#000}.form-group label{color:#000;display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.input-error{border-color:#ef4444}.error-message{display:block;color:#ef4444;font-size:.75rem;margin-top:.25rem}.btn{width:100%;padding:.75rem 1rem;border-radius:19px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;gap:.5rem}.btn-primary{background-color:#000;color:#fff;border:none;margin-bottom:1rem}.btn-google{background-color:#fff;color:#000;border:1px solid #d1d5db;margin-bottom:1.5rem}.btn-google:hover{background-color:#f9fafb}.register-prompt{text-align:center;font-size:.875rem;color:#6b7280}.register-link{color:#000;font-weight:500;text-decoration:none;margin-left:.25rem;transition:color .2s ease}.register-link:hover{text-decoration:underline}@media (max-width: 640px){.login-form-wrapper{max-width:90%;padding:1.5rem}.line{width:30%}}@media (max-width: 480px){.password-header{flex-direction:column;align-items:flex-start;gap:.5rem}.line{width:20%}}.forgetpass-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.lf-logo{height:130px;width:400px}.fp-decorative-lines{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.fp-line{position:absolute;height:3px;width:25%}.fp-line-yellow{background:linear-gradient(90deg,#fde047,#fde04700);top:40%;left:0}.fp-line-blue{background:linear-gradient(90deg,#38bdf800,#38bdf8);top:40%;right:0}.fp-line-orange{background:linear-gradient(90deg,#fb923c,#fb923c00);bottom:25%;left:0}.fp-line-teal{background:linear-gradient(90deg,#2dd4bf00,#2dd4bf);bottom:25%;right:0}.fp-circle{width:14px;height:14px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.fp-circle-yellow{background:#fde047;right:0}.fp-circle-blue{background:#38bdf8;left:0}.fp-circle-orange{background:#fb923c;right:0}.fp-circle-teal{background:#2dd4bf;left:0}.forgetpass-wrapper{background-color:#fff;padding:2rem;max-width:500px;width:100%;z-index:1;text-align:center}.logo-container{display:flex;justify-content:center;margin-bottom:3rem}.forgetpass-title{font-size:32px;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:.5rem}.forgetpass-subtitle{font-size:.875rem;color:#6b7280;margin-bottom:2rem}input[type=email]{width:100%;padding:.75rem;border:1px solid black;border-radius:0;font-size:.875rem;margin-bottom:1rem;color:#000;background-color:#fff}input[type=email]:focus{outline:none;border-color:#000;box-shadow:none}.btn-primary{background-color:#000;color:#fff;padding:.75rem;width:100%;border-radius:19px;border:none;cursor:pointer;transition:background-color .2s ease}.btn-primary:hover{background-color:#1f2937}@media (max-width: 768px){.forgetpass-container{padding:40px 20px;min-height:auto}.forgetpass-wrapper{padding:1.5rem;max-width:100%}.forgetpass-title{font-size:24px}.forgetpass-subtitle{font-size:.8rem;margin-bottom:1.5rem}input[type=email]{font-size:.8rem}.btn-primary{padding:.6rem}.logo-container{margin-bottom:2rem}.lf-logo{height:80px}.fp-line,.fp-circle{display:none}}.choseInscripComponent-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.choseInsc-wrapper{background-color:#fff;padding:2rem;max-width:500px;width:100%;z-index:1;text-align:center}.logo-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.lf-logo{height:130px;width:auto}.choseInsc-form{display:flex;flex-direction:column;gap:1rem;align-items:center}.choseInsc-title{margin-top:0%;font-size:32px;font-family:Montserrat,sans-serif;font-weight:400;margin-bottom:3rem}.choseInsc-btn1,.choseInsc-btn2{width:320px;height:60px;border-radius:40px;padding:32px;font-size:1.3rem;font-weight:500;border:2px solid;background-color:transparent;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration-line:none}.choseInsc-btn1{color:#3db8df;border-color:#3db8df}.choseInsc-btn1:hover{background-color:#3db8df;color:#fff}.choseInsc-btn2{color:#f57c1f;border-color:#f57c1f}.choseInsc-btn2:hover{background-color:#f57c1f;color:#fff}.back-link{display:block;margin-top:1.5rem;font-size:.85rem;color:#000;text-decoration:none}.back-link:hover{text-decoration:underline}@media (max-width: 768px){.choseInsc-wrapper{padding:1.5rem;max-width:90%}.choseInsc-title{font-size:28px;margin-bottom:2rem}.choseInsc-btn1,.choseInsc-btn2{width:100%;font-size:1.1rem;padding:1rem}.lf-logo{height:80px}}@media (max-width: 480px){.choseInsc-title{font-size:24px}.choseInsc-btn1,.choseInsc-btn2{font-size:1rem;height:auto;padding:.8rem}.back-link{font-size:.75rem}}.rf-etud-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.rf-etud-logo{height:130px;width:400px}.rf-etud-decorative-lines{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.rf-etud-line{position:absolute;height:3px;width:25%}.rf-etud-line-yellow{background:linear-gradient(90deg,#fde047,#fde04700);top:40%;left:0}.rf-etud-line-blue{background:linear-gradient(90deg,#38bdf800,#38bdf8);top:40%;right:0}.rf-etud-line-orange{background:linear-gradient(90deg,#fb923c,#fb923c00);bottom:35%;left:0}.rf-etud-line-teal{background:linear-gradient(90deg,#2dd4bf00,#2dd4bf);bottom:35%;right:0}.rf-etud-circle{width:14px;height:14px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.rf-etud-circle-yellow{background:#fde047;right:0}.rf-etud-circle-blue{background:#38bdf8;left:0}.rf-etud-circle-orange{background:#fb923c;right:0}.rf-etud-circle-teal{background:#2dd4bf;left:0}.rf-etud-wrapper{background:#fff;max-width:500px;width:100%;padding:2rem;z-index:1}.rf-dispo-group{width:calc(100% + 80px);margin-left:-40px}.rf-etud-logo-container{display:flex;justify-content:center}.rf-etud-form-container{padding:1rem 1.5rem}.rf-etud-title{font-family:Montserrat,sans-serif;font-weight:400;font-size:40px;text-align:center;margin-bottom:1.5rem;margin-top:0%}.rf-etud-group{margin-bottom:1rem}.rf-etud-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#000}.rf-etud-input{width:100%;padding:.6rem .75rem;font-size:.85rem;border:1px solid black;background-color:#fff;color:#000;border-radius:0}.rf-etud-input:focus{outline:none;border-color:#000}.rf-etud-btn{width:100%;padding:.75rem;font-weight:500;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.rf-etud-btn-primary{background:#000;color:#fff;border:none}.rf-etud-btn-primary:hover{background:#1f2937}.rf-etud-btn-google{background:#fff;color:#000;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;font-weight:500;padding:.75rem;width:100%;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.rf-etud-btn-google svg{flex-shrink:0;fill:currentColor}.rf-etud-btn-google:hover{background:#f9fafb}.rf-etud-back{background:none;border:none;padding:0;display:block;text-align:left;margin-top:1rem;font-size:.875rem;color:#000;text-decoration:none;cursor:pointer}.rf-etud-back:hover{text-decoration:underline}.rf-etud-nav{display:flex;justify-content:space-between;margin-top:1rem}.rf-etud-textarea{width:100%;min-height:120px;padding:12px;border:1px solid #333;resize:vertical;font-family:inherit}.rf-etud-next{background:none;border:none;font-size:.875rem;cursor:pointer;color:#000}.rf-lang-block{margin-bottom:16px}.rf-lang-levels{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.rf-lang-level{padding:6px 12px;border:1px solid #333;background:#fff;cursor:pointer;border-radius:4px}.rf-lang-level.active{background:#000;color:#fff}.rf-lang-add{margin-top:10px;background:none;border:none;cursor:pointer;font-weight:700}.rf-etud-next:hover{text-decoration:underline}.rf-lang-card{margin-bottom:20px}.rf-lang-input-wrapper{position:relative}.rf-lang-input{padding-right:40px}.rf-lang-plus{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;border:none;background:#000;color:#fff;font-size:18px;cursor:pointer}.rf-lang-plus:disabled{opacity:.4;cursor:not-allowed}.rf-lang-radio{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto);row-gap:16px;column-gap:40px;margin-top:16px}.rf-lang-radio-item{display:flex;align-items:center;gap:6px;font-size:.9rem;cursor:pointer}.rf-lang-radio-item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1.5px solid black;border-radius:50%;position:relative}.rf-lang-radio-item[data-level=A1]{grid-row:1;grid-column:1}.rf-lang-radio-item[data-level=B2]{grid-row:1;grid-column:2}.rf-lang-radio-item[data-level=A2]{grid-row:2;grid-column:1}.rf-lang-radio-item[data-level=C1]{grid-row:2;grid-column:2}.rf-lang-radio-item[data-level=B1]{grid-row:3;grid-column:1}.rf-lang-radio-item[data-level=C2]{grid-row:3;grid-column:2}.rf-lang-radio-item[data-level=Natif]{grid-row:4;grid-column:2}.rf-etud-group>label{margin-bottom:14px;font-size:.95rem}.rf-lang-radio-item input:checked:after{content:"";width:10px;height:10px;background:#000;border-radius:50%;position:absolute;top:3px;left:3px}.rf-etud-group{margin-bottom:32px}.rf-etud-group table{max-width:640px;border:1px solid black;border-collapse:separate}.rf-etud-group label{display:block;margin-bottom:8px}.rf-etud-group table th,.rf-etud-group table td{padding:10px 8px;font-size:.85rem;text-align:center}.rf-etud-group table th:first-child,.rf-etud-group table td:first-child{text-align:left;padding-left:10px}.rf-etud-group input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border:1.5px solid black;border-radius:0;cursor:pointer;position:relative}.rf-success-message{background-color:#dcfce7;color:#166534;border:1px solid #86efac;padding:12px;border-radius:8px;margin-bottom:15px;text-align:center;font-weight:500;animation:fadeIn .3s ease-in-out}.rf-lang-selected{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.rf-lang-chip{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid black;background:#fff;font-size:.8rem;transition:background .2s ease}.rf-lang-chip:hover{background:#f9fafb}.rf-lang-remove{cursor:pointer;font-weight:700}.rf-lang-remove:hover{color:red}.rf-etud-group input[type=checkbox]:checked{background:#000}@media (max-width: 640px){.rf-etud-wrapper{max-width:90%;padding:1.5rem}.rf-etud-line{width:30%}}@media (max-width: 480px){.rf-etud-line{width:20%}}.rf-entreprise-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.rf-entreprise-logo{height:103px;width:400px}.rf-entreprise-decorative-lines{position:absolute;width:100%;height:100%;pointer-events:none;z-index:0}.rf-entreprise-line{position:absolute;height:3px;width:25%}.rf-entreprise-line-yellow{background:linear-gradient(90deg,#fde047,#fde04700);top:40%;left:0}.rf-entreprise-line-blue{background:linear-gradient(90deg,#38bdf800,#38bdf8);top:40%;right:0}.rf-entreprise-line-orange{background:linear-gradient(90deg,#fb923c,#fb923c00);bottom:35%;left:0}.rf-entreprise-line-teal{background:linear-gradient(90deg,#2dd4bf00,#2dd4bf);bottom:35%;right:0}.rf-entreprise-circle{width:14px;height:14px;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%)}.rf-entreprise-circle-yellow{background:#fde047;right:0}.rf-entreprise-circle-blue{background:#38bdf8;left:0}.rf-entreprise-circle-orange{background:#fb923c;right:0}.rf-entreprise-circle-teal{background:#2dd4bf;left:0}.rf-entreprise-wrapper{background:#fff;max-width:500px;width:100%;padding:2rem;z-index:1}.rf-entreprise-logo-container{display:flex;justify-content:center}.rf-entreprise-form-container{padding:1rem 1.5rem}.rf-entreprise-title{font-family:Montserrat,sans-serif;font-weight:400;font-size:40px;text-align:center;margin-bottom:1.5rem;margin-top:0%}.rf-entreprise-group{margin-bottom:1rem}.rf-entreprise-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#000}.rf-entreprise-input{width:100%;padding:.6rem .75rem;font-size:.85rem;border:1px solid black;background-color:#fff;color:#000;border-radius:0}.rf-entreprise-input:focus{outline:none;border-color:#000}.rf-entreprise-btn{width:100%;padding:.75rem;font-weight:500;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:1rem}.rf-entreprise-btn-primary{background:#000;color:#fff;border:none}.rf-entreprise-btn-primary:hover{background:#1f2937}.rf-entreprise-btn-google{background:#fff;color:#000;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.95rem;font-weight:500;padding:.75rem;width:100%;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.rf-entreprise-btn-google svg{flex-shrink:0;fill:currentColor}.rf-entreprise-btn-google:hover{background:#f9fafb}.rf-entreprise-back{display:block;text-align:left;margin-top:1rem;font-size:.875rem;color:#000;text-decoration:none}.rf-entreprise-back:hover{text-decoration:underline}.rf-success-message{background-color:#dcfce7;color:#166534;padding:12px;border-radius:8px;margin-bottom:15px;text-align:center;font-weight:500;animation:fadeIn .3s ease-in-out;border:1px solid #86efac}@media (max-width: 640px){.rf-entreprise-wrapper{max-width:90%;padding:1.5rem}.rf-entreprise-line{width:30%}}@media (max-width: 480px){.rf-entreprise-line{width:20%}}:root{--pe-bg-page: #f9fafb;--pe-bg-card: #ffffff;--pe-text-primary: #111827;--pe-text-secondary: #6b7280;--pe-border-color: #e5e7eb;--pe-accent-blue: #2563eb;--pe-radius: 12px;--pe-shadow: 0 1px 3px rgba(0,0,0,.05), 0 5px 15px rgba(0,0,0,.02)}.pe-page-wrapper{background-color:var(--pe-bg-page);min-height:100vh;padding:40px 20px;font-family:Montserrat,sans-serif;color:var(--pe-text-primary);display:flex;justify-content:center}.pe-content-grid{display:grid;grid-template-columns:320px 1fr;gap:30px;max-width:1100px;width:100%}.pe-loader-container{display:flex;height:100vh;align-items:center;justify-content:center}.pe-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:var(--pe-text-secondary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pe-card{background:var(--pe-bg-card);border-radius:var(--pe-radius);box-shadow:var(--pe-shadow);border:1px solid var(--pe-border-color);padding:30px;margin-bottom:24px}.pe-sidebar{position:sticky;top:30px;height:fit-content}.pe-card-identity{text-align:center;display:flex;flex-direction:column;align-items:center}.pe-avatar-box{width:140px;height:140px;border-radius:50%;overflow:hidden;margin-bottom:15px;background-color:#f3f4f6;border:1px solid var(--pe-border-color)}.pe-avatar-img{width:100%;height:100%;object-fit:cover}.pe-fullname{font-size:1.4rem;font-weight:700;margin:0 0 5px;color:var(--pe-text-primary);text-transform:capitalize}.pe-job-title{font-size:1rem;color:var(--pe-text-secondary);margin-bottom:20px;font-weight:500}.pe-meta-infos{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.pe-meta-row{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:var(--pe-text-secondary)}.pe-meta-row svg{color:var(--pe-text-primary)}.pe-divider{width:100%;height:1px;background:var(--pe-border-color);margin:20px 0}.pe-btn-contact{width:100%;padding:13px 20px;font-size:.95rem;font-weight:600;border-radius:19px;border:none;background:#121212;color:#fff;cursor:pointer;transition:all .2s ease}.pe-btn-contact:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.pe-btn-contact:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;opacity:1}.pe-note-auth{font-size:.75rem;color:#9ca3af;margin-top:8px;font-style:italic}.pe-link-return{margin-top:20px;color:var(--pe-text-secondary);text-decoration:none;font-size:.85rem;border-bottom:1px solid transparent}.pe-link-return:hover{border-bottom-color:var(--pe-text-secondary)}.pe-card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.pe-card-header h2{font-size:1.1rem;font-weight:600;margin:0;color:var(--pe-text-primary)}.pe-card-header svg{color:var(--pe-text-secondary)}.pe-missions-list{display:flex;flex-direction:column;gap:12px}.pe-mission-item{display:flex;align-items:flex-start;gap:12px}.pe-icon-check{margin-top:2px;color:var(--pe-text-primary)}.pe-mission-item p{margin:0;font-size:.95rem;line-height:1.5;color:#374151}.pe-group-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-weight:700;margin-bottom:10px}.pe-mt{margin-top:20px}.pe-tags-wrapper{display:flex;flex-wrap:wrap;gap:8px}.pe-tag{padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500;background-color:#f3f4f6;color:#374151;border:1px solid transparent}.pe-availability-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.pe-slot-item{border:1px solid var(--pe-border-color);border-radius:8px;padding:10px;text-align:center;background:#f9fafb}.pe-day{display:block;font-weight:600;font-size:.9rem;color:var(--pe-text-primary);text-transform:capitalize;margin-bottom:4px}.pe-hour{display:block;font-size:.85rem;color:var(--pe-text-secondary)}.pe-empty-text{font-style:italic;color:#9ca3af;font-size:.9rem}@media (max-width: 900px){.pe-content-grid{grid-template-columns:1fr;gap:20px}.pe-sidebar{position:static}.pe-meta-row{justify-content:center}}.pq-section{background-color:#f9fafb;padding:3rem 1rem;font-family:Montserrat,sans-serif}.pq-container{max-width:1200px;margin:0 auto}.pq-header{text-align:center;margin-bottom:3rem}.pq-line{width:30px;height:30px;margin:0 auto 1rem;border-radius:4px}.pq-main-title{font-size:2rem;font-weight:700;color:#111;margin-bottom:.5rem}.pq-subtitle{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto}.pq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.pq-service-card-link{text-decoration:none;color:inherit;display:block;height:100%}.pq-service-card{display:flex;flex-direction:row;background:#fff;box-shadow:0 2px 6px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%;border-radius:8px;overflow:hidden}.pq-service-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px #0000001f}.pq-image-wrapper{width:40%;flex-shrink:0;position:relative}.pq-image{width:100%;height:100%;object-fit:cover;display:block}.pq-content{padding:1.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;width:60%}.pq-service-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#6b7280;margin-bottom:.5rem;letter-spacing:.5px}.pq-title{font-size:1.5rem;font-weight:800;color:#000;line-height:1.3;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pq-description{font-size:.95rem;color:#4b5563;line-height:1.5;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pq-meta-global{display:flex;align-items:center;gap:.75rem;margin-top:auto}.pq-user-icon{width:36px;height:36px;border-radius:50%;border:1px solid #e5e7eb;object-fit:cover}.pq-meta-text{display:flex;flex-direction:column}.pq-user-name{font-weight:700;font-size:.9rem;color:#000}.pq-meta-info-simple{font-size:.8rem;color:#6b7280}.pq-cta{text-align:center;margin-top:3rem}.pq-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;border-radius:9999px;border:none;font-weight:600;font-size:1rem;color:#fff;cursor:pointer;transition:opacity .3s ease}.pq-btn:hover{opacity:.9}@media (max-width: 1024px){.pq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.pq-section{padding:2rem 1rem}.pq-header{margin-bottom:2rem}.pq-main-title{font-size:1.75rem}.pq-service-card{flex-direction:column}.pq-image-wrapper{width:100%;height:200px}.pq-content{width:100%;padding:1.5rem}.pq-title{font-size:1.35rem}}.hero-presta-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;padding:3rem 1rem;text-align:center}.hero-presta{display:flex;flex-direction:column;align-items:center}.hero-presta-logo{max-height:150px;margin-bottom:1.5rem}.hero-presta-title{color:#fff;line-height:1.3;margin:0;font-family:Montserrat,sans-serif}.hero-presta-text-white{font-size:24px;color:#fff}.hero-presta-text-colored{font-size:32px;font-weight:700}.hero-presta-button{margin-top:2rem;padding:.6rem 1.5rem;border-radius:30px;color:#000;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s ease;font-family:Montserrat,sans-serif;border:none;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hero-presta-button:hover{transform:translateY(-2px)}@media (max-width: 768px){.hero-presta-container{min-height:100vh;padding:40px 16px;background-size:cover;background-position:center 20%;background-repeat:no-repeat}.hero-presta{width:100%}.hero-presta-logo{width:70%;max-width:180px;height:auto;margin-bottom:20px}.hero-presta-title{padding:0 10px}.hero-presta-text-white{font-size:18px;line-height:1.5}.hero-presta-text-colored{font-size:24px;line-height:1.4}.hero-presta-button{margin-top:25px;width:100%;max-width:300px;padding:14px;font-size:15px;border-radius:50px}}.pq-wrapper{max-width:1100px;margin:0 auto;padding:0 30px;font-family:Montserrat,sans-serif;color:#1f2937}.pq-loading{text-align:center;padding:100px;color:#6b7280}.pq-grid-container{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start;margin-bottom:40px;margin-top:100px}.pq-left-column{width:100%;padding-top:100px}.pq-main-image{width:100%;aspect-ratio:1 / 1.1;object-fit:cover;display:block;border-radius:0}.pq-right-column{display:flex;flex-direction:column;justify-content:flex-start;margin-top:0}.pq-badge{display:inline-block;padding:6px 14px;font-size:.85rem;font-weight:700;margin-bottom:20px;width:fit-content;margin-top:0;line-height:1}.pq-badge.expertise{background-color:#ffe66d;color:#000}.pq-badge.service{background-color:#7fd8b1;color:#00331a}.pq-title{font-size:2.2rem;font-weight:800;margin:0 0 25px;line-height:1.1;color:#000}.pq-description{font-size:1rem;line-height:1.6;color:#374151;margin-bottom:25px;white-space:pre-line}.pq-subtitle{font-size:1.1rem;font-weight:800;margin-bottom:8px;color:#000}.pq-text{font-size:1rem;color:#374151;margin-bottom:30px}.pq-details-list{margin-bottom:30px;display:flex;flex-direction:column;gap:8px}.pq-detail-row{font-size:1rem;line-height:1.5;color:#1f2937}.pq-detail-row strong{font-weight:700;color:#000}.error-message{background:#ffe5e5;color:#d32f2f;padding:10px;border-radius:6px;margin-bottom:10px;text-align:center;font-weight:500;animation:fadeIn .2s ease-in-out}.pq-action-area{margin-top:10px}.pq-company-info{display:flex;align-items:center;margin-bottom:25px}.pq-company-logo{width:45px;height:45px;border-radius:50%;margin-right:15px;object-fit:cover;border:1px solid #e5e7eb}.font-medium{font-weight:700;font-size:1.1rem;color:#000}.pq-apply-button{display:inline-block;background-color:#cfd1d4;color:#fff;padding:12px 35px;border-radius:16px;font-size:1.1rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}.pq-apply-button:not(.disabled){background-color:#000}.pq-apply-button:not(.disabled):hover{opacity:.9}.pq-apply-button.disabled{background-color:#cfd1d4;cursor:not-allowed}.pq-back-bottom{display:inline-block;background:none;border:none;color:#6b7280;font-size:.95rem;cursor:pointer;padding:0;margin-top:20px}.pq-back-bottom:hover{text-decoration:underline;color:#000}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:40px 30px;border:4px solid #71F0B1;border-radius:35px;text-align:center;max-width:600px;width:90%;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;animation:fadeIn .2s ease-in-out}.modal-icon-wrapper{display:flex;width:85px;height:85px;justify-content:center;align-items:center;margin-bottom:20px}.modal-icon-img{width:100%;height:100%;object-fit:contain}.modal-text{font-size:1.5rem;line-height:1.4;color:#000;margin-bottom:35px;font-weight:400;text-align:center}.modal-actions{display:flex;gap:20px;justify-content:center;width:100%}.modal-btn{background-color:#fff;border:1px solid #000;color:#000;padding:12px 40px;border-radius:12px;font-size:1rem;cursor:pointer;transition:background .2s;min-width:130px}.modal-btn:hover{background-color:#f5f5f5}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 900px){.pq-grid-container{grid-template-columns:1fr;gap:30px;margin-top:40px}.pq-left-column{padding-top:0}.pq-main-image{aspect-ratio:16/9}}.apropos-container{max-width:1200px;margin:0 auto;font-family:Montserrat,sans-serif;color:#333}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.animate-in{opacity:1;transform:translateY(0)}.illustration{width:100%;max-width:400px;height:auto;border-radius:12px}.animate-on-scroll{opacity:0;transition:opacity .9s ease,transform .9s ease}.animate-on-scroll.from-left{transform:translate(-80px)}.animate-on-scroll.from-right{transform:translate(80px)}.animate-on-scroll.animate-in{opacity:1;transform:translate(0)}@media (max-width: 1024px){.hero-linkyjob,.platform-section,.opportunities-section,.security-section{flex-direction:column;text-align:center}.hero-content-linkyjob,.platform-content,.opportunities-content,.security-content{align-items:center}.hero-image-linkyjob img,.platform-illustration img,.opportunities-illustration img,.security-illustration img{max-width:400px}}@media (max-width: 600px){.hero-title-linkyjob{font-size:1.8rem}.hero-description-linkyjob,.platform-description,.opportunities-description,.section-description{font-size:1.4rem}.hero-button-linkyjob{width:100%}}.text-blue-linkyjob{color:#5dade2;font-weight:600}.text-orange-linkyjob{color:#f39c12;font-weight:600}.text-green-linkyjob{color:#2ecc71;font-weight:600}.hero-linkyjob{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:45px auto;padding:3rem 2rem}.hero-content-linkyjob{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-top-linkyjob{margin-bottom:2rem}.hero-title-linkyjob{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#333}.linkyjob-logo img{width:300px}.hero-description-linkyjob{font-size:1.8rem;font-weight:400;line-height:1.6;color:#222;margin-bottom:2rem}.hero-button-linkyjob{padding:.8rem 2rem;border:1px solid #333;background:transparent;color:#333;font-weight:600;border-radius:10px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.hero-button-linkyjob:hover{background-color:#3498db;color:#fff}.hero-image-linkyjob{flex:1;display:flex;justify-content:center;align-items:center}.hero-image-linkyjob img{width:100%;max-width:500px;height:auto}.platform-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem}.platform-illustration{flex:1;display:flex;justify-content:center;align-items:center}.platform-content{flex:1;display:flex;flex-direction:column;justify-content:center}.platform-description{font-size:1.8rem;font-weight:400;line-height:1.6;color:#222;text-align:center}.platform-bold{font-weight:700;color:#000}.opportunities-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem}.opportunities-illustration{flex:1;display:flex;justify-content:center;align-items:center}.opportunities-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.opportunities-description{font-size:1.8rem;font-weight:400;line-height:1.6;color:#222;text-align:center}.security-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 2rem}.security-illustration{flex:1;display:flex;justify-content:center;align-items:center}.security-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.security-description{font-size:1.8rem;font-weight:400;line-height:1.6;color:#222;text-align:center}@media (max-width: 1024px){.security-section{flex-direction:column;text-align:center}.security-content{align-items:center;text-align:center}}.hero-button-linkyjob{position:relative;overflow:hidden}.hero-button-linkyjob:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:3px;background-color:#3498db;transition:width .3s ease}.hero-button-linkyjob:hover:after{width:100%}.fade-in-left{opacity:0;transform:translate(-50px);transition:opacity .8s ease,transform .8s ease}.fade-in-right{opacity:0;transform:translate(50px);transition:opacity .8s ease,transform .8s ease}.animate-in.fade-in-left,.animate-in.fade-in-right{opacity:1;transform:translate(0)}.hero-button-linkyjob:hover{animation:vibrate-1 .3s linear infinite}@keyframes vibrate-1{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.profile-etudiant .profile-page{background-color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:0 20px 40px;font-family:Montserrat,sans-serif}.profile-etudiant .top-section{display:flex;justify-content:center;align-items:stretch;gap:40px;width:100%;max-width:1200px;margin-bottom:40px}.profile-etudiant .profil-card,.profile-etudiant .suivi-card{background-color:#e6f2fb;border-radius:15px;box-shadow:0 2px 6px #00000014}.profile-etudiant .dossier-card{border-radius:15px}.profile-etudiant .profil-card{flex:1;max-width:350px;padding:25px;text-align:center;display:flex;flex-direction:column}.profile-etudiant .profil-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 10px}.profile-etudiant .profil-titre{font-size:20px;margin-bottom:10px;color:#000}.profile-etudiant .profil-info p{font-size:14px;color:#333;margin:20px 0;text-align:left;display:grid}.profile-etudiant .btn-modifier{background-color:#6ec1e4;color:#000;border:none;padding:8px 14px;border-radius:10px;margin-top:100px;cursor:pointer;align-self:center;transition:background-color .3s}.profile-etudiant .btn-modifier:hover{background-color:#6ec1e43d}.profile-etudiant .btn-modifier-photo{background-color:#6ec1e4;color:#000;border:none;padding:8px 14px;border-radius:20px;cursor:pointer;align-self:center;transition:background-color .3s;margin-top:20px}.profile-etudiant .btn-modifier-photo:hover{background-color:#6ec1e43d}.profile-etudiant .dossier-card{flex:2;padding:25px 30px;display:flex;flex-direction:column;justify-content:space-between}.profile-etudiant .dossier-card h2{text-align:center;margin-bottom:20px;color:#000}.profile-etudiant .dossier-liste{list-style:none;padding:0;margin:0;flex-grow:1}.profile-etudiant .dossier-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #cfdbe6}.profile-etudiant .dossier-nom{text-transform:capitalize;color:#000}.profile-etudiant .btn-upload{background:transparent;border:none;color:#000;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px}.profile-etudiant .btn-upload:hover{text-decoration:underline}.profile-etudiant .icon-check{color:#28a745;font-size:20px}.profile-etudiant .btn-soumettre{background-color:#ccc;border:none;padding:10px 24px;border-radius:10px;cursor:not-allowed;display:block;margin:25px auto 0;transition:background .3s}.profile-etudiant .btn-soumettre.active{background-color:#6ec1e4;cursor:pointer}.profile-etudiant .suivi-card{width:100%;max-width:1200px;padding:30px;text-align:center}.profile-etudiant .suivi-card h2{color:#000}.profile-etudiant .timeline{display:flex;justify-content:space-between;margin-top:25px}.profile-etudiant .etape{flex:1;text-align:center;color:#999}.profile-etudiant .etape svg{font-size:30px;margin-bottom:6px;color:#ccc}.profile-etudiant .etape.active svg{color:#6ec1e4}.profile-etudiant .etape p{font-size:14px;margin:0;color:#333}.profile-etudiant .etape small{display:block;color:#777}.profile-etudiant .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center}.profile-etudiant .modal-content{background:#fff;padding:30px 50px;border-radius:10px;text-align:center;box-shadow:0 0 10px #0000004d}.profile-etudiant .modal-icon{color:#28a745;font-size:40px;margin-bottom:10px}.profile-etudiant .btn-ok{background-color:#6ec1e4;color:#fff;border:none;padding:8px 18px;border-radius:20px;margin-top:10px;cursor:pointer}.profile-etudiant .dossier-item{display:flex;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #cfdbe6;position:relative}.profile-etudiant .dossier-circle{width:16px;height:16px;background-color:#6ec1e4;border-radius:50%;z-index:1}.profile-etudiant .dossier-line{width:2px;background-color:#000;flex-grow:1;margin-top:2px}.profile-etudiant .dossier-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.profile-etudiant .dossier-item{display:flex;align-items:flex-start;gap:15px;padding:12px 0;border-bottom:1px solid #cfdbe6;position:relative}.profile-etudiant .dossier-timeline{position:relative;width:25px;display:flex;flex-direction:column;align-items:center;padding-top:4px}.profile-etudiant .dossier-circle{width:18px;height:18px;background-color:#6ec1e4;border-radius:50%;z-index:2;border:1px solid #6EC1E4}.profile-etudiant .dossier-line{width:2px;background-color:#000;flex-grow:1;margin-top:2px;z-index:1}.profile-etudiant .dossier-content{display:flex;justify-content:space-between;flex:1}.profile-etudiant .timeline-etapes{display:flex;align-items:center;justify-content:center;gap:0;margin-top:40px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.profile-etudiant .etape{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-etudiant .etape p{margin-top:10px;font-weight:600;color:#222;font-size:14px}.profile-etudiant .icone-lock-img{width:65px;height:65px;object-fit:contain;z-index:3}.profile-etudiant .ligne-etape-img{width:250px;height:auto;object-fit:contain;margin:0 10px;padding-bottom:35px}.profile-etudiant .profil-info input{width:100%;border:none;border-bottom:1.5px solid #ccc;background:transparent;font-size:14px;padding:6px 2px;margin:10px 0;font-family:Montserrat,sans-serif;transition:border-color .25s ease}.profile-etudiant .profil-info input:focus{outline:none;border-bottom-color:#6ec1e4}.profile-etudiant .edit-actions{display:flex;gap:12px;justify-content:center;margin-top:auto}.profile-etudiant .btn-primary{background-color:#6ec1e4;color:#000;border:none;padding:8px 18px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .25s ease}.profile-etudiant .btn-primary:hover{background-color:#6ec1e43d}.profile-etudiant .btn-outline{background:transparent;color:#000;border:1px solid #ccc;padding:8px 18px;border-radius:20px;cursor:pointer;font-size:14px;transition:all .25s ease}.profile-etudiant .btn-outline:hover{border-color:#6ec1e4;color:#6ec1e4}.profile-etudiant .profil-info p,.profile-etudiant .profil-info input{transition:all .2s ease}.profile-etudiant .edit-actions button{min-width:120px;height:38px;padding:0;display:flex;align-items:center;justify-content:center}.uploaded-text{font-weight:500}.icon-refused{color:#e74c3c;font-weight:700}.icon-validated{color:#34ad4a;margin-left:8px;font-size:1rem}.uploaded-text{display:inline-flex;align-items:center;gap:6px;font-weight:500}.profile-extra-section{display:flex;gap:40px;max-width:1200px;width:100%;margin:40px auto 0}.profile-extra-left{flex:1;display:flex;flex-direction:column}.profile-extra-right{flex:1.2;display:flex;flex-direction:column}.profile-box{border:4px solid #6EC1E4;padding:14px 16px;background:#fff}.profile-box h3{font-size:15px;font-weight:600;margin-bottom:10px}.profile-text{font-size:13px;line-height:1.45;color:#333;white-space:pre-line}.profile-list{padding-left:16px;margin:0}.profile-list li{font-size:13px;line-height:1.4}.dispo-table{width:100%;border-collapse:collapse;font-size:13px}.dispo-table th{text-align:center;font-weight:600;padding-bottom:10px}.dispo-table td{text-align:center;padding:8px 0}.dispo-table td:first-child,.dispo-table th:first-child{text-align:left;padding-left:8px}.box-empty,.box-checked{display:inline-block;width:12px;height:12px;border:1.5px solid #000}.box-checked{background:#000}.btn-modifier-dispo{align-self:flex-end;margin-top:16px;background-color:#6ec1e4;border:none;color:#000;padding:8px 18px;border-radius:10px;cursor:pointer;font-size:13px}.profile-list{list-style:none;padding-left:0;margin:0}.profile-list li{margin-bottom:6px}.profile-list.no-bullets{list-style:none;padding-left:0;margin:0}.profile-list.no-bullets li{margin-bottom:6px}.edit-actions-inline{display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.btn-save{background-color:#6ec1e4}.btn-cancel{background-color:transparent;border:1px solid #6EC1E4}@media (max-width: 900px){.profile-etudiant .top-section{flex-direction:column;align-items:center}.profile-etudiant .profil-card,.profile-etudiant .dossier-card{width:100%;max-width:700px}}.historique-etudiant{max-width:1200px;margin:0 auto;padding:0 20px}.blue{color:#6ec1e4}.mission-status{display:flex;align-items:center;gap:8px;margin:0 15px 10px;font-size:14px;font-weight:600}.status-icon{width:18px;height:18px;object-fit:contain}.mission-status.submitted,.mission-status.under_review{color:#facc15}.mission-status.accepted{color:#22c55e}.mission-status.rejected{color:#ef4444}.mission-status.cancelled{color:#9ca3af}.linky-btn-primary{background-color:#6ec1e4;color:#fff;border:none;padding:8px 20px;border-radius:20px;cursor:pointer;font-weight:500;width:100%}.linky-btn-outline{background:transparent;border:1px solid #000;color:#000;padding:8px 20px;border-radius:20px;cursor:pointer;font-weight:500;width:100%;transition:background .2s}.linky-btn-outline:hover{background-color:#f3f4f6}.profile-etudiant .tabs-container{display:flex;justify-content:center;gap:60px;margin:40px 0}.profile-etudiant .tab{background:none;border:none;font-size:15px;font-weight:500;padding:12px 0;cursor:pointer;color:#999;position:relative}.profile-etudiant .tab.active{color:#6ec1e4;font-weight:600}.profile-etudiant .tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#6ec1e4;border-radius:2px}.profile-entreprise .profile-page{background-color:#fff;min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:0 20px 40px;font-family:Montserrat,sans-serif}.profile-entreprise .top-section{display:flex;justify-content:center;align-items:stretch;gap:40px;width:100%;max-width:1200px;margin-bottom:40px}.profile-entreprise .profil-card,.profile-entreprise .suivi-card{background-color:#ff7f323d;border-radius:15px;box-shadow:0 2px 6px #00000014}.profile-entreprise .dossier-card{border-radius:15px}.profile-entreprise .profil-card{flex:1;max-width:350px;padding:25px;text-align:center;display:flex;flex-direction:column}.profile-entreprise .profil-photo{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 10px}.profile-entreprise .profil-titre{font-size:20px;margin-bottom:10px;color:#000}.profile-entreprise .profil-info p{font-size:14px;color:#333;margin:20px 0;text-align:left;display:grid}.profile-entreprise .btn-modifier{background-color:#ff7f32;color:#000;border:none;padding:8px 14px;border-radius:20px;margin-top:100px;cursor:pointer;align-self:center;transition:background-color .3s}.profile-entreprise .btn-modifier:hover{background-color:#ff7f323d}.profile-entreprise .btn-modifier-photo{background-color:#ff7f32;color:#000;border:none;padding:8px 14px;border-radius:20px;cursor:pointer;align-self:center;transition:background-color .3s;margin-top:20px}.profile-entreprise .btn-modifier-photo:hover{background-color:#ff7f323d}.profile-entreprise .dossier-card{flex:2;padding:25px 30px;display:flex;flex-direction:column;justify-content:space-between}.profile-entreprise .dossier-card h2{text-align:center;margin-bottom:20px;color:#000}.profile-entreprise .dossier-liste{list-style:none;padding:0;margin:0;flex-grow:1}.profile-entreprise .dossier-item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #cfdbe6}.profile-entreprise .dossier-nom{text-transform:capitalize;color:#000}.profile-entreprise .btn-upload{background:transparent;border:none;color:#000;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:14px}.profile-entreprise .btn-upload:hover{text-decoration:underline}.profile-entreprise .icon-check{color:#28a745;font-size:20px}.profile-entreprise .btn-soumettre{background-color:#ccc;color:#fff;border:none;padding:10px 24px;border-radius:25px;cursor:not-allowed;display:block;margin:25px auto 0;transition:background .3s}.profile-entreprise .btn-soumettre.active{background-color:#ff7f32;cursor:pointer}.profile-entreprise .suivi-card{width:100%;max-width:1200px;padding:30px;text-align:center}.profile-entreprise .suivi-card h2{color:#000}.profile-entreprise .timeline{display:flex;justify-content:space-between;margin-top:25px}.profile-entreprise .etape{flex:1;text-align:center;color:#999}.profile-entreprise .etape svg{font-size:30px;margin-bottom:6px;color:#ccc}.profile-entreprise .etape.active svg{color:#ff7f32}.profile-entreprise .etape p{font-size:14px;margin:0;color:#333}.profile-entreprise .etape small{display:block;color:#777}.profile-entreprise .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center}.profile-entreprise .modal-content{background:#fff;padding:30px 50px;border-radius:10px;text-align:center;box-shadow:0 0 10px #0000004d}.profile-entreprise .modal-icon{color:#28a745;font-size:40px;margin-bottom:10px}.profile-entreprise .btn-ok{background-color:#ff7f32;color:#fff;border:none;padding:8px 18px;border-radius:20px;margin-top:10px;cursor:pointer}.profile-entreprise .dossier-item{display:flex;align-items:flex-start;gap:15px;padding:15px 0;border-bottom:1px solid #cfdbe6;position:relative}.profile-entreprise .dossier-circle{width:16px;height:16px;background-color:#ff7f32;border-radius:50%;z-index:1}.profile-entreprise .dossier-line{width:2px;background-color:#000;flex-grow:1;margin-top:2px}.profile-entreprise .dossier-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.profile-entreprise .dossier-item{display:flex;align-items:flex-start;gap:15px;padding:12px 0;border-bottom:1px solid #cfdbe6;position:relative}.profile-entreprise .dossier-timeline{position:relative;width:25px;display:flex;flex-direction:column;align-items:center;padding-top:4px}.profile-entreprise .dossier-circle{width:18px;height:18px;background-color:#ff7f32;border-radius:50%;z-index:2;border:1px solid #FF7F32}.profile-entreprise .dossier-line{width:2px;background-color:#000;flex-grow:1;margin-top:2px;z-index:1}.profile-entreprise .dossier-content{display:flex;justify-content:space-between;flex:1}.profile-entreprise .timeline-etapes{display:flex;align-items:center;justify-content:center;gap:0;margin-top:40px;width:100%;max-width:900px;margin-left:auto;margin-right:auto}.profile-entreprise .etape{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-entreprise .etape p{margin-top:10px;font-weight:600;color:#222;font-size:14px}.profile-entreprise .icone-lock-img{width:65px;height:65px;object-fit:contain;z-index:3}.profile-entreprise .ligne-etape-img{width:250px;height:auto;object-fit:contain;margin:0 10px;padding-bottom:35px}.profil-photo-wrapper{position:relative;width:150px;height:150px;margin:0 auto 10px;border-radius:50%;overflow:hidden;cursor:pointer}.profil-photo{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.profil-photo-wrapper:hover .profil-photo{transform:scale(1.05)}.photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;font-size:30px;color:#fff;opacity:0;transition:opacity .25s ease}.profil-photo-wrapper:hover .photo-overlay{opacity:1}.profile-entreprise .profil-info input{width:100%;border:none;border-bottom:1.5px solid #ccc;background:transparent;font-size:14px;padding:6px 2px;margin:8px 0;font-family:Montserrat,sans-serif;transition:border-color .25s ease}.profile-entreprise .profil-info input:focus{outline:none;border-bottom-color:#ff7f32}.profile-entreprise .edit-actions{display:flex;gap:12px;justify-content:center;margin-top:auto}.profile-entreprise .btn-primary{background-color:#ff7f32;color:#000;border:none;padding:8px 18px;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .25s ease}.profile-entreprise .btn-primary:hover{background-color:#ff7f323d}.profile-entreprise .btn-outline{background:transparent;color:#000;border:1px solid #ccc;padding:8px 18px;border-radius:20px;cursor:pointer;font-size:14px;transition:all .25s ease}.profile-entreprise .btn-outline:hover{border-color:#ff7f32;color:#ff7f32}.profile-entreprise .profil-info p,.profile-entreprise .profil-info input{transition:all .2s ease}.profile-entreprise .edit-actions button{min-width:120px;height:38px;padding:0;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.profile-entreprise .top-section{flex-direction:column;align-items:center}.profile-entreprise .profil-card,.profile-entreprise .dossier-card{width:100%;max-width:700px}}.historique-entreprise{max-width:1200px;margin:0 auto;padding:40px 20px}.historique-section{margin-bottom:80px;text-align:center}.historique-title{font-size:26px;font-weight:700;margin-bottom:10px}.historique-subtitle{color:#555;margin-bottom:40px}.orange{color:#ff7f32}.yellow{background-color:#ffeb64}.green{background-color:#7fd8b1}.missions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.mission-card{background:#fff;overflow:hidden;box-shadow:0 6px 18px #00000014;display:flex;flex-direction:column}.mission-image{width:100%;height:180px;object-fit:cover}.mission-badge{align-self:flex-start;margin:15px;padding:6px 14px;font-size:12px;font-weight:500}.mission-title{font-size:16px;font-weight:700;margin:0 15px 8px;color:#111}.mission-description{font-size:14px;color:#555;margin:0 15px 15px;line-height:1.4}.mission-meta{margin-top:auto;padding:15px;display:flex;justify-content:space-between;align-items:center}.mission-company{display:flex;flex-direction:column;font-size:12px;color:#555}.mission-company span{color:#999}.linky-service-footer{display:flex;align-items:center;gap:.75rem;padding:0 15px 15px}.mission-stat{font-weight:600;font-size:.9rem;padding:0 15px 15px}.linky-company-logo{width:42px;height:42px;border-radius:50%;object-fit:cover}.linky-company-info{display:flex;flex-direction:column;flex:1}.linky-company-name{font-weight:600;font-size:.9rem;color:#111}.linky-date{font-size:.85rem;color:#666}.linky-btn-modifier{background-color:#ff7f32;color:#fff;border:none;padding:6px 16px;border-radius:9999px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.linky-btn-modifier:hover{background-color:#e96f28;transform:translateY(-1px)}.mission-card{text-align:left}.mission-btn{margin:0 15px 15px;align-self:flex-start}.mission-title,.mission-description{min-height:48px}.mission-description{min-height:84px}.linky-service-footer{margin-top:auto}.mission-btn{margin-top:10px}.mission-detail-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:flex-start}.mission-detail-left{max-width:420px}.mission-extra{padding:0 15px 15px;font-size:14px;color:#444}.mission-extra p{margin-bottom:6px}@media (max-width: 1200px){.missions-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.missions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.missions-grid{grid-template-columns:1fr}}.candidats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:30px}.candidat-card{text-align:center}.avatar{width:70px;height:70px;border-radius:50%;background:#ddd;margin:0 auto 10px}.candidat-card h4{margin:5px 0;font-size:14px}.candidat-card span{font-size:12px;color:#777}.candidat-actions{display:flex;justify-content:center;gap:15px;margin-top:10px}.icon-btn{border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:14px}.candidatures-mission{display:flex;flex-direction:column;gap:30px}.candidat-row{display:flex;gap:25px;padding:18px 20px;border-radius:18px;background:#fff;box-shadow:0 6px 18px #00000014}.candidat-avatar{width:212px;height:222px;border-radius:50%;object-fit:cover;align-self:center}.candidat-info{flex:1;font-size:14px;color:#333;flex-direction:column}.candidat-name{font-size:18px;font-weight:700;margin-bottom:2px}.candidat-formation{font-weight:600;margin-bottom:6px}.candidat-info p{margin:2px 0}.candidat-footer{display:flex;align-items:center;gap:12px;margin-top:8px}.school-logo{width:36px;height:36px;border-radius:50%}.school-info{display:flex;flex-direction:column}.school-name{font-weight:600;font-size:13px}.candidat-date{font-size:12px;color:#777}.candidat-actions{display:flex;gap:14px;margin-top:18px}.action-icon{width:36px;height:36px;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.action-icon:hover{transform:scale(1.08);opacity:.9}.candidat-actions{display:flex;gap:15px;margin-top:auto;padding-top:10px;justify-content:flex-start}.btn-accept,.btn-refuse{width:36px;height:36px;border-radius:50%;border:none;font-size:16px;cursor:pointer}.btn-accept{background-color:#7fd8b1;color:#fff}.btn-refuse{background-color:#ef4444;color:#fff}.profile-entreprise .tabs-container{display:flex;justify-content:center;gap:60px;margin:40px 0}.profile-entreprise .tab{background:none;border:none;font-size:15px;font-weight:500;padding:12px 0;cursor:pointer;color:#999;position:relative}.profile-entreprise .tab.active{color:#ff7f32;font-weight:600}.profile-entreprise .tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#ff7f32;border-radius:2px}.fb-container{text-align:center;padding:30px 20px;position:relative;max-width:700px;margin:80px auto}.fb-logo{margin-bottom:20px;width:420px;height:100px;object-fit:contain}.fb-title{font-size:32px;font-weight:400;margin-bottom:8px;color:#000}.fb-subtitle{font-size:14px;color:#444;margin-bottom:25px}.fb-form{display:flex;flex-direction:column;max-width:520px;margin:0 auto}.fb-form-row{display:flex;gap:16px;margin-bottom:12px;flex-wrap:wrap}.fb-form-group{flex:1;text-align:left;margin-bottom:12px}.fb-form-label{display:block;font-size:13px;margin-bottom:6px;color:#333}.fb-form-input,.fb-form-textarea{width:100%;padding:8px 10px;border:1px solid #000;font-size:13px;background-color:#fff}.fb-form-textarea{height:110px;resize:vertical}.fb-rating-group{display:flex;flex-direction:column;justify-content:flex-start}.fb-stars{display:flex;gap:4px;margin-bottom:4px}.fb-star{border:1px solid #000;background:#fff;border-radius:50%;width:28px;height:28px;line-height:24px;text-align:center;cursor:pointer;font-size:16px;padding:0;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.fb-star-active{background-color:#000;color:gold;box-shadow:0 0 6px #0003;transform:translateY(-1px)}.fb-star:hover{transform:translateY(-1px) scale(1.03)}.fb-rating-label{font-size:11px;color:#555}.fb-tags-container{text-align:left;margin:12px 0}.fb-tags-label{font-size:12px;color:#555;display:inline-block;margin-bottom:6px}.fb-tags{display:flex;flex-wrap:wrap;gap:8px}.fb-tag{font-size:11px;border-radius:999px;padding:4px 10px;border:1px solid #000;cursor:default;background:#fff}.fb-char-counter{font-size:11px;color:#777;text-align:right;margin-top:4px}.fb-checkbox-container{display:flex;align-items:center;justify-content:center;margin:15px 0;text-align:left}.fb-checkbox{margin-right:8px}.fb-checkbox-label{font-size:13px;color:#333}.fb-submit-button{background-color:#000;color:#fff;border:none;padding:15px 28px;font-size:14px;border-radius:20px;cursor:pointer;margin:0 auto;transition:transform .2s ease,box-shadow .2s ease}.fb-submit-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0003}.fb-disclaimer{font-size:11px;color:#777;margin-top:10px}.fb-line{position:absolute;height:1.5px;width:350px;border-radius:2px;box-shadow:0 0 4px #0000001a;transition:transform .3s ease}.fb-line:hover{transform:scaleX(1.05)}.fb-line:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;top:-2.5px}.fb-line-top-left{left:-350px;top:45%;background:linear-gradient(to right,gold,orange)}.fb-line-top-left:after{right:-3px;background-color:orange}.fb-line-top-right{right:-350px;top:45%;background:linear-gradient(to right,#87ceeb,#00ced1)}.fb-line-top-right:after{left:-3px;background-color:#87ceeb}.fb-line-bottom-left{left:-350px;bottom:25%;background:linear-gradient(to right,#ffa07a,tomato)}.fb-line-bottom-left:after{right:-3px;background-color:tomato}.fb-line-bottom-right{right:-350px;bottom:25%;background:linear-gradient(to right,#90ee90,#00ced1)}.fb-line-bottom-right:after{left:-3px;background-color:#90ee90}.fb-tag{font-size:11px;border-radius:999px;padding:4px 12px;border:1px solid #000;cursor:pointer;background:#fff;transition:all .2s ease}.fb-tag.selected{background:#000;color:#fff;border-color:#000;transform:translateY(-1px)}.fb-tag:hover{transform:translateY(-1px)}.fb-box{border:1px solid #000;padding:25px 25px 35px;margin-top:30px;background-color:#fff}.fb-success-message{background-color:#dcfce7;color:#166534;padding:12px;border-radius:8px;margin-bottom:15px;text-align:center;font-weight:500;animation:fadeIn .3s ease-in-out}.fb-submit-button:disabled{opacity:.7;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.fb-container{padding:20px 15px;margin:60px auto}.fb-logo{max-width:220px;height:auto;margin-bottom:15px}.fb-title{font-size:28px}.fb-subtitle{font-size:13px}.fb-form{max-width:100%}.fb-form-row{flex-direction:column;gap:8px}.fb-form-label{font-size:12px}.fb-form-input,.fb-form-textarea{font-size:12px;padding:6px 10px}.fb-form-textarea{height:90px}.fb-submit-button{padding:10px 20px;font-size:13px}.fb-checkbox-label{font-size:12px}.fb-line{display:none}}.ap-container{text-align:center;padding:40px 20px;max-width:600px;margin:60px auto;position:relative}.ap-box{border:1px solid #FF7F32;padding:30px 25px;background:#fff;border-radius:6px}.ap-title{font-size:32px;font-weight:700;color:#ff7f32;margin-bottom:35px}.ap-form{display:flex;flex-direction:column;gap:15px}.ap-label{text-align:left;font-size:14px;color:#333}.ap-input{width:100%;padding:8px 12px;border:1px solid #000;font-size:14px}.ap-textarea{width:100%;padding:10px 12px;border:1px solid #000;height:120px;resize:vertical;font-size:14px}.ap-radio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 20px;margin-top:5px;margin-bottom:10px}.ap-radio-label{text-align:left;font-size:14px;color:#333}.ap-radio-label input{margin-right:6px}.ap-checkbox-container{display:flex;align-items:center;margin-top:10px}.ap-checkbox{margin-right:8px}.ap-checkbox-label{font-size:13px}.ap-submit{background:#000;color:#fff;border:none;padding:13px 28px;font-size:15px;border-radius:20px;cursor:pointer;margin-top:20px;width:150px;margin-left:auto;margin-right:auto}.ap-submit:hover{transform:translateY(-1px)}.ap-line{position:absolute;height:2px;width:330px;border-radius:2px}.ap-line-top-left{left:-330px;top:18%;background:linear-gradient(to right,#f4c430,orange)}.ap-line-top-right{right:-330px;top:18%;background:linear-gradient(to right,#6ec6ff,#00bbd4)}.ap-line-bottom-left{left:-330px;top:85%;background:linear-gradient(to right,#ffa07a,tomato)}.ap-line-bottom-right{right:-330px;top:85%;background:linear-gradient(to right,#90ee90,#00ced1)}.success-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:999}.success-modal{background:#fff;width:420px;padding:35px 25px;border-radius:18px;text-align:center;box-shadow:0 6px 20px #00000026;font-family:Montserrat,sans-serif}.success-icon{font-size:45px;color:#28a745;margin-bottom:15px}.success-text{font-size:20px;font-weight:500;margin-bottom:25px}.success-btn{background:#fff;border:1px solid #bbb;border-radius:8px;padding:8px 22px;cursor:pointer;font-size:16px;transition:.2s}.success-btn:hover{background:#f2f2f2}@media (max-width: 768px){.ap-container{margin:40px auto}.ap-box{padding:25px 20px}.ap-title{font-size:26px}.ap-line{display:none}}@media (max-width: 480px){.success-modal{width:90%;padding:25px 15px}.success-text{font-size:18px}}@media (max-width: 480px){.ap-radio-grid{grid-template-columns:1fr}}.beta-banner{position:fixed;top:0;left:0;width:100%;height:40px;display:flex;align-items:center;background:linear-gradient(90deg,#ff7a00,#ff9a3c);color:#fff;font-size:13px;font-weight:500;z-index:2000}.beta-banner-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.beta-banner strong{font-weight:700}.beta-close{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 5px;transition:opacity .2s ease}.beta-close:hover{opacity:.7}@media (max-width: 768px){.beta-banner{font-size:12px}}.legal-page{background-color:#121212;color:#fffefc;min-height:100vh;padding-bottom:4rem;font-family:Montserrat,sans-serif}.legal-hero{text-align:center;padding:1rem 2rem 2rem}.legal-hero h1{font-size:2.5rem;color:#ff7f32;margin-bottom:1rem}.legal-hero p{color:#aaa}.legal-container{max-width:900px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.legal-card{background-color:#1e1e1e;padding:1.8rem;border-radius:12px;border:1px solid #2a2a2a;transition:all .3s ease}.legal-card:hover{transform:translateY(-3px);border-color:#ff7f32}.legal-card h2{color:#ff7f32;margin-bottom:.8rem;font-size:1.2rem}.legal-card p{color:#ccc;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.legal-hero{padding:20px 16px 10px}.legal-hero h1{font-size:1.8rem;line-height:1.3}.legal-hero p{font-size:.95rem;padding:0 10px}.legal-container{padding:1.5rem 16px;gap:1rem}.legal-card{padding:1.2rem;border-radius:10px}.legal-card h2{font-size:1rem;margin-bottom:.6rem}.legal-card p{font-size:.9rem;line-height:1.6}}.legal-nav{display:flex;justify-content:center;gap:2rem;padding:1rem 0rem 2rem;background-color:#111;border-bottom:1px solid #1f1f1f;font-size:.85rem}.legal-nav a{color:#888;text-decoration:none;position:relative;transition:color .3s}.legal-nav a:hover{color:#ff7f32}.legal-nav a.active{color:#fffefc}.legal-nav a.active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background-color:#ff7f32}@media (max-width: 768px){.legal-nav{justify-content:flex-start;gap:1.2rem;padding:12px 16px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.legal-nav::-webkit-scrollbar{display:none}.legal-nav a{font-size:.8rem;flex-shrink:0}.legal-nav a.active:after{bottom:-4px}}.cookie-banner{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999}.cookie-content{position:relative;background:#121212;border:1px solid #222;border-radius:20px;padding:30px;max-width:420px;width:90%;box-shadow:0 20px 60px #000000b3;text-align:center;animation:fadeIn .3s ease}.cookie-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#777;font-size:16px;cursor:pointer}.cookie-close:hover{color:#fff}.cookie-content h3{color:#ff7f32;margin-bottom:10px;font-size:1.2rem}.cookie-content p{color:#ccc;font-size:.9rem;margin-bottom:15px;line-height:1.4}.cookie-link{display:inline-block;margin-bottom:20px;font-size:.85rem;color:#ff7f32;text-decoration:none}.cookie-link:hover{text-decoration:underline}.cookie-actions{display:flex;justify-content:center;gap:10px}.btn-accept,.btn-decline{padding:10px 18px;border-radius:999px;font-weight:500;cursor:pointer;transition:.3s;min-width:120px}.btn-accept{background:#ff7f32;color:#fff;border:1px solid #FF7F32}.btn-accept:hover{background:#ff9a5c}.btn-decline{background:transparent;border:1px solid #444;color:#aaa}.btn-decline:hover{border-color:#ff7f32;color:#ff7f32}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 500px){.cookie-content{padding:25px 20px}.cookie-actions{flex-direction:column}.btn-accept,.btn-decline{width:100%}.cookie-content h3{font-size:1.1rem}.cookie-content p{font-size:.85rem}}.admin-container{background:#fff;padding:25px;border-radius:var(--radius);box-shadow:var(--shadow)}.admin-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:15px}.admin-tools input{flex:1;max-width:300px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;outline:none;transition:border .2s}.admin-tools input:focus{border-color:var(--admin-blue)}.admin-table th{background:transparent;color:#64748b;font-weight:600;text-transform:uppercase;font-size:.7rem;padding:10px 20px}.admin-table tr{background:#fff;transition:transform .2s ease}.admin-table td{padding:16px 20px;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;color:#334155}.admin-table td:first-child{border-left:1px solid #f1f5f9;border-radius:8px 0 0 8px}.admin-table td:last-child{border-right:1px solid #f1f5f9;border-radius:0 8px 8px 0}.admin-table tr:hover td{background:#f8fafc}.admin-table button{background:#fee2e2;color:#ef4444;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.admin-table button:hover{background:#ef4444;color:#fff;transform:translateY(-1px)}.admin-tools{display:flex;gap:15px;margin-bottom:30px;align-items:center}.admin-tools input,.admin-tools select{padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;outline:none;background-color:#fff;transition:all .2s ease;color:#1e293b}.admin-tools input:focus,.admin-tools select:focus{border-color:#6ec1e4;box-shadow:0 0 0 3px #6ec1e426;transform:translateY(-1px)}.admin-tools input{flex:1;max-width:350px}.admin-tools select{cursor:pointer;min-width:160px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.admin-container h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:20px;margin-top:10px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:30px;padding-top:20px;border-top:1px solid #f1f5f9}.pagination button{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.pagination button:hover:not(.active){background:#f8fafc;border-color:#cbd5e1;color:#1e293b;transform:translateY(-2px)}.pagination button.active{background:#ff7f32;border-color:#ff7f32;color:#fff;box-shadow:0 4px 10px #ff7f324d}.admin-table{width:100%;border-collapse:separate;border-spacing:0 8px}.admin-table th{text-align:left;padding:12px 15px;color:#94a3b8;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td:nth-child(3){font-weight:600;font-size:.85rem;color:#64748b;text-transform:capitalize}:root{--admin-orange: #FF7F32;--admin-blue: #6EC1E4;--admin-green: #7FD8B1;--bg-light: #f8fafc;--sidebar-dark: #1e293b;--radius: 12px;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.admin-layout{display:flex;height:100vh;background:var(--bg-light);font-family:Inter,sans-serif}.admin-sidebar{width:260px;background:var(--sidebar-dark);color:#fff;padding:30px 20px;display:flex;flex-direction:column;box-shadow:4px 0 10px #0000000d}.admin-sidebar h2{font-size:1.5rem;font-weight:700;margin-bottom:40px;letter-spacing:-.5px;padding-left:10px}.admin-sidebar button{background:transparent;border:none;color:#94a3b8;padding:14px 16px;text-align:left;cursor:pointer;border-radius:var(--radius);margin-bottom:8px;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:12px}.admin-sidebar button:hover{background:#ffffff0d;color:#fff}.admin-sidebar button.active{background:var(--admin-orange);color:#fff;box-shadow:0 4px 12px #ff7f324d}.admin-content{flex:1;padding:40px;overflow-y:auto}.admin-page-title{font-size:1.8rem;font-weight:800;color:#1e293b;margin-bottom:30px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;margin-bottom:40px}.stat-card{background:#fff;padding:25px;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;position:relative;overflow:hidden;border-bottom:4px solid transparent}.stat-card h3{font-size:32px;font-weight:800;margin:0;color:#1e293b}.stat-card p{margin:5px 0 0;color:#64748b;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.stat-card.blue{border-bottom-color:var(--admin-blue)}.stat-card.orange{border-bottom-color:var(--admin-orange)}.stat-card.green{border-bottom-color:var(--admin-green)}:root{--secondary-color: #ffd700;--text-color: #333;--background-color: #ffffff;--white: #ffffff;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--shadow-sm: 0 2px 4px rgba(0,0,0,.1);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--border-radius: 4px}*{padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}button{cursor:pointer;font-family:Montserrat,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1rem}
