.site-info {
  background: var(--second-color);
  width: 100%;
  height: 60px;
}

.site-info p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.site-info p a {
  color: #fff !important;
}

.site-footer {
  width: 100%;
  background-image: linear-gradient(rgb(193 179 154 / 87%) 100%, rgb(193 179 154 / 87%) 100%), url('https://ganivelle-graindesable.dev.enzomichaud.fr/wp-content/uploads/2023/04/914fecf3-4b66-4fa0-b6eb-e26fcaf517ac.png');
}

.site-footer .footer-links img {
  height: 12rem;
  width: auto;
}

.site-footer h1 {
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 25px;
}

.site-footer h1::before {
    content: '';
    position: relative;
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    margin-right: 1em;
}

.footer-links .subMenuLinks {
    margin-left: 3.6em;
}

.footer-links .subMenuLinks li {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
}

.footer-links .subMenuLinks li::before {
  content: '';
  position: relative;
  width: 10px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 0.5em;
}

.footer-links .subMenuLinks li:hover {
  text-decoration: underline;
}

.footer-links .subMenuLinks li a {
  color: #000;
}
