.footer-refonte {
  color: #f2f7fb;
  background: #071624;
  letter-spacing: 0;
}

.footer-refonte h2,
.footer-refonte h4 {
  color: #ffffff;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  letter-spacing: 0;
}

.footer-refonte p {
  color: #f2f7fb;
  line-height: 1.65;
}

.footer-refonte a {
  color: #f2f7fb;
}

.footer-refonte a:hover {
  color: #ffffff;
}

.footer-refonte .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin: 0 !important;
  border-radius: 6px;
  letter-spacing: 0;
  text-transform: none;
}

.footer-refonte .button-winona .content-original,
.footer-refonte .button-winona .content-dubbed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: inherit !important;
}

.footer-refonte .button-primary {
  color: #ffffff !important;
  background: #155e91 !important;
  border-color: #155e91 !important;
}

.footer-refonte .button-primary:hover {
  background: #11766f !important;
  border-color: #11766f !important;
}

.footer-refonte .button-primary-outline {
  color: #ffffff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
}

.footer-refonte .button-primary-outline:hover {
  color: #0d2338 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

.footer-refonte-cta {
  padding: 52px 0;
  background:
    linear-gradient(120deg, rgba(15, 63, 102, 0.95), rgba(17, 118, 111, 0.88)),
    url("../images/accueil/accueil1.jpeg") center/cover no-repeat;
}

.footer-refonte-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.footer-refonte-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #a8e1d6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-refonte-cta h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.14;
}

.footer-refonte-cta p {
  max-width: 740px;
  margin: 0;
  font-size: 17px;
}

.footer-refonte-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer-refonte-main {
  padding: 58px 0 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b1f33;
}

.footer-refonte-brand {
  display: inline-flex;
  max-width: 210px;
  margin-bottom: 22px;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 6px;
}

.footer-refonte-brand img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.footer-refonte-text {
  max-width: 390px;
  margin-bottom: 20px;
  color: #f2f7fb;
  font-weight: 400;
}

.footer-refonte-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-refonte-badges a {
  padding: 6px 9px;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid rgba(168, 225, 214, 0.5);
  border-radius: 4px;
  background: rgba(17, 118, 111, 0.35);
}

.footer-refonte-badges a:hover {
  color: #0b1f33 !important;
  background: #a8e1d6;
  border-color: #a8e1d6;
}

.footer-refonte-main h4 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
}

.footer-refonte-links,
.footer-refonte-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-refonte-links li,
.footer-refonte-contact li {
  color: #f2f7fb;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.footer-refonte-links a,
.footer-refonte-contact a {
  color: #ffffff;
  font-weight: 700;
}

.footer-refonte-links a:hover,
.footer-refonte-contact a:hover {
  color: #a8e1d6;
}

.footer-refonte-links li + li,
.footer-refonte-contact li + li {
  margin-top: 11px;
}

.footer-refonte-links a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.footer-refonte-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a8e1d6;
}

.footer-refonte-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-refonte-contact .icon {
  position: relative;
  top: 3px;
  color: #a8e1d6;
  font-size: 18px;
  line-height: 1;
}

.footer-refonte-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #091a2a;
}

.footer-refonte-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
  justify-content: space-between;
}

.footer-refonte-bottom p {
  margin: 0;
  color: #b7c9d8;
  font-size: 14px;
}

.footer-refonte-bottom a {
  display: inline-block;
  color: #b7c9d8;
  font-size: 14px;
}

.footer-refonte-bottom a + a {
  margin-left: 18px;
}

@media (max-width: 991px) {
  .footer-refonte-cta-inner {
    grid-template-columns: 1fr;
  }

  .footer-refonte-actions {
    justify-content: flex-start;
  }

  .footer-refonte-cta h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .footer-refonte-cta {
    padding: 42px 0;
  }

  .footer-refonte-cta h2 {
    font-size: 28px;
  }

  .footer-refonte-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-refonte-actions .button {
    width: 100%;
  }

  .footer-refonte-main {
    padding: 42px 0 34px;
  }

  .footer-refonte-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-refonte-bottom a {
    display: block;
  }

  .footer-refonte-bottom a + a {
    margin-top: 8px;
    margin-left: 0;
  }
}
