﻿:root {
  --new-primary: #b17f4a;
  --new-accent: #fd7e14;
  --new-ink: #000000;
  --new-muted: #5f6c77;
  --new-bg: #f4f7fa;
}

body.front-web-body {
  margin: 0;
  font-family: "Quicksand", "Segoe UI", sans-serif;
  color: var(--new-ink);
  background: radial-gradient(circle at 15% 10%, #ffffff 0%, var(--new-bg) 70%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.front-web-body main {
  flex: 1 0 auto;
}

.front-web-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 0;
}

.front-web-brand img {
  width: 180px;
  height: auto;
}

.front-web-nav {
  list-style: none;
  display: flex;
  gap: 0.35rem;
  padding: 0;
}

.front-web-nav a,
.front-web-nav-mobile a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.52rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--new-ink);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease;
}

.front-web-nav a.is-active,
.front-web-nav a:hover,
.front-web-nav-mobile a.is-active {
  color: var(--new-primary);
  background: rgba(177, 127, 74, 0.1);
}

.front-web-nav-mobile a:hover {
  color: var(--new-primary);
  background: rgba(177, 127, 74, 0.1);
}

.front-web-login-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--new-ink);
  background: rgba(255, 255, 255, 0.85);
  border: 0;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.front-web-login-btn::after {
  content: "";
  position: absolute;
  top: .32rem;
  right: .36rem;
  width: .48rem;
  height: .48rem;
  border-radius: 999px;
  background: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, .45);
  animation: newLoginDotPulse 1.25s ease-in-out infinite;
}

.front-web-login-btn .material-symbols-rounded {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1;
  transform: translateY(0.5px);
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.front-web-login-btn:hover {
  color: var(--new-primary);
  background: rgba(177, 127, 74, 0.1);
  border-color: transparent;
}

@keyframes newLoginDotPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, .45);
  }
  50% {
    opacity: .6;
    transform: scale(.86);
    box-shadow: 0 0 0 .24rem rgba(220, 53, 69, 0);
  }
}

.about-cta-btn {
  opacity: .82;
  font-weight: 700;
  transition: opacity .2s ease;
}

.about-cta-btn:hover {
  opacity: 1;
}

.about-cta-btn:focus,
.about-cta-btn:focus-visible,
.about-cta-btn:active {
  opacity: 1;
}

.about-cta-btn-main {
  background: #fff;
  color: var(--new-primary);
  border: 1px solid #fff;
}

.about-cta-btn-main:hover {
  color: var(--new-primary);
  background: #fff;
  border-color: #fff;
}

.about-cta-btn-alt {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.about-cta-btn-alt:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.partners-title-icon {
  font-size: 1.6rem;
  line-height: 1;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}

.partners-title-icon-lg {
  font-size: 1.7rem;
}

.contact-robot-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  cursor: pointer;
  min-height: 1.4rem;
}

.contact-robot-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-robot-switch {
  width: 2.1rem;
  height: 1.24rem;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, .08);
  display: inline-flex;
  align-items: center;
  padding: 2px;
  transition: all .18s ease;
}

.contact-robot-thumb {
  width: .88rem;
  height: .88rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  transform: translateX(0);
  transition: transform .18s ease;
}

.contact-robot-label {
  color: #6c757d;
  font-size: .78rem;
  line-height: 1.24rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.24rem;
  margin-top: 0;
}

.contact-robot-input:checked + .contact-robot-switch {
  background: var(--new-primary);
  border-color: var(--new-primary);
}

.contact-robot-input:checked + .contact-robot-switch .contact-robot-thumb {
  transform: translateX(.84rem);
}

.contact-robot-input:checked + .contact-robot-switch + .contact-robot-label {
  color: var(--new-primary);
}

.contact-robot-input:focus-visible + .contact-robot-switch {
  box-shadow: 0 0 0 2px rgba(177, 127, 74, .35);
}

.symbio-hero-logo {
  display: inline-block;
  width: clamp(280px, 33vw, 430px);
  height: clamp(76px, 9vw, 118px);
  margin-bottom: .75rem;
  background-color: var(--new-primary);
  -webkit-mask: url("/assets/img/logo_symbio_light.svg") no-repeat center / contain;
  mask: url("/assets/img/logo_symbio_light.svg") no-repeat center / contain;
}

