<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding: 0;
}
div.navbar-primary {
  display: none;
}
.innerAll {
  width: 100%;
}
#content {
  height: 100vh;
  display: flex;
  padding: 0;
  margin: 0;
}
#content h1.content-heading,
.navbar {
  display: none;
}

#membre-existant {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
}
#r_email {
  float: right;
}
#membre-existant .msg {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  position: relative;
  background: white;
  padding: 50px;
  border-radius: 10px;
}

#register-form-zone {
  max-width: calc(90vw - 300px);
}
#r_sous_profil {
  clear: both;
  display: flex;
  justify-content: center;
  width: 100%;
}
#register-form-zone {
  max-width: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  position: absolute;
  left: 450px;
  /* left: calc(300px + 5vw); */
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #register-form-zone {
    /* left: 50%; */
    margin: 0 auto;
    top: 65px;
    max-width: 700px;
    /* transform: translateX(-50%); */
    width: 85%;
  }

  #membre-existant .msg {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 10px;
  }
}

.nform.group-wizard .nfield[data-name="idTypeAdresse"] {
  display: none;
}

#address-suggestions {
  border: 1px solid #ccc;
  background: #fafafa;
  margin: 10px;
  padding: 10px;
  z-index: 1000;
  width: 100%;
  display: none;
  border-radius: 8px;
  margin-top: -14px;
}
#address-suggestions:empty {
  border: 0;
}
.suggestion-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  margin: 5px;
  background: #fff;
}
.suggestion-box:hover {
  background: #f0f0f0;
}

.field-input input[name="voieAdresse"][disabled],
.field-input input[name="voieAdresse"][readonly],
.field-input input[name="voieAdresse"][disabled]:hover,
.field-input input[name="voieAdresse"][readonly]:hover {
  background-color: initial;
  cursor: initial;
}

.addrsuggestionloading {
  width: 100%;
}
</pre></body></html>