/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks CTA Contact ----------------------- */
.contact {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .contact {
    margin: 35px 0;
  }
}
@media screen and (min-width: 976px) {
  .contact {
    margin: 35px 0;
  }
}
.contact__container {
  width: 90%;
  margin: auto;
  padding: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .contact__container {
    flex-direction: row;
    max-width: 1000px !important;
    gap: 50px;
  }
}
@media screen and (min-width: 976px) {
  .contact__container {
    padding: 50px;
    gap: 80px;
  }
}
.contact__content {
  display: block;
  width: 100%;
  gap: 15px;
  align-items: center;
  text-align: center;
  letter-spacing: 0px;
  color: #002138;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .contact__content {
    display: flex;
    flex-direction: column;
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 976px) {
  .contact__content {
    width: 100%;
    width: 50% !important;
    align-items: flex-start !important;
  }
}
.contact__content .cta--title {
  font-weight: bold;
}
.contact__content .cta--text {
  font-weight: 300 !important;
}
.contact__btn {
  padding: 20px 35px;
  background-color: #3ABE2F;
  color: #FFF;
  border-radius: 5px;
  width: 225px;
}
.contact__btn a {
  color: #FFF !important;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 1;
}

/* Style */
.contact.fond-bleu .contact__container {
  background-color: #F4F9FF;
  border: 1px solid #DDEBFA;
}

/*# sourceMappingURL=cta-contact.css.map */
