/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@media screen and (min-width: 64em) {
  .paragraph-contact {
    width: 83%;
    margin-left: 8.3%;
    margin-right: 8.3%;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-contact__content {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 64em) {
  .paragraph-contact__infos {
    width: 30%;
    min-width: 23rem;
    margin-left: 2.5rem;
  }
}

.contact-map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30rem;
}
/*# sourceMappingURL=paragraph-contact.css.map */
