.ctuth-front-badge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

/* Cartes Listeo / Front UI */
.listing-badges-nl {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.listing-badges-nl .ctuth-front-badge,
.ctuth-card-badges .ctuth-front-badge,
.listing-title-badges-nl .ctuth-front-badge {
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  min-height: 26px;
}

.listing-title-badges-nl {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

/* Fiche annonce */
.ctuth-single-listing-badges {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 5px 0;
}

#titlebar.listing-titlebar .ctuth-single-listing-badges .ctuth-front-badge {
  top: 0;
  margin: 0;
  background: #66676b14;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: none;
  border: none !important;
  padding: 6px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

/* Prévisualisation admin */
.ctuth-badge-preview-wrap .ctuth-front-badge,
.ctuth-badges-table .ctuth-front-badge,
.ctuth-front-badge--preview {
  padding: 5px 12px;
  border-radius: 50px;
  line-height: 16px;
  font-weight: 600;
}


.ctuth-booking-disabled {
  opacity: .6 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.ctuth-booking-disabled-notice {
  margin-bottom: 16px;
}

.ctuth-checkline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ctuth-member-types {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}


.ctuth-member-types__title {
  margin: 0;
  color: #1d2327;
  font-family: var(--e-global-typography-primary-font-family, inherit);
  font-size: 18px;
  font-weight: var(--e-global-typography-primary-font-weight, 700);
  line-height: var(--e-global-typography-primary-line-height, 1.2);
}

.ctuth-member-types__select {
  width: 100%;
  min-height: 46px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  padding: 0 14px;
  background: #fff;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  color: #6b7280;
}

.ctuth-member-types__select option {
  background: #fff;
  color: #2C4E53;
}

.ctuth-member-types__select option:checked {
  background: #fff;
  color: #2C4E53;
}

.ctuth-member-types__select option:hover,
.ctuth-member-types__select option:focus {
  background: linear-gradient(0deg, var(--e-global-color-secondary, #2C4E53), var(--e-global-color-secondary, #2C4E53));
  color: #fff;
}

.ctuth-member-types__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ctuth-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f0f6f7;
  color: #2C4E53;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.ctuth-pill.is-active {
  background: #2C4E53;
  color: #fff;
  box-shadow: 0 10px 18px rgba(44, 78, 83, .18);
}

.ctuth-member-types__intro {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  background: #f6f7f7;
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.5);
}

.ctuth-member-types__intro-title {
  margin: 0;
  color: #1d2327;
  font-family: var(--e-global-typography-secondary-font-family, var(--e-global-typography-text-font-family, inherit));
  font-size: var(--e-global-typography-secondary-font-size, 20px);
  font-weight: var(--e-global-typography-secondary-font-weight, 700);
  line-height: var(--e-global-typography-secondary-line-height, 1.3);
}

.ctuth-member-types__placeholder {
  color: #6b7280;
  font-family: var(--e-global-typography-text-font-family, inherit);
}

.ctuth-member-types__actions {
  display: flex;
  align-items: center;
}

.ctuth-member-types__continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2C4E53;
  color: #fff;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  box-shadow: 0 14px 24px rgba(44, 78, 83, .18);
}

.ctuth-member-types__continue:hover,
.ctuth-member-types__continue:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 28px rgba(44, 78, 83, .24);
}

.ctuth-member-types__continue.is-disabled {
  opacity: .5;
  pointer-events: none;
  box-shadow: none;
}


.ctuth-registration-router {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ctuth-registration-router__inner.is-loading {
  opacity: .65;
  transition: opacity .2s ease;
}


.ctuth-registration-router__stack {
  display: block;
}

.ctuth-registration-router__panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.ctuth-registration-router__panel--placeholder,
.ctuth-registration-router__panel--error {
  background: transparent;
}

.ctuth-registration-router__note {
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.5);
}

.ctuth-registration-router__panel--native.is-forced-role .account-type {
  display: none !important;
}


.ctuth-registration-router__header {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.ctuth-registration-router__back {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #BDBDBD;
  border-radius: 999px;
  background: #fff;
  color: #2C4E53;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: 600;
  cursor: pointer;
}

.ctuth-registration-router__back:hover,
.ctuth-registration-router__back:focus {
  color: #2C4E53;
  border-color: #2C4E53;
}


.ctuth-registration-router__selected {
  margin: 0;
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: 600;
  line-height: var(--e-global-typography-text-line-height, 1.5);
}

.ctuth-registration-router__selected strong {
  color: #2C4E53;
}

.ctuth-registration-router__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.ctuth-router-inline-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ctuth-router-inline-actions .ctuth-registration-router__back {
  order: 2;
  margin-left: auto;
}

.ctuth-router-inline-actions > button[type="submit"],
.ctuth-router-inline-actions > input[type="submit"],
.ctuth-router-inline-actions > .button,
.ctuth-router-inline-actions > .btn {
  order: 1;
}


.ctuth-member-types__continue.is-loading {
  opacity: .85;
}

.ctuth-registration-router__panel--loading {
  background: #f6f7f7;
}

.ctuth-registration-router__loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: 1.4;
}

.ctuth-registration-router__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(44, 78, 83, .2);
  border-top-color: #2C4E53;
  border-radius: 50%;
  animation: ctuth-spin .8s linear infinite;
}

