.ur-frontend-form {
  border: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form {
    /*max-width: 237px;*/
    margin-left: auto;
    margin-right: auto;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .field-first_name,
.ur-frontend-form .ur-form-row .ur-form-grid .field-last_name,
.ur-frontend-form .ur-form-row .ur-form-grid .field-select_col {
  width: calc(50% - 6px);
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-form-row .ur-form-grid .field-select_col,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-first_name,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-last_name,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-user_email,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-user_organisme {
    width: 100%;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid .field-user_email,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_organisme,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_pass,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_confirm_password {
  width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid .field-checkbox {
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-form-row .ur-form-grid .field-checkbox {
    width: 100%;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid .form-row {
  width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid .form-row select,
.ur-frontend-form .ur-form-row .ur-form-grid .form-row input,
.ur-frontend-form .ur-form-row .ur-form-grid .field-first_name input,
.ur-frontend-form .ur-form-row .ur-form-grid .field-last_name input,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_email input,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_organisme input,
.ur-frontend-form .ur-form-row .ur-form-grid .field-user_pass input,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-user_confirm_password
  input {
  padding: 30px 32px;
  border: 0;
  background-color: rgb(242, 242, 242);
  font-family: 'Karbon', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0);
  opacity: 1;
}

.ur-frontend-form .ur-form-row .ur-form-grid .form-row select {
  background-position-x: right 20px;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-form-row .ur-form-grid .form-row select,
  .ur-frontend-form .ur-form-row .ur-form-grid .form-row input,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-first_name input,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-last_name input,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-user_email input,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-user_organisme input,
  .ur-frontend-form .ur-form-row .ur-form-grid .field-user_pass input,
  .ur-frontend-form
    .ur-form-row
    .ur-form-grid
    .field-user_confirm_password
    input {
    padding: 17px 16px;
    font-size: 12px;
  }
}

.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-first_name
  input::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-last_name
  input::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-user_email
  input::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-user_organisme
  input::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-user_pass
  input::placeholder,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-user_confirm_password
  input::placeholder {
  opacity: 1;
  color: inherit;
}

.user-registration-form__label-for-checkbox *,
.user-registration-form__label-for-checkbox ::before,
.user-registration-form__label-for-checkbox ::after,
.field-checkbox *,
.field-checkbox ::before,
.field-checkbox ::after {
  box-sizing: border-box;
}

.user-registration-form__label-for-checkbox input,
.field-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.user-registration-form__label-for-checkbox input ~ span,
.field-checkbox input ~ label {
  line-height: 1.1;
  cursor: pointer;
  user-select: none;
  display: flex !important;
  align-items: center;
}

.user-registration-form__label-for-checkbox input ~ span::before,
.field-checkbox input ~ label::before {
  display: inline-block;
  content: '';
  width: 27px;
  height: 27px;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 0 transparent;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 12px;
  transform: translateY(-15%);
}

.field-checkbox input ~ label a {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.user-registration-form__label-for-checkbox input:focus ~ span::before,
.field-checkbox input:focus ~ label::before {
  box-shadow: 0 0 0 1px transparent;
}

.user-registration-form__label-for-checkbox input ~ span::before,
.field-checkbox input ~ label::before {
  border-radius: 0;
}

.user-registration-form__label-for-checkbox input:checked ~ span::before,
.field-checkbox input:checked ~ label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z' fill='red' /%3E%3C/svg%3E");
  background-size: 70% 70%;
}

.field-checkbox > .form-row > label.ur-label {
  display: none !important;
}

.field-checkbox > .form-row > ul {
  padding: 0;
}

.user-registration-form-login .user-registration-form__label-for-checkbox,
.field-checkbox .ur-checkbox-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.14;
}

@media screen and (max-width: 767px) {
  .user-registration-form-login .user-registration-form__label-for-checkbox,
  .field-checkbox .ur-checkbox-label {
    font-size: 12px;
  }
}

/* .field-checkbox .ur-checkbox-label::after {
  content: '*';
  display: inline-block;
  color: #DB0717;
  line-height: 0;
  vertical-align: baseline;
} */

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0;
  }
}

/* @media screen and (min-width: 768px) {
  .ur-frontend-form .ur-button-container {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0;
    margin: 0;
  }
} */

.ur-frontend-form .ur-button-container {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-button-container {
    display: block;
    padding: 0;
    text-align: right;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-form-row .ur-form-grid label,
  .ur-frontend-form .ur-form-row .ur-form-grid legend,
  .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
  .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
    font-size: 12px;
  }
}

.ur-frontend-form .ur-button-container .ur-submit-button {
  margin: 0;
  min-width: 150px;
  height: 75px;
  background: #DB0717;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.ur-frontend-form
  .ur-button-container
  .ur-submit-button.ur-frontend-form-submit-living-lab {
  background: #347F97;
}

@media screen and (max-width: 767px) {
  .ur-frontend-form .ur-button-container .ur-submit-button {
    min-width: 130px;
    height: 46px;
    font-size: 12px;
  }
}

.user-registration-LostPassword {
  font-size: 16.24px;
  line-height: 1;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .user-registration-LostPassword {
    font-size: 12px;
  }
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type='submit'] {
  background: #DB0717;
  color: #ffffff;
  text-transform: uppercase;
}

/* .ur-frontend-form.login {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
} */

.user-registration-error {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.user-registration-profile-fields > h2 {
  display: none;
}

.user-registration-profile-header {
  display: none;
}

.user-registration-profile-fields .user-registration-submit-Button {
  margin: 0;
  min-width: 175px;
  height: 75px;
  background: #DB0717;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .user-registration-profile-fields .user-registration-submit-Button {
    width: 130px;
    height: 46px;
    font-size: 12px;
  }
}

/* Popin collaborateurs */
.popin-collaborateurs {
  box-sizing: border-box;
  border: 3px solid #000;
  position: absolute;
  top: 15px;
  left: 50%;
  width: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  overflow: auto;
  height: calc(100% - 30px);
  transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 1150px) {
  .popin-collaborateurs {
    height: auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px);
  }
}

.popin-collaborateurs .popin-collaborateurs__title {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.1rem !important;
}

@media screen and (max-width: 1150px) {
  .popin-collaborateurs .popin-collaborateurs__title {
    padding-bottom: 20px;
    font-size: 6vw !important;
  }
}

.popin-collaborateurs__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1151px) {
  .popin-collaborateurs__content::after {
    content: '';
    height: 100%;
    width: 1px;
    background: #aeaeae;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    display: block;
    position: absolute;
  }
}

@media screen and (max-width: 1150px) {
  .popin-collaborateurs__content.content-site {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}

.popin-collaborateurs__register,
.popin-collaborateurs__login {
  width: 50%;
  max-width: 380px;
}

@media screen and (max-width: 1150px) {
  .popin-collaborateurs__register,
  .popin-collaborateurs__login {
    width: 100%;
  }
}

.popin-collaborateurs__content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 2.58rem;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
}

.popin-collaborateurs__register {
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .popin-collaborateurs__register {
    border-top: 1px solid #aeaeae;
  }
}

.popin-collaborateurs__register a {
  display: inline-block;
  padding: 30px 32px;
  border: 0;
  background: rgb(80, 11, 92);
  font-family: 'Karbon', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .popin-collaborateurs__register a {
    padding: 17px 16px;
    font-size: 12px;
  }
}

#user-registration {
  background: transparent;
}

#user-registration fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

#user-registration fieldset p {
  border: 0;
  margin: 0 0 22px;
  padding: 0;
  width: 100%;
}

#user-registration fieldset legend {
  display: none;
}

