@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

.enregistrement_desktop {
  display: flex;
  height: 100vh;
  width: 100vw;
  background-color: #f7f7ff;
}
.enregistrement_desktop__left {
  display: flex;
  width: 50%;
  margin-right: auto;
}
.enregistrement_desktop__left img {
  margin: auto;
  width: 30rem;
}
.enregistrement_desktop__right {
  display: flex;
  width: 50%;
  margin-left: auto;
}

/* === MEDIA QUERIES UNIQUEMENT POUR DESKTOP === */
/* Ultra HD (4K) et plus */
/* Écran large WQHD / QHD (2560x1440) */
/* Full HD standard (1920x1080) */
/* HD+ / 1600x900 */
/* HD standard (1366x768 / 1440x900) */
/* Petits laptops ou écran splité verticalement *//*# sourceMappingURL=enregistrement_desktop.css.map */