.ak_blocs_text_image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 941px) {
  .ak_blocs_text_image {
    display: flex;
    flex-direction: column;
  }
  .ak_blocs_text_image .bloc {
    grid-gap: 60px !important;
  }
  .ak_blocs_text_image .bloc .link a {
    white-space: normal;
    padding: 10px !important;
  }
}
.ak_blocs_text_image .bloc {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.ak_blocs_text_image .bloc img {
  width: 100%;
  object-fit: cover;
}
.ak_blocs_text_image .bloc .content {
  display: flex;
  flex-direction: column;
  padding: 60px 30px;
  height: 100%;
}
.ak_blocs_text_image .bloc .content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.25rem;
  text-align: center;
  line-height: 36px;
  margin: 0 0 3rem 0;
  font-weight: 600;
}
.ak_blocs_text_image .bloc .content .text {
  text-align: center;
  font-size: 1rem;
}
.ak_blocs_text_image .bloc .content .link {
  margin-top: auto;
  text-align: center;
}
.ak_blocs_text_image .bloc .content .link a {
  margin-top: 60px;
  border: none;
  font-family: "Montserrat", "Open Sans", sans-serif;
  padding: 17px 70px 15px 70px;
}
.ak_blocs_text_image .bloc .content .link a:hover {
  color: white !important;
}

/*# sourceMappingURL=front.css.map */
