/* Footer Lovable — ajouté à partir de l'export serveur V42 du 01/09/2026. */
.pm-footer-hook-compat {
  display: none !important;
}

.pm-lovable-footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 76px 0 34px;
  background: #0d1930;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
}

.pm-lovable-footer .pm-footer-inner {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
}

.pm-lovable-footer .pm-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.15fr;
  gap: 64px;
  margin-bottom: 70px;
}

.pm-lovable-footer .pm-footer-logo {
  display: inline-block;
  margin-bottom: 28px;
  color: #fff !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
  text-decoration: none !important;
}

.pm-lovable-footer .pm-footer-logo span {
  color: #05a9ef;
}

.pm-lovable-footer .pm-footer-brand p {
  max-width: 255px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.65;
}

.pm-lovable-footer h3 {
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.pm-lovable-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-lovable-footer li {
  margin: 0 0 14px;
  padding: 0;
}

.pm-lovable-footer a:not(.pm-footer-logo) {
  color: rgba(255,255,255,.62) !important;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none !important;
  transition: color .18s ease;
}

.pm-lovable-footer a:hover,
.pm-lovable-footer a:focus {
  color: #fff !important;
}

.pm-newsletter-form {
  display: flex;
  width: 100%;
  max-width: 310px;
}

.pm-newsletter-form input[type="email"] {
  min-width: 0;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 4px 0 0 4px;
  background: rgba(255,255,255,.11);
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.pm-newsletter-form input[type="email"]::placeholder {
  color: rgba(255,255,255,.5);
}

.pm-newsletter-form input[type="email"]:focus {
  background: rgba(255,255,255,.17);
}

.pm-newsletter-form button {
  flex: 0 0 56px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #05a9ef;
  color: #07152b;
  font-size: 12px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}

.pm-lovable-footer .pm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.48);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pm-footer-bottom nav {
  display: flex;
  gap: 28px;
}

.pm-lovable-footer .pm-footer-bottom a {
  color: rgba(255,255,255,.48) !important;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .pm-lovable-footer {
    padding-top: 58px;
  }

  .pm-lovable-footer .pm-footer-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 46px 38px;
    margin-bottom: 52px;
  }
}

@media (max-width: 599px) {
  .pm-lovable-footer {
    padding: 46px 0 26px;
  }

  .pm-lovable-footer .pm-footer-inner {
    width: calc(100% - 40px);
  }

  .pm-lovable-footer .pm-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 44px;
  }

  .pm-lovable-footer .pm-footer-logo {
    margin-bottom: 18px;
  }

  .pm-lovable-footer h3 {
    margin-bottom: 18px;
  }

  .pm-newsletter-form {
    max-width: none;
  }

  .pm-lovable-footer .pm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    line-height: 1.6;
  }

  .pm-footer-bottom nav {
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}
