@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);:root{--primary-color:#003161;--primary-dark:#002147;--primary-light:#004080;--background-light:#f5faff;--text-dark:#333;--text-medium:#555;--text-light:#777;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-xxl:5rem;--shadow-sm:0 2px 5px #0000000d;--shadow-md:0 5px 15px #0000001a;--shadow-lg:0 10px 30px #00000026;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--radius-sm:4px;--radius-md:8px;--radius-lg:12px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--text-dark);font-family:Ubuntu,sans-serif}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}h1,h2,h3,h4,h5,h6{font-family:Ubuntu,sans-serif;font-weight:700;line-height:1.2}p{line-height:1.6}img{height:auto;max-width:100%}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--primary-dark)}button{cursor:pointer;font-family:Ubuntu,sans-serif}.section-title{margin-bottom:2rem;text-align:center}.section-cta{margin-top:2rem}.star-decoration{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230970E6"><path d="M12 0l2.5 9h9.5l-7.5 5.5 3 9.5-7.5-5.5-7.5 5.5 3-9.5-7.5-5.5h9.5z"/></svg>');background-repeat:no-repeat;background-size:contain;height:30px;opacity:.7;position:absolute;width:30px}.radial-gradient{background:radial-gradient(circle,var(--primary-light),var(--primary-dark))}.App{background-color:#f5faff;display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.section-spacing{padding:2.67rem 0}@media (max-width:768px){.section-spacing{padding:1rem 0}}.header{background-color:#fff;box-shadow:0 2px 10px #0000000d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.header-logo img{height:40px}.header-nav ul{display:flex;list-style:none;margin:0;padding:0}.header-nav li{margin:0 1.2rem}.header-nav a{color:#333;font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.header-nav a:hover{color:var(--primary-color)}.header-actions{align-items:center;display:flex;gap:1rem}.language-selector{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;position:relative;transition:all .3s ease}.language-selector:hover{border-color:var(--primary-color)}.flag-icon{border-radius:50%;height:20px;margin-right:8px;object-fit:cover;width:20px}.lang-code{color:#333;font-family:Ubuntu,sans-serif;font-size:.875rem;font-weight:500}.dropdown-arrow{color:#666;font-size:.75rem;transition:transform .3s ease}.language-dropdown{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;left:0;overflow:hidden;position:absolute;top:calc(100% + .5rem);width:150px;z-index:1000}.language-option{align-items:center;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;transition:background-color .3s ease}.language-option:hover{background-color:#f5f5f5}.language-option.active{background-color:var(--primary-color);color:#fff}.language-option .flag-icon{height:16px;margin-right:6px;width:16px}.mobile-menu-toggle{cursor:pointer;display:none;flex-direction:column;height:21px;justify-content:space-between;width:30px}.mobile-menu-toggle span{background-color:#333;border-radius:3px;display:block;height:3px;width:100%}.nav-link{color:#333;cursor:pointer;font-family:Ubuntu,sans-serif;font-size:1rem;transition:color .3s ease}.nav-link:hover{color:var(--primary-color)}@media (max-width:768px){.header-nav{background-color:#fff;box-shadow:0 5px 10px #0000001a;display:none;left:0;overflow-y:auto;padding:1rem 0;position:fixed;top:70px;width:100%;z-index:999}.header-nav.active{display:block}.header-nav ul{flex-direction:column;padding:0 1.5rem}.header-nav li{margin:1rem 0}.header-actions .button-primary{font-size:.8rem;padding:.4rem .8rem}.language-selector{padding:.4rem .6rem}.mobile-menu-toggle{display:flex}.header-actions{gap:.5rem}.language-dropdown{left:0;max-height:none;position:absolute;width:100%}.language-option{padding:.75rem 1rem}.mobile-language-buttons{align-items:center;display:flex;gap:1.2rem;justify-content:center;margin-top:1rem}.mobile-language-buttons .flag-icon{border:2px solid #0000;border-radius:50%;cursor:pointer;height:36px;transition:all .3s ease;width:36px}.mobile-language-buttons .flag-icon.active{border-color:#003161;box-shadow:0 0 8px #0031614d}}.button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-family:Ubuntu,sans-serif;font-size:1rem;font-weight:500;justify-content:center;outline:none;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.button.primary{background-color:var(--primary-color);color:#fff}.button.primary:hover{background-color:var(--primary-dark)}.button.secondary{background-color:initial;border:1px solid var(--primary-color);color:var(--primary-color)}.button.secondary:hover{background-color:#0970e61a}.button .arrow{font-size:1.2rem;margin-left:.5rem}.full-width-mobile{display:block;font-size:.9rem;margin:0 auto;max-width:400px;text-align:center;width:90%}@media (min-width:769px){.full-width-mobile{display:inline-block;margin:initial;max-width:none;width:auto}}@media (max-width:768px){.button{padding:.7rem 1rem;text-align:center}.button,.button .arrow{font-size:1rem}}.header-button{font-size:.7rem}.footer{background:linear-gradient(90deg,#002b56,#004c77);box-sizing:border-box;color:#fff;flex-direction:column;font-size:16px;height:707px;justify-content:center;margin:0 auto;padding:60px}.footer,.footer-top{align-items:center;display:flex;width:100%}.footer-top{justify-content:space-between;margin-bottom:40px;max-width:1200px}.footer-links{display:flex;flex-direction:column;font-size:16px;gap:15px}.footer-links a{color:#fff;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-logo img{height:54.22px;width:222.75px}.footer-participation-text{font-size:16px;margin-bottom:30px;text-align:center}.footer-logos{align-items:center;display:flex;gap:60px;justify-content:center}.footer-logos img:first-child{height:55.6px;width:151.59px}.footer-logos img:nth-child(2){height:46.78px;width:107px}.footer-logos img:nth-child(3){height:148.77px;width:116.53px}@media screen and (max-width:900px){.footer-top{flex-direction:column;gap:40px;text-align:center}.footer-links,.footer-top{align-items:center}.footer-logos{flex-direction:column;gap:30px}}.hero-section{background-color:#f5faff;overflow:hidden;position:relative}.hero-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.hero-content{align-items:center;display:flex;gap:4rem;justify-content:space-between}.hero-text{flex:1 1;max-width:500px}.hero-text h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-text h1,.hero-text p{font-family:Ubuntu,sans-serif}.hero-text p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.hero-text strong{color:#333;font-weight:700}.hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.hero-image img{border-radius:8px;height:auto;max-width:100%}.hero-mobile-wrapper{background-color:#f5faff;display:flex;flex-direction:column}.hero-mobile-image-wrapper{height:auto;overflow:hidden;position:relative;width:100%}.hero-mobile-image{display:block;height:auto;object-fit:cover;width:100%}.hero-mobile-overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-mobile-title{color:#fff;font-family:Ubuntu,sans-serif;font-size:1.8rem;font-weight:700;left:50%;line-height:1.4;position:absolute;text-align:left;text-shadow:0 2px 4px #0006;top:20%;transform:translateX(-50%);width:90vw;z-index:2}.hero-mobile-content{padding:2rem 1.5rem;text-align:center}.hero-mobile-content p{color:#555;font-family:Ubuntu,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1rem}.hero-mobile-content strong{color:#333;font-weight:700}@media (min-width:769px){.hero-mobile-wrapper{display:none}}.objectif-banner-section{align-items:center;background-color:#f5faff;display:flex;justify-content:center;padding:0 1rem}.objectif-banner-container{background:radial-gradient(circle at center,#00274e,#014773);border-radius:30px;box-shadow:0 4px 20px #0000001a;max-width:1326px;padding:76px 20px;text-align:center;width:100%}.objectif-banner-text{color:#fff;font-family:Ubuntu,sans-serif;font-size:48px;font-weight:700;line-height:1.3;margin:0}@media (max-width:1024px){.objectif-banner-text{font-size:30px}}@media (max-width:480px){.objectif-banner-container{padding:25px 16px}.objectif-banner-text{font-size:20px;line-height:1.4}}.solutions-ia-section{background-color:#f5faff}.solutions-ia-main-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:1288px;padding:3rem}.solutions-ia-header{margin-bottom:3rem;text-align:center}.solutions-ia-title{color:#1f2937;font-family:Ubuntu,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.3;margin:0}.ia-highlight{-webkit-text-fill-color:#0000;background:radial-gradient(circle,#00274e 0,#014773 100%);-webkit-background-clip:text;background-clip:text;color:#0000}.featured-solution{display:flex;justify-content:center;margin-bottom:2rem}.featured-solution .solution-card{max-width:400px;width:100%}.solutions-grid-2x2{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;margin:0 auto 3rem;max-width:800px}.solution-card{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;justify-content:flex-start;min-height:200px;padding:2rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.solution-card.featured{max-width:400px;width:100%}.solution-icon{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.solution-icon img{height:100%;object-fit:contain;width:100%}.solution-title{color:#1f2937;font-family:Ubuntu,sans-serif;font-size:1.25rem;font-weight:600;margin:0 0 1rem;text-align:center}.solution-description{color:#6b7280;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.5;margin:0;text-align:center}.solutions-ia-cta{text-align:center}@media (max-width:768px){.solutions-ia-section{margin-top:0;padding:2rem 0}.solutions-ia-main-card{border-radius:16px;padding:2rem 1.5rem}.solutions-ia-title{font-size:1.8rem}.solutions-grid{gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}.solution-card.featured{grid-column:1}.solution-card{min-height:160px;padding:1.5rem 1rem}.solution-icon{height:48px;margin-bottom:1rem;width:48px}.solution-title{font-size:1.1rem}.solution-description{font-size:.85rem}}@media (max-width:480px){.solutions-ia-main-card{padding:1.5rem 1rem}.solutions-ia-title{font-size:1.5rem}.solution-card{min-height:140px;padding:1.25rem .75rem}.solution-icon{height:40px;width:40px}.solution-title{font-size:1rem}}@media (max-width:768px){.solutions-grid-2x2{grid-template-columns:1fr;grid-template-rows:auto}}.accompagnement-section{background-color:#f5faff}.accompagnement-section .container{margin:0 auto;max-width:1288px;padding:0 1.5rem}.accompagnement-main-card{background-color:#fff;border-radius:50px;box-shadow:0 4px 20px #0000000d;margin:0 auto;max-width:1288px;padding:var(--spacing-xl) 3rem}.accompagnement-title{color:#333;font-family:Ubuntu,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:var(--spacing-lg);text-align:center}.highlight-text{-webkit-text-fill-color:#0000;background:radial-gradient(circle,#00274e 0,#014773 100%);-webkit-background-clip:text;background-clip:text}.accompagnement-items{display:flex;flex-direction:column;gap:var(--spacing-md)}.accompagnement-item-card{background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:var(--spacing-md) var(--spacing-lg);transition:box-shadow .3s ease}.accompagnement-item-card:hover{box-shadow:0 4px 12px #0000001a}.accompagnement-item{align-items:center;display:flex;gap:var(--spacing-md)}.item-icon{align-items:center;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.item-icon img{height:100%;object-fit:contain;width:100%}.icon-placeholder{align-items:center;border-radius:8px;display:flex;font-size:1.5rem;height:48px;justify-content:center;width:48px}.icon-placeholder.thumbs-up{background-color:#e3f2fd}.icon-placeholder.document{background-color:#f3e5f5}.item-content{flex:1 1}.item-text{color:#555;font-family:Ubuntu,sans-serif;font-size:1rem;line-height:1.5;margin:0}.item-text strong{color:#333;font-weight:700}@media (max-width:768px){.accompagnement-section{margin-top:0;padding:0}.accompagnement-main-card{border-radius:30px;padding:var(--spacing-lg) var(--spacing-xl)}.accompagnement-title{font-size:1.5rem;margin-bottom:var(--spacing-md)}.accompagnement-items{gap:var(--spacing-sm)}.accompagnement-item-card{border-radius:12px;padding:var(--spacing-sm) var(--spacing-md)}.accompagnement-item{gap:var(--spacing-sm)}.icon-placeholder,.item-icon{height:40px;width:40px}.icon-placeholder{font-size:1rem}.item-text{font-size:.8rem}}.candidature-steps-section{background-color:#f5faff}.candidature-main-card{background:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:1288px;padding:3rem}.candidature-content{text-align:center}.title-container{margin-bottom:4rem}.title-container h2{color:#333;font-family:Ubuntu,sans-serif;font-size:48px;font-weight:700;line-height:1.2;margin:0}.gradient-text{-webkit-text-fill-color:#0000;background:radial-gradient(circle,#00274e 0,#014773 100%);-webkit-background-clip:text;background-clip:text}.candidature-steps{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.step-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.step-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.step-number{align-items:center;background-color:#003161;border-radius:50%;color:#fff;display:inline-flex;font-size:24px;font-weight:700;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.step-content h3{color:#333;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}.step-content p{color:#666;font-size:1rem;line-height:1.6;margin:0}.step-content strong{color:#003161;font-weight:600}.section-cta{display:flex;justify-content:center;margin-top:3rem}@media (max-width:768px){.candidature-steps-section{padding:2rem 0}.title-container h2{font-size:32px}.step-row{gap:1.5rem;grid-template-columns:1fr}.step-card{padding:1.5rem}.candidature-steps{gap:1.5rem}}@media (max-width:480px){.title-container h2{font-size:28px}.step-card{padding:1.25rem}.step-number{font-size:20px;height:36px;width:36px}}.scrolling-banner-section{background:radial-gradient(circle,#00274e 0,#014773 100%);overflow:hidden;padding:50px 0;width:100%}.scrolling-banner-track{display:flex;white-space:nowrap}.scrolling-banner-content{align-items:center;animation:scrollLoop 20s linear infinite;color:#fff;display:inline-flex;font-family:Ubuntu,sans-serif;font-size:72px;gap:25px}.scrolling-icon{height:84px;width:84px}@keyframes scrollLoop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.scrolling-banner-content{font-size:36px;gap:15px}.scrolling-icon{height:48px;width:48px}.scrolling-banner-section{padding:2rem 0}}.criteria-section{background-color:#f5faff;overflow:hidden;position:relative}.criteria-container{background-color:#fff;border-radius:24px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:1288px;padding:3rem;width:90%}.criteria-title{color:#333;font-family:Ubuntu,sans-serif;font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:3rem;text-align:center}.criteria-title .highlight{-webkit-text-fill-color:#0000;background:radial-gradient(circle,#00274e 0,#014773 100%);-webkit-background-clip:text;background-clip:text}.criteria-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.criterion-item{align-items:flex-start;background-color:#fff;border:1px solid #f0f0f0;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.criterion-item:hover{box-shadow:0 5px 15px #0000000d;transform:translateY(-2px)}.criterion-icon{align-items:center;background-color:#003161;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.criterion-icon svg{color:#fff;height:20px;width:20px}.criterion-content{color:#333;font-family:Ubuntu,sans-serif;font-size:1rem;line-height:1.5}.criterion-content strong{font-weight:700}.criteria-cta{margin-top:2rem;text-align:center}@media (max-width:768px){.criteria-container{padding:2rem 1.5rem;width:85%}.criteria-title{font-size:1.5rem}.criterion-item{padding:.75rem}.criterion-content{font-size:.9rem}}.jury-section{align-items:center;background:radial-gradient(circle,#00274e 0,#014773 100%);color:#fff;display:flex;height:1353px;justify-content:center;overflow:hidden;position:relative}.jury-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;width:100%}.lightning-icon{height:80px;position:absolute;right:2rem;top:2rem;width:80px}.lightning-icon img{height:auto;width:100%}.jury-title{color:#fff;font-family:Ubuntu,sans-serif;font-size:2.5rem;font-weight:700;line-height:1.3;margin:0 auto 4rem;max-width:800px;text-align:center}.experts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);margin:0 auto;max-width:1000px}.expert-card{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;height:448px;justify-content:space-between;padding:2.5rem 1.5rem;text-align:center;width:312px}.expert-image{border-radius:50%;flex-shrink:0;height:200px;margin:0 auto 2rem;overflow:hidden;width:200px}.expert-image img{height:100%;object-fit:cover;width:100%}.expert-name{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.expert-name,.expert-title{font-family:Ubuntu,sans-serif;text-align:center}.expert-title{align-items:center;color:#666;display:flex;flex-grow:1;font-size:1.1rem;justify-content:center;line-height:1.4;margin:0}@media (max-width:1200px){.experts-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}.expert-card{height:400px;width:280px}}@media (max-width:768px){.jury-section{height:auto;min-height:100vh;padding:4rem 0}.experts-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,1fr)}.expert-card{height:400px;margin:0 auto;max-width:312px;width:100%}.jury-title{font-size:2rem;margin-bottom:3rem}.lightning-icon{height:60px;right:1rem;top:1rem;width:60px}}.faq-section{background-color:#f5f9ff}.faq-section .container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.faq-section h2{color:#333;font-family:Ubuntu,sans-serif;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.faq-content{display:flex;gap:3rem;margin-bottom:3rem}.faq-image{border-radius:40px;box-shadow:0 10px 30px #0000001a;flex:1 1;overflow:hidden}.faq-image img{border-radius:40px;display:block;height:auto;width:100%}.faq-accordion{flex:1 1}.accordion-item{border-bottom:1px solid #e0e0e0;margin-bottom:1rem}.accordion-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1rem 0}.accordion-header h3{color:#333;font-family:Ubuntu,sans-serif;font-size:1.1rem;font-weight:600;margin:0}.accordion-icon{color:var(--primary-color);font-size:1.5rem;font-weight:700}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-item.active .accordion-content{max-height:500px;padding-bottom:1rem}.accordion-content p{color:#666;font-family:Ubuntu,sans-serif;font-size:1rem;line-height:1.5;margin:0}.section-cta{text-align:center}@media (max-width:768px){.faq-content{flex-direction:column}}.candidater-title{font-size:2.5rem;margin-bottom:1rem;text-align:center}.candidater-description{font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.candidater-button-container{display:flex;justify-content:center}.legal-page{background-color:#fff;color:#333;font-size:16px;padding:80px 20px}.legal-page .container{margin:0 auto;max-width:900px}.legal-page h1{color:#000;font-size:32px;margin-bottom:30px}.legal-page p{line-height:1.6;margin-bottom:20px}.not-found{align-items:center;background-color:#f5faff;display:flex;height:100vh;justify-content:center;text-align:center}.not-found-content{max-width:600px}.not-found h1{color:#003161;font-size:6rem;margin-bottom:1rem}.not-found h1,.not-found p{font-family:Ubuntu,sans-serif}.not-found p{font-size:1.2rem;margin-bottom:2rem}.back-home{background-color:#003161;border-radius:8px;color:#fff;font-family:Ubuntu,sans-serif;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background .3s ease}.back-home:hover{background-color:#001d3d}
/*# sourceMappingURL=main.ce357425.css.map*/