@keyframes ctuth-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ctuth-generated-form {
  display: grid;
  gap: 20px;
}

.ctuth-generated-form__intro {
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.5);
}

.ctuth-generated-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ctuth-generated-form__field {
  display: grid;
  gap: 0;
  margin: 0;
  width: 100%;
  flex: 0 0 100%;
}

.ctuth-generated-form__field--half {
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.ctuth-generated-form__input-wrap {
  position: relative;
}

.ctuth-generated-form__input-wrap.has-icon input {
  padding-left: 56px !important;
}

.ctuth-generated-form__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  font-size: 21px;
  line-height: 21px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.ctuth-generated-form__field input[type="text"],
.ctuth-generated-form__field input[type="email"],
.ctuth-generated-form__field input[type="password"],
.ctuth-generated-form__field input[type="url"],
.ctuth-generated-form__field input[type="tel"] {
  width: 100%;
  height: 51px;
  min-height: 51px;
  line-height: 51px;
  border-radius: 3px;
  border: 1px solid #BDBDBD;
  padding: 0 20px;
  margin: 0 !important;
  background: #fff;
  color: #808080;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 15px;
  font-weight: 400;
  box-shadow: none;
}

.ctuth-generated-form__field input:focus {
  color: #808080;
  border-color: #BDBDBD;
  box-shadow: none;
}

.ctuth-generated-form__field input::placeholder {
  color: #808080;
  opacity: 1;
  font-weight: 400;
}

.ctuth-generated-form__field--checkbox {
  padding-top: 0;
}

.ctuth-generated-form__field--radio {
  display: grid;
  gap: 12px;
}

.ctuth-generated-form__choice-title {
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.5);
  font-weight: 600;
}

.ctuth-generated-form__radio-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ctuth-generated-form__radio-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f6062;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.ctuth-generated-form__radio-option input[type="radio"] {
  appearance: auto;
  -webkit-appearance: radio;
  accent-color: var(--e-global-color-secondary, #2C4E53);
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 !important;
  box-shadow: none;
  flex: 0 0 18px;
}

.ctuth-generated-form__radio-option span {
  display: inline;
}

.ctuth-generated-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #5f6062;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.ctuth-generated-form__checkbox input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #2C4E53;
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #BDBDBD;
  background: #fff;
  box-shadow: none;
  flex: 0 0 20px;
}

.ctuth-generated-form__checkbox span {
  display: inline;
}

.ctuth-generated-form__checkbox a {
  color: #2C4E53;
  text-decoration: none;
}

.ctuth-generated-form__checkbox a:hover,
.ctuth-generated-form__checkbox a:focus {
  text-decoration: underline;
}

.ctuth-generated-form__required {
  color: #b42318;
}

.ctuth-generated-form__errors,
.ctuth-generated-form__success {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  padding: 14px 16px;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  line-height: var(--e-global-typography-text-line-height, 1.5);
}

.ctuth-generated-form__errors {
  background: #fff3f2;
  border-color: #f0b4ad;
}

.ctuth-generated-form__errors ul {
  margin: 10px 0 0 18px;
}

.ctuth-generated-form__success {
  background: #f0fdf4;
  border-color: #86efac;
}