.symbio-hero-logo-xl {
  width: min(100%, 360px);
  height: clamp(84px, 11vw, 150px);
  margin-bottom: 0;
}

.symbio-hero-visual {
  width: min(100%, 360px);
  height: clamp(180px, 22vw, 280px);
  object-fit: cover;
  border-radius: .45rem;
  display: inline-block;
}

.symbio-screenshot-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.symbio-screenshot-link {
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}

.front-web-hero {
  padding: 5rem 0 4rem;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.front-web-hero .container-xl {
  position: relative;
  z-index: 2;
}

.front-web-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.front-web-hero-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
  filter: sepia(0.72) hue-rotate(-18deg) saturate(0.9) contrast(1.04);
}

.front-web-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
  filter: sepia(0.72) hue-rotate(-18deg) saturate(0.9) contrast(1.04);
}

.front-web-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(244, 247, 250, 0.72), rgba(244, 247, 250, 0.52));
}

.front-web-card {
  background: #fff;
  border: 0;
  border-radius: .35rem;
  padding: 1.5rem;
  box-shadow: none;
}

.front-web-card-flat {
  background: transparent;
  border-radius: 0;
  padding: 0.25rem 0;
}

.front-web-kpi-card {
  text-align: center;
  position: relative;
}

.front-web-kpi {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  line-height: 1;
  font-weight: 700;
  color: var(--new-primary);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.15rem;
}

.front-web-kpi-prefix {
  font-size: 0.72em;
}

.front-web-kpi-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.35rem;
  line-height: 1;
  color: var(--new-primary);
  opacity: 0.5;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.front-web-kpi-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--new-primary);
}

.front-web-kpi-sub {
  font-size: 0.9rem;
  color: #222;
}

.front-web-chip {
  display: inline-block;
  border-radius: 999px;
  background: var(--new-primary);
  color: #FFF;
  padding: 0.35rem 0.8rem;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}

.front-web-section {
  padding: 4rem 0;
}

.front-web-pillars {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 380px;
}

.front-web-pillar {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.front-web-pillar:nth-child(1) { background-image: url('/assets/img/pillars/pillar-adunea-independance.jpg'); }
.front-web-pillar:nth-child(2) { background-image: url('/assets/img/pillars/pillar-adunea-developpement.jpg'); }
.front-web-pillar:nth-child(3) { background-image: url('/assets/img/pillars/pillar-adunea-anticipation.jpg'); }
.front-web-pillar:nth-child(4) { background-image: url('/assets/img/pillars/pillar-adunea-professionnalisme.jpg'); }
.front-web-pillar:nth-child(5) { background-image: url('/assets/img/pillars/pillar-adunea-action.jpg'); }

.front-web-pillar-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.08));
  transition: backdrop-filter 0.35s ease, background-color 0.35s ease, background 0.35s ease;
}

.front-web-pillar-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.1rem;
}

.front-web-pillar-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.front-web-pillar-text {
  font-size: 0.88rem;
  line-height: 1.35;
  max-height: 120px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
  margin-top: 0.35rem;
}

.front-web-pillar:hover .front-web-pillar-layer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0.04));
  backdrop-filter: blur(4px);
}

.front-web-pillar:hover .front-web-pillar-title {
  transform: translateY(-0.45rem);
}

.front-web-pillar:hover .front-web-pillar-text {
  max-height: 140px;
  opacity: 1;
  margin-top: 0.55rem;
}

@media (max-width: 991.98px) {
  .front-web-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-web-pillar {
    min-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .front-web-pillars {
    grid-template-columns: 1fr;
  }

  .front-web-pillar {
    min-height: 260px;
  }
}

.front-web-cta {
  background: linear-gradient(120deg, var(--new-primary), var(--new-accent));
  color: #fff;
  border-radius: .25rem;
  padding: 2rem;
}

.front-web-footer {
  position: relative;
  overflow: hidden;
  background: #1f1f22;
  color: #fff;
  border-top: 0;
}

.front-web-footer::before {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -2.5rem;
  width: min(58vw, 40rem);
  aspect-ratio: 1 / 1;
  background: url("/assets/svg/SVG_adunea_logotype_single.svg") no-repeat center / contain;
  opacity: .08;
  filter: grayscale(1) brightness(1.55);
  pointer-events: none;
}

.front-web-footer .container-xl {
  position: relative;
  z-index: 1;
}

.front-web-footer a {
  color: #fff;
  text-decoration: none;
  opacity: .86;
}

.front-web-footer a:hover {
  opacity: 1;
}

.front-web-footer-links li + li {
  margin-top: .4rem;
}

.front-web-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  padding: .12rem 0;
  transition: opacity .2s ease, transform .2s ease;
}

