:root {
  --nw-accent: #1769e0;
  --nw-accent-rgb: 23, 105, 224;
  --nw-accent-dark: #0b438f;
  --nw-ink: #132238;
  --nw-muted: #64748b;
  --nw-surface: #ffffff;
  --nw-soft: #f3f7fc;
  --nw-border: #dce6f1;
  --nw-radius: 22px;
  --nw-shadow: 0 18px 55px rgba(18, 43, 70, .11);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nw-ink);
  background: #fff;
  font-family: "Nunito", "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nw-menu-open { overflow: hidden; }
a { color: var(--nw-accent); transition: color .2s ease, background .2s ease, transform .2s ease; }
a:hover { color: var(--nw-accent-dark); text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1180px; }
.nw-inner-page #main { padding-top: 74px; }
.nw-inner-page #main > section:first-child { padding-top: 72px; }

/* En-tete */
#header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 997;
  min-height: 82px;
  padding: 15px 28px;
  background: linear-gradient(90deg, rgba(8, 28, 51, .92), rgba(var(--nw-accent-rgb), .82));
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
  transition: min-height .25s ease, padding .25s ease, box-shadow .25s ease;
}
#header.header-scrolled { min-height: 68px; padding-top: 9px; padding-bottom: 9px; box-shadow: 0 10px 32px rgba(8, 28, 51, .2); }
#header .container-fluid { display: flex; align-items: center; gap: 24px; }
#logo { float: none !important; min-width: 170px; margin-right: auto; }
#logo.nw-logo-context { display: flex; align-items: center; gap: 11px; }
#logo h1 { margin: 0; padding: 0; font-size: clamp(1.15rem, 2vw, 1.75rem); font-weight: 900; line-height: 1.1; letter-spacing: -.035em; }
#logo h1 a { display: block; color: #fff; border: 0; }
.nw-page-context {
  display: inline-block;
  max-width: 190px;
  padding-left: 11px;
  color: rgba(255,255,255,.78);
  border-left: 1px solid rgba(255,255,255,.32);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: normal;
}
#nav-menu-container { float: none; margin: 0; }
.nav-menu, .nav-menu * { margin: 0; padding: 0; list-style: none; }
.nav-menu { display: flex; align-items: center; gap: 2px; }
.nav-menu > li { position: relative; white-space: nowrap; }
.nav-menu > li > a { display: block; padding: 11px 12px; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .015em; border-radius: 999px; }
.nav-menu > li:hover > a, .nav-menu > .menu-active > a, .nav-menu > .btn-get-started > a { background: rgba(255,255,255,.17); color: #fff; }
.nav-menu ul {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  min-width: 235px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--nw-border);
  border-radius: 16px;
  box-shadow: var(--nw-shadow);
  z-index: 1000;
}
@media (min-width: 992px) {
  .nav-menu li:hover > ul,
  .nav-menu li:focus-within > ul {
    display: block;
  }

  .nav-menu ul ul {
    top: -10px;
    left: calc(100% - 4px);
  }
}
.nav-menu ul li a { display: block; padding: 9px 12px; color: var(--nw-ink); font-size: .88rem; font-weight: 700; border-radius: 10px; white-space: normal; }
.nav-menu ul li a:hover { color: var(--nw-accent-dark); background: rgba(var(--nw-accent-rgb), .09); }
#header .social-links { display: flex; gap: 7px; margin-left: auto; }
#header .social-links a { display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: rgba(255,255,255,.12); border-radius: 50%; }
.nw-menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); border-radius: 13px; font-size: 1.35rem; }

