* {
  margin: 0;
  padding: 0;
}

.img-footer{
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  box-sizing: border-box;
  object-fit: cover;
}

footer{
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.img-footer img{
  width: 100%;
  object-fit: cover;
}

footer .tableau {
  width: 100%;
  z-index: 1;
  position: relative;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 30px;
}

.tableau div {
  display: flex;
  flex-direction: column;
}

td {
  border: 1px solid black;
  padding: 30px;
  text-align: center;
  width: 35%;
}

.mention {
  width: 100%;
  margin-top: 30px;
}

footer ul {
  display: flex;
  flex-direction: row;
}

.brightness {
  -webkit-filter: brightness(0.25);
  -moz-filter: brightness(0.25);
  -o-filter: brightness(0.25);
  filter: brightness(0.25);
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

footer ul li {
  margin-right: 10px;
  color: rgb(180, 180, 180);
  font-size: 16px;
  font-family: "Montserrat-regular";
  list-style-type: none;
  padding: 20px;
}











footer h1 {
  font-family: "Black-Mango";
  color: white;
  font-size: 26px;
  text-align: left;
}

footer p {
  font-family: "Montserrat-regular";
  color: white;
  font-size: 20px;
  text-align: left;
}

footer h2 {
  margin-bottom: 30px;
}
footer h2 a {
  color: white;
  font-family: "Montserrat-regular";
  font-size: 26px;

  text-decoration: none;
}

footer a {
  color: white;
  font-family: "Montserrat-regular";
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: none;
  width: 100%;
}

@media (max-width: 768px) {
  .tableau h1 {
    font-size: 16px;
  }

  .tableau p {
    font-size: 12px;
  }

  footer h2 {
    margin-bottom: 10px;
  }

  footer h2 a {
    font-size: 14px;
  }

  footer a {
    font-size: 10px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .foot {
    width: 25%;
    margin: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .mention {
    width: 100%;
  }
}