.front-web-footer-links a .material-symbols-rounded {
  font-size: .95rem;
  line-height: 1;
  opacity: .72;
  transition: opacity .2s ease, transform .2s ease;
}

.front-web-footer-links a:hover {
  transform: translateX(2px);
}

.front-web-footer-links a:hover .material-symbols-rounded {
  opacity: 1;
  transform: translate(1px, -1px);
}

.front-web-footer hr {
  border-color: rgba(255, 255, 255, .14);
}

.front-web-footer .text-secondary {
  color: rgba(255, 255, 255, .68) !important;
}

.front-web-footer-legal {
  font-size: .62rem;
  text-align: center;
}

.front-web-footer-brand {
  width: 9.5rem;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.front-web-footer-contact-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

.front-web-footer-contact-mail {
  font-size: 1rem;
  font-weight: 600;
}

.front-web-footer-contact-lines {
  min-height: 2rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin:5px;
}

.btn-primary {
  --bs-btn-bg: var(--new-primary);
  --bs-btn-border-color: var(--new-primary);
  --bs-btn-hover-bg: #9e7040;
  --bs-btn-hover-border-color: #9e7040;
  --bs-btn-active-bg: #8d6339;
  --bs-btn-active-border-color: #8d6339;
}

.btn-outline-primary {
  --bs-btn-color: var(--new-primary);
  --bs-btn-border-color: var(--new-primary);
  --bs-btn-hover-bg: var(--new-primary);
  --bs-btn-hover-border-color: var(--new-primary);
  --bs-btn-active-bg: #9e7040;
  --bs-btn-active-border-color: #9e7040;
}

.text-secondary {
  color: #222 !important;
}

.text-primary {
  color: var(--new-primary) !important;
}

/* Corporate additions for new pages */
.cotis-hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.cotis-hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/cotisation/adunea-bg.gif");
  opacity: 0.05;
  pointer-events: none;
  z-index: -1;
}

.cotis-hero-shell.cotis-hero-bg-1::before {
  width: auto;
  height: auto;
}

.cotis-hero-shell.cotis-hero-bg-2::before {
  width: auto;
  height: auto;
}

.cotis-hero-wrap {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.cotis-kicker {
  font-size: 1.05rem;
}

.cotis-price-row {
  gap: 0.5rem;
}

.cotis-digit {
  background: var(--new-primary);
  width: 5.2rem;
  height: 6.4rem;
  font-size: 4.1rem;
  line-height: 1;
  font-weight: 700;
  box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.1);
}

.cotis-price-unit {
  font-size: 1.2rem;
  line-height: 1.15;
  height: 6.4rem;
  font-weight: 500;
}

.cotis-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
}

.cotis-intro-copy {
  font-size: 1rem;
  max-width: 920px;
}

.cotis-option-card {
  min-width: 260px;
}

.cotis-option-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: #f4cd64;
  color: #2a2a2a;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1 !important;
  white-space: nowrap;
}

.cotis-option-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  line-height: 1 !important;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  transform: translateY(-0.5px);
  font-variation-settings: 'FILL' 0, 'wght' 220, 'GRAD' 0, 'opsz' 20;
}

.cotis-option-badge-text {
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
  transform: translateY(0);
}

.cotis-band-soft {
  background: #efe0d8;
}

