.elementor-39 .elementor-element.elementor-element-003e293{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-003e293 *//* ===============================
   FOOTER — PROF&VOUS (clean + CTA)
   Thème pastel moderne bleu/menthe
================================= */

.pv-footer {
  --pv-ink: #1E1E1E;
  --pv-muted: #6E6B67;
  --pv-accent: #55C6C3;
  --pv-accent-strong: #3BB3B0;
  --pv-accent-soft: #E9F9F8;
  --pv-white: #FFFFFF;
  --pv-border: rgba(0, 0, 0, 0.08);

  background: transparent;
  color: var(--pv-ink);
  font-family: "Lexend", system-ui, sans-serif;
  position: relative;
  margin-top: clamp(48px, 7vw, 120px);
}

/* Ruban dégradé en haut */
.pv-footer__ribbon {
  height: 4px;
  width: min(1200px, 92%);
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pv-accent), var(--pv-accent-strong));
  box-shadow: 0 10px 24px rgba(85, 198, 195, 0.25);
}

/* Grille interne */
.pv-footer__inner {
  max-width: 1200px;
  margin: 14px auto 0;
  padding: clamp(28px, 5vw, 56px) clamp(16px, 4vw, 20px);
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  gap: clamp(16px, 3vw, 28px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--pv-border);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(6px);
}

/* Logo */
.pv-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: var(--pv-ink);
  font-size: clamp(18px, 3.6vw, 22px);
}
.pv-footer__logo span {
  background: linear-gradient(90deg, var(--pv-accent), var(--pv-accent-strong));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pv-footer__tagline {
  margin: 10px 0 14px;
  color: var(--pv-muted);
  font-weight: 600;
  line-height: 1.45;
  max-width: 44ch;
}

/* Badges */
.pv-footer__badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pv-footer__badges li {
  padding: 8px 12px;
  font-weight: 800;
  font-size: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #F7FBFF, var(--pv-accent-soft));
  border: 1px solid rgba(85, 198, 195, 0.25);
  box-shadow: 0 8px 18px rgba(85, 198, 195, 0.16);
  color: #1F2A2A;
}

/* Headings colonnes */
.pv-footer__nav h3,
.pv-footer__contact h3 {
  margin: 0 0 12px 0;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #0E2A2A;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0.9;
}

/* Liens utiles */
.pv-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

/* ⬇️ Ici j’ai allégé un peu : plus lisible, moins “agressif” */
.pv-footer__nav a {
  color: #1E1E1E;
  text-decoration: none;
  font-weight: 700; /* avant 800 */
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease;
}
.pv-footer__nav a:hover {
  background: rgba(85, 198, 195, 0.10);
  color: #0F1F3A;
}
.pv-footer__sep {
  height: 1px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  margin: 6px 0;
}

/* Contact */
.pv-footer__list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: grid;
  gap: 10px;
}
.pv-footer__list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pv-footer__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--pv-accent-strong);
  fill: var(--pv-accent-strong);
  opacity: 0.95;
}
.pv-footer__list a {
  color: #1E1E1E;
  text-decoration: none;
  font-weight: 800;
  border-radius: 10px;
  padding: 6px 8px;
  transition: background 0.18s ease;
}
.pv-footer__list a:hover {
  background: rgba(85, 198, 195, 0.10);
}

/* CTA contact */
.pv-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 100%;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #0F1F3A;
  background: linear-gradient(180deg, var(--pv-accent), var(--pv-accent-strong));
  border: 1px solid rgba(59, 179, 176, 0.35);
  box-shadow: 0 10px 24px rgba(85, 198, 195, 0.26);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pv-footer__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(85, 198, 195, 0.34),
              0 0 0 6px rgba(85, 198, 195, 0.12);
}

.pv-footer__hint {
  margin: 10px 0 0;
  color: var(--pv-muted);
  font-weight: 600;
  font-size: 13px;
}

/* Bas de page */
.pv-footer__bottom {
  max-width: 1200px;
  margin: 12px auto 0;
  padding: 14px clamp(16px, 4vw, 20px) 24px;
  display: flex;
  align-items: flex-start; /* ⬅️ pour gérer le disclaimer en dessous */
  justify-content: space-between;
  gap: 12px;
  color: #2A2A2A;
  font-weight: 800;
}

.pv-footer__bottom p {
  margin: 0;
}

/* ⬇️ Nouveau wrapper (gauche) */
.pv-footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 6px; /* espace léger entre copyright et disclaimer */
  min-width: 0;
}

/* ⬇️ Disclaimer légal discret */
.pv-footer__disclaimer {
  margin: 0;
  color: rgba(110,107,103,.92);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.45;
  max-width: 72ch;
  opacity: .9;
}

/* Liens légaux */
.pv-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* ⬇️ Ici aussi j’allège un peu */
.pv-footer__legal a {
  color: #1E1E1E;
  text-decoration: none;
  font-weight: 800; /* avant 900 */
  padding: 6px 8px;
  border-radius: 10px;
  transition: background 0.18s ease, color 0.18s ease;
}
.pv-footer__legal a:hover {
  background: rgba(85, 198, 195, 0.10);
  color: #0F1F3A;
}

/* Responsive */
@media (max-width: 1024px) {
  .pv-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .pv-footer__contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .pv-footer__inner {
    grid-template-columns: 1fr;
  }
  .pv-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .pv-footer__legal {
    justify-content: flex-start;
  }
  .pv-footer__disclaimer {
    max-width: 100%;
  }
}

/* Accessibilité */
.pv-footer a:focus-visible,
.pv-footer button:focus-visible,
.pv-footer input:focus-visible {
  outline: 3px solid rgba(85, 198, 195, 0.35);
  outline-offset: 2px;
  border-radius: 12px;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/* End custom CSS */