/* Ajustements pilotes appliques uniquement a la page francaise. */
.nw-fr-home #services { padding-top: 48px; padding-bottom: 34px; }
.nw-fr-home #services .section-header { margin-bottom: 26px; }
.nw-fr-home #services .row { row-gap: 12px; }
.nw-fr-home #services .box {
  padding: 17px 18px;
  border-radius: 15px;
  box-shadow: 0 5px 18px rgba(18, 43, 70, .045);
}
.nw-fr-home #services .icon {
  float: left;
  width: 39px;
  height: 39px;
  margin: 0 12px 4px 0;
  border-radius: 11px;
  font-size: 1rem;
}
.nw-fr-home #services .title {
  margin: 0 0 5px;
  font-size: .92rem;
  line-height: 1.3;
}
.nw-fr-home #services .description {
  margin: 0;
  color: #718096;
  font-size: .79rem;
  line-height: 1.45;
}

.nw-fr-home .nw-programme-pdf {
  display: flex;
  justify-content: center;
  margin: -8px 0 28px;
}
.nw-fr-home .nw-programme-pdf-link {
  display: grid;
  grid-template-columns: 38px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 11px;
  min-width: 245px;
  padding: 12px 19px;
  color: var(--nw-ink);
  background: #fff;
  border: 1px solid rgba(var(--nw-accent-rgb), .3);
  border-radius: 15px;
  box-shadow: 0 7px 22px rgba(18, 43, 70, .07);
}
.nw-fr-home .nw-programme-pdf-link i {
  grid-row: 1 / 3;
  color: var(--nw-accent);
  font-size: 1.85rem;
  text-align: center;
}
.nw-fr-home .nw-programme-pdf-link span {
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.2;
}
.nw-fr-home .nw-programme-pdf-link small {
  color: var(--nw-muted);
  font-size: .7rem;
  line-height: 1.2;
}
.nw-fr-home .nw-programme-pdf-link:hover {
  color: var(--nw-accent-dark);
  border-color: var(--nw-accent);
  box-shadow: 0 10px 26px rgba(var(--nw-accent-rgb), .15);
  transform: translateY(-2px);
}

.nw-fr-home .nav-menu > li.btn-get-started {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.nw-fr-home .nav-menu > li.btn-get-started > a {
  padding: 11px 12px;
  background: transparent;
  box-shadow: none;
}
.nw-fr-home .nav-menu > li.btn-get-started:hover > a { background: rgba(255, 255, 255, .12); }

.nw-fr-home .nw-speakers-carousel .owl-stage { display: flex; }
.nw-fr-home .nw-speakers-carousel .owl-item { display: flex; }
.nw-fr-home .nw-speaker-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-content: start;
  column-gap: 15px;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 20px;
  text-align: left;
}
.nw-fr-home .nw-speaker-card .testimonial-img {
  grid-row: 1 / span 3;
  width: 72px;
  height: 72px;
  margin: 0;
}
.nw-fr-home .nw-speaker-card h3 {
  margin: 2px 0 3px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}
.nw-fr-home .nw-speaker-card h4 {
  margin: 0 0 8px;
  color: var(--nw-muted);
  font-size: .78rem;
  line-height: 1.4;
}
.nw-fr-home .nw-speaker-card p {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  color: var(--nw-muted);
  font-size: .82rem;
  line-height: 1.5;
}
.nw-fr-home .nw-speakers-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 18px;
}
.nw-fr-home .nw-speakers-carousel .owl-nav button.owl-prev,
.nw-fr-home .nw-speakers-carousel .owl-nav button.owl-next {
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--nw-accent);
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
}
.nw-fr-home .nw-speakers-carousel .owl-nav button.disabled { opacity: .3; }
.nw-fr-home .nw-speakers-carousel .owl-dots { margin-top: 10px; text-align: center; }
.nw-fr-home .nw-speakers-carousel .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #cbd5e1;
  border-radius: 50%;
}
.nw-fr-home .nw-speakers-carousel .owl-dot.active { background: var(--nw-accent); }

.nw-fr-home #team { padding: 42px 0; }
.nw-fr-home #team .section-header { margin-bottom: 25px; }
.nw-fr-home #team .section-header h3 { font-size: clamp(1.45rem, 3vw, 2rem); }
.nw-fr-home #team .section-header p { font-size: .9rem; }
.nw-fr-home #team .nw-organizer-grid { row-gap: 12px; }
.nw-fr-home #team .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 8px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(18, 43, 70, .055);
}
.nw-fr-home #team .member img {
  width: 76px;
  height: 76px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}
.nw-fr-home #team .member .member-info {
  position: static;
  display: block;
  opacity: 1;
  margin-top: 9px;
  text-align: center;
}
.nw-fr-home #team .member .member-info-content { margin: 0; }
.nw-fr-home #team .member h4 { margin: 0 0 3px; color: var(--nw-ink); font-size: .86rem; }
.nw-fr-home #team .member span { color: var(--nw-muted); font-size: .69rem; line-height: 1.3; }
.nw-fr-home #team .member .social { margin-top: 7px; }
.nw-fr-home #team .member .social a { color: var(--nw-muted); font-size: .78rem; }

.nw-fr-home #footer { font-size: .75rem; line-height: 1.45; }
.nw-fr-home #footer .footer-top { padding: 26px 0 16px; }
.nw-fr-home #footer .footer-top .row { row-gap: 14px; }
.nw-fr-home #footer h3,
.nw-fr-home #footer h4 { margin: 0 0 8px; font-size: .86rem; }
.nw-fr-home #footer p { margin-bottom: 6px; }
.nw-fr-home #footer ul { margin-bottom: 0; }
.nw-fr-home #footer ul li { padding: 2px 0; }
.nw-fr-home #footer .social-links a {
  width: 28px;
  height: 28px;
  font-size: .72rem;
}
.nw-fr-home #footer .copyright { padding-top: 12px; font-size: .7rem; }
.nw-fr-home #footer .credits { padding: 2px 0 12px; font-size: .66rem; }

@media (max-width: 600px) {
  .nw-fr-home #services .box { padding: 14px; }
  .nw-fr-home .nw-speaker-card { grid-template-columns: 60px 1fr; padding: 16px; }
  .nw-fr-home .nw-speaker-card .testimonial-img { width: 60px; height: 60px; }
  .nw-fr-home #footer .footer-top { padding-top: 20px; }
}