.ctuth-generated-form__success--error {
  background: #fff3f2;
  border-color: #b42318;
}

.ctuth-generated-form__success--success {
  background: #f0fdf4;
  border-color: #86efac;
}

.ctuth-generated-form__actions {
  display: flex;
  align-items: center;
}

.ctuth-generated-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #2C4E53;
  color: #fff;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(44, 78, 83, .18);
}

.ctuth-generated-form__submit:hover,
.ctuth-generated-form__submit:focus {
  color: #fff;
  box-shadow: 0 18px 28px rgba(44, 78, 83, .24);
}

@media (max-width: 767px) {
  .ctuth-generated-form__field--half {
    width: 100%;
    flex-basis: 100%;
  }
}

.ctuth-generated-form__field.is-locked {
  opacity: .58;
}

.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap,
.ctuth-generated-form__field.is-locked .ctuth-generated-form__checkbox,
.ctuth-generated-form__field.is-locked .ctuth-generated-form__radio-group {
  pointer-events: none;
}


/* 1.2.1.4 — tooltips visibles même lorsque les champs sont verrouillés par le gate SIRET. */
.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap.has-tooltip {
  pointer-events: auto;
}

.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap.has-tooltip input,
.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap.has-tooltip select,
.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap.has-tooltip textarea {
  pointer-events: none;
}

.ctuth-generated-form__field.is-locked .ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip {
  pointer-events: auto;
}

.ctuth-generated-form__input-wrap.is-siret input {
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ctuth-generated-form__field[data-ctuth-siret-wrap="1"].is-valid .ctuth-generated-form__input-wrap input {
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, .18);
}

.ctuth-generated-form__field[data-ctuth-siret-wrap="1"].is-invalid .ctuth-generated-form__input-wrap input {
  border-color: #ef4444;
  box-shadow: 0 0 0 1px rgba(239, 68, 68, .12);
}

.ctuth-generated-form__field[data-ctuth-siret-wrap="1"].is-checking .ctuth-generated-form__input-wrap input {
  border-color: #f59e0b;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, .14);
}

.ctuth-generated-form__field--siren-feedback {
  margin-top: -4px;
}

.ctuth-generated-form__status {
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.45;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  color: #1f2937;
}

.ctuth-generated-form__status.is-loading {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #92400e;
}

.ctuth-generated-form__status.is-success {
  border-color: #22c55e;
  background: #f0fdf4;
  color: #166534;
}

.ctuth-generated-form__status.is-warning {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #92400e;
}

.ctuth-generated-form__status.is-error {
  border-color: #ef4444;
  background: #fef2f2;
  color: #991b1b;
}

.ctuth-generated-form__submit[disabled] {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}

.ctuth-role-profile-wrap {
  margin-top: 100px;
}