.cotis-band-soft .container-xl {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.cotis-band-dark {
  background: linear-gradient(120deg, #5c6f7f, #27384a);
}

.cotis-band-light {
  background: #f7f8fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.cotis-h2 {
  font-size: 2rem;
}

.cotis-copy-line {
  line-height: 1.7;
}

.cotis-stroke-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.6rem;
  width: 3.6rem !important;
  min-width: 3.6rem;
  max-width: 3.6rem;
  aspect-ratio: 1 / 1;
  height: 3.6rem !important;
  min-height: 3.6rem;
  max-height: 3.6rem;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 1.95rem;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 160, 'GRAD' 0, 'opsz' 24;
}

.cotis-stroke-icon-lg {
  font-size: 1.6rem;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

.cotis-mini-icon {
  font-size: 1rem;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 20;
}

.cotis-kpi-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 180px;
}

.cotis-info-title {
  font-size: 1.45rem;
  line-height: 1.05;
  color: var(--new-primary);
  font-weight: 700;
}

.cotis-info-subtitle {
  font-size: 2rem;
  line-height: 1;
  color: var(--new-primary);
  font-weight: 300;
  font-style: italic;
}

.cotis-info-label {
  color: #6c757d;
  font-size: .72rem;
  line-height: 1;
  font-weight: 500;
}

.cotis-info-input {
  border-radius: .35rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  min-height: 2.55rem;
  font-size: .95rem;
  padding: .5rem .72rem;
}

.cotis-info-input:focus {
  border-color: rgba(177, 127, 74, 0.5);
  box-shadow: 0 0 0 2px rgba(177, 127, 74, 0.16);
}

.cotis-info-btn {
  background: #6c757d;
  border: 1px solid #6c757d;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  padding: .5rem .9rem;
  border-radius: .375rem;
}

.cotis-info-btn:hover {
  background: #5c636a;
  border-color: #565e64;
  color: #fff;
}

.cotis-info-rgpd {
  font-size: .78rem;
  line-height: 1.35;
  opacity: .7;
}

.cotis-dark-copy {
  opacity: 0.9;
}

.cotis-value-card {
  background: #f3e5dc;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.cotis-value-icon-wrap {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.cotis-value-icon {
  font-size: 2.6rem;
  color: var(--new-primary);
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 170, 'GRAD' 0, 'opsz' 28;
}

.cotis-value-text {
  font-size: 0.86rem;
  line-height: 1.45;
}

.cotis-h3 {
  font-size: 1.7rem;
}

.cotis-h3-sm {
  font-size: 1.55rem;
}

.cotis-list {
  line-height: 1.7;
}

.cotis-image-placeholder-main {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  min-height: 320px;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.02),
    rgba(0, 0, 0, 0.02) 10px,
    rgba(255, 255, 255, 0.8) 10px,
    rgba(255, 255, 255, 0.8) 20px
  );
}

.cotis-steps {
  line-height: 2;
}

.cotis-process-wrap {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 1.35rem;
}

.cotis-dual-card {
  background: #fff;
  margin:3rem;
}

.cotis-testimonial-wrap {
  padding-left: 0.5rem;
}

.cotis-testimonial-title {
  font-size: 1.35rem;
  line-height: 1.3;
}

.cotis-testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: #2b2b2b;
  font-style: italic;
}

.cotis-testimonial-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  background: transparent;
  flex: 0 0 2.7rem;
}

@media (max-width: 991.98px) {
  .cotis-process-wrap {
    border-left: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 1rem;
    margin-bottom: 0.25rem;
  }

  .cotis-testimonial-wrap {
    padding-left: 0;
  }
}

.cotis-cta-copy {
  font-size: 1.65rem;
  line-height: 1.35;
  font-weight: 700;
}

.services-icon-wrap {
  width: 6rem;
  height: 6rem;
  background: rgba(0, 0, 0, 0.05);
}

.services-icon {
  font-size: 3.2rem;
  line-height: 1;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 48;
}

.services-title-icon {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--new-primary);
  font-variation-settings: 'FILL' 0, 'wght' 180, 'GRAD' 0, 'opsz' 24;
}

.events-adv-icon {
  font-size: 1.65rem;
  font-variation-settings: 'FILL' 0, 'wght' 170, 'GRAD' 0, 'opsz' 28;
}

.services-hero {
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem;
  background-image: url('/assets/img/services/services-adunea.jpg');
  background-size: cover;
  background-position: center;
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.6));
  z-index: 0;
}

.services-hero > * {
  position: relative;
  z-index: 1;
}

.services-hero-title {
  max-width: 22ch;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  line-height: 1.08;
  font-weight: 700;
  color: var(--new-primary);
  letter-spacing: -0.01em;
}

.services-page {
  padding-top: 0;
}

