/* The animation code */
.divFOOT_MAIN {
  width: 100vw;
  min-height: 32vh;
  float: left;
  color: #DDD;
  background-color: #5c068c;
  box-sizing: border-box;
}

.divFOOTER {
  width: 100vw;
  float: left;
  padding: 2.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  justify-content: center;
  column-gap: 8vw;
  animation-duration: 14s;
  box-sizing: border-box;

}

.logoINSTA {
  background-image: url("/layout/icon_INSTA.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 3rem;
  min-height: 3rem;
  float: left;
  margin: 2rem;
  cursor: pointer;
}

.logoFB {
  background-image: url("/layout/icon_FB.svg");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 3rem;
  min-height: 3rem;
  float: left;
  margin: 2rem;
  cursor: pointer;
}

.logoCOUVERT {
  background-image: url("/layout/icon_EMAIL.svg");
  background-size: 35px;
}

.contFOOT {
  width: 8rem;
  min-width: 30px;
  min-width: 35px;
  height: 100%;
  max-height: 80px;
  min-height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 1.17rem;
  color: #FFF;
  margin: 0.35rem 0.6rem;
  border: none;
  background-color: unset;
  transition: transform 0.3s;
  cursor: pointer;
}

.contFOOT:hover {
  color: #fff;
  transform: scale(1.108);
}

.contFOOT_Slogan {
  line-height: 1.55;
  font-size: 1.75rem;
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  height: inherit;
  font-weight: 600;
  text-align: center;
  color: #DDD;
}

.contFOOT_adress {
  width: auto;
  max-width: 50vw;
  line-height: 1.8;
  font-size: 1.15rem;
  color: #DDD;

  a {
    color: #EEE;
    text-decoration: none;
  }

  a:hover {
    color: #FFF;
    text-decoration: none;
  }

}

.contFOOT_Arbyte {
  font-size: 0.77rem;
  text-align: center;
  color: #AAA;
  cursor: pointer;
  padding-top: 125px;
  float: left;
  bottom: 0;
}

@media only screen and (min-width: 150px) and (max-width: 1280px) {
  .contARBYTE {
    font-size: 1.95rem;
    margin-top: 65px;
  }

  .divFOOTER {
    padding: 2rem 0.75rem;
    -moz-column-gap: 2.45rem;
    column-gap: 2.45rem;
  }

  .contFOOT_adress {
    line-height: 1.55;
    font-size: 1.45rem;
    color: #DDD;
  }

  .contFOOT_Slogan {
    line-height: 1.55;
    font-size: 1.67rem;
    color: #DFDFDF;
  }
}