html {
  font-size: 16px;
  /* 1rem = 16px */
}

html {
  font-size: 16px;
  /* 1rem = 16px */
}

.realisationsDevCards {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 22rem;
  width: 22rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 4px 4px 19px -4px rgba(10, 11, 10, 0.2) !important;
  position: relative;
}
.realisationsDevCards__top {
  border-bottom: solid 2px #091226;
  width: 100%;
  text-align: center;
  align-items: center;
  height: 4rem;
  z-index: 3;
  background-color: #ffffff;
}
.realisationsDevCards__top h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.realisationsDevCards__middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 22rem;
  height: 22rem;
  background-color: #f7f7ff;
  text-align: center;
  position: relative;
}
.realisationsDevCards__middle img {
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.realisationsDevCards__middle img:hover, .realisationsDevCards__middle img:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .realisationsDevCards__middle img {
    transition-duration: 0.01ms;
  }
}
.realisationsDevCards__middle img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #f7f7ff;
}
.realisationsDevCards__middle p {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
.realisationsDevCards__middle img:hover {
  opacity: 0;
}
.realisationsDevCards__bottom {
  display: flex;
  border-top: solid 2px #091226;
  width: 100%;
  height: 4rem;
  z-index: 3;
  background-color: #ffffff;
}
.realisationsDevCards__bottom a {
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.realisationsDevCards__bottom a:hover, .realisationsDevCards__bottom a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .realisationsDevCards__bottom a {
    transition-duration: 0.01ms;
  }
}
.realisationsDevCards__bottom a {
  display: flex;
  height: 2rem;
  width: 8rem;
  background-color: #f7f7ff;
  border-radius: 0.5rem;
  border: solid 1px #707070;
  text-decoration: none;
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.realisationsDevCards__bottom a:hover, .realisationsDevCards__bottom a:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .realisationsDevCards__bottom a {
    transition-duration: 0.01ms;
  }
}
.realisationsDevCards__bottom a p {
  margin: auto;
  font-size: 1rem;
  --smooth-duration: 1500ms;
  --smooth-ease: cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform var(--smooth-duration) var(--smooth-ease), opacity var(--smooth-duration) var(--smooth-ease), background-color var(--smooth-duration) ease, border-color var(--smooth-duration) ease, color var(--smooth-duration) ease, box-shadow var(--smooth-duration) var(--smooth-ease), filter var(--smooth-duration) var(--smooth-ease);
  transform-origin: center;
  backface-visibility: hidden;
}
.realisationsDevCards__bottom a p:hover, .realisationsDevCards__bottom a p:focus-visible {
  --smooth-duration: 1100ms;
  --smooth-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .realisationsDevCards__bottom a p {
    transition-duration: 0.01ms;
  }
}
.realisationsDevCards__bottom a:hover, .realisationsDevCards__bottom a:focus-visible {
  background-color: #ffffff;
  border-color: #0A0B0A;
}
.realisationsDevCards__bottom a:hover p, .realisationsDevCards__bottom a:focus-visible p {
  color: #81A1B8;
}
.realisationsDevCards__bottom a {
  margin-right: auto;
  margin-left: auto;
  z-index: 4;
  position: relative;
  bottom: 1rem;
  background: rgba(112, 112, 112, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.8px);
  -webkit-backdrop-filter: blur(10.8px);
}
.realisationsDevCards__bottom a:hover p {
  color: #8B0000;
}/*# sourceMappingURL=realisationsDevCards.css.map */