.services-mission-copy {
  background: #fff;
  padding: 2rem 0;
}

.services-mission-band {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.services-cta-right {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  padding-left: 1rem;
}

.symbio-split-col-right {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 1.25rem;
}

@media (max-width: 991.98px) {
  .services-cta-right {
    border-left: 0;
    padding-left: 0;
  }
  .symbio-split-col-right {
    border-left: 0;
    padding-left: 0;
  }
}

.team-gradient-hero {
  overflow: hidden;
  background: linear-gradient(120deg, var(--new-primary), var(--new-accent));
}

.team-gradient-hero-layer {
  padding: 2.5rem 2rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: 600;
}

.team-profile-avatar {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.team-profile-note {
  font-size: 0.78rem;
  line-height: 1.4;
}

.event-rdv-pills .js-open-prospect-modal:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

.meetings-table {
  position: relative;
  min-height: 440px;
  border-radius: 0.85rem;
  overflow: hidden;
}

.meeting-polaroid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68%;
  margin: 0;
  padding: .42rem;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.12);
  opacity: 1;
  transform: translate(-50%, 190%) rotate(0deg) scale(1);
  will-change: transform, opacity;
  transition: opacity 1.15s ease-in-out, transform .65s ease;
}

.meeting-polaroid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
  filter: sepia(1) saturate(.65) contrast(.96) brightness(1.03);
}

.meeting-polaroid::after {
  content: "";
  position: absolute;
  inset: calc(.42rem - 1px);
  border-radius: 0;
  background: #fff;
  opacity: 1;
  pointer-events: none;
}

.meeting-photo-caption {
  position: relative;
  z-index: 3;
  display: block;
  margin-top: .45rem;
  font-size: .72rem;
  line-height: 1.2;
  color: #000;
  text-shadow: none;
  text-align: center;
  letter-spacing: .01em;
  opacity: 1;
}

.meetings-throw-zone.is-active .meeting-polaroid.is-entering.is-active .meeting-photo-caption {
  animation: none;
}

.meetings-throw-zone.is-active .meeting-polaroid.is-entering.is-active {
  animation: meetingThrowIn .82s cubic-bezier(.12,.94,.2,1) 0s forwards;
}

.meetings-throw-zone.is-active .meeting-polaroid.is-entering.is-active::after {
  animation: meetingDryOut 5.2s cubic-bezier(.18,.62,.22,1) .45s forwards;
}

.meetings-throw-zone.is-active .meeting-polaroid.is-entering.is-active img {
  animation: meetingColorIn 6.8s cubic-bezier(.18,.62,.22,1) .45s forwards;
}

.meeting-polaroid.is-leaving {
  opacity: 0;
  transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) rotate(var(--rot)) scale(1);
}

@keyframes meetingThrowIn {
  0% {
    opacity: 1;
    transform: translate(-50%, 210%) rotate(calc(var(--rot) * 1.9)) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) rotate(var(--rot)) scale(1);
  }
}

@keyframes meetingDryOut {
  0% {
    opacity: .98;
  }
  100% {
    opacity: 0;
  }
}

@keyframes meetingColorIn {
  0% {
    filter: sepia(1) saturate(.65) contrast(.96) brightness(1.03);
  }
  100% {
    filter: sepia(0) saturate(1) contrast(1) brightness(1);
  }
}

@keyframes meetingCaptionIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .meetings-table {
    min-height: 380px;
  }
  .meeting-polaroid {
    width: 72%;
  }
  .meeting-polaroid img {
    height: auto;
  }
}

.partners-logo-band {
  position: relative;
  overflow: hidden;
  border-radius: .45rem;
  background: transparent;
  padding: 1rem 0;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.partners-logo-band::before,
.partners-logo-band::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2.6rem, 7vw, 6rem);
  z-index: 2;
  pointer-events: none;
}

.partners-logo-band::before {
  left: 0;
  background: transparent;
}

.partners-logo-band::after {
  right: 0;
  background: transparent;
}

.partners-logo-band-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: partnersLogoMarquee 44s linear infinite;
}

.partners-logo-band-item {
  flex: 0 0 auto;
  width: clamp(120px, 11vw, 170px);
  height: clamp(54px, 6vw, 72px);
  margin: 0 clamp(0.7rem, 1.6vw, 1.4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners-logo-band-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: saturate(.9) contrast(1.03);
}

@keyframes partnersLogoMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .partners-logo-band-track {
    animation-duration: 34s;
  }
}