/* Hero */
#intro { position: relative; width: 100%; min-height: clamp(570px, 78vh, 780px); background: #071b31; overflow: hidden; }
#intro .intro-container, #introCarousel, #intro .carousel-inner, #intro .carousel-item { position: absolute; inset: 0; }
#intro .carousel-background { position: absolute; inset: 0; }
#intro .carousel-background::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,41,.86) 0%, rgba(5,22,41,.56) 52%, rgba(5,22,41,.3) 100%); }
#intro .carousel-background img { width: 100%; height: 100%; object-fit: cover; }
#intro .carousel-container { position: absolute; inset: 0; display: flex; align-items: center; padding: 115px 7vw 60px; }
#intro .carousel-content { width: min(760px, 100%); color: #fff; text-align: left; }
#intro h2 { margin: 0 0 16px; color: #fff; font-size: clamp(2.3rem, 6vw, 5rem); font-weight: 900; line-height: 1.02; letter-spacing: -.05em; text-shadow: 0 3px 24px rgba(0,0,0,.22); }
#intro h3, #intro p { margin: 0 0 28px; color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 2.2vw, 1.4rem); line-height: 1.5; }
.btn-get-started, #intro .btn-get-started, #call-to-action input[type="submit"], .btn-primary, input[class^="btn-"] {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px;
  color: #fff !important; background: var(--nw-accent) !important; border: 0 !important; border-radius: 999px !important;
  font-weight: 900; box-shadow: 0 12px 28px rgba(var(--nw-accent-rgb), .28); cursor: pointer;
}
.btn-get-started:hover, #call-to-action input[type="submit"]:hover { background: var(--nw-accent-dark) !important; transform: translateY(-2px); }
#intro .carousel-control-prev, #intro .carousel-control-next { width: 7%; opacity: .7; }
#intro .carousel-indicators li { width: 9px; height: 9px; border: 0; border-radius: 50%; }