#user-registration .user-registration-MyAccount-content > h2 {
  padding: 0;
}

#user-registration .user-registration-MyAccount-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  #user-registration.vertical .user-registration-MyAccount-navigation {
    margin-bottom: 25px;
  }
}

#user-registration.vertical
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a {
  background: #ffd3d3;
  border-color: #DB0717;
}

@media screen and (max-width: 767px) {
  #user-registration .user-registration-MyAccount-content .ur-frontend-form {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #user-registration .user-registration-MyAccount-content,
  #user-registration .user-registration-MyAccount-content .ur-frontend-form {
    padding-left: 0;
    padding-right: 0;
  }
}

#user-registration
  .user-registration-MyAccount-content
  .edit-password
  .ur-form-grid
  > p:last-child {
  margin-left: auto;
}

#user-registration
  .user-registration-MyAccount-content
  .edit-password
  input[type='submit'] {
  margin: 0;
  min-width: 175px;
  height: 75px;
  background: #DB0717;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #user-registration
    .user-registration-MyAccount-content
    .edit-password
    input[type='submit'] {
    min-width: 130px;
    height: 46px;
    font-size: 12px;
  }
}

#user-registration
  .user-registration-MyAccount-content
  .user-registration-profile-header {
  display: none !important;
}

#user-registration
  .user-registration-MyAccount-navigation
  ul
  > li.user-registration-MyAccount-navigation-link:first-child {
  display: none;
}

body:not(.logged-in) .user-logged-only {
  display: none !important;
}

body.user-registration-page:not(.user-registration-ur-lost-password) .visitor-only.lost-password-title,
body.user-registration-ur-lost-password .visitor-only,
body.logged-in .visitor-only {
  display: none !important;
}

body.user-registration-ur-lost-password .visitor-only.lost-password-title {
  display: block !important;
}

/* Delete me form */
.user-registration-MyAccount-content
  form[id*='delete_me']
  input[type='password'] {
  padding: 30px 32px;
  border: 0;
  background: rgb(242, 242, 242);
  font-family: 'Karbon', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: rgb(0, 0, 0);
  opacity: 1;
  width: 100%;
}
.user-registration-MyAccount-content form[id*='delete_me'] label {
  display: block;
  margin: 22px 0;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  color: #000;
}

body.user-registration-ur-lost-password .visitor-only h2 {
  display: none !important;
}

body.user-registration-ur-lost-password .visitor-only.lost-password-title h2 {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .user-registration-MyAccount-content form[id*='delete_me'] label {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .user-registration-MyAccount-content
    form[id*='delete_me']
    input[type='password'] {
    padding: 17px 16px;
    font-size: 12px;
  }
}

.user-registration-MyAccount-content
  form[id*='delete_me']
  input[type='password'] {
  opacity: 1;
  color: inherit;
}

.user-registration-MyAccount-content
  form[id*='delete_me']
  input[type='submit'] {
  margin: 0;
  background: #DB0717;
  font-weight: 500;
  font-size: 16.24px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 32px;
  border: 0;
  margin-top: 22px;
  margin-left: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .user-registration-MyAccount-content
    form[id*='delete_me']
    input[type='submit'] {
    font-size: 12px;
    padding: 17px 16px;
  }
}

.user-registration-password-strength {
  display: block;
  width: 100%;
}

body.user-registration-page .form-register-living-lab #user-registration .user-registration-form-login .ur-form-grid > div {
  margin-left: 0;
}

@media screen and (min-width: 1025px) {}
#user-registration-form-58780 .ur-button-container,
#user-registration-form-58779 .ur-button-container {
  bottom: -30px;
}