@media (max-width: 768px) {
  #top_footer {
    width: 100vw;
    margin: 0px;
    justify-content: center;
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  #top_footer {
    width: 100vw;
    margin: 0px;
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  #zee_logo {
    width: 100px;
    margin-top: 20px;
    height: 40px;
    background-image: url("logopicone.png");
    border-image: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  #zee_logo {
    width: 200px;
    height: 60px;
    background-image: url("logopicone.png");
    border-image: none;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

body {
  box-sizing: border-box;
  background-image: url("zeventes24back.png");
}

@media (max-width: 768px) {
  #txt_m_contact {
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
  }
}

@media (min-width: 768px) {
  #txt_m_contact {
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: sans-serif;
  }
}

@media (max-width: 768px) {
  #infor_con {
    justify-self: center;
    display: flex;
    width: inherit;
    height: inherit;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #infor_con {
    justify-self: center;
    display: flex;
    width: inherit;
    height: inherit;
    margin-bottom: 10px;
    margin-left: 150px;
    margin-right: 150px;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  #text_information {
    margin-left: 5px;
    font-size: large;
    text-align: left;
    color: white;
  }
}

@media (min-width: 768px) {
  #text_information {
    font-size: large;
    text-align: center;
    color: white;
  }
}