/* Sections */
main section { padding: 82px 0; }
main section:nth-of-type(even):not(#intro):not(#call-to-action) { background: var(--nw-soft); }
.section-bg { background: var(--nw-soft) !important; }
.section-header { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.section-header h3, .section-title { position: relative; margin: 0 0 18px; color: var(--nw-ink); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; line-height: 1.15; letter-spacing: -.035em; }
.section-header h3::after { content: ""; display: block; width: 58px; height: 5px; margin: 15px auto 0; background: var(--nw-accent); border-radius: 5px; }
.section-header p { color: var(--nw-muted); font-size: 1.05rem; }

#featured-services { position: relative; z-index: 4; margin-top: -42px; padding: 0 0 38px; background: transparent !important; }
#featured-services .row { overflow: hidden; background: #fff; border: 1px solid var(--nw-border); border-radius: var(--nw-radius); box-shadow: var(--nw-shadow); }
#featured-services .box { min-height: 155px; padding: 30px 26px; color: var(--nw-ink); background: #fff; border-right: 1px solid var(--nw-border); text-align: center; }
#featured-services .box:last-child { border-right: 0; }
#featured-services .box span { color: var(--nw-accent); }
#featured-services .title { margin-top: 12px; font-size: 1rem; font-weight: 900; }
#featured-services .title a { color: var(--nw-ink); }
#about .about-col, #services .box, #team .member, #speakers .member, .portfolio-item, .pricing-box {
  height: 100%; padding: 28px; background: #fff; border: 1px solid var(--nw-border); border-radius: var(--nw-radius); box-shadow: 0 10px 35px rgba(18,43,70,.07);
}
#services .row { row-gap: 22px; }
#services .box { margin: 0; }
#services .icon { float: none; display: grid; width: 54px; height: 54px; margin-bottom: 18px; place-items: center; color: #fff; background: var(--nw-accent); border-radius: 16px; font-size: 1.35rem; }
#services .title, #services .description { margin-left: 0; }
#services .title { font-size: 1.05rem; font-weight: 900; }
#services .title a { color: var(--nw-ink); }
#services .description { color: var(--nw-muted); line-height: 1.6; }

#call-to-action { padding: 64px 0; color: #fff; background: linear-gradient(135deg, var(--nw-accent-dark), var(--nw-accent)) !important; }
#call-to-action h3 { color: #fff; font-weight: 900; }
#call-to-action form { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
#call-to-action input[type="text"], #call-to-action input[type="email"] { min-width: min(360px, 100%); min-height: 48px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
#call-to-action input[type="submit"] { color: var(--nw-accent-dark) !important; background: #fff !important; box-shadow: none; }

#facts .counters > div { padding: 12px; }
#facts .counters span { display: block; color: var(--nw-accent); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900; }
#facts .counters p { color: var(--nw-muted); font-weight: 800; }
.nw-locations-row { width: 100%; margin: 24px 0 0; }
.nw-locations-present { width: 100%; max-width: none; padding-right: 15px; padding-left: 15px; text-align: center; }
.nw-location-flags { display: flex; width: 100%; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.nw-location-flag { display: inline-flex; justify-content: center; align-items: center; width: 64px; min-height: 56px; padding: 6px; color: var(--nw-ink); background: #fff; border: 1px solid var(--nw-border); border-radius: 14px; box-shadow: 0 7px 20px rgba(18,43,70,.08); }
.nw-location-flag-icon { font-size: 2.3rem; line-height: 1; }

@media (max-width: 575px) {
	.nw-locations-row { margin-top: 18px; }
	.nw-location-flags { gap: 8px; }
	.nw-location-flag { width: 52px; min-height: 46px; padding: 5px; }
	.nw-location-flag-icon { font-size: 1.8rem; }
}

#portfolio-flters { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; padding: 0; list-style: none; }
#portfolio-flters li { padding: 9px 15px; color: var(--nw-ink); background: #fff; border: 1px solid var(--nw-border); border-radius: 999px; font-weight: 800; cursor: pointer; }
#portfolio-flters li:hover, #portfolio-flters .filter-active { color: #fff; background: var(--nw-accent); border-color: var(--nw-accent); }

#clients .owl-item, #clients .client-logo { padding: 15px; }
#clients img { max-height: 95px; object-fit: contain; filter: grayscale(1); opacity: .72; transition: .2s ease; }
#clients img:hover { filter: none; opacity: 1; }
.testimonial-item { max-width: 780px; margin: auto; padding: 30px; background: #fff; border-radius: var(--nw-radius); box-shadow: var(--nw-shadow); }
.testimonial-item .testimonial-img { width: 92px; height: 92px; object-fit: cover; border: 5px solid rgba(var(--nw-accent-rgb),.14); border-radius: 50%; }
.quote-sign-left, .quote-sign-right { width: 22px !important; opacity: .25; }
#team .row, #speakers .row { row-gap: 24px; }
#team .member, #speakers .member { overflow: hidden; padding: 0; }
#team .member img, #speakers .member img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

#pricing .box, #pricing .pricing-box { padding: 30px; }
#pricing h3, #pricing h4 { color: var(--nw-ink); font-weight: 900; }
#pricing h4 sup, #pricing h4 span { color: var(--nw-muted); }
#pricing .featured { border: 2px solid var(--nw-accent); transform: translateY(-6px); }

#contact .form-control { min-height: 48px; border: 1px solid var(--nw-border); border-radius: 12px; }
#contact textarea.form-control { min-height: 145px; }
#map, .map { overflow: hidden; border-radius: var(--nw-radius); }
#footer { padding-top: 54px; color: rgba(255,255,255,.78); background: #081c33; }
#footer h3, #footer h4, #footer a { color: #fff; }
#footer .footer-top { background: transparent; }

/* Cadre partage par la Home et les pages Intervenants/Partenaires - version 20260817-6. */
.nw-wave-shell .nav-menu > li.nw-header-login {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.nw-wave-shell .nav-menu > li.nw-header-login > a {
  padding: 11px 12px;
}
.nw-wave-shell #footer { font-size: 1rem; line-height: 1.55; }
.nw-wave-shell #footer .footer-top { padding: 26px 0 16px; }
.nw-wave-shell #footer .footer-top .row { row-gap: 14px; }
.nw-wave-shell #footer h3,
.nw-wave-shell #footer h4 { margin: 0 0 10px; font-size: 1.16rem; }
.nw-wave-shell #footer p { margin-bottom: 6px; }
.nw-wave-shell #footer ul { margin-bottom: 0; }
.nw-wave-shell #footer ul li { padding: 3px 0; }
.nw-wave-shell #footer .footer-info,
.nw-wave-shell #footer .footer-info p,
.nw-wave-shell #footer .footer-info strong,
.nw-wave-shell #footer .footer-links li,
.nw-wave-shell #footer .footer-links li a,
.nw-wave-shell #footer .footer-newsletter,
.nw-wave-shell #footer .footer-newsletter p { font-size: 1rem; }
.nw-wave-shell #footer .social-links a {
  width: 32px;
  height: 32px;
  font-size: .9rem;
}
.nw-wave-shell #footer .copyright { padding-top: 12px; font-size: .95rem; }
.nw-wave-shell #footer .credits { padding: 3px 0 14px; font-size: .9rem; }

.nw-sponsors-page,
.nw-sponsors-page #main,
.nw-sponsors-page #about,
.nw-sponsors-page #team,
.nw-sponsors-page #sponsors {
  background: #fff !important;
}

/* Logos partenaires : toutes les references occupent la meme zone, sans deformation. */
.nw-sponsors-page #sponsors .row {
  align-items: stretch;
  row-gap: 24px;
}
.nw-sponsors-page #sponsors [class*="col-"] {
  display: flex;
}
.nw-sponsors-page .sponsor-card.simple {
  width: 100%;
  min-height: 190px;
  background: #fff;
  border: 1px solid var(--nw-border);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(18,43,70,.07);
}
.nw-sponsors-page .sponsor-card.simple > a {
  display: block;
  width: 100%;
  height: 100%;
}
.nw-sponsors-page .sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
  padding: 22px;
  background: #fff;
}
.nw-sponsors-page .sponsor-logo img,
.nw-sponsors-page #team .sponsor-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 146px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.nw-sponsors-page .sponsor-card.simple .card-img-overlay {
  border-radius: 18px;
}

