.contact-block {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.contact-map {
  width: 100%;
  margin: 0 0;
}

.block-Adress {
  position: absolute;
  top: 50%;
  width: 400px;
  z-index: 15;
  text-align: center;
  line-height: 1.5em;
}

.block-ici {
  position: absolute;
  top: 76%;
  left: 67%;
  font-family: 'Caveat', cursive;
  font-size: 25px;
  z-index: 15;
}

.block-lieu1 {
  position: absolute;
  top: 55%;
  right: 10%;
  font-family: 'Caveat', cursive;
  font-size: 30px;
  z-index: 15;
}

.block-lieu2 {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  left: 20%;
  bottom: 5%;
  position: absolute;
  z-index: 15;
}

.emailContact {
  color: #987462;
}

.contact-block-mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .container-contact {
    width: 100%;
  }

  .block-Adress {
    z-index: 15;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 400px;
    font-size: 18px;
  }

  .block-lieu1 {
    top: 52%;
  }

  .block-lieu2 {
    left: 17%;
  }
}

@media screen and (max-width: 660px) {
  .contact-block {
    display: none;
  }

  .contact-block-mobile {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .contact-block-mobile>.img-footer-mobile {
    width: 100%;
  }

  .contact-mobile-adress {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
  }

  .contact-mobile-adress1 {
    font-family: 'Caveat', cursive;
    text-align: right;
    font-size: 25px;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .contact-mobile-adress2 {
    margin-top: 20px;
    padding-left: 20px;
    font-family: 'Caveat', cursive;
    text-align: left;
    font-size: 25px;
  }

  .contact-block-mobile .here-mobile {
    position: absolute;
    left: 53%;
    bottom: 23%;
    font-family: 'Caveat', cursive;
    font-size: 25px;
    z-index: 99;
  }
}