html {
  height: 100%;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  line-height: 1.5;
  letter-spacing: 0.12px;
  word-spacing: 0.16px;
}

label {
  font-size: 15px;
}

.ui-page {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

span.error {
  width: 0px;
}

.ui_left {
  background: rgb(255, 244, 255);
  background: linear-gradient(135deg, rgb(229, 244, 255) 0%, rgb(236, 247, 255) 75%, rgb(246, 251, 255) 100%);
  width: 60%;
  display: flex;
  align-items: center;
}

.ui_right {
  width: 40%;
}

.ui_card {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.ui_ipt {
  width: 100%;
}

.ui_input {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.ui_ipt2 {
  width: 70%;
}

.ui_w8 {
  width: 80%;
}

.ui_w88 {
  width: 85%;
}

.placeholder-select {
  position: absolute;
  font-style: italic;
  color: #D2C7C9;
  opacity: 0.5;
  font-size: 13px;
  padding-left: 20px;
  padding-top: 2px;
}

.shdw_ipt {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
  -moz-box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
  box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
}

.ui_container {
  width: 60%;
}

.ui_container2 {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.ui_container2 .icheck_container {
  align-items: flex-start;
}

.ui_container2 .icheck_container label {
  align-self: normal;
}

.ui_container .champ-page-inscription .email-inscript {
  border: none;
  height: 30px;
  padding: 0 20px;
}

.ui_text {
  padding-left: 15%;
  padding-right: 15%;
  font-size: 15px;
  color: #1A1449;
}

.txt_mail_trouve {
  color: #1A1449;
}

.ui_text_1 {
  color: #00AF9F;
  font-size: 15px;
  font-weight: 500;
}

.ui_text_2 {
  font-size: 15px;
  color: #1A1449;
}

.ui_logo {
  width: 150px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.email_input {
  border: none;
  width: 100%;
  color: #1A1449 !important;
}

.email_input::placeholder {
  font-style: italic;
  color: #D2C7C9 !important;
}

.ui_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  background-color: #FFFFFF;
}

.ui_character {
  width: 60%;
}

.ui_img_1 {
  display: flex;
  text-align: center;
  justify-content: center;
}

.fixed_bottom {
  position: absolute;
  bottom: 0px;
}

.fixed_top {
  position: fixed;
  top: 0px;
  right: 25%;
}

.ui_trees {
  width: 100%;
}

.ui-btn-green {
  background-color: #00AF9F;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 175, 159, 0.25);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 175, 159, 0.25);
  box-shadow: 0px 6px 10px 0px rgba(0, 175, 159, 0.25);
  height: 29px;
}

.ui-btn-green:hover {
  background-color: #00836C;
}

.ui-btn-blue {
  background-color: #428BCA;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
  -moz-box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
  box-shadow: 0px 6px 10px 0px rgba(66, 139, 202, 0.25);
}

.ui-btn-blue:hover {
  background-color: #064e88;
}

.ui-btn-white {
  color: #00AF9F;
}

.ui-btn-white:hover {
  background-color: #00836C;
}

.ui-btn-red {
  background-color: #E83C6A;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(232, 60, 106, 0.25);
  -moz-box-shadow: 0px 6px 10px 0px rgba(232, 60, 106, 0.25);
  box-shadow: 0px 6px 10px 0px rgba(232, 60, 106, 0.25);
}

.ui-btn-red:hover {
  background-color: #d82d3e;
}

.text_position {
  display: flex;
  align-items: center;
}

.text_position2 {
  display: block;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-align: initial;
  line-height: 30px;
  white-space: nowrap;
}

.suggestion_div {
  background: white;
  margin: 40px 0px 0px 0px;
  width: 320px;
  max-height: 300px;
  height: fit-content;
  overflow-y: scroll;
  position: absolute;
  left: 25%;
  z-index: 3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.autocompletionCaracteristique.suggestion_div {
  top: 0;
  left: 0;
}

.justify_left {
  justify-content: left;
}

.password_toggle,
.password_confirme_toggle {
  position: absolute;
  left: 90%;
  top: 0;
  font-size: inherit;
}

.connect_popup {
  background-color: white;
  border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
}

#popup_button_valide {
  width: 100%;
  background-color: #00927F;
  /* border-radius: 0px; */
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  color: #FFF;
  padding: 19px 20px 20px;
  font-size: 17px;
  font-weight: 400;
  border: 0px none;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#popup_button_valide:hover {
  background-color: #007364 !important;
}

.password_toggle i,
.password_confirme_toggle i {
  width: auto;
}

#tab_perimetre {
  padding-top: 10px;
  display: block;
}

.new_espace {
  display: block;
  text-align: left;
}

/* AVATAR */
.avatar {
  width: 45px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.avatar:hover {
  border: 2px solid #428BCA;
}

.avatar.active {
  border: 2px solid #428BCA;
}

.avatar_illustration {
  /* position: absolute; */
  top: 200px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.avatar_h_1 {
  position: absolute;
  top: 0px;
  right: 20px;
}

.avatar_h_2 {
  position: absolute;
  top: 55px;
  right: 0px;
}

.avatar_h_3 {
  position: absolute;
  top: 110px;
  right: 10px;
}

.avatar_h_4 {
  position: absolute;
  top: 160px;
  right: 40px;
}

.avatar_h_5 {
  position: absolute;
  top: 190px;
  right: 93px;
}

.upld_avatar {
  position: absolute;
  top: 160px;
  right: 180px;
  height: 35px;
  width: 35px;
  background-color: white !important;
  line-height: 35px;
}

.photo_avatar {
  position: absolute;
  top: 130px;
  right: 210px;
  height: 35px;
  width: 35px;
  background-color: white !important;
  line-height: 35px;
}

.avatar_container {
  text-align: center;
}

.strg_shadow {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(149, 149, 201, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(149, 149, 201, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(149, 149, 201, 0.5);
}

.g-recaptcha {
  display: none;
}

.gender_radio {
  border: none;
}

.gender_radio.active {
  background-color: #00AF9F;
}

.select_fields {
  width: 60%;
}

.cameraControls {
  position: absolute;
  bottom: 40px;
  justify-content: center;
  display: flex;
  width: 100%;
}

.textend {
  text-align: end;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* MOBILE RESPONSIVE */

/*# sourceMappingURL=utilisateur-inscription.css.map */