/* Cartes intervenants : informations et reseaux sociaux correctement espaces. */
.nw-speakers-page #team .row {
  align-items: stretch;
}
.nw-speakers-page #team [class*="col-"] {
  display: flex;
}
.nw-speakers-page #team .member {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.nw-speakers-page #team .member > img {
  flex: 0 0 auto;
}
.nw-speakers-page #team .member .member-info {
  position: static;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  padding: 20px 22px 22px;
  color: var(--nw-ink);
  background: #fff;
  opacity: 1;
}
.nw-speakers-page #team .member .member-info-content {
  width: 100%;
}
.nw-speakers-page #team .member h4 {
  margin: 0 0 9px;
  color: var(--nw-ink);
  font-size: 1.14rem;
  font-weight: 900;
  line-height: 1.28;
}
.nw-speakers-page #team .member span {
  display: block;
  margin-top: 4px;
  color: var(--nw-muted);
  line-height: 1.45;
}
.nw-speakers-page #team .member .social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--nw-border);
}
.nw-speakers-page #team .member .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #fff;
  background: var(--nw-accent);
  border-radius: 50%;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease;
}
.nw-speakers-page #team .member .social a:hover,
.nw-speakers-page #team .member .social a:focus {
  color: #fff;
  background: var(--nw-accent-dark);
  transform: translateY(-2px);
}
.nw-speakers-page #team .member .social i {
  margin: 0;
  font-size: .95rem;
  line-height: 1;
}
.nw-speakers-page #team .member .social svg {
  display: block;
  width: 15px;
  height: 15px;
}

