:root {
--primary: #b366ff;
--primary-light: #cc99ff;
--bg: #140c24;
--glass: rgba(40, 30, 80, 0.35);
--border: rgba(179, 102, 255, 0.4);
--text: #f0e6ff;
--text-light: #d8ccff;
--radius: 28px;
--transition: all 0.4s ease;
}
.page-container {
max-width: 1300px;
width: 94%;
margin: 0 auto;
padding: 1rem 1rem;
display: flex;
justify-content: center;
margin-top: 5rem;
}
.page-content {
width: 100%;
max-width: 1100px;
padding: 1rem 2rem;
border-radius: 1rem;
border: 1px solid var(--border);
text-align: center;
padding-bottom: 5rem !important;
background-color: rgba(57, 45, 79, 0.4)  
;
}
.page-title {
font-family: "Inter", sans-serif !important;
font-size: clamp(3rem, 7vw, 4rem);
font-weight: 700;
text-align: left !important;
color: var(--neon-purple);
text-shadow: 0 0 60px var(--neon-violet);
letter-spacing: 3px;
}
.intro-text {
font-size: 1.1rem !important;
color: var(--text-light);
margin: 0 auto;
text-align: center;
}
.section-title {
font-family: "Inter", sans-serif;
font-size: 2.8rem;
font-weight: 700;
color: white;
margin: 1rem 0.2rem;
letter-spacing: 1px;
text-align: left !important;
}
.features-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 3rem;
margin: 3rem auto;
max-width: 1100px;
}
.feature-item {
font-family: "Inter", sans-serif;
background: var(--glass);
padding: 2.5rem;
border-radius: var(--radius);
border: 1px solid var(--border);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
text-align: left;
position: relative;
overflow: hidden;
font-size: 1.3rem;
font-weight: 300 !important;
}
.feature-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
135deg,
rgba(204, 153, 255, 0.1) 0%,
rgba(255, 105, 180, 0.05) 50%,
transparent 100%
);
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}
.feature-item:hover {
transform: translateY(-8px);
border-color: #cc99ff;
box-shadow:
0 20px 40px rgba(204, 153, 255, 0.25),
0 0 30px rgba(204, 153, 255, 0.15);
}
.feature-item:hover::before {
opacity: 1;
}
.feature-item strong {
font-size: 1.5rem;
color: #fde4b9;
display: block;
margin-bottom: 1rem;
font-weight: 600;
background: linear-gradient(90deg, #cc99ff, #ff69b4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
transition: all 0.3s ease;
}
.feature-item:hover strong {
transform: translateY(-2px);
}
.programme-list {
display: flex;
flex-direction: column;
gap: 2rem;
max-width: 1000px;
margin: 3rem auto;
text-align: left;
}
.module-item {
background: rgba(40, 30, 80, 0.4);
border-radius: 20px;
border: 1px solid var(--border);
overflow: hidden;
transition: var(--transition);
}
.module-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(179, 102, 255, 0.2);
}
.module-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.5rem 2rem;
background: rgba(179, 102, 255, 0.1);
flex-wrap: wrap;
gap: 1rem;
}
.module-number {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: var(--primary);
color: #140c24;
font-size: 1rem;
font-weight: 700;
border-radius: 50%;
}
.module-title {
font-size: 1.6rem;
font-weight: 600;
color: var(--primary-light);
flex: 1;
margin: 0;
}
.module-duration {
font-size: 1.2rem;
color: var(--text-light);
font-weight: 500;
}
.module-skills {
padding: 0 2rem 2rem 2rem;
list-style: none;
margin-top: 1rem;
}
.module-skills li {
position: relative;
padding-left: 1.8rem;
margin-bottom: 0.8rem;
font-size: 1.1rem;
color: var(--text-light);
}
.module-skills li::before {
content: "→";
position: absolute;
left: 0;
color: var(--primary);
font-weight: bold;
}
.night-sky {
background-color: transparent;
padding: 3rem 2rem;
min-height: 100vh;
font-family: "Inter", sans-serif;
color: #e2e8f0;
display: flex;
flex-direction: column;
align-items: center;
}
:root {
--bg-main: #0a0a0a;
--bg-soft: #111;
--bg-card: #171717;
--text-main: #ffffff;
--text-soft: #bdbdbd;
--accent: #00ff88;
--border: #222;
--radius: 12px;
--shadow: 0 8px 22px rgba(0, 255, 136, 0.14);
}
* {
box-sizing: border-box;
}
.page-wrapper {
padding: 0 16px;
margin: 0 auto;
}
.mercure {
padding: 56px 16px 48px;
text-align: center;
}
.venus {
max-width: 420px;
margin: 0 auto;
}
.terrestre-titre {
font-size: 2rem;
font-weight: 800;
color: var(--accent);
line-height: 1.15;
margin-bottom: 14px;
letter-spacing: -0.5px;
}
.martien-sous-titre {
font-size: 1.15rem;
color: var(--text-soft);
line-height: 1.45;
margin-bottom: 18px;
text-align: center !important;
}
.jupiter-note {
display: block;
font-size: 0.95rem;
color: var(--text-soft);
margin-top: 6px;
}
.saturne-bouton {
display: inline-block;
padding: 13px 26px;
border-radius: 999px;
background: var(--accent);
color: #000;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
box-shadow: 0 8px 22px rgba(0, 255, 136, 0.28);
}
.uranus {
padding: 48px 16px;
}
.neptune {
max-width: 420px;
margin: 0 auto;
}
.pluton-section {
text-align: center;
font-size: 1.6rem;
color: var(--accent);
font-weight: 700;
margin-bottom: 24px;
}
.lune-intro {
text-align: left;
font-size: 1rem;
color: var(--text-soft);
margin-bottom: 24px;
}
.earth-highlight,
.venus-bloc,
.mercure-bloc {
background: var(--bg-soft);
border-left: 2px solid var(--accent);
border-radius: var(--radius);
padding: 20px;
margin-bottom: 28px;
box-shadow: var(--shadow);
}
.terrestre-bloc-titre {
font-size: 1.35rem;
color: var(--accent);
font-weight: 600;
margin-bottom: 14px;
}
.mars-liste,
.jupiter-liste,
.saturne-liste {
list-style: none;
padding: 0;
margin: 16px 0;
}
.mars-liste li,
.jupiter-liste li,
.saturne-liste li {
position: relative;
padding: 10px 0 10px 22px;
border-bottom: 1px solid var(--border);
}
.mars-liste li::before,
.jupiter-liste li::before,
.saturne-liste li::before {
content: "▸";
position: absolute;
left: 0;
color: var(--accent);
font-weight: 700;
}
.nebuleuse-grille,
.uranus-options,
.pluton-acces,
.saturne-debouches {
display: grid;
grid-template-columns: 1fr;
gap: 18px;
margin: 28px 0;
}
.nebuleuse-item,
.uranus-item,
.pluton-carte,
.saturne-carte {
background: var(--bg-card);
padding: 20px;
border-radius: var(--radius);
text-align: center;
box-shadow: var(--shadow);
}
.jupiter-organisation {
background: var(--bg-soft);
padding: 26px 20px;
border-radius: var(--radius);
border: 1px solid var(--border);
text-align: center;
margin: 36px 0;
}
.jupiter-titre-orga {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 10px;
}
.jupiter-lead {
font-size: 1.05rem;
color: var(--text-soft);
}
.neptune-cta {
text-align: center;
margin: 28px 0 24px;
}
.neptune-note {
margin-top: 10px;
font-size: 0.9rem;
color: var(--text-soft);
opacity: 0.8;
text-align: center !important;
}
@media (min-width: 1240px) {
.arbree-nav-group,
.arbree-dropdown,
.arbree-header-container,
.arbree-nav-link-contact {
display: flex !important;
}
}
@media (min-width: 1025px) {
body::before,
body::after {
right: clamp(10%, 15vw, 12%);
}
.box-container {
gap: 2rem;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
#bandeau-session {
font-size: clamp(0.875rem, 1.8vw, 1rem);
padding: 0.5rem;
}
.vegetation-container-bis {
max-width: 98%;
margin: 5rem auto 0;
}
.box-container {
gap: 1.5rem;
}
.ui-ux {
font-size: clamp(3rem, 6vw, 4rem);
}
.arbree-search-btn,
.arbree-header-container {
display: none !important;
}
.layout-box {
padding: 0 40px;
}
.image-container {
width: 100% !important;
max-width: 100% !important;
margin: 0 auto !important;
border-radius: 20px;
}
.bootcamp-image {
object-fit: cover;
object-position: center;
}
}
@media (min-width: 769px) {
body.index .arbree-nav {
background: transparent !important;
}
body.index .arbree-nav.scrolled {
background: #0f101b !important;
}
}
@media (max-width: 1366px) {
.vegetation-content-energie {
max-width: 100% !important;
width: 100% !important;
margin: 0 auto;
margin-top: 0;
padding: 1rem;
border-radius: 1rem;
box-sizing: border-box;
}
}
@media (max-width: 1250px) {
#arbree-header .arbree-nav-group,
#arbree-header .arbree-nav-link-contact,
.arbree-header-container {
display: none !important;
}
}
@media (max-width: 1200px) {
.fr-links,
.bc-links,
.caravaggio-nav {
display: none !important;
}
.fr-brand,
.bc-brand {
display: flex !important;
justify-content: space-between;
width: 100%;
}
.hamburger-menu {
display: block;
background: none;
border: none;
color: var(--blanc);
font-size: 1.5rem;
cursor: pointer;
padding: 0.5rem;
}
#mobile-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--foncee);
padding: 1rem;
z-index: 1000;
}
#mobile-menu.active {
display: block;
}
}
@media (max-width: 1024px) {
.vegetation-content-energie {
width: 100% !important;
max-width: 100% !important;
border-radius: 1rem !important;
padding: 1rem !important;
margin: 0 auto !important;
box-sizing: border-box;
}
.vegetation-content {
margin: 2rem auto;
padding: 1.5rem 1.5rem;
border-radius: 1.5rem;
top: 0.5rem;
max-width: 100% !important;
width: 100% !important;
}
.a_foot-top-nav,
.mobile-fixed-actions {
display: none !important;
}
.backtop {
bottom: 1.5rem !important;
}
#arbree-toggle-contrast {
display: none;
}
#arbree-toggle-contrast-mobile {
display: inline-flex;
}
.layout-box {
grid-template-columns: 1fr;
gap: 60px;
padding: 0 20px !important;
}
.right-column {
justify-content: center;
}
.main-title {
font-size: 64px;
}
.image-slogan {
font-size: 40px;
}
.box-modern {
padding: 14px;
gap: 14px;
}
.box-icon {
width: 44px;
height: 44px;
}
.box-title {
font-size: 1.15rem;
}
.box-2iia .box-title {
font-size: 1.4rem;
}
.page-content,
.page-container {
padding: 1rem;
width: 98%;
max-width: 98%;
}
.module-title {
font-size: 0.9rem !important;
font-weight: 600;
color: var(--primary-light);
}
.page-title {
font-size: 4rem;
}
.section-title {
font-size: 2.6rem;
}
#chatbot-2iia {
display: none !important;
}
}
@media (max-width: 992px) {
.france-ia__stats {
gap: 2rem;
margin-top: 4rem;
}
.stat-value {
font-size: 3.8rem;
}
}
@media (max-width: 960px) {
.bloc-grid,
.section-columns,
main {
grid-template-columns: minmax(0, 1fr);
}
.page {
padding-top: 20px;
}
}
@media (max-width: 720px) {
.card-grid,
.iia-bottom {
grid-template-columns: minmax(0, 1fr);
}
.iia-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
body {
overflow-x: hidden;
}
body::before,
body::after,
.element1::before,
.element1::after,
.image-container::before,
.image-container::after {
display: none !important;
}
#bandeau-session {
font-size: clamp(0.75rem, 2vw, 1rem) !important;
font-weight: 700;
color: var(--blanc);
letter-spacing: 0.08rem;
padding: 0.8rem 0.3rem;
border-radius: 0 0 6px 6px;
}
.arbree-nav-link-contact,
.arbree-search-btn,
.arbree-header-container,
div.spacette,
.bandeau-energie {
display: none !important;
}
#open-search-modal {
margin-right: 3rem !important;
display: block !important;
}
.arbree-logo img {
height: 30px !important;
}
.arbree-floating-logo {
bottom: 15px;
right: 15px;
padding: 8px;
}
.arbree-floating-logo img {
width: 40px;
}
.arbree-header-container {
margin-right: 1rem;
}
#toggle-contrast {
height: 48px;
padding: 0 24px;
font-size: 1.1rem;
}
#arbree-toggle-contrast,
#arbree-toggle-contrast-mobile {
display: none;
}
.main-title-on-image {
font-size: 6.5rem;
}
.main-subtitle-on-image {
font-size: 1.5rem !important;
gap: 0.6rem;
margin-top: 0.2rem;
}
.big-slogan {
font-size: 3.5rem;
margin-top: -2rem;
}
.title-overlay-on-image::before {
top: -15px;
left: -20px;
right: -20px;
bottom: -15px;
border-radius: 14px;
}
.riprip-section h1,
.riprip h1 {
font-size: 3.5rem;
}
.riprip .display-6 {
font-size: 1.6rem;
}
.cert-card .icon-wrapper {
width: 80px;
height: 80px;
}
.cert-card i {
font-size: 2.2rem;
}
.jp-card {
border-radius: 0.5rem;
}
.arbre-foret-wrapper {
padding: 20px 10px;
max-width: 100% !important;
overflow-x: hidden;
}
.arbre-bois-container {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center;
gap: 15px;
padding: 0 10px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.arbre-branche-item {
max-width: 70px;
padding: 8px;
}
.arbre-feuille-container img {
max-height: 50px;
}
.arbre-bois-container,
.course-box-content img,
.fruit-subtitle,
.title-bis {
display: block;
}
.paris-subtitle {
font-size: 0.9rem !important;
}
.stack-bis {
font-family: "Inter", sans-serif;
font-size: 1rem !important;
font-weight: 600 !important;
color: rgba(203, 189, 180, 0.901);
position: relative;
z-index: 1;
padding: 0 1.2rem;
display: inline-block;
margin-bottom: 1rem !important;
}
.product-table th,
.product-table td {
font-size: 0.9rem;
padding: 0.5rem;
}
.form-grid {
grid-template-columns: 1fr;
}
main {
flex: 1 0 auto;
}
.section-title {
text-align: left;
}
.content-block {
padding: 16px;
text-align: center;
}
.media-wrapper {
justify-content: center;
height: 200px;
}
.card-title {
font-size: 1.5rem;
}
.card-description {
font-size: 0.9rem;
}
.card-image {
border-radius: 0 0 16px 16px;
max-width: 100%;
}
h1 {
font-size: clamp(2rem, 6vw, 2.1rem) !important;
margin-bottom: 0.75rem;
padding: 0;
text-align: left !important;
}
h2 {
font-size: clamp(1.1rem, 4vw, 1.5rem);
text-align: left !important;
}
.vegetation-list li {
font-size: 0.95rem;
padding-left: 1.4rem;
}
.vegetation-list li::before {
content: "\25CF";
font-size: 0.75rem;
left: 0.125rem;
top: 0.1rem;
color: #f5f4f1 !important;
}
#anim-svg {
display: block;
width: 100%;
height: auto;
max-width: 100%;
margin: 0 auto;
}
.anim-text {
font-family: "Inter", system-ui, sans-serif;
line-height: 1;
font-weight: 300;
font-size: 1.5rem !important;
}
.main-content {
padding-top: 0 !important;
}
.main-content h1 {
font-size: 2.5rem !important;
text-align: center;
color: #f3f3ee !important;
max-width: 95% !important;
text-align: left !important;
margin-top: 1rem;
}
.box-container {
flex-direction: column;
gap: 1rem;
max-width: 100%;
align-items: center;
justify-content: center;
border-radius: 0 !important;
border: none !important;
}
.box-icon {
width: 3.5rem;
height: 3.5rem;
margin-right: 1rem;
}
.card-container {
flex-direction: column;
width: 100%;
max-width: 100%;
height: auto;
margin: 20px auto;
border-radius: none !important;
}
.card-container::before {
width: 50%;
background-position: top right;
}
.dropdown-grid {
grid-template-columns: 1fr;
}
.bc-card,
.zola-card {
width: 100%;
margin: 0 auto;
padding: 1rem;
}
.paris-2iia {
margin-top: -1rem !important;
}
.anim-text strong {
font-weight: 800;
font-size: clamp(2rem, 2.5vw, 1.8rem) !important;
color: #e9eff0;
}
#paris-title {
margin-top: 2rem !important;
padding: 1rem;
}
.ui-ux {
font-size: clamp(3.5rem, 3vw, 3rem) !important;
font-weight: 800;
}
.anim-text {
font-size: clamp(1rem, 1.8vw, 1.2rem) !important;
}
.arbree-nav-group,
.arbree-dropdown {
display: none !important;
}
.arbree-logo {
display: block !important;
}
.vegetation-container,
.vegetation-container-bis {
max-width: 100%;
width: 100%;
border-radius: 0;
}
.vegetation-container-bis {
padding: 15px 30px;
margin: 5rem auto 0;
}
.fr-container {
max-width: 95% !important;
width: 95% !important;
margin: 6rem auto !important;
}
.arbree-header {
z-index: 100000 !important;
background-color: transparent;
padding: 0 !important;
}
.square-point {
width: 4vw;
height: 4vw;
margin-right: 3px;
transform: translateY(0.05rem);
}
.arbree-search-modal {
width: 94% !important;
max-width: 420px !important;
height: 92vh !important;
padding: 2rem 1.8rem !important;
border-radius: 1.8rem !important;
}
#chatbot-2iia {
bottom: 0.8rem;
right: 0.8rem;
}
.chatbot-avatar {
width: 60px !important;
}
.chat-window {
width: 340px;
height: 520px;
}
.arbree-nav a[href*="contact"],
.arbree-nav .contact-btn {
box-shadow: none !important;
}
.arbree-nav a[href*="contact"]:hover,
.arbree-nav .contact-btn:hover {
background: transparent !important;
color: white !important;
border-color: #ff8a20 !important;
transform: translateY(-2px);
}
.layout-box {
display: flex;
flex-direction: column;
gap: 40px;
max-width: 100% !important;
width: 100%;
}
.left-column,
.right-column {
width: 100%;
align-items: center;
text-align: center;
}
.right-column {
order: -1;
}
.box-modern {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px 16px;
width: 90% !important;
max-width: 400px !important;
min-width: 350px;
margin: 0 auto !important;
height: auto !important;
min-height: 56px !important;
}
.box-title {
font-size: 1.3rem;
}
.box-2iia .box-title {
font-size: 1.6rem;
}
.image-container {
width: 100% !important;
max-width: 100% !important;
height: 80vh !important;
min-height: 550px;
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
border-radius: 0 !important;
padding-top: 2.5rem;
}
.bootcamp-image {
object-fit: cover;
object-position: center 20% !important;
border-radius: 0 !important;
}
.image-slogan {
bottom: 8%;
font-size: clamp(2.5rem, 12vw, 5rem) !important;
letter-spacing: 3px;
text-shadow:
0 0 20px #7b00ff,
0 0 40px #7b00ff,
0 0 80px #7b00ff,
0 0 110px #7b00ff,
0 15px 50px rgba(0, 0, 0, 0.95);
padding: 0 15px;
}
.image-container::after {
background: linear-gradient(to bottom, transparent 15%, rgba(0, 0, 0, 0.9));
}
.main-subtitle-gras {
text-align: center !important;
}
.project .features {
grid-template-columns: 1fr;
}
.card {
padding: 1rem 1rem;
}
.vegetation-subtitle {
font-family: "Inter", sans-serif !important;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: clamp(1.3rem, 3vw, 2rem) !important;
line-height: 1.3;
color: white;
text-align: left;
margin: 1rem 0 2rem;
}
@media (max-width: 1024px) {
.vegetation-subtitle {
letter-spacing: 0.14em;
}
}
@media (max-width: 600px) {
.vegetation-subtitle {
font-size: 1.15rem;
letter-spacing: 0.12em;
}
}
.logo-item {
text-align: left !important;
}
.logo-item img {
max-width: 80px;
object-fit: contain;
margin: 0 0;
}
.page {
min-height: 100vh;
display: flex;
justify-content: center;
margin: 3rem auto !important;
}
.france-ia__content {
padding: 1rem;
margin: 0 auto !important;
}
.france-ia {
margin: 0 auto !important;
}
.france-ia__stats {
flex-direction: column;
align-items: center;
margin-top: 3rem;
}
.france-ia__stat-card {
width: 90%;
max-width: 400px;
}
.image-container::after {
background: linear-gradient(
to bottom,
transparent 20%,
rgba(0, 0, 0, 0.85)
);
}
.image-slogan {
bottom: 15%;
font-size: 3rem !important;
letter-spacing: 3px;
text-shadow:
0 0 20px #23122a,
0 0 40px #200927,
0 0 80px #3d0541,
0 0 110px #2e0334,
0 15px 50px rgba(0, 0, 0, 0.95);
padding: 0 10px;
}
.logo-grid {
gap: 10px;
padding: 10px;
cursor: default;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
gap: 1.2rem;
}
.logo-item {
min-width: 100px;
}
.logo-item img {
width: 100px;
height: 100px;
}
.logo-name {
font-size: 1rem;
}
.box-modern .box-title,
.france-ia__stats .stat-label {
font-size: 0.9rem;
word-break: break-word;
}
.page-container {
padding: 1rem;
border-radius: 24px;
}
.features-list {
grid-template-columns: 1fr;
}
.intro-text {
text-align: left !important;
}
.page-title {
font-size: 3.2rem;
letter-spacing: 2px;
}
.section-title {
font-size: 1.2rem;
}
}
@media (max-width: 640px) {
.number {
font-size: 3rem;
}
.stats {
gap: 1.4rem;
margin-top: 3rem;
}
.logo-section {
text-align: center;
}
}
@media (max-width: 600px) {
.founder-card {
flex-direction: column;
}
}
@media (max-width: 576px) {
.main-title-on-image {
font-size: 5rem;
}
.main-subtitle-on-image {
font-size: 1.9rem;
gap: 0.5rem;
margin-top: 1.5rem;
}
.big-slogan {
font-size: 2.8rem;
}
.title-overlay-on-image::before {
top: -10px;
left: -15px;
right: -15px;
bottom: -10px;
}
.riprip h1 {
font-size: 2.4rem;
}
.riprip .lead {
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.vegetation-content-energie {
max-width: 100%;
width: 100% !important;
margin: 5rem auto 0;
padding: 0.5rem 1rem;
text-align: left;
border: none;
border-radius: 1rem;
box-sizing: border-box;
z-index: 9999;
top: 4rem;
}
.jp-card {
padding: 16px;
border-radius: 16px;
}
.card-title {
font-size: 1.25rem;
}
.card-description {
font-size: 0.85rem;
}
.card-container {
width: min(95%, 400px);
}
.card-container::before {
display: none;
}
#paris-title {
margin-top: 3rem !important;
padding: 1rem;
}
.ui-ux {
font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
.anim-text {
font-size: clamp(0.9rem, 1.8vw, 1.1rem) !important;
}
.main-title {
font-size: 52px;
}
.box-title {
font-size: 24px;
}
.image-slogan {
font-size: 20px !important;
}
.box-modern {
width: 95% !important;
min-width: unset;
}
.image-container {
margin: -16px auto 0 auto !important;
border-radius: 14px;
max-width: 100% !important;
width: 100% !important;
}
.bootcamp-image {
border-radius: 0.5rem !important;
max-width: 100% !important;
width: 100% !important;
}
.image-container {
height: 80vh !important;
margin-top: -6rem !important;
}
.image-slogan {
bottom: 6%;
font-size: clamp(2rem, 11vw, 4rem) !important;
}
.login-wrapper {
padding: 25px;
}
.aigle-bazoo {
width: 100%;
}
.arbree-search-modal {
width: 96% !important;
max-width: 380px !important;
height: 92vh !important;
padding: 1.8rem 1.6rem !important;
border-radius: 1.6rem !important;
}
.logo-grid {
grid-template-columns: repeat(3, 1fr);
}
.logo-name {
font-size: 0.8rem;
}
.page-title {
font-size: 2.8rem;
}
}
@media (max-width: 280px) {
:root {
--watch-font-min: clamp(10px, 3.5vw, 12px);
--watch-btn-size: 40px;
}
body {
padding: 0.3rem;
}
#paris-title,
h1,
h2 {
font-size: clamp(14px, 6vw, 18px) !important;
padding: 0.5rem;
margin: 2rem 0 0 !important;
}
.anim-text {
font-size: clamp(10px, 3.5vw, 12px) !important;
}
.box-container,
.logo-grid {
flex-direction: column;
gap: 0.5rem;
}
.course-box {
width: 100%;
max-width: 100%;
height: 60px;
padding: 0.5rem !important;
box-shadow: none;
}
.box-icon,
.logo-item img {
width: 30px !important;
height: 30px !important;
margin-right: 0.5rem;
}
.ca-btn,
.course-more-btn {
width: 100%;
min-height: var(--watch-btn-size);
font-size: clamp(12px, 3.5vw, 14px);
padding: 0.5rem !important;
}
body::before,
body::after,
.element1::before,
.element1::after {
display: none !important;
}
}
@media (hover: hover) {
.square-point:hover {
animation-duration: 2.5s;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
filter: brightness(1.05);
}
}
@media (min-resolution: 100dpi) {
.paris-content {
margin-top: 1rem !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
width: 100% !important;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 1091px),
(max-width: 745px) and (min-resolution: 1.25dppx),
(max-width: 745px) and (-webkit-min-device-pixel-ratio: 1.25),
(max-width: 745px) and (min--moz-device-pixel-ratio: 1.25) {
.arbree-nav-group,
.arbree-dropdown {
display: none !important;
}
.arbree-logo {
display: block !important;
}
.arbree-nav {
justify-content: space-between;
padding: 0 1rem;
}
.arbree-header {
padding: 0.7rem 1rem;
}
.arbree-logo img {
height: 35px;
}
}
@media (max-width: 697px) {
.arbree-logo img {
height: 28px;
}
}
@media (max-width: 1239px) and (min-width: 700px) {
.arbree-logo {
display: block !important;
}
}
@media (min-width: 50px) and (max-width: 767px) {
.paris-2iia {
margin-top: -2rem !important;
}
}
@media (max-width: 1024px) {
.stats {
flex-direction: column;
align-items: center;
gap: 1.8rem;
margin-top: 3.5rem;
}
}
@media (min-width: 1024px) {
.stats {
flex-direction: row;
gap: 4rem;
}
}
@keyframes fadeIn {
to {
opacity: 1;
transform: scale(1) translateY(0);
}
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.vegetation-content-energie {
background: rgba(255, 255, 255, 0.3);
}
}
div > strong[style*="var(--accent-secondary)"] {
display: inline-block;
margin-bottom: 1rem;
}
.mobile-accordion {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-accordion-trigger {
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.3rem 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Syne', system-ui, sans-serif;
  font-size: 0.75rem !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.mobile-accordion-trigger::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 2px;
  background: #471e72;
  border-radius: 9999px;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.3s ease;
}
.mobile-accordion-trigger::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.04) 50%,
    transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.mobile-accordion-trigger:hover {
  background: rgba(71, 30, 114, 0.12);
  color: #ffffff;
  padding-left: 2.2rem;
  border-bottom-color: rgba(71, 30, 114, 0.3);
}
.mobile-accordion-trigger:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.mobile-accordion-trigger:hover::after {
  transform: translateX(100%);
}
.mobile-accordion-trigger.active {
  background: rgba(71, 30, 114, 0.15);
  color: #ffffff;
  border-bottom-color: rgba(71, 30, 114, 0.4);
  padding-left: 2.2rem;
}
.mobile-accordion-trigger.active::before {
  opacity: 1;
  transform: scaleY(1);
  background: linear-gradient(180deg, #471e72, #7c3aed);
}
.mobile-accordion-trigger h3 {
margin: 0;
font-size: 1rem;
}
.mobile-accordion-trigger i {
transition: transform 0.3s ease;
}
.mobile-accordion-trigger[aria-expanded="true"] i {
transform: rotate(180deg);
}
.mobile-accordion-panel {
max-height: 0;
overflow: hidden;
transition:
max-height 0.4s ease,
padding 0.4s ease;
padding: 0 1rem;
}
.mobile-accordion-panel.open {
max-height: 800px;
padding: 0.5rem 1rem 1rem;
}
.mobile-accordion-panel a {
display: block;
padding: 0.8rem 0;
color: #cccccc;
text-decoration: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile-accordion-panel a:last-child {
border-bottom: none;
}
.mobile-accordion-panel a:hover {
color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.vegetation-content {
border-radius: 1.4rem !important;
overflow: hidden !important;
}
}
@media (hover: hover) {
.vegetation-content:hover {
transform: translateY(-4px) !important;
}
}
@media (max-width: 1024px) {
.vegetation-content {
max-width: 100% !important;
padding: 1rem 1.75rem !important;
border-radius: 1.4rem !important;
}
}
@media (max-width: 480px) {
.vegetation-content {
border-radius: 0.9rem !important;
}
}
@media (max-width: 768px) and (orientation: portrait) {
h1 {
font-family: "Inter", sans-serif;
font-weight: 700 !important;
font-size: clamp(3rem, 7vw, 2rem) !important;
text-align: left !important;
}
.iia-title {
margin-top: 1rem;
}
.iia-title {
font-size: 2.5rem !important;
}
}
.futurist-button-drop {
font-family: "Inter", sans-serif;
font-size: 0.85rem;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffca8a;                    
padding: 1.5rem 1rem;
border: 1.8px solid rgba(255, 154, 60, 0.45);  
border-radius: 12px;               
background: linear-gradient(145deg, rgba(30, 15, 5, 0.65), rgba(10, 5, 0, 0.5));
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
text-align: center !important;
}
.futurist-button-drop::before {
content: '';
position: absolute;
inset: -2px;
border-radius: 50px;
background: radial-gradient(
circle at 50% 50%,
rgba(255, 154, 60, 0.18) 0%,
transparent 70%
);
opacity: 0.7;
pointer-events: none;
transition: opacity 0.6s ease;
}
.futurist-button-drop:hover {
color: #ffffff;
border-color: #ec7c51;
background: linear-gradient(145deg, rgba(50, 25, 10, 0.75), rgba(20, 10, 0, 0.6));
transform: translateY(-6px) scale(1.04);
}
.futurist-button-drop:hover::before {
opacity: 1;
}
@keyframes subtle-pulse {
0%, 100% { opacity: 0.7; }
50%      { opacity: 0.95; }
}
.futurist-button-drop::before {
animation: subtle-pulse 8s infinite ease-in-out;
}
.futurist-button-drop--intense {
color: #ffca8a;
text-shadow: 0 0 12px rgba(255, 154, 60, 0.6);
}
.futurist-button-drop--intense:hover {
text-shadow: 0 0 25px rgba(255, 154, 60, 0.9);
}
.bg-primary {
background-color: #483089 !important;
text-align: left !important;
}
.login-wrapper {
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(15px);
padding: 1rem;
border-radius: 1rem;
max-width: 100% !important;
width: 100% !important;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
margin: 0 auto;
}
h1 {
  font-family: "Inter", system-ui, -apple-system, Helvetica, Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: left;
  color: #ffffff;
  text-shadow:
    0 0 10px rgba(139, 92, 246, 0.6),
    0 0 25px rgba(139, 92, 246, 0.4),
    0 0 45px rgba(139, 92, 246, 0.25);
  margin-bottom: 1.2rem;
}
.intro {
text-align: left !important;
font-size: 1.4rem;
color: var(--text-secondary);
margin: 0 auto;
line-height: 1.7;
}
.container {
position: relative;
top: 7rem;
width: 65%;
max-width: 65%;
margin: 0 auto;
}
.vegetation-container {
width: 70%;
max-width: 70%;
margin: 6rem auto 0;
padding: 0;
}
.vegetation-content {
width: 85%;
max-width: 85%;
margin: 1rem auto !important;
padding: 1rem 2.5rem;
border-radius: 1.75rem;
border: none;
text-align: left;
opacity: 1;
transform: none;
position: relative;
isolation: isolate;
z-index: 1;
box-sizing: border-box;
background-color: #120e1b;
}
@media (max-width: 1024px) {
.container,
.vegetation-container,
.vegetation-content {
width: 85%;
max-width: 85%;
}
}
@media (max-width: 480px) {
.container {
top: 2rem;
width: 97%;
max-width: 97%;
}
.vegetation-container {
width: 97%;
max-width: 97%;
margin-top: 3rem;
}
.vegetation-content {
width: 97%;
max-width: 97%;
margin: 1.5rem auto;
padding: 1rem 1.25rem;
border-radius: 1rem;
}
}
.hero-header {
position: relative;
width: 100%;
height: 30vh;
min-height: 300px;
overflow: hidden;
display: flex;
align-items: center;
}
.hero-bg-image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: 0;
opacity: 0.8;
}
.hero-header::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
}
.hero-text {
position: relative;
z-index: 2;
max-width: 70% !important;
width: 70% !important;
padding: 2rem;
margin: 0 auto !important;
text-align: left;
}
@media (max-width: 768px) {
.container {
top: 6rem !important;
width: 95%;
max-width: 95%;
}
.vegetation-container {
width: 95%;
max-width: 95%;
margin-top: 4rem;
}
.vegetation-content {
width: 95%;
max-width: 95%;
margin: 2rem auto;
padding: 1rem 1.5rem;
border-radius: 1.25rem;
}
.hero-text {
max-width: 100% !important;
width: 100% !important;
top: 2rem !important;
}
.hero-text h1 {
text-align: left !important;
}
.hero-header {
position: relative;
width: 100%;
height: 50vh !important;
min-height: 400px;
overflow: hidden;
display: flex;
align-items: center;
}
}
#arbree-mobile-menu {
position: fixed;
top: 0;
right: -100%;
width: 340px;
max-width: 90vw;
height: 90vh;
padding: 2rem 1.8rem 7rem;
box-sizing: border-box;
overflow-y: auto;
display: flex;
flex-direction: column;
color: #fff;
z-index: 9999;
background: linear-gradient(
135deg,
rgba(15, 15, 45, 0.98),
rgba(30, 0, 60, 0.95)
);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
box-shadow: -15px 0 40px rgba(0, 0, 0, 0.7);
transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
scroll-behavior: smooth;
overscroll-behavior: contain;
}
#arbree-mobile-menu.open {
right: 0;
}
#arbree-mobile-menu::after {
content: "";
height: 140px;
display: block;
flex-shrink: 0;
}
.mobile-top-icons {
display: flex;
justify-content: space-around;
padding: 0.9rem 0.5rem;
border-bottom: 1px solid rgba(120, 120, 255, 0.3);
margin-bottom: 2rem;
}
.mobile-top-icons a {
padding:0.5rem;
background: rgba(80, 80, 255, 0.15);
border-radius: 16px;
display: grid;
place-items: center;
transition: all 0.3s ease;
}
.mobile-top-icons a:hover {
background: rgba(120, 120, 255, 0.4);
transform: translateY(-5px) scale(1.1);
box-shadow: 0 8px 20px rgba(120, 120, 255, 0.3);
}
.mobile-accordion-trigger {
width: 100%;
padding: 1.4rem 1.6rem;
border: none;
border-radius: 14px;
margin-bottom: 0.6rem;
color: #fff;
font-size: 1.15rem;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
transition:
background 0.3s ease,
border-radius 0.3s ease;
}
.mobile-accordion-trigger:hover {
background: rgba(100, 100, 255, 0.3);
}
.mobile-accordion-trigger i {
transition: transform 0.4s ease;
}
.mobile-accordion-trigger[aria-expanded="true"] i {
transform: rotate(180deg);
}
.mobile-accordion-trigger[aria-expanded="true"] {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.mobile-accordion-panel {
max-height: 0;
overflow: hidden;
padding: 0;
background: rgba(25, 25, 50, 0.6);
border-radius: 0 0 14px 14px;
transform-origin: top;
transition:
max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.2s ease,
transform 0.25s ease;
}
.mobile-accordion-panel.open {
padding: 0.6rem 0;
margin-bottom: 0.9rem;
transform: scaleY(1);
transition:
max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
padding 0.35s ease;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.mobile-accordion-panel:not(.open) {
transform: scaleY(0.97);
}
.mobile-accordion-panel:last-of-type.open {
margin-bottom: 2rem;
}
.mobile-accordion-panel a {
display: block;
padding: 1rem 1rem;
color: #ccc;
text-decoration: none;
border-bottom: 1px solid rgba(100, 100, 255, 0.5);
transition: all 0.3s ease;
}
.mobile-accordion-panel a:hover {
background: rgba(100, 100, 255, 0.2);
color: #fff;
padding-left: 2.5rem;
}
.container-bis {
position: relative;
top: 1rem !important;
width: 70%;
max-width: 70%;
margin: 0 auto;
}
.vegetation-subtitle h1 {
font-family: "Inter", sans-serif !important;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
font-size: clamp(2.5rem, 5vw, 3rem) !important;
line-height: 1.3;
color: white;
text-align: left;
margin: 1rem 0 2rem;
}
@media (max-width: 768px) {
.vegetation-subtitle {
font-family: "Inter", sans-serif !important;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: clamp(1.3rem, 3vw, 2rem);
line-height: 1.3;
color: white;
text-align: left;
text-shadow: 0 0 6px rgba(198, 166, 217, 0.35);
margin: 1rem 0 2rem;
}
}
.arbree-burger {
width: 44px;
height: 32px;
display: none;
flex-direction: column;
justify-content: center;
gap: 6px;
background: transparent;
border: none;
cursor: pointer;
z-index: 1100;
}
.arbree-burger > div {
width: 100%;
height: 3px;
background-color:white;
border-radius: 3px;
transition:
transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.2s ease;
}
.arbree-burger.open > div:nth-child(1) {
transform: rotate(45deg) translate(6px, 6px);
}
.arbree-burger.open > div:nth-child(2) {
opacity: 0;
}
.arbree-burger.open > div:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
}
.arbree-mobile-menu {
position: fixed;
inset: 0;
background: #000;
transform: translateX(100%);
transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
will-change: transform;
z-index: 1050;
overflow-y: auto;
}
.arbree-mobile-menu.open {
transform: translateX(0);
}
#mobileOverlay,
#mega-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
z-index: 1040;
}
#mobileOverlay.active,
#mega-overlay.active {
opacity: 1;
pointer-events: auto;
}
body.menu-open {
overflow: hidden;
}
.filters {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: center;
margin: 40px 0;
padding: 0 20px;
}
.filter-btn {
padding: 12px 26px;
font-family: "Inter", system-ui, -apple-system, sans-serif;
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.9px;
text-transform: uppercase;
color: #f0e8ff !important;                    
background: linear-gradient(145deg, rgba(90, 50, 160, 0.20), rgba(120, 70, 200, 0.14));
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border: 1px solid rgba(160, 100, 220, 0.30);
border-radius: 9999px;
box-shadow: 
0 6px 24px rgba(124, 58, 237, 0.20),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
cursor: pointer;
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
}
.filter-btn:hover {
background: linear-gradient(145deg, rgba(124, 58, 237, 0.38), rgba(192, 132, 252, 0.32));
border-color: rgba(192, 132, 252, 0.60);
color: #ffffff !important;
transform: translateY(-4px) scale(1.04);
box-shadow: 
0 12px 40px rgba(159, 122, 234, 0.45),
0 0 35px rgba(192, 132, 252, 0.38),
inset 0 1px 0 rgba(255, 255, 255, 0.12);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
}
.filter-btn.active {
background: linear-gradient(145deg, rgba(124, 58, 237, 0.48), rgba(192, 132, 252, 0.42));
border-color: rgba(192, 132, 252, 0.70);
color: #ffffff !important;
transform: translateY(-1px) scale(0.98);
box-shadow: 
0 8px 32px rgba(159, 122, 234, 0.50),
inset 0 2px 8px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
.filter-btn::before {
content: '';
position: absolute;
inset: -100%;
background: linear-gradient(
135deg,
transparent 40%,
rgba(255, 255, 255, 0.28) 50%,
transparent 60%
);
opacity: 0;
transition: all 0.7s ease;
pointer-events: none;
}
.filter-btn:hover::before {
opacity: 1;
transform: translate(35%, 35%) rotate(12deg);
}
.filter-btn:focus-visible {
outline: none;
box-shadow: 
0 0 0 3px rgba(192, 132, 252, 0.65),
0 0 0 8px rgba(192, 132, 252, 0.25);
}
.card {
transition:
opacity 0.4s ease,
transform 0.4s ease;
}
.card[style*="display: none"] {
opacity: 0;
transform: translateY(20px);
}
@media (max-width: 768px) {
.filters {
gap: 10px;
}
.filter-btn {
padding: 10px 18px;
font-size: 0.95rem;
}
}
.mega-dropdown.active {
display: block;
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateX(-50%) translateY(12px);
}
#mega-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
pointer-events: none;
transition: opacity 0.4s ease;
z-index: 999999;
}
#mega-overlay.active {
opacity: 1;
pointer-events: auto;
}
.mega-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 4.5rem;
max-width: 1320px;
margin: 0 auto;
position: relative;
}
.mega-container::before,
.mega-container::after,
.mega-container::after + ::before {
content: "";
position: absolute;
top: 12%;
bottom: 12%;
width: 1px;
background: linear-gradient(
to bottom,
transparent,
rgba(255, 255, 255, 0.08) 30%,
rgba(255, 255, 255, 0.08) 70%,
transparent
);
}
.mega-container::before {
left: 25%;
}
.mega-container::after {
left: 50%;
}
.mega-container::after + ::before {
left: 75%;
content: "";
position: absolute;
top: 12%;
bottom: 12%;
width: 1px;
background: linear-gradient(
to bottom,
transparent,
rgba(255, 255, 255, 0.08) 30%,
rgba(255, 255, 255, 0.08) 70%,
transparent
);
}
.mega-col h4 {
font-size: 1rem;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
color: #d8dce3;
margin: 1rem 0 !important;
position: relative;
padding-bottom: 1rem;
}
.mega-col h4::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 48px;
height: 4px;
background: #2d2d2d;
border-radius: 4px;
}
.mega-col ul {
list-style: none;
padding: 0;
margin: 0;
}
.mega-col ul li {
margin-bottom: 0.4rem;
font-size: 0.7rem !important;
}
.mega-col a {
font-size: 0.8rem;
font-weight: 400;
color: #2d2d2d;
text-decoration: none;
display: block;
border-radius: 10px;
transition: all 0.35s ease;
}
.mega-col a:hover {
color: #11263f !important;
transform: translateX(10px);
}
.mega-all-link {
display: block;
margin-top: 2.5rem;
font-size: 1.25rem;
font-weight: 700;
color: #ec7c51;
text-align: center;
}
.mega-col-image img {
max-width: 240px;
border-radius: 20px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
transition: transform 0.5s ease;
}
.mega-col-image:hover img {
transform: scale(1.08);
}
.mega-bottom-box {
margin-top: 2rem;
text-align: center;
font-size: 1.1rem;
font-weight: 600;
color: #ec7c51;
}
.mega-bottom-box i {
margin-right: 12px;
font-size: 1.3em;
}
@media (min-width: 1600px) {
.mega-dropdown {
max-width: 1550px;
padding: 4rem 5rem;
}
.mega-container {
gap: 5.5rem;
}
}
@media (max-width: 1180px) {
.mega-dropdown {
width: 94vw;
padding: 3rem;
}
.mega-container {
grid-template-columns: repeat(3, 1fr);
gap: 3.5rem;
}
.mega-container::before {
left: 33.33%;
}
.mega-container::after {
left: 66.66%;
}
.mega-container::after + ::before {
display: none;
}
.mega-col-image {
grid-column: 1 / -1;
margin-top: 3rem;
}
}
@media (max-width: 860px) {
.mega-container {
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
}
.mega-container::before,
.mega-container::after,
.mega-container::after + ::before {
display: none;
}
.mega-col h4 {
font-size: 1.25rem;
}
}
@media (max-width: 580px) {
.mega-container {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.mega-dropdown {
width: 96vw;
padding: 2rem 1.5rem;
border-radius: 24px;
}
.mega-col h4 {
font-size: 1.2rem;
letter-spacing: 1.5px;
}
.mega-col-image img {
max-width: 200px;
}
}
.gooooooooooooooz-en {
font-family: "Inter", sans-serif;
margin-left: 1.5rem !important;
font-size: 1rem !important;
transition:
transform 0.4s ease,
color 0.4s ease,
text-shadow 0.4s ease;
color: #ff7300 !important;
font-weight: 700;
letter-spacing: 2px;
}
@media (max-width: 768px) {
.grid-lines {
display: none !important;
}
.card h2 {
font-family: "Inter", sans-serif;
font-size: 1.5rem !important;
}
}
.page-container h1 {
font-family: "Inter", sans-serif !important;
font-size: clamp(3rem, 6vw, 3.5rem);
font-weight: 600;
text-align: left !important;
color: #ec7c51;
text-shadow: 0 0 60px var(--neon-violet);
letter-spacing: 3px;
}
.high-contrast,
.high-contrast body,
.high-contrast html {
background: #0f0f0f !important;
color: #ffff00 !important;
}
.high-contrast *,
.high-contrast *::before,
.high-contrast *::after {
box-shadow: none !important;
text-shadow: none !important;
}
.high-contrast header,
.high-contrast nav,
.high-contrast .container,
.high-contrast .card,
.high-contrast .modal,
.high-contrast .dropdown-menu,
.high-contrast .mega-dropdown,
.high-contrast .mega-container,
.high-contrast .mega-col,
.high-contrast .dropdown-card,
.high-contrast .nebula-hero,
.high-contrast .hero-full,
.high-contrast .hero-overlay,
.high-contrast .nebula-formation-card,
.high-contrast .quantum-card,
.high-contrast .alumni-card,
.high-contrast .nebula-stats,
.high-contrast .matrix-item,
.high-contrast [class*="bg-white"],
.high-contrast [style*="white"],
.high-contrast [style*="fff"] {
background: #0f0f0f !important;
background-image: none !important;
border: none !important;
}
.high-contrast .hero-full::before,
.high-contrast .nebula-hero {
background: transparent !important;
background-image: none !important;
}
.high-contrast .hero-bg-image {
display: none !important;
}
.high-contrast *,
.high-contrast .mega-dropdown * {
color: #ffff00 !important;
}
.high-contrast .nebula-main-title,
.high-contrast .hero-title,
.high-contrast .nebula-subtitle,
.high-contrast .hero-subtitle,
.high-contrast .nebula-slogan,
.high-contrast .hero-slogan,
.high-contrast .section-title,
.high-contrast .quantum-card-title,
.high-contrast .nebula-card-title {
color: #ffff00 !important;
background: none !important;
-webkit-background-clip: unset !important;
-webkit-text-fill-color: #ffff00 !important;
}
.high-contrast img[alt*="logo"],
.high-contrast img[alt*="2iia"],
.high-contrast img[alt*="arbree"],
.high-contrast .arbree-logo img,
.high-contrast .arbree-logo-link img,
.high-contrast .cyber-item img,
.high-contrast .matrix-item img {
filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(45deg)
brightness(1.8) contrast(2) !important;
}
.high-contrast
img:not([alt*="logo"]):not([alt*="2iia"]):not([alt*="arbree"]):not(
.cyber-item img
):not(.matrix-item img),
.high-contrast .quantum-card-img {
filter: brightness(1.4) contrast(2.8) saturate(3) hue-rotate(40deg) !important;
opacity: 0.95 !important;
}
.high-contrast svg,
.high-contrast svg path,
.high-contrast .nebula-card-icon,
.high-contrast .fa,
.high-contrast .fas,
.high-contrast .far,
.high-contrast .fab {
fill: #ffff00 !important;
color: #ffff00 !important;
filter: none !important;
}
.high-contrast button,
.high-contrast .btn,
.high-contrast input,
.high-contrast a,
.high-contrast .futurist-button,
.high-contrast #toggle-contrast,
.high-contrast .contrast-button,
.high-contrast .ca-btn,
.high-contrast .clickable,
.high-contrast .search-icon,
.high-contrast .search-btn,
.high-contrast .profile-btn,
.high-contrast .header-actions button,
.high-contrast .icon-wrapper {
background: transparent !important;
color: #ffff00 !important;
border: none !important;
border-radius: 8px !important;
padding: 10px 20px !important;
font-weight: 700 !important;
cursor: pointer;
transition: background 0.25s ease;
min-width: 44px;
min-height: 44px;
}
.high-contrast button:hover,
.high-contrast .btn:hover,
.high-contrast a:hover,
.high-contrast .futurist-button:hover,
.high-contrast #toggle-contrast:hover,
.high-contrast .contrast-button:hover {
background: rgba(255, 255, 0, 0.15) !important;
}
.high-contrast .contrast-button[aria-pressed="true"] {
background: #ec7c51 !important;
color: #0f0f0f !important;
}
.high-contrast :focus-visible {
outline: 2px solid #ffff00 !important;
outline-offset: 2px;
}
.high-contrast :where(:not(.fa, .fas, .far, .fab, [class^="fa-"])) {
font-family: "Inter", sans-serif !important;
}
.high-contrast #i-annee {
background: #0f0f0f !important;
color: #ffff00 !important;
border: 2px solid #ffff00 !important;
box-shadow: 0 0 15px rgba(255, 255, 0, 0.3) !important;
}
.high-contrast #i-annee span,
.high-contrast #i-annee .close-btn {
color: #ffff00 !important;
}
.contrast-button svg {
width: 24px;
height: 24px;
}
.arbree-burger {
display: none !important;
}
@media (max-width: 1140px) {
.arbree-nav-group,
.arbree-nav-link-contact,
.arbree-header-container {
display: none !important;
}
.arbree-burger {
display: flex !important;
}
}
.mega-col h4 {
color: #2d2d2d !important;
}
.vegetation-subtitle {
font-size: 2.6rem !important;
font-weight: 700;
color: #dfe8e4ff;
margin-bottom: 20px;
margin-top: 40px;
}
.vegetation-content h3,
.vegetation-content p {
color: #e6e6e6;
font-size: 18px;
font-weight: 300;
line-height: 1.7;
}
.vegetation-content a {
color: #00ffb8;
font-weight: 500;
transition: 0.3s ease;
}
.vegetation-content a:hover {
color: #42ffd4;
}
.vegetation-list {
margin: 20px 0 35px 20px;
padding: 0;
list-style: none;
}
.vegetation-list li {
font-size: 18px;
margin-bottom: 14px;
padding-left: 30px;
position: relative;
}
.vegetation-list li::before {
content: "✦";
position: absolute;
left: 0;
top: -2px;
color: #00ff8c;
font-size: 20px;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(25px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 768px) {
.vegetation-subtitle {
font-size: 26px;
}
.vegetation-content h3,
.vegetation-list li {
font-size: 16px;
}
}
.vegetation-subtitle span {
text-align: left !important;
}
.close-btn {
position: absolute;
top: 12px;
right: 12px;
width: 36px;
height: 36px;
border: 0;
border-radius: 10px;
background: transparent;
display: grid;
place-items: center;
font-size: 22px;
line-height: 1;
cursor: pointer;
color: #ffffff !important;
opacity: 0.7;
transition:
opacity 0.15s ease,
background-color 0.15s ease,
transform 0.15s ease;
}
.close-btn:hover {
opacity: 1;
background: rgba(0, 0, 0, 0.06);
transform: scale(1.03);
}
.close-btn:active {
transform: scale(0.96);
}
.close-btn:focus-visible {
outline: 3px solid rgba(59, 130, 246, 0.6);
outline-offset: 2px;
}
.features {
display: grid;
gap: 1.4rem;
font-size: 1.1rem;
line-height: 1.7;
color:white !important;
}
.feature {
color:white !important;
padding-left: 1.5rem;
position: relative;
}
.feature::before {
content: "→";
color:white !important;
position: absolute;
left: 0;
font-weight: bold;
}
.cta-section {
text-align: left !important;
}
.formations-nebula-bg {
position: absolute;
inset: 0;
animation: nebulaPulse 18s ease-in-out infinite alternate;
pointer-events: none;
z-index: 0;
}
.formations-grid {
display: flex;
flex-wrap: wrap;
gap: clamp(20px, 4vw, 32px);
justify-content: center;
position: relative;
z-index: 1;
}
.formation-card {
flex: 1 1 clamp(320px, 45%, 380px);
background: rgba(15, 23, 42, 0.7);
backdrop-filter: blur(14px);
border: 2px solid transparent;
border-radius: 24px;
padding: clamp(24px, 5vw, 32px) 20px;
text-decoration: none;
color: inherit;
transition: all 0.45s cubic-bezier(0.23,1,0.32,1);
box-shadow: 0 12px 40px rgba(0,0,0,0.6);
position: relative;
overflow: hidden;
min-width: 0;
}
.card-glow {
position: absolute;
inset: 0;
opacity: 0.12;
animation: rotateGlow 30s linear infinite;
}
.card-developpeur .card-glow {
background: conic-gradient(from 45deg, transparent 0%, #3b82f6 25%, transparent 50%, #8b5cf6 75%, transparent);
}
.card-ui .card-glow {
background: conic-gradient(from 135deg, transparent 0%, #8b5cf6 25%, transparent 50%, #ec4899 75%, transparent);
animation-direction: reverse;
animation-duration: 34s;
}
.card-energie .card-glow {
background: conic-gradient(from 225deg, transparent 0%, #22c55e 25%, transparent 50%, #10b981 75%, transparent);
animation-duration: 28s;
}
.card-developpeur:hover { border-color: rgba(59,130,246,0.9); box-shadow: 0 28px 80px rgba(59,130,246,0.55); }
.card-ui:hover          { border-color: rgba(168,85,247,0.9);  box-shadow: 0 28px 80px rgba(168,85,247,0.55);  }
.card-energie:hover     { border-color: rgba(34,197,94,0.9);   box-shadow: 0 28px 80px rgba(34,197,94,0.55);   }
.card-inner {
position: relative;
z-index: 1;
text-align: center;
}
.card-icon {
width: clamp(70px, 15vw, 90px);
height: clamp(70px, 15vw, 90px);
margin: 0 auto 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 40px currentColor;
}
.level-badge {
font-weight: 700;
padding: 8px 16px;
border-radius: 999px;
display: inline-block;
margin-bottom: 16px;
font-size: clamp(0.85rem, 3vw, 1rem);
border: 1px solid rgba(255,255,255,0.15);
}
.card-developpeur .level-badge { background: rgba(59,130,246,0.35);  color: #bfdbfe; }
.card-ui          .level-badge { background: rgba(168,85,247,0.35); color: #e9d5ff; }
.card-energie     .level-badge { background: rgba(34,197,94, 0.35);  color: #bbf7d0; }
.card-title {
font-size: clamp(1.25rem, 4.5vw, 1.45rem);
font-weight: 900;
margin-bottom: 12px;
text-shadow: 0 0 15px currentColor;
}
.card-developpeur .card-title { color: #bfdbfe; }
.card-ui          .card-title { color: #e9d5ff; }
.card-energie     .card-title { color: #bbf7d0; }
.card-desc {
color: #cbd5e1;
font-size: clamp(0.95rem, 3.5vw, 1.05rem);
line-height: 1.5;
}
.card-desc {
text-align: center !important;
}
.footer-mention {
text-align: center;
color: #94a3b8;
font-size: clamp(0.95rem, 3.5vw, 1.1rem);
opacity: 0.88;
position: relative;
z-index: 1;
margin-bottom: 1rem;
}
@keyframes nebulaPulse {
0%   { opacity: 0.65; transform: scale(1);    }
100% { opacity: 1.00; transform: scale(1.05); }
}
@keyframes rotateGlow {
to { transform: rotate(360deg); }
}
.arbree-search-modal-content {
position: relative;
}
#arbree-search-suggestions {
position: absolute;
left: 0;
right: 0;
top: calc(100% + 10px); 
z-index: 9999;
display: none;         
margin: 0 !important;
padding: 0 !important;
background: rgba(10, 16, 35, 0.92);
border: 1px solid rgba(255,255,255,0.10);
border-radius: 14px;
overflow: hidden;
box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}
#arbree-search-suggestions .suggestions-header {
padding: 10px 12px;
color: #bbb;
font-size: 0.9rem;
background: transparent;
}
#arbree-search-suggestions .suggestion-item {
display: block;
padding: 12px;
text-decoration: none;
border-top: 1px solid rgba(255,255,255,0.08);
background: transparent;
}
#arbree-search-suggestions .suggestion-item:hover {
background: rgba(255,255,255,0.06);
}
#arbree-search-suggestions .suggestion-title {
color: #fff;
font-weight: 600;
}
#arbree-search-suggestions .suggestion-type {
margin-top: 3px;
color: #9aa0a6;
font-size: 0.85rem;
}
.nebula-container {
max-width: 97% !important;
width: 97% !important;
text-align: center;
z-index: 2;
}
.nebula-subtitle {
font-family: 'Inter', sans-serif;
margin-top: 1rem !important;
font-size: 1.2rem !important;
letter-spacing: 1px;
font-weight: 400;
color: #ffffffff;
line-height: 1.6;
text-align: center !important;
}
.hero-cta {
margin-top: 3.5rem;
display: flex;
gap: 1.8rem;
justify-content: center;
flex-wrap: wrap;
}
@media (max-width: 768px) {
.nebula-main-title {
letter-spacing: 2px !important;
text-align: center;
font-size: 1.7rem !important;
font-weight: 700 !important;
}
.nebula-slogan {
font-size: 1.3rem;
}
.nebula-subtitle {
font-size: 1.2rem !important;
}
.hero-cta {
flex-direction: column;
gap: 1.2rem;
}
}
.nebula-formation-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 2.8rem;
max-width: 1200px;
margin: 2rem auto 0;
align-items: stretch;
}
.nebula-formation-card {
position: relative;
border-radius: 22px;
padding: 3rem 1rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
border: 1px solid rgba(255, 154, 60, 0.25);
transition: transform 0.45s ease, box-shadow 0.45s ease;
max-width: 95%;
width: 95%;
margin: 0 auto;
}
.nebula-formation-card:hover {
transform: translateY(-10px);
box-shadow:
0 20px 45px rgba(0, 0, 0, 0.6),
0 0 35px rgba(255, 154, 60, 0.35);
}
.nebula-card-icon {
width: 60px;
height: 60px;
margin-bottom: 1rem;
color: #ec7c51;
filter:
drop-shadow(0 0 12px rgba(255, 154, 60, 0.5));
margin-top: 1rem !important;
}
.nebula-card-title {
font-family: 'Inter', sans-serif;
font-size: 1rem !important;
letter-spacing: 2px;
color: whitesmoke;
max-width: 98%;
line-height: 1.5;
font-weight: 700;
}
@media (max-width: 768px) {
.nebula-formation-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.nebula-formation-card {
padding: 2.5rem 1.8rem;
}
.nebula-container {
max-width: 97% !important;
width: 97% !important;
text-align: center;
z-index: 2;
}
}
.nebula-stats {
font-family: 'Inter', sans-serif;
margin-top: 6rem;
padding: 4.5rem 3rem;
border-radius: 28px;
background:
linear-gradient(180deg,
rgba(255, 154, 60, 0.05),
rgba(20, 18, 34, 0.85));
backdrop-filter: blur(18px);
border: 1px solid rgba(255, 154, 60, 0.25);
max-width: 95%;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.nebula-stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 3.5rem;
align-items: stretch;
}
.stat-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 2rem 1rem;
}
.stat-value-group {
display: flex;
align-items: baseline;
gap: 0.4rem;
margin-bottom: 1.2rem;
}
.stat-value {
font-family: 'Inter', sans-serif;
font-size: clamp(2rem, 4vw, 2rem);
font-weight: 900;
color: #ec7c51;
text-shadow:
0 0 25px rgba(255, 154, 60, 0.45),
0 0 45px rgba(184, 156, 255, 0.15);
}
.stat-unit {
font-family: 'Inter', sans-serif;
font-size: 1.2rem;
color: #ec7c51;
}
.stat-label {
font-size: 1rem;
line-height: 1.6;
color: #cfcfd6;
}
.stat-label small {
display: block;
margin-top: 0.6rem;
font-size: 0.85rem;
opacity: 0.75;
}
.stats-note {
font-family: 'Inter', sans-serif;
margin-top: 3.5rem;
padding-top: 2rem;
max-width: 680px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 0.85rem;
color: #b5b5b5;
border-top: 1px solid rgba(255, 255, 255, 0.12);
line-height: 1.6;
}
@media (max-width: 768px) {
.nebula-stats {
padding: 3.5rem 1.8rem;
}
.nebula-stats-grid {
grid-template-columns: 1fr;
gap: 2.8rem;
}
.stat-value {
font-size: 3.2rem;
}
}
.quantum-card-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 3rem;
max-width: 1200px;
margin:0 auto !important;
align-items: stretch;
}
.quantum-card {
background:
linear-gradient(180deg,
rgba(255, 154, 60, 0.04),
rgba(20, 18, 34, 0.85));
border-radius: 26px;
overflow: hidden;
display: flex;
flex-direction: column;
border: 1px solid rgba(255, 154, 60, 0.25);
transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.quantum-card:hover {
transform: translateY(-12px);
box-shadow:
0 25px 55px rgba(0, 0, 0, 0.65),
0 0 40px rgba(255, 154, 60, 0.3);
border: 1px solid rgba(255, 154, 60, 0.25) !important;
}
.quantum-card-img {
width: 90% !important;
height: 360px !important;
margin: 1.5rem auto 0;
border-radius: 18px;
aspect-ratio: 16 / 9;
object-fit: cover;
box-shadow:
0 15px 35px rgba(0, 0, 0, 0.6);
}
.quantum-card-body {
padding: 3rem 2.5rem 3.5rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.quantum-card-title {
font-family: 'Inter', sans-serif;
font-size: 1.6rem !important;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #ec7c51;
margin: 1.5rem 0;
text-align: center !important;
}
.quantum-card-text {
font-size: 1.05rem;
line-height: 1.75;
color: #cfcfd6;
max-width: 92%;
margin-bottom: 2.5rem;
}
.quantum-card .futurist-button {
margin-top: auto;
}
.alumni-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
align-items: stretch;
}
.alumni-card {
background:
linear-gradient(180deg,
rgba(255, 154, 60, 0.04),
rgba(20, 18, 34, 0.85));
border-radius: 26px;
padding: 3rem 2.5rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
border: 1px solid rgba(255, 154, 60, 0.25);
transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.alumni-card:hover {
transform: translateY(-10px);
box-shadow:
0 22px 50px rgba(0, 0, 0, 0.65),
0 0 35px rgba(255, 154, 60, 0.3);
}
.alumni-name {
font-family: 'Inter', sans-serif;
font-size: 1.4rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #ec7c51;
margin-bottom: 0.6rem;
}
.alumni-formation {
font-size: 1rem;
font-weight: 600;
color: #ec7c51;
margin-bottom: 1.8rem;
}
.alumni-details {
font-size: 1rem;
line-height: 1.75;
color: #cfcfd6;
max-width: 95%;
margin-bottom: 2.8rem;
}
.alumni-card .futurist-button {
margin-top: auto;
}
@media (max-width: 768px) {
.alumni-grid {
grid-template-columns: 1fr;
gap: 2.5rem;
}
.alumni-card {
padding: 2.5rem 2rem;
}
.alumni-name {
font-size: 1.3rem;
}
}
.cyber-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
align-items: stretch;
}
.cyber-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
text-decoration: none;
padding: 2rem 1.5rem;
border-radius: 18px;
transition: transform 0.35s ease, background 0.35s ease;
}
.cyber-item:hover {
transform: translateY(-8px);
background: rgba(255, 154, 60, 0.06);
}
.cyber-item img {
width: 70px;
height: 70px;
object-fit: contain;
filter: grayscale(100%) brightness(1.4);
opacity: 0.85;
transition: all 0.35s ease;
}
.cyber-item:hover img {
filter: grayscale(0%) brightness(1);
opacity: 1;
transform: scale(1.1);
}
.cyber-name {
margin-top: 1.2rem;
font-family: 'Inter', sans-serif;
font-size: 0.9rem;
letter-spacing: 0.12em;
color: #cfcfd6;
}
@media (max-width: 768px) {
.cyber-grid {
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
gap: 2.2rem;
}
.cyber-item {
padding: 1.8rem 1.2rem;
}
.cyber-item img {
width: 60px;
height: 60px;
}
}
.section-dark+.section-dark {
padding-top: clamp(4rem, 8vw, 6rem);
}
h1,
h2,
h3 {
line-height: 1.2;
}
.section-title-ber {
margin-bottom: clamp(3rem, 6vw, 4rem);
}
.section-title-ber {
text-align: center !important;
margin-left: auto;
margin-right: auto;
}
p {
line-height: 1.7;
}
strong {
color: grey !important;
font-weight: 600;
}
a {
color: inherit;
}
@media (min-width: 1024px) {
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #0b0b14;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(180deg,
var(--accent-main),
var(--accent-mauve));
border-radius: 10px;
}
}
:focus-visible {
outline: 2px solid var(--accent-main);
outline-offset: 3px;
}
.hero-cta {
margin-bottom: 1rem;
}
.nebula-stats {
margin-bottom: 2rem;
}
@media (max-width: 768px) {
.section-dark {
padding: 1.5rem 1rem;
}
.section-title-ber {
margin-bottom: 3rem;
}
}
.section-title-ber {
display: block;
width: 100%;
text-align: center !important;
margin: 0 auto 4rem !important;
}
.section-title-ber::after {
content: "";
display: block;
width: 120px;
height: 2px;
margin: 1.2rem auto 0;
background: white;
border-radius: 10px;
opacity: 0.9;
}
.section-inner {
max-width: 1100px;
margin: 0 auto;
text-align: center;
}
.section-inner .section-title-ber {
text-align: center !important;
margin-bottom: 4rem;
}
.section-inner .quantum-card-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
align-items: stretch;
}
.section-inner .quantum-card {
width: 100%;
}
@media (max-width: 768px) {
.section-inner .quantum-card-container {
grid-template-columns: 1fr;
}
}
.nebula-formation-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2.8rem;
max-width: 1200px;
margin: 4rem auto 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
.nebula-formation-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1025px) {
.nebula-formation-grid {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
}
.quantum-card-container,
.alumni-grid {
display: grid;
grid-template-columns: 1fr;
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
.quantum-card-container,
.alumni-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1025px) {
.quantum-card-container,
.alumni-grid {
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
}
.cyber-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
.cyber-grid {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 2.5rem;
}
}
.nebula-stats-grid {
grid-template-columns: repeat(3, 1fr);
gap: 3.5rem;
}
@media (max-width: 1024px) {
.nebula-stats-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.nebula-stats-grid {
grid-template-columns: 1fr;
}
}
#reco-financement .quantum-card-container,
.section-inner .quantum-card-container {
grid-template-columns: repeat(2, 1fr);
gap: 3rem;
}
@media (max-width: 900px) {
#reco-financement .quantum-card-container,
.section-inner .quantum-card-container {
grid-template-columns: 1fr;
}
}
.quantum-card-img {
width: 100%;
height: 400px;
object-fit: cover;
}
@media (max-width: 1024px) {
section {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.nebula-hero {
padding: 5rem 4rem;
}
}
.partners-section {
padding-top: 5rem;
}
.matrix-grid {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 3rem;
align-items: center;
justify-items: center;
}
.matrix-item {
width: 100%;
max-width: 260px;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
padding: 1.8rem;
border-radius: 20px;
background:
linear-gradient(180deg,
rgba(255, 255, 255, 0.05),
rgba(18, 16, 30, 0.9));
border: 1px solid rgba(120, 140, 255, 0.25);
transition:
transform 0.35s ease,
box-shadow 0.35s ease,
border-color 0.35s ease;
}
.matrix-item:hover {
transform: translateY(-10px) scale(1.02);
box-shadow:
0 20px 45px rgba(0, 0, 0, 0.65),
0 0 35px rgba(120, 140, 255, 0.35);
border-color: rgba(120, 140, 255, 0.6);
}
.matrix-item a {
display: flex;
align-items: center;
justify-content: center;
}
.matrix-item img {
max-width: 100%;
max-height: 80px;
object-fit: contain;
filter: grayscale(100%) brightness(1.25);
opacity: 0.85;
transition:
filter 0.35s ease,
opacity 0.35s ease,
transform 0.35s ease;
}
.matrix-item:hover img {
filter: grayscale(0%) brightness(1);
opacity: 1;
transform: scale(1.08);
}
@media (max-width: 1024px) {
.matrix-grid {
gap: 2.5rem;
}
.matrix-item {
max-width: 240px;
height: 130px;
}
.matrix-item img {
max-height: 70px;
}
}
@media (max-width: 600px) {
.matrix-grid {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}
.matrix-item {
height: 120px;
padding: 1.4rem;
}
.matrix-item img {
max-height: 60px;
}
}
.hero-full {
position: relative;
width: 100%;
max-width: 100%;
min-height: 100vh;
overflow: hidden;
}
.hero-bg-image {
position: absolute;
inset: 0;
width: 100%;
max-width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
z-index: 0;
opacity: 0.4 !important;
box-shadow: rgba(119, 0, 255, 0.3) !important;
}
.hero-overlay {
position: relative;
z-index: 2;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.hero-cta-on-image {
display: flex;
gap: 1.6rem;
flex-wrap: wrap;
justify-content: center;
}
@media (max-width: 768px) {
img.hero-bg-image {
position: absolute !important;
top: -100px !important;
left: 0 !important;
width: 100% !important;
height: calc(100% + 100px) !important;
object-fit: cover !important;
}
}
#i-annee {
position: fixed;
bottom: 2rem;
left: 50%;
transform: translateX(-50%);
background: #ff7818ff;
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
border-radius: 1.2rem;
padding: 2.5rem 2.5rem;
min-width: 300px;
max-width: 90vw;
font-size: 1.35rem;
font-weight: 600;
font-family: 'Inter', 'Segoe UI', sans-serif;
color: #323034;
letter-spacing: 1.2px;
line-height: 1.6;
text-align: center;
box-shadow: 0 0 18px rgba(0, 255, 255, 0.25);
cursor: grab;
z-index: 99999999;
user-select: none;
transition: box-shadow 0.3s ease, transform 0.3s ease;
overflow: hidden;
white-space: nowrap;
}
#i-annee span {
color: #ffffff;
font-weight: 800;
white-space: nowrap;
}
#i-annee:hover {
box-shadow: 0 0 26px rgba(0, 255, 255, 0.45);
}
#i-annee:active {
cursor: grabbing;
transform: translateX(-50%) scale(1.04);
}
#i-annee .close-btn {
position: absolute;
top: -3.5rem !important;
right: 20%;
font-size: 6rem !important;
font-weight: 400;
cursor: pointer;
opacity: 1;
color: #38333fa9;
transition: opacity 0.2s ease, transform 0.2s ease;
}
#i-annee::before {
content: "🤍 ";
font-size: 1.8em;
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
margin-right: 0.6rem;
vertical-align: middle;
}
#i-annee span::after {
content: " 🤍";
font-size: 1.8em;
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
margin-left: 0.6rem;
vertical-align: middle;
}
@media (max-width: 767px) {
#i-annee {
bottom: 0;
left: 0;
right: 0;
transform: none;
width: 100% !important;
max-width: 100% !important;
border-radius: 0;
padding: 2rem 3rem;
font-size: 1.45rem;
min-width: unset;
white-space: normal;
line-height: 1.5;
}
#i-annee .close-btn {
top: 0.6rem;
right: 1rem;
font-size: 2.4rem;
}
#i-annee::before,
#i-annee span::after {
font-size: 1.7em;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
#i-annee {
bottom: 0;
left: 0;
right: 0;
transform: none;
width: 100% !important;
max-width: 100% !important;
border-radius: 0;
padding: 2.2rem 3rem;
font-size: 1.55rem;
white-space: nowrap;
}
}
.close-btn {
background: none !important;
border-radius: 0 !important;
position: absolute;
right: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
#i-annee {
white-space: normal;
line-height: 1.5;
}
}
.certif-badge {
position: absolute;
top: 1rem;
background: linear-gradient(135deg, #b3af9e, #fef0c6);
color: #33303c;
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.6px;
padding: 6px 16px;
border-radius: 0.5rem;
z-index: 10;
display: flex;
align-items: center !important;
justify-content: center !important;
min-width: 140px;
text-align: center !important;
transition: all 0.25s ease;
}
:root {
--bg: #17121b;
--card: #270c3670;
--neon: #e2dfebff;
--accent: #ec7c51;
--text: #e5e8eeff;
--subtext: #e0e4ebff;
--border: rgba(157, 0, 255, 0.23);
--glow: 0 0 20px rgba(187, 0, 255, 0.3);
}
.a_foot-spacer {
flex-grow: 1;
height: 8rem !important;
}
.a_foot-top-nav {
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--border);
border-top: 1px solid var(--border);
padding: 1.4rem 2rem;
text-align: center;
margin-top: 10rem !important;
margin: 0 auto;
}
.a_foot-footer {
background: #0d0a13;
padding: 5rem 2rem 3rem;
border-top: 1px solid var(--border);
position: relative;
overflow: hidden;
}
.a_foot-footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, transparent, var(--neon), transparent);
}
.a_foot-container {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1.6fr repeat(4, 1fr);
gap: 1rem !important;
}
.a_foot-col h3 {
font-family: 'Inter', sans-serif;
color: var(--neon) !important;
font-size: 1rem;
margin-bottom: 1rem;
letter-spacing: 2px;
text-shadow: var(--glow);
font-weight: 800;
text-align: left;
}
.a_foot-col ul {
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.a_foot-col ul li {
opacity: 0;
animation: fadeUp 0.8s forwards;
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(15px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@media (max-width: 1200px) {
.a_foot-container {
grid-template-columns: 1.4fr repeat(3, 1fr);
gap: 3rem;
}
}
@media (max-width: 992px) {
.a_foot-container {
gap: 3.5rem;
}
.a_foot-logo-section {
grid-column: 1 / -1;
text-align: center !important;
}
}
@media (max-width: 768px) {
.a_foot-top-nav {
display: none;
}
.a_foot-col h3 {
font-family: 'Inter', sans-serif;
color: var(--neon) !important;
font-size: 1rem;
margin-bottom: 1rem;
letter-spacing: 2px;
text-shadow: var(--glow);
font-weight: 800;
text-align: center;
}
.a_foot-col ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.a_foot-container {
grid-template-columns: 1fr;
gap: 3rem;
}
.a_foot-col {
text-align: center !important;
}
}
.a_foot-logo-section img {
max-width: 230px !important;
filter: drop-shadow(0 0 25px rgba(28, 3, 53, 0.4));
margin-bottom: 2rem;
margin: 0 auto !important;
}
.a_foot-contact p {
margin: 0.8rem 0;
font-size: 0.95rem;
color: var(--subtext);
}
.a_foot-contact a {
color: var(--accent);
}
.a_foot-qualiopi-img {
width: 220px;
margin: 2rem 0;
padding: 8px;
border: 1px solid var(--border);
border-radius: 10px;
background: rgba(0, 212, 255, .05);
}
.a_foot-social {
display: flex;
justify-content: center;
gap: 1.6rem;
margin: 4rem 0 2.5rem;
}
.a_foot-social a {
width: 54px;
height: 54px;
background: var(--card);
border: 1px solid var(--border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ccb7ceff;
font-size: 1.4rem;
transition: all .5s;
backdrop-filter: blur(10px);
}
.a_foot-social a:hover {
background: rgba(38, 2, 42, 1);
color: rgb(136, 0, 255) !important;
transform: translateY(-8px) scale(1.15);
}
.a_foot-copyright {
text-align: center;
padding-top: 2.5rem;
font-size: 0.6rem;
color: #e9e5edff;
letter-spacing: 1.2px;
}
.a_foot-copyright span {
color: var(--accent);
font-weight: 600;
}
.a_foot-share-btn {
position: fixed;
bottom: 2rem;
left: 2rem;
z-index: 9999;
}
.a_foot-share-main {
width: 55px;
height: 55px;
background: #3d1152;
backdrop-filter: blur(16px);
border: 1.5px solid var(--border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--neon);
font-size: 1.9rem;
cursor: pointer;
transition: all .6s ease;
}
.a_foot-share-main:hover {
transform: scale(1.2) rotate(360deg);
}
.a_foot-share-options {
position: absolute;
bottom: 80px;
right: 9px;
display: flex;
flex-direction: column;
gap: 1rem;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
transition: all .5s ease;
}
.a_foot-share-btn.active .a_foot-share-options {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.a_foot-share-options a {
width: 50px;
height: 50px;
background: #2a0c39;
backdrop-filter: blur(10px);
border: 1px solid var(--border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.25rem;
transition: all .4s;
}
@media (max-width:480px) {
.a_foot-footer {
padding: 4rem 1.5rem 2rem;
}
.a_foot-social {
gap: 1.2rem;
}
.a_foot-share-btn {
bottom: 1.5rem;
left: 1.5rem;
}
.a_foot-share-main {
width: 60px;
height: 60px;
font-size: 1.7rem;
}
}
.a_foot-logo-section .logo-box {
max-width: 360px;
margin: 0 auto;
background: transparent !important;
border-radius: 18px;
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09);
text-align: center !important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.a_foot-logo-section .logo-box:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.logo-box__logo {
height: 70px;
margin-bottom: 1.4rem;
transition: transform 0.3s;
}
.logo-box__logo:hover {
transform: scale(1.06);
}
.logo-box__qualiopi img {
height: 80px;
margin: 1.2rem 0 0.6rem;
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}
.logo-box__qualiopi p {
margin: 0;
font-size: 0.7rem;
color: #e2d4d4ff;
line-height: 1.4;
text-align: center !important;
margin-top: 1rem !important;
}
.glass-overlay {
position: absolute;
inset: 0;
backdrop-filter: blur(8px);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
padding-top: 2rem;
text-align: center;
max-width: 1600px;
width: 100%;
flex-direction: column;
align-items: center;
gap: clamp(16px, 4vh, 40px);
}
.title-2iia {
font-size: clamp(3rem, 5vw, 3rem);
font-weight: 900;
color: #f8f6f3;                    
text-shadow: 
0 0 25px rgba(255, 160, 80, 0.45),   
0 0 50px rgba(255, 110, 40, 0.25),  
0 12px 40px rgba(0, 0, 0, 0.5);       
transition: text-shadow 0.7s ease;
}
.title-2iia:hover {
text-shadow: 
0 0 40px rgba(255, 170, 90, 0.65),
0 0 70px rgba(255, 120, 50, 0.4),
0 16px 60px rgba(0, 0, 0, 0.6);
}
.main-subtitle {
font-size:  2.8rem !important;
font-weight: 900;
line-height: 1.1;
color: white;
max-width: 100%;
text-align: center !important; 
margin-top: 2rem;
}
.certifications-label {
font-size: clamp(1.5rem, 5vw, 1.4rem);
font-weight: 700;
color: #c084fc;
text-shadow: 0 0 30px rgba(192,132,252,0.7);
letter-spacing: 2px;
opacity: 0.92;
}
@media (max-width: 768px) {
.logo-box {
padding: 1.8rem 1.4rem;
}
.hero-content {
background-color: transparent !important;
padding: 1rem 1rem;
}
.main-subtitle {
font-size:  2rem !important;
}
}
.hero-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
margin-top: 5rem !important;
}
@media (max-width: 823px) {
.hero-container {
margin-top: 1rem !important;
}
}
.hero-content {
padding-top: 0.5rem !important;
}
.hero-grid {
display: grid;
grid-template-columns: 1fr;          
padding: 3rem 4rem;                   
align-items: center;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
}
@media (max-width: 820px) {
.hero-grid {
display: grid;
grid-template-columns: 1fr;
background-color: transparent !important;
padding: 0rem;
align-items: center;
}}
@media (max-width: 820px) {
.hero-badges-dd {
flex-direction: column;    
gap: 1rem;                 
justify-content: center;
align-items: center;       
text-align: center;        
}
}
@media (min-width: 992px) {
.hero-grid {
grid-template-columns: 1.1fr .9fr;
gap: 4.5rem;
}
.hero-content {
text-align: left;
}
.hero-image-wrapper {
text-align: right;
}
}
.hero-content {
text-align: center;
}
.hero-title {
font-size: clamp(2.8rem, 5vw, 3rem);   
font-weight: 700;                           
line-height: 1.05;                         
margin: 0 0 1.25rem 0;                      
letter-spacing: -0.05em;                     
color: white;
text-shadow: 
0 0 20px rgba(80, 235, 255, 0.18),
0 0 40px rgba(140, 110, 255, 0.14),
0 4px 12px rgba(0, 0, 0, 0.25);           
}
.hero-subtitle {
font-family: "Inter", sans-serif;
font-size: clamp(1.25rem, 3.8vw, 1.3rem);   
font-weight: 400;                           
line-height: 1.4;                           
margin: 0 0 2rem 0;
color: rgba(255, 255, 255, 0.78);           
max-width: 48ch;                            
opacity: 0.92;                             
}
.hero-cta-group {
display: flex;
flex-direction: column;
gap: .9rem;
justify-content: center;
align-items: center;
}
@media (min-width: 992px) {
.hero-cta-group {
flex-direction: row;
justify-content: flex-start;
}
}
.hero-image-wrapper {
position: relative;
z-index: 1;
text-align: center;
}
.page-title {
display: block;
position: relative;
z-index: 5;
color: #ffffff !important;
opacity: 1 !important;
visibility: visible !important;
}
.container-main {
position: relative;
z-index: 2;
}

@media (max-width: 640px) {          
.futurist-button {
display: block;                  
width: 100%;                     
margin-left: 0;
margin-right: 0;
border-radius: 0.5rem;                
padding: 1.1rem 1.5rem;          
text-align: center;              
}
}
@media (max-width: 640px) {
.futurist-button.full-bleed-mobile {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
width: 100vw;
border-radius: 0.5rem;
}
}
.page-title {
display: block;
position: relative;
z-index: 5;
color: #ffffff !important;
opacity: 1 !important;
visibility: visible !important;
}
.container-main {
position: relative;
z-index: 2;
}
@media (max-width: 768px) {
.futurist-button-contact {
display: none !important;
}
.hero-image {
max-width: 100%;
height: auto;
object-fit: cover;
overflow: hidden;
transform: translateZ(0);
will-change: transform, box-shadow, filter;
transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
background: rgba(20, 20, 40, 0.25);
}
@keyframes pulse-glow {
0%, 100% { box-shadow: 0 0 30px rgba(0, 255, 255, 0.35); }
50%      { box-shadow: 0 0 60px rgba(0, 255, 255, 0.7); }
}
.hero-badges {
display: none !important;
}
}
@media (max-width: 823px) {
.hero-title {
text-align: center !important;  
font-size: 2.4rem !important; 
font-weight: 800;              
line-height: 1.1;              
letter-spacing: 1px;       
margin: 0 0 1.5rem 0;          
padding: 0 1rem;                
}
.hero-subtitle {
text-align: center !important;                           
}
.hero-image {
max-width: 100%;
margin-top: 2rem;
}
h1 {
font-size: 2rem !important;
}
}
.quantum-card
.alumni-card,
.nebula-formation-card,
.matrix-item,
.cyber-item {
background: rgba(20, 18, 34, 0.45);
backdrop-filter: blur(20px) saturate(180%);
-webkit-backdrop-filter: blur(20px) saturate(180%);
border: 1px solid rgba(255, 154, 60, 0.35);
border-radius: 28px;
box-shadow: 0 12px 40px rgba(0,0,0,0.5), inset 0 0 20px rgba(255,154,60,0.08);
transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
}
.quantum-card:hover
.alumni-card:hover,
.nebula-formation-card:hover,
.matrix-item:hover,
.cyber-item:hover {
transform: translateY(-14px) scale(1.04);
border-color: rgba(255,154,60,0.7);
box-shadow: 0 30px 70px rgba(255,154,60,0.3), inset 0 0 30px rgba(255,154,60,0.2);
}
.futurist-button
.futurist-button-drop {
border: 2px solid rgba(255,154,60,0.3);
box-shadow: 0 0 20px rgba(255,154,60,0.25);
}
.futurist-button:hover
.futurist-button-drop:hover {
border-color: #ec7c51;
box-shadow: 0 0 40px rgba(255,154,60,0.5);
transform: translateY(-4px) scale(1.05);
}
:root {
--blue-deep: #0a2540;
--blue-dark: #001f3f;
--orange-core:#ec7c51;
--orange-shadow: rgba(255, 107, 0, 0.4);
--text-light: #ffebcc;
--text-hover: #ffffff;
}
.header-image {
position: absolute;
width: 100%;
height: 350px;
background: url("https://2iia.com/img/gloopi.jpg") center / cover no-repeat;
z-index: -1 !important;
display: flex;
align-items: center;
justify-content: center;
top: 0 !important;
}
.header-image .page-title {
color: #fff;
font-size: clamp(28px, 4vw, 48px);
font-weight: 700;
text-align: center;
padding: 0 20px;
z-index: -1;
}
.header-image::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(45deg,
#c0c0c0 0%,
#e0e0ff 25%,
#b0a0ff 50%,
#d0d0ff 75%,
silver 100%);
opacity: 0.6;
mix-blend-mode: multiply;
}
.home .header-image {
display: none !important;
}
.mega-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 60px;
padding: 10px 10px;
position: relative;
}
.mega-col {
position: relative;
}
.mega-col:not(:last-child)::after {
content: "";
position: absolute;
top: 20px;
bottom: 20px;
right: -30px;
width: 1px;
background: linear-gradient(to bottom,
transparent 0%,
rgba(23, 23, 23, 0.15) 20%,
rgba(61, 58, 58, 0.4) 50%,
rgba(10, 9, 9, 0.15) 80%,
transparent 100%);
border-radius: 1px;
}
@media (max-width: 1200px) {
.mega-container {
grid-template-columns: repeat(2, 1fr);
gap: 50px;
padding: 40px 30px;
}
.mega-col:not(:last-child)::after {
right: -25px;
}
.mega-col:nth-child(2n)::after {
content: none;
}
}
.mega-col .futuristic-icon {
stroke: #001f3f;
filter: drop-shadow(0 0 4px #001f3f80);
}
.mega-col:hover .futuristic-icon {
stroke: #ff8c00;
filter: drop-shadow(0 0 8px #ff8c00) drop-shadow(0 0 16px #ff8c0066);
}
@media (hover: hover) and (pointer: fine) {
.quantum-card:hover,
.glass-badge:hover {
transform: perspective(1000px) rotateX(12deg) rotateY(15deg) translateY(-30px) scale(1.05);
}
}
@media (hover: none) and (pointer: coarse) {
.quantum-card:hover,
.glass-badge:hover {
transform: none !important;
}
}
@keyframes neonPulse {
0% {
background-position: 0% 50%;
}
100% {
background-position: 200% 50%;
}
}
.hero-bg-video {
position: absolute;
inset: 0;
object-fit: cover;
width: 100%;
height: 100%;
animation: parallax-bg linear forwards;
animation-timeline: scroll();
animation-range: 0% 180%;
}
@keyframes parallax-bg {
to {
transform: translateY(40vh);
}
}
.hero-image-wrapper img.hero-image {
animation: parallax-fg linear forwards;
animation-timeline: scroll();
animation-range: 0% 140%;
transform-origin: center 60%;
}
@keyframes parallax-fg {
to {
transform: translateY(-25vh) scale(1.1);
}
}
.hero-badges span {
animation: badge-float linear forwards;
animation-timeline: scroll();
animation-range: 0% 120%;
}
@keyframes badge-float {
to {
transform: translateY(-100px) rotateX(15deg);
}
}
@supports not (animation-timeline: scroll()) {
.hero-bg-video,
.hero-image-wrapper img.hero-image,
.hero-badges span {
animation: none !important;
}
}
@media (max-width: 768px) {
@supports (animation-timeline: scroll()) {
.hero-bg-video {
animation-range: 0% 140%;
}
@keyframes parallax-bg {
to {
transform: translateY(20vh);
}
}
@keyframes parallax-fg {
to {
transform: translateY(-12vh) scale(1.05);
}
}
@keyframes badge-float {
to {
transform: translateY(-40px);
}
}
}
}
.hero-bg-video,
.hero-image-wrapper img.hero-image,
.hero-badges span,
.quantum-card,
.glass-badge {
will-change: transform;
backface-visibility: hidden;
transform: translateZ(0);
}
.futurist-button-contact {
font-family: "Inter", sans-serif;
font-size: 0.9rem !important;
font-weight: 700;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #5d5d5d!important;
padding: 0.8rem 1.6rem;
border-radius: 25px;
background: #ec7c51!important;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid #ec7c51!important;
box-shadow: 
0 6px 25px rgba(0, 240, 255, 0.18) ,
inset 0 0 10px rgba(255, 255, 255, 0.06) !important;
cursor: pointer;
position: relative;
overflow: hidden;
transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.futurist-button-contact:hover {
color: #ff7300 !important;
background: rgba(255, 255, 255, 0.15) !important;
border: 1px solid rgba(0, 240, 255, 0.45) !important;
box-shadow: 
0 10px 40px rgba(0, 240, 255, 0.35) ,
inset 0 0 15px rgba(255, 255, 255, 0.10) !important;
transform: translateY(-3px) scale(1.03);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}
.futurist-button-contact::before {
content: '';
position: absolute;
top: -80%;
left: -80%;
width: 260%;
height: 260%;
background: linear-gradient(
135deg,
transparent 35%,
rgba(0, 240, 255, 0.14) 50%,
transparent 65%
);
opacity: 0;
transition: opacity 0.6s ease, transform 0.6s ease;
pointer-events: none;
z-index: -1;
}
.futurist-button-contact:hover::before {
opacity: 1;
transform: translate(25%, 25%) rotate(12deg);
}
.a_foot-col ul li a {
color: var(--subtext);
text-decoration: none;
font-weight: 400;
font-size: 0.7rem;
position: relative;
display: inline-block;
transition: all .4s ease;
line-height: 1.2 !important;
}
.a_foot-col ul li a:hover {
color: #ec7c51 !important;
text-shadow: 0 0 10px rgba(17, 3, 33, 0.5);
transform: translateX(8px);
}
.a_foot-col ul li a::before {
content: "→";
position: absolute;
left: -25px;
top: 50%;
transform: translateY(-50%);
font-weight: bold;
color: transparent;
transition: color .35s ease;
}
.a_foot-col ul li a:hover::before {
color: var(--accent);
}
:root{
--ck-bg: rgba(10,14,28,.86);
--ck-surface: rgba(255,255,255,.08);
--ck-border: rgba(255,255,255,.14);
--ck-text: rgba(255,255,255,.92);
--ck-muted: rgba(255,255,255,.70);
--ck-brand: #7c3aed;
--ck-brand2:#06b6d4;
--ck-danger:#ef4444;
--ck-radius: 16px;
--ck-shadow: 0 18px 50px rgba(0,0,0,.45);
--ck-font: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
.cookie-hidden{ display:none !important; }
.cookie-banner{
position: fixed;
left: 16px; right: 16px; bottom: 16px;
z-index: 99999;
display: grid;
gap: 14px;
padding: 16px;
border: 1px solid var(--ck-border);
border-radius: var(--ck-radius);
box-shadow: var(--ck-shadow);
background: var(--ck-bg);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
@media (min-width: 860px){
.cookie-banner{ left:24px; right:24px; bottom:24px; padding:18px; }
}
.cookie-banner__row{
display:grid;
gap: 12px;
align-items: start;
}
@media (min-width: 860px){
.cookie-banner__row{ grid-template-columns: 1fr auto; align-items:center; gap:18px; }
}
.cookie-banner__title{
font-family: var(--ck-font);
font-size: 15px;
font-weight: 800;
margin: 0 0 6px;
color: var(--ck-text);
}
.cookie-banner__text{
font-family: var(--ck-font);
font-size: 14px;
line-height: 1.45;
margin: 0;
color: var(--ck-muted);
}
.cookie-banner__links{
display:flex;
flex-wrap:wrap;
gap: 10px 14px;
margin-top: 10px;
}
.cookie-link{
font-family: var(--ck-font);
font-size: 13px;
color: rgba(255,255,255,.84);
text-decoration: underline;
text-underline-offset: 4px;
opacity: .95;
background: none;
border: 0;
padding: 0;
cursor: pointer;
}
.cookie-link:hover{ opacity: 1; }
.cookie-actions{
display:flex;
flex-wrap:wrap;
gap: 10px;
justify-content:flex-start;
}
@media (min-width: 860px){
.cookie-actions{ justify-content:flex-end; }
}
.cookie-btn{
font-family: var(--ck-font);
font-size: 14px;
font-weight: 700;
border-radius: 999px;
padding: 10px 14px;
border: 1px solid var(--ck-border);
background: var(--ck-surface);
color: var(--ck-text);
cursor: pointer;
transition: transform .06s ease, background .18s ease, border-color .18s ease;
}
.cookie-btn:hover{ background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); }
.cookie-btn:active{ transform: translateY(1px); }
.cookie-btn--primary{
background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(6,182,212,.85));
border-color: transparent;
}
.cookie-btn--danger{
background: rgba(239,68,68,.12);
border-color: rgba(239,68,68,.35);
}
.cookie-prefs{
border-top: 1px solid rgba(255,255,255,.10);
padding-top: 12px;
display:none;
}
.cookie-banner[data-open="true"] .cookie-prefs{ display:block; }
.cookie-prefs__grid{ display:grid; gap: 10px; }
@media (min-width: 860px){
.cookie-prefs__grid{ grid-template-columns: 1fr 1fr; gap: 12px; }
}
.cookie-pref{
border: 1px solid rgba(255,255,255,.10);
border-radius: 14px;
padding: 12px;
background: rgba(255,255,255,.06);
}
.cookie-pref__head{
display:flex;
align-items:center;
justify-content:space-between;
gap: 12px;
margin-bottom: 6px;
}
.cookie-pref__name{
font-family: var(--ck-font);
font-size: 14px;
font-weight: 800;
margin: 0;
color: var(--ck-text);
}
.cookie-pref__desc{
font-family: var(--ck-font);
font-size: 13px;
margin: 0;
color: var(--ck-muted);
}
.cookie-toggle{
position: relative;
width: 44px; height: 26px;
border-radius: 999px;
border: 1px solid rgba(255,255,255,.18);
background: rgba(255,255,255,.10);
cursor: pointer;
flex: 0 0 auto;
}
.cookie-toggle input{ position:absolute; inset:0; opacity:0; cursor:pointer; }
.cookie-toggle__bg{
position:absolute; inset:0;
border-radius:999px;
background: rgba(255,255,255,.10);
transition: background .18s ease;
}
.cookie-toggle__knob{
position:absolute;
top: 3px; left: 3px;
width: 20px; height: 20px;
border-radius:999px;
background: rgba(255,255,255,.92);
transition: transform .18s ease;
}
.cookie-toggle input:checked + .cookie-toggle__bg{
background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(6,182,212,.85));
}
.cookie-toggle input:checked ~ .cookie-toggle__knob{
transform: translateX(18px);
}
.manage-cookies-btn{
display: inline-block;
margin-top: 10px;
padding: 8px 16px;
margin-bottom: 2rem;
font-family: 'Inter', sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.4px;
color: grey !important;
text-decoration: none;
background: #09070d !important;
border: 1px solid rgba(0, 238, 255, 0.25);
border-radius: 999px;
backdrop-filter: blur(4px);
box-shadow: 0 0 10px rgba(0, 240, 255, 0.15);
transition: all 0.25s ease;
cursor: pointer;
}
.manage-cookies-btn:hover{
color: white !important;
}
.contact-info {
display: flex;
flex-direction: column;     
align-items: center;        
gap: 0.6rem;                
margin: 2rem 0 1.5rem;
font-size: 1.05rem;
line-height: 1.4;
color: #ddd;
}
.contact-info strong {
color: #fff;                
}
.contact-info a {
display: inline-flex;
align-items: center;
gap: 0;                
color: #60a5fa;
text-decoration: none;
transition: color 0.2s ease;
}
.contact-info a:hover,
.contact-info a:focus {
color: #93c5fd;
text-decoration: underline;
}
.contact-info a::before {     
content: "📞";
margin-right: 0.5rem;
}
.hero-image {
position: relative;
max-width: 65%;
height: auto;
object-fit: cover;
border-radius: 2rem;
overflow: hidden;
background: #000;
isolation: isolate;
box-shadow:
10px 0 10px rgba(255,255,255,0.6),
25px 0 50px rgba(180,0,255,0.5),
40px 0 80px rgba(140,0,255,0.3);
}
@media (max-width: 823px) {
.hero-image {
max-width: 100%;
height: auto;
object-fit: cover;
overflow: hidden;
border: none !important;
border-radius: 0 !important;
}
.manage-cookies-btn {
display: none !important;
}}

.contact-mob {
bottom: 1.2rem !important;
right: 1.2rem !important;
z-index: 99999 !important;
display: flex !important;
align-items: center !important;
padding: 0.9rem 1.4rem !important;
color: #ffffff !important;
font-family: 'Inter', sans-serif !important;
font-size: 0.7rem !important;
font-weight: 700 !important;
text-transform: uppercase !important;
letter-spacing: 0.6px !important;
text-decoration: none !important;
cursor: pointer !important;
border-radius: 1rem !important;
}
.contact-mob .icon {
font-size: 1.4rem !important;
}
@media (max-width: 380px) {
.contact-mob {
padding: 0.9rem !important;
border-radius: 50% !important;
min-width: 56px !important;
} 
.contact-mob span:not(.icon) {
display: none !important;
}
}
@media (min-width: 769px) {
.contact-mob {
display: none !important;
}
}
#chatbot-2iia {
position: fixed !important;
bottom: 1.4rem    !important;    
right: 1.4rem     !important;    
left: auto        !important;    
z-index: 2147483647 !important;
pointer-events: none;
}
#chatbot-2iia .chat-window {
right: 0          !important;
left: auto        !important;
transform-origin: bottom right;
transform: translateX(0) !important;
}
@media (max-width: 768px) {
#chatbot-2iia {
bottom: 1.2rem !important;
right: 1.2rem  !important;
left: auto     !important;
}
#chatbot-2iia .chat-window {
width: 340px;
right: 1.2rem !important;
left: auto    !important;
transform: translateX(0) !important;
}
}
@media (max-width: 480px) {
#chatbot-2iia {
bottom: 1rem   !important;
right: 1rem    !important;
}
#chatbot-2iia .chat-window {
width: 90vw;
max-width: 380px;
right: 1rem    !important;
left: auto     !important;
}
}
.hero-badges-zz {
font-family: "Inter", sans-serif;
display: flex;
flex-wrap: wrap;
gap: 1.3rem;
margin: 0.5rem 0;
font-size: 3rem;
color: #ec7c51;
font-weight: 800;
justify-content: left;
line-height: 1.1;     
}
@media (max-width: 823px) {
.hero-badges-zz {
justify-content: center !important;     
text-align: center !important;  
font-size: 2.5rem;     
}
}
.jp-card {
width: 80%!important;
max-width:80% !important;
padding: clamp(18px, 2.5vw, 32px);
border-radius: 24px;
position: relative;
isolation: isolate;
background: linear-gradient(
145deg,
rgba(18, 24, 31, 0.78),
rgba(15, 16, 27, 0.72)
);
border: 1px solid rgba(255, 255, 255, 0.12);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
box-shadow:
0 20px 60px rgba(0, 0, 0, 0.45),
0 0 0 1px rgba(122, 94, 245, 0.12) inset;
transition:
transform 0.35s ease,
box-shadow 0.4s ease,
border-color 0.35s ease;
margin-top: 3rem;
}
.jp-card::after {
content: "";
position: absolute;
inset: -1px;
border-radius: inherit;
padding: 1px;
background: linear-gradient(
135deg,
rgba(122, 94, 245, 0.75),
rgba(155, 79, 199, 0.55),
rgba(0, 255, 255, 0.35)
);
-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
opacity: 0.35;
pointer-events: none;
z-index: -1;
transition: opacity 0.35s ease;
}
.jp-card:hover {
transform: translateY(-6px);
border-color: rgba(255, 255, 255, 0.18);
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.55),
0 0 30px rgba(122, 94, 245, 0.35);
}
.jp-card:hover::after {
opacity: 0.65;
}
.jp-card h1 {
text-align: center;
margin-bottom: 1.6rem;
font-size: clamp(1.9rem, 3vw, 2.4rem);
font-weight: 700;
background: linear-gradient(135deg, rgb(222, 215, 222), rgb(234, 231, 235));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.jp-card input,
.jp-card textarea,
.jp-card select {
width: 100%;
padding: 14px 16px;
margin: 12px 0;
border-radius: 14px;
border: 1px solid rgba(255, 255, 255, 0.12);
background: rgba(255, 255, 255, 0.06);
color: #ffffff;
font-size: 1rem;
letter-spacing: 0.25px;
outline: none;
transition:
border-color 0.25s ease,
box-shadow 0.25s ease,
background 0.25s ease;
}
.jp-card input::placeholder,
.jp-card textarea::placeholder {
color: rgba(255, 255, 255, 0.45);
}
.jp-card input:focus,
.jp-card textarea:focus,
.jp-card select:focus {
background: rgba(255, 255, 255, 0.08);
border-color: rgba(122, 94, 245, 0.9);
box-shadow:
0 0 0 4px rgba(122, 94, 245, 0.18),
0 0 18px rgba(122, 94, 245, 0.3);
}
@media (max-width: 823px) {
.jp-card {
width: 100%!important;
max-width:100% !important;
padding: clamp(18px, 2.5vw, 32px);
margin-top: 2rem;
}
.hero-subtitle {
text-align: center !important;
}
}
.hero-subtitle {
text-align: center;           
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px) {      
.hero-subtitle {
text-align: left;
margin-left: 0;
margin-right: 0;
}
}
   #neural-canvas {
            position: fixed !important;
            inset: 0 !important;
            width: 100vw !important;
            height: 100vh !important;
            z-index: -1 !important;
            pointer-events: none !important;
            opacity: 0.55;
            mix-blend-mode: screen;
        }

        .hero-content .titrette {
            text-align: center !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: fit-content !important;
        }

        @media screen and (min-width: 992px) {
            .hero-content .titrette {
                text-align: left !important;
                margin-left: 0 !important;
                margin-right: auto !important;
                width: 100% !important;
            }
        }

        .titrette p {
            margin: 1rem auto 1.5rem;
            font-size: 1.1rem;
            line-height: 1.5;
            max-width: 90%;
        }

        @media screen and (min-width: 992px) {
            .titrette p {
                margin: 1rem 0 1.5rem 0;
                max-width: 100%;
            }
        }

        .avis-section {
            padding: 4rem 1.5rem 5rem;
        }

        .avis-subtitle {
            text-align: center !important;
            color: var(--accent-neon, #00e5ff);
            font-size: 0.85rem;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            margin-top: -1rem;
            margin-bottom: 2.5rem;
            opacity: 0.75;
        }

        .avis-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.5rem;
            max-width: 1100px;
            margin: 0 auto 2.5rem;
        }

        .avis-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(0, 229, 255, 0.12);
            border-radius: 12px;
            padding: 1.4rem 1.5rem 1.6rem;
            transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .avis-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 229, 255, 0.05) 0%, transparent 60%);
            pointer-events: none;
        }

        .avis-card:hover {
            transform: translateY(-4px);
            border-color: rgba(0, 229, 255, 0.35);
            box-shadow: 0 8px 32px rgba(0, 229, 255, 0.1);
        }

        .avis-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 0.6rem;
        }

        .avis-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--accent-neon, #00e5ff), #0066cc);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 0.75rem;
            color: #000;
            flex-shrink: 0;
        }

        .avis-meta {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .avis-name {
            font-weight: 600;
            font-size: 0.9rem;
            color: #fff;
        }

        .avis-date {
            font-size: 0.75rem;
            color: rgba(255, 255, 255, 0.4);
        }

        .avis-google-logo {
            width: 18px;
            height: 18px;
            opacity: 0.6;
        }

        .avis-stars {
            color: #fbbf24;
            font-size: 0.9rem;
            letter-spacing: 0.05em;
            margin-bottom: 0.75rem;
        }

        .avis-text {
            font-size: 0.875rem;
            line-height: 1.65;
            color: rgba(255, 255, 255, 0.72);
            margin: 0;
        }

        .avis-cta {
            text-align: center;
            margin-top: 1rem;
        }

        @media (max-width: 600px) {
            .avis-grid {
                grid-template-columns: 1fr;
            }
        }