/* CT Users Manager — front workflow aligned with CT Institutions */
.ctinst-profile-wrap{max-width:1080px;margin:0 auto;}
.ctinst-section{margin:0 0 22px;}
.ctinst-section h3{margin:0 0 8px;}
.ctinst-section-sub{opacity:.8;margin:0 0 18px;}
.ctinst-divider{margin:22px 0;opacity:.25;}
.ctinst-grid{display:grid;gap:20px;}
.ctinst-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));}
.ctinst-grid--1{grid-template-columns:1fr;}
.ctinst-field{margin:0;}
.ctinst-field--half{grid-column:1 / span 1;}
.ctinst-field label{display:block;font-weight:600;margin:10px 0 6px;color:#6b7280;}
.ctinst-field input[type="text"],
.ctinst-field input[type="email"],
.ctinst-field input[type="url"],
.ctinst-field input[type="tel"]{width:100%;padding:14px 16px;border:1px solid rgba(0,0,0,.18);border-radius:6px;min-height:62px;box-sizing:border-box;}
.ctinst-profile-wrap input[readonly]{background:#efefef;cursor:not-allowed;}
.ctinst-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px;}
.ctuth-required-star{color:#d63638;font-weight:700;}

.ctinst-msg{padding:12px 16px;margin-bottom:20px;border-left:4px solid transparent;background-color:#fff;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.1);font-size:14px;line-height:1.5;color:#1d2327;}
.ctinst-msg-title{font-weight:700;margin-bottom:4px;text-transform:uppercase;font-size:11px;letter-spacing:0.5px;}
.ctinst-msg-body strong{font-weight:700;}
.ctinst-msg--info{border-left-color:#2271b1;background-color:#f0f6fc;color:#1d2327;}
.ctinst-msg--info .ctinst-msg-title{color:#2271b1;}
.ctinst-msg--success{border-left-color:#46b450;background-color:#edfaef;color:#1d2327;}
.ctinst-msg--success .ctinst-msg-title{color:#46b450;}
.ctinst-msg--warning{border-left-color:#f5b900;background-color:#fcf9e8;color:#1d2327;}
.ctinst-msg--warning .ctinst-msg-title{color:#d69e00;}
.ctinst-msg--error{border-left-color:#d63638;background-color:#fbeaea;color:#1d2327;}
.ctinst-msg--error .ctinst-msg-title{color:#d63638;}
.ctinst-msg--dismissible{position:relative;padding-right:44px;}
.ctinst-msg-close{position:absolute;top:10px;right:10px;width:28px;height:28px;border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;opacity:.55;}
.ctinst-msg-close:hover{opacity:.9;}

@media(max-width:760px){
  .ctinst-grid--2{grid-template-columns:1fr;}
  .ctinst-field--half{grid-column:auto;}
}

.ctuth-front-profile-form .ctuth-generated-form__actions {
  margin-top: 24px;
}

.ctuth-front-profile-form .ctuth-generated-form__submit {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #2C4E53;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.ctuth-front-profile-form .ctuth-generated-form__submit:hover,
.ctuth-front-profile-form .ctuth-generated-form__submit:focus {
  background: #244247;
  color: #fff;
}


.ctuth-generated-form__actions--secondary {
  margin-top: 16px;
}

.ctuth-generated-form__secondary-button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid #2C4E53;
  border-radius: 999px;
  background: #fff;
  color: #2C4E53;
  font-weight: 700;
  cursor: pointer;
}

.ctuth-generated-form__secondary-button:hover,
.ctuth-generated-form__secondary-button:focus {
  background: #f4f8f8;
  color: #244247;
}


.ctinst-badge {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}

.ctinst-badge--info {
  background: #eff6ff;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.ctinst-badge--ok {
  background: #ecfdf3;
  border-color: #86efac;
  color: #166534;
}

.ctinst-badge--warn {
  background: #fff7ed;
  border-color: #fdba74;
  color: #c2410c;
}

.ctinst-badge--error {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
}


/* 0.9.6.1.3 — tooltips formulaire d'inscription (icône intégrée dans le champ) */
.ctuth-generated-form__input-wrap.has-tooltip {
  position: relative;
}

.ctuth-generated-form__input-wrap.has-tooltip input,
.ctuth-generated-form__input-wrap.has-tooltip select,
.ctuth-generated-form__input-wrap.has-tooltip textarea {
  padding-right: 42px;
}

.ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-primary, #315c63);
  cursor: help;
  line-height: 1;
  z-index: 2;
}

.ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip i {
  font-size: 14px;
  line-height: 1;
}

.ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  min-width: 140px;
  max-width: 240px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #1d2327;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 50;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}

.ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip:hover::after,
.ctuth-generated-form__input-wrap.has-tooltip .ctuth-tooltip:focus::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.ctuth-modal-open {
  overflow: hidden;
}

.ctuth-login-modal[hidden] {
  display: none !important;
}

.ctuth-login-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.ctuth-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
}

.ctuth-login-modal__dialog {
  position: relative;
  width: min(92vw, 520px);
  margin: 12vh auto 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 64px rgba(15, 23, 42, 0.22);
  padding: 22px 22px 18px;
}

.ctuth-login-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #475569;
  padding: 4px;
}

.ctuth-login-modal__header {
  padding-right: 28px;
  margin-bottom: 14px;
}

.ctuth-login-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 700;
}

.ctuth-login-modal__body {
  margin-bottom: 18px;
}

.ctuth-login-modal__message {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.6;
}

.ctuth-login-modal__actions {
  display: flex;
  justify-content: flex-end;
}

.ctuth-login-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  cursor: pointer;
}


.ctuth-member-types--success {
  gap: 12px;
}

.ctuth-member-types__success {
  width: 100%;
}

/* 0.9.88.27.4 — workflow invitation admin : écran dédié, mot de passe et notices */
.ctuth-admin-invite-panel.ctuth-generated-form {
  gap: 20px;
  margin: 0;
  padding: 0 0 50px;
}

.ctuth-admin-invite-panel--notice.ctuth-generated-form {
  padding-bottom: 50px;
}

.ctuth-admin-invite-panel--password .ctuth-generated-form__header {
  display: grid;
  gap: 8px;
}

.ctuth-admin-invite-panel--password .ctuth-generated-form__header h3,
.ctuth-admin-invite-panel--password .ctuth-generated-form__header p {
  margin: 0;
}

.ctuth-admin-invite-panel--password .ctuth-generated-form__form {
  display: grid;
  gap: 0;
  margin: 0;
}

.ctuth-admin-invite-panel--password .ctuth-generated-form__grid {
  gap: 20px;
}

.ctuth-admin-invite-field .ctuth-generated-form__input-wrap.has-icon input[type="password"] {
  padding-left: 56px !important;
  padding-right: 54px !important;
}

.ctuth-admin-invite-password-toggle {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #808080;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 3;
}

.ctuth-admin-invite-password-toggle .dashicons {
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 20px;
}

.ctuth-admin-invite-password-toggle:hover,
.ctuth-admin-invite-password-toggle:focus {
  color: #2C4E53;
  outline: none;
  box-shadow: none;
}

.ctuth-admin-invite-panel--password .ctuth-generated-form__actions {
  margin-top: 30px;
}

/* 0.9.88.27.4 — consentements obligatoires invitation admin */
.ctuth-admin-invite-consents {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.ctuth-admin-invite-consents .ctuth-generated-form__checkbox {
  width: 100%;
}
.ctuth-admin-invite-consents strong[aria-hidden="true"] {
  color: #b00020;
}


/* 0.9.88.27.5 — verrouillage front des comptes CT désactivés */
html.ctuth-inactive-account-is-locked,
body.ctuth-inactive-account-is-locked {
  overflow: hidden !important;
}

.ctuth-inactive-account-lock {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  pointer-events: auto;
}

.ctuth-inactive-account-lock__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 0, 0, 0.72);
  backdrop-filter: blur(3px);
}

.ctuth-inactive-account-lock__dialog {
  position: relative;
  width: min(560px, calc(100vw - 48px));
  padding: 34px 36px;
  border: 2px solid #9b0018;
  border-radius: 14px;
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  text-align: left;
}

.ctuth-inactive-account-lock__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #9b0018;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.ctuth-inactive-account-lock__message {
  font-size: 17px;
  line-height: 1.58;
  color: #333;
}

.ctuth-inactive-account-lock__message a {
  color: #9b0018;
  font-weight: 700;
  text-decoration: underline;
}

.ctuth-inactive-account-lock__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 0;
  background: #2C4E53;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
}

.ctuth-inactive-account-lock__button:hover,
.ctuth-inactive-account-lock__button:focus {
  background: #203b3f;
  color: #fff !important;
  outline: none;
}

.ctuth-help-tip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 6px;
  color: #2C4E53;
  cursor: help;
}

.ctuth-generated-form__submit--ip {
  margin-top: 8px;
}


.ctuth-connection-ip-textarea {
  min-height: 42px !important;
  height: 42px;
  line-height: 1.45;
  resize: vertical;
}

.ctuth-current-ip-note {
  margin: 6px 0 12px;
  font-size: 13px;
  color: #40595d;
}

.ctuth-checkline,
.ctuth-checkline--ip {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 10px 0 0 !important;
  text-align: left !important;
}

.ctuth-checkline input[type="checkbox"],
.ctuth-checkline--ip input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  margin: 2px 0 0 !important;
  accent-color: #2C4E53;
}

.ctuth-help-tip {
  position: relative;
}

.ctuth-help-tip[data-tip]:hover::after,
.ctuth-help-tip[data-tip]:focus::after {
  content: attr(data-tip);
  position: absolute;
  z-index: 9999;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: 280px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #203b3f;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

/* CT USERS Manager v1.2.0.0 — property owner conditional registration fields */
.ctuth-generated-form__field.is-conditionally-hidden {
  display: none !important;
}


/* CT USERS Manager v1.2.1.0 — formulaire propriétaire immobilier strict */
.ctuth-generated-form[data-ctuth-property-owner-form="1"][data-ctuth-po-status=""] .ctuth-generated-form__grid,
.ctuth-generated-form[data-ctuth-property-owner-form="1"][data-ctuth-po-status=""] .ctuth-generated-form__actions {
  display: none !important;
}
.ctuth-generated-form[data-ctuth-property-owner-form="1"][data-ctuth-po-status="particulier"] [data-ctuth-po-professional-field="1"] {
  display: none !important;
}
.ctuth-property-owner-status {
  margin: 20px 0 16px;
}
.ctuth-property-owner-status__label {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  color: #2C4E53;
}
.ctuth-property-owner-status__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ctuth-property-owner-status__button {
  width: 100%;
  min-height: 48px;
  border: 1px solid #DCDCDE;
  border-radius: 12px;
  background: #fff;
  color: #2C4E53;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.ctuth-property-owner-status__button:hover,
.ctuth-property-owner-status__button:focus {
  border-color: #2C4E53;
  box-shadow: 0 4px 14px rgba(44,78,83,.15);
}
.ctuth-property-owner-status__button.is-active {
  background: #2C4E53;
  color: #fff;
  border-color: #2C4E53;
}
@media (max-width: 640px) {
  .ctuth-property-owner-status__buttons { grid-template-columns: 1fr; }
}


.ctuth-property-owner-page-notice{margin:12px 0 22px 0;}
.ctuth-property-owner-page-notice .ctinst-msg{margin-bottom:0;}


/* Email verification resend block */
.ctuth-generated-form__resend {
  margin-top: 50px;
}

.ctuth-email-verification-resend {
  display: grid;
  gap: 22px;
}

.ctuth-email-verification-resend__intro {
  display: grid;
  gap: 12px;
  text-align: center;
  color: #464646;
}

.ctuth-email-verification-resend__separator {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  margin: 0 28px 6px;
  color: #2C4E53;
}

.ctuth-email-verification-resend__separator span {
  height: 1px;
  background: rgba(44, 78, 83, .42);
}

.ctuth-email-verification-resend__separator i {
  font-size: 26px;
  line-height: 1;
}

.ctuth-email-verification-resend__intro h4 {
  margin: 0;
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

.ctuth-email-verification-resend__intro p {
  margin: 0 auto;
  max-width: 760px;
  color: #464646;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: 17px;
  line-height: 1.45;
}

.ctuth-email-verification-resend__grid {
  gap: 24px;
}

.ctuth-email-verification-resend__actions {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .ctuth-email-verification-resend__separator {
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
  }
}


.ctuth-member-types__unavailable {
  color: #8B1E2D;
  background: rgba(139, 30, 45, .08);
  border: 1px solid rgba(139, 30, 45, .24);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--e-global-typography-text-font-family, inherit);
  font-size: var(--e-global-typography-text-font-size, 16px);
  font-weight: 600;
  line-height: 1.45;
}

.ctuth-registration-router__note--closed {
  color: #8B1E2D;
  background: rgba(139, 30, 45, .08);
  border: 1px solid rgba(139, 30, 45, .24);
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 600;
}


.ctuth-guard-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ctuth-guard-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 30, .58);
  backdrop-filter: blur(2px);
}

.ctuth-guard-modal__dialog {
  position: relative;
  width: min(520px, 100%);
  background: #ffffff;
  border: 1px solid rgba(44, 78, 83, .18);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .24);
  padding: 28px;
  text-align: center;
  color: #1d2327;
  font-family: var(--e-global-typography-text-font-family, inherit);
}

.ctuth-guard-modal__icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #FAA81A;
  color: #2C4E53;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
}

.ctuth-guard-modal__dialog h3 {
  margin: 0 0 10px;
  color: #2C4E53;
  font-family: var(--e-global-typography-primary-font-family, inherit);
  font-size: 24px;
  font-weight: 800;
}

.ctuth-guard-modal__dialog p {
  margin: 0 0 20px;
  color: #464646;
  font-size: 16px;
  line-height: 1.55;
}

.ctuth-guard-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #2C4E53;
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

.ctuth-guard-modal__button:hover,
.ctuth-guard-modal__button:focus {
  background: #3F6071;
  color: #ffffff;
}