@media (max-width: 600px) {
  .nw-sponsors-page .sponsor-card.simple,
  .nw-sponsors-page .sponsor-logo { min-height: 165px; height: 165px; }
  .nw-sponsors-page .sponsor-logo { padding: 18px; }
  .nw-sponsors-page .sponsor-logo img,
  .nw-sponsors-page #team .sponsor-logo img { max-height: 129px; }
  .nw-speakers-page #team .member .member-info { padding: 18px 18px 20px; }
  .nw-wave-shell #footer { font-size: 1.05rem; line-height: 1.6; }
  .nw-wave-shell #footer .footer-top { padding-top: 20px; }
  .nw-wave-shell #footer h3,
  .nw-wave-shell #footer h4 { font-size: 1.2rem; }
  .nw-wave-shell #footer .footer-info,
  .nw-wave-shell #footer .footer-info p,
  .nw-wave-shell #footer .footer-info strong,
  .nw-wave-shell #footer .footer-links li,
  .nw-wave-shell #footer .footer-links li a,
  .nw-wave-shell #footer .footer-newsletter,
  .nw-wave-shell #footer .footer-newsletter p { font-size: 1.05rem; }
  .nw-wave-shell #footer .copyright { font-size: .98rem; }
  .nw-wave-shell #footer .credits { font-size: .92rem; }
}
.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 996; display: none; width: 46px; height: 46px; color: #fff; background: var(--nw-accent); border-radius: 50%; text-align: center; line-height: 46px; box-shadow: 0 12px 25px rgba(var(--nw-accent-rgb),.3); }
.back-to-top.nw-visible { display: block; }
.cc-window { background: var(--nw-accent) !important; border-radius: 14px !important; box-shadow: var(--nw-shadow); }
.cc-window .cc-btn { color: var(--nw-accent-dark) !important; background: #fff !important; border-color: #fff !important; border-radius: 999px; }

@media (max-width: 991px) {
  #header { min-height: 70px; padding: 11px 16px; }
  #header .container-fluid { gap: 10px; }
  #logo { min-width: 0; max-width: calc(100% - 106px); }
  #logo.nw-logo-context { flex-direction: column; align-items: flex-start; gap: 2px; }
  #logo h1 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nw-page-context {
    max-width: 100%;
    padding-left: 0;
    overflow: hidden;
    border-left: 0;
    font-size: .62rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #header .social-links { display: none; }
  .nw-menu-toggle { display: block; flex: 0 0 44px; }
  #nav-menu-container { position: fixed; inset: 70px 12px auto; display: none; max-height: calc(100vh - 84px); overflow-y: auto; padding: 10px; background: #fff; border-radius: 18px; box-shadow: 0 24px 70px rgba(8,28,51,.35); }
  #nav-menu-container.nw-open { display: block; }
  .nav-menu { display: block; }
  .nav-menu > li > a { padding: 12px 13px; color: var(--nw-ink); border-radius: 10px; }
  .nav-menu > li:hover > a, .nav-menu > .menu-active > a, .nav-menu > .btn-get-started > a { color: var(--nw-accent-dark); background: rgba(var(--nw-accent-rgb),.09); }
  .nw-wave-shell .nav-menu > li.nw-header-login > a { padding: 12px 13px; }
  .nav-menu ul { position: static; display: none; min-width: 0; margin: 2px 0 8px 14px; padding: 5px; background: var(--nw-soft); border: 0; box-shadow: none; }
  .nav-menu li:hover > ul { display: none; }
  .nav-menu li.nw-submenu-open > ul { display: block; }
  #intro .carousel-container { padding: 104px 24px 50px; }
  #intro .carousel-content { text-align: center; }
  #intro .carousel-background::after { background: rgba(5,22,41,.63); }
  #featured-services { margin-top: -25px; }
  #featured-services .box { border-right: 0; border-bottom: 1px solid var(--nw-border); }
  main section { padding: 64px 0; }
  .nw-inner-page #main { padding-top: 68px; }
}

@media (max-width: 600px) {
  #intro { min-height: 610px; }
  #intro h2 { font-size: 2.35rem; }
  #intro h3 { font-size: 1rem; }
  #intro .carousel-control-prev, #intro .carousel-control-next { display: none; }
  .section-header { margin-bottom: 28px; }
  main section { padding: 52px 0; }
  #call-to-action input { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
