footer {
  background-color: black;
  color: white;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  padding: 40px 50px 0 50px;
  clear: both;
  border-top: var(--bahaus1-red) 6px solid;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  margin: 5px 0;
  line-height: 1.4;
}

.col-contact a[href^="tel"] {
  display: block;
  margin-top: 15px;
}

.col-contact a[href^="mailto"] {
  display: block;
  margin-top: 5px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 30px;
}

.footer-main section,
.col-logos {
  flex: 1;
  min-width: 150px;
  padding-right: 0;
}

.col-logos {
  flex: 1;
}

.footer-bottom {
  border-top: 1px solid #333333;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #cccccc;
}

.legal-links a {
  margin-left: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.legal-links a:hover {
  color: var(--bahaus1-red);
}

h5 {
  margin-bottom: 20px;
}

h5 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

h5 a:hover {
  text-decoration: underline;
}

h5 span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.red {
  color: var(--bahaus1-red);
}
.blue {
  color: var(--bahaus2-blue);
}
.yellow {
  color: var(--bahaus3-yellow);
}

.logo-principal {
  width: 300px;
  margin-bottom: 20px;
  display: block;
}

.logos-partenaires img {
  height: 50px;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}

.col-horaires {
  display: flex;
  flex-direction: column;
}

.col-horaires-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.col-horaires-link:hover {
  opacity: 0.9;
}

.col-horaires-link h5 {
  font-family: "SpectralSC" !important;
  font-size: 16px !important;
  color: white !important;
  font-weight: 400 !important;
}

.col-horaires-link p,
.col-horaires-link strong {
  font-family: "Urbanist", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: white !important;
}

.col-horaires-link p {
  margin-top: -2px;
  margin-bottom: 0;
}

.col-horaires-link span.blue {
  color: var(--bahaus2-blue) !important;
}

.horaire-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.horaire-row strong {
  min-width: 90px;
}

.col-horaires p,
.col-horaires span,
.col-horaires strong {
  font-weight: 700;
}

.col-horaires-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.col-horaires-link:hover {
  opacity: 0.85;
  text-decoration: none;
}

.social-row {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.social-row2 {
  margin-right: 15px;
}

.social-row img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

.social-row img.fb-icon {
  width: 15px;
  margin-right: 17px;
}

.col-social {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.newsletter {
  display: block;
  padding-top: 60px;
  padding-bottom: 40px;
  align-self: center;
  text-align: center;
}

.news-text {
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 1300px) {
  footer {
    padding: 30px 20px 0 20px;
  }

  .footer-main {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }

  .footer-main section {
    min-width: 100%;
    padding-right: 0;
  }

  .logo-principal {
    width: 200px;
    margin-bottom: 15px;
  }

  .logos-partenaires {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .logos-partenaires img {
    height: 40px;
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px 0;
  }

  .legal-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .legal-links a {
    margin-left: 0;
  }

  .col-social {
    margin-right: 0;
  }

  .social-row {
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 20px 15px 0 15px;
  }

  h5 {
    font-size: 18px;
  }

  .logo-principal {
    width: 150px;
  }

  .logos-partenaires img {
    height: 35px;
  }
}