.testimonial-rotator-card {
  opacity: 1;
  transform: translateX(0);
  transition: opacity .26s ease, transform .26s ease;
  padding: 0.5rem 1.25rem;
  background: transparent;
}

.testimonial-rotator-card.is-fading {
  opacity: 0;
}

#testimonials-rotator.is-animating-next .testimonial-rotator-card {
  opacity: 0;
  transform: translateX(-18px);
}

#testimonials-rotator.is-animating-prev .testimonial-rotator-card {
  opacity: 0;
  transform: translateX(18px);
}

.testimonial-rotator-col {
  border-right: 1px solid rgba(11, 68, 118, 0.2);
}

.testimonial-author-name {
  font-weight: 600;
}

.testimonial-author-company {
  opacity: 0.85;
}

.testimonial-author-icon {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  flex-shrink: 0;
}

.testimonials-nav-btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.7);
  color: var(--new-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.testimonials-nav-btn .material-symbols-rounded {
  font-size: 1.3rem;
  line-height: 1;
}

.testimonials-nav-btn:hover {
  background: #fff;
  border-color: rgba(11, 68, 118, 0.42);
  box-shadow: 0 6px 14px rgba(11, 68, 118, 0.12);
}

#testimonialsPrev:hover {
  transform: translateX(-2px);
}

#testimonialsNext:hover {
  transform: translateX(2px);
}

#testimonialsPrev:active {
  transform: translateX(-2px) scale(0.96);
}

#testimonialsNext:active {
  transform: translateX(2px) scale(0.96);
}

@media (max-width: 991.98px) {
  .testimonial-rotator-col {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 68, 118, 0.2);
    padding-bottom: 1rem;
    margin-bottom: 0.25rem;
  }
}

.event-finder-cp:focus {
  box-shadow: 0 0 0 3px var(--new-primary) !important;
  outline: none !important;
}

.event-finder-cp {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  caret-color: transparent;
}

.event-finder-cp.is-filled {
  background: var(--new-primary) !important;
  color: #fff !important;
}

.meeting-polaroid {
  border: 2px solid transparent;
  transition: border-color .2s ease;
  cursor: pointer;
}

.meeting-polaroid:hover {
  border-color: #000;
}

.meeting-photo-caption {
  display: block;
  margin-top: .35rem;
  font-size: .72rem;
  line-height: 1.2;
  color: #000;
  text-shadow: none;
}

.events-photo-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  padding: 1rem;
}

.events-photo-lightbox.is-open {
  display: flex;
}

.events-photo-lightbox-frame {
  width: min(92vw, 1200px);
  height: min(82vh, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.events-photo-lightbox-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.events-photo-lightbox-caption {
  margin-top: .15rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  opacity: 1;
}

.events-photo-lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.events-photo-lightbox-btn-prev {
  left: 1rem;
}

.events-photo-lightbox-btn-next {
  right: 1rem;
}

.events-photo-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff;
  padding: 0;
}

.events-photo-lightbox-close .material-symbols-rounded {
  font-size: 2rem;
}

.front-web-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.07);
  padding: 0.9rem 1.5rem;
  transform: translateY(100%);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.front-web-cookie-banner.is-visible {
  transform: translateY(0);
}

.front-web-cookie-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.front-web-cookie-icon {
  font-size: 1.05rem;
  vertical-align: -0.2em;
  color: var(--new-primary);
  margin-right: 0.25rem;
}

.front-web-cookie-text {
  flex: 1 1 auto;
  font-size: 0.86rem;
  color: #555;
}

.front-web-cookie-text a {
  color: var(--new-primary);
  text-decoration: underline;
}

.front-web-cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .front-web-cookie-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

@keyframes mapDotTwinkle {
  0%, 100% { opacity: 0.18; }
  50%       { opacity: 0.72; }
}

.legal-page .legal-page-content {
  font-size: 0.92rem;
  line-height: 1.58;
}

.legal-page .legal-page-content h3 {
  font-size: 1.06rem;
  margin-top: 1.15rem;
  margin-bottom: 0.45rem;
}
