footer#main-footer {
  padding-top: 250px;
  background: linear-gradient(180deg, transparent, black);
  a {
    color: white;
    transition: all 0.4s ease-in-out;
  }
  .h2 {
    color: white;
    text-align: center;
    font-family: 'Amore Signature', sans-serif;
    text-transform: none;
    font-size: clamp(1.5rem, 1.5874rem + 2.8673vw, 5.375rem);
    line-height: 1em;
  }
  .col-full-footer-image {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    img {
      width: 25%;
      height: auto;
      @media screen and (max-width: 960px) {
        width: 50%;
      }
    }
  }
  .info-footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1300px;
    margin: 50px auto auto;
  }

  .info-footer-item {
    display: flex;
    align-items: center;
    gap: 20px;
    p {
      color: #fff;
      text-transform: uppercase;
    }
  }

  .row-1-footer {
    width: 90%;
    margin: auto;
  }

  .row-2-footer {
    display: flex;
    width: 80%;
    align-items: center;
    max-width: 1500px;
    margin: 50px auto auto;
    justify-content: space-between;
    gap: 30px;
    > div {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .col-1-footer {
      justify-content: flex-start;
    }
    .col-4-footer {
      justify-content: flex-end;
      gap: 20px;
      a {
        height: fit-content;
      }
    }
  }

  .realisationPar {
    display: flex;
    justify-content: center;
    padding: 30px;
  }
}

@media screen and (max-width: 960px) {
  footer#main-footer {
    padding-top: 125px;
    .info-footer-container {
      flex-direction: column;
    }
    .row-2-footer {
      flex-wrap: wrap;
      gap: 10px;
      > div {
        width: calc(50% - 5px);
        img {
          margin: auto;
        }
      }
    }
  }
}
