.contact {
  background-image: url(../img/immeuble.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 26.6666666667vw 8vw;
}
@media screen and (min-width: 980px) {
  .contact {
    padding: 5.2083333333vw 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .contact {
    padding: 100px 50px;
  }
}
.contact .blocContainer {
  background-color: #042E34;
  padding: 13.3333333333vw 5.3333333333vw;
  width: 84%;
  max-width: 1820px;
  margin: 0 auto;
  border-radius: 4vw;
}
@media screen and (min-width: 980px) {
  .contact .blocContainer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5.2083333333vw 0;
    border-radius: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .contact .blocContainer {
    padding: 100px 0;
    border-radius: 50px;
    box-sizing: border-box;
  }
}
.contact .blocContainer .title {
  color: #DFFFA4;
  text-align: center;
  padding-bottom: 8vw;
  font-size: 6.6666666667vw;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .contact .blocContainer .title {
    padding-bottom: 0vw;
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .contact .blocContainer .title {
    font-size: 50px;
  }
}
.contact .blocContainer .text {
  color: #fff;
  text-align: center;
  padding-bottom: 8vw;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 6.4vw;
}
@media screen and (min-width: 980px) {
  .contact .blocContainer .text {
    padding-bottom: 0vw;
    font-size: 1.5625vw;
    line-height: 2.03125vw;
    max-width: 29.8958333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .contact .blocContainer .text {
    font-size: 30px;
    max-width: 574px;
    line-height: 39px;
  }
}
.contact .blocContainer .ctaBlock {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .contact .blocContainer .ctaBlock {
    text-align: left;
  }
}
.contact .blocContainer .ctaBlock a {
  display: inline-block;
  background-color: #DFFFA4;
  border-color: #DFFFA4;
  border-width: 0.5333333333vw;
  border-style: solid;
  color: #042E34;
  transition: 0.5s background-color, 0.5s color;
  padding: 3.7333333333vw 12vw;
  text-decoration: none;
  border-radius: 18.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .contact .blocContainer .ctaBlock a {
    border-width: 0.1041666667vw;
    padding: 0.8333333333vw 2.8125vw;
    border-radius: 3.6458333333vw;
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}
@media screen and (min-width: 1920px) {
  .contact .blocContainer .ctaBlock a {
    border-width: 2px;
    padding: 16px 54px;
    border-radius: 70px;
    font-size: 25px;
    line-height: 30px;
  }
}
.contact .blocContainer .ctaBlock a:hover {
  color: #DFFFA4;
  background-color: #042E34;
}
.contact .source {
  padding: 13.3333333333vw 5.3333333333vw;
  width: 84%;
  max-width: 1820px;
  margin: 0 auto;
  color: #042E34;
  font-size: 3.7333333333vw;
  line-height: 4.8vw;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 1.3333333333vw 0;
}
@media screen and (min-width: 980px) {
  .contact .source {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .contact .source {
    padding: 100px 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 980px) {
  .contact .source {
    font-size: 1.1458333333vw;
    line-height: 1.40625vw;
    padding: 0.2604166667vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .contact .source {
    font-size: 22px;
    line-height: 27px;
    padding: 5px 0;
  }
}/*# sourceMappingURL=style.css.map */