/* Pages auth / accès — carte blanche, fond mer net, Plus Jakarta Sans */

body.hg-login-page {
  min-height: 100dvh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: #1e293b;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Fond plein écran */
body.hg-login-page .hg-login-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #38bdf8;
  background-image: url('images/login-fond.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.hg-login-page .hg-login-bg::before {
  display: none;
}

body.hg-login-page .hg-login-bg-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body.hg-with-mobile-app-bar .hg-login-bg-scrim {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.1) 45%,
    rgba(0, 0, 0, 0.22) 100%
  );
}

body.hg-login-page--desktop .hg-login-bg-scrim {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(14, 116, 144, 0.12) 45%,
    rgba(12, 74, 110, 0.18) 100%
  );
}

body.hg-login-page--desktop {
  height: 100dvh;
  overflow: hidden;
}

.hg-login-main {
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.hg-with-mobile-app-bar .hg-login-main {
  align-items: flex-start;
  padding-top: 0.75rem;
}

.hg-login-layout {
  width: 100%;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 820px) {
  .hg-login-layout {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem 4rem;
  }
}

.hg-login-brand {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 320px;
}

@media (min-width: 820px) {
  .hg-login-brand {
    width: auto;
    max-width: min(42vw, 480px);
    justify-content: flex-start;
  }
}

@media (min-width: 1100px) {
  .hg-login-brand {
    max-width: 520px;
  }
}

.hg-login-brand img {
  width: min(100%, 320px);
  height: auto;
  max-height: min(38vh, 260px);
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body.hg-login-page--desktop .hg-login-brand img {
  filter: none;
}

@media (min-width: 820px) {
  .hg-login-brand img {
    width: min(100%, 480px);
    max-height: min(68vh, 480px);
  }
}

@media (min-width: 1100px) {
  .hg-login-brand img {
    width: min(100%, 520px);
    max-height: min(72vh, 520px);
  }
}

.hg-login-card {
  width: 100%;
  max-width: 440px;
  box-sizing: border-box;
  overflow-x: clip;
  background: #fff;
  border-radius: 1.35rem;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.22),
    0 4px 16px rgba(15, 23, 42, 0.08);
  padding: 1.75rem 1.5rem 1.35rem;
}

@media (min-width: 480px) {
  .hg-login-card {
    padding: 2rem 1.85rem 1.5rem;
  }
}

.hg-login-card__head {
  text-align: center;
  margin-bottom: 1.35rem;
}

.hg-login-card__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.85rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
  color: #0e7490;
  box-shadow: inset 0 0 0 1px rgba(14, 116, 144, 0.15);
}

.hg-login-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.hg-login-card__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0c4a6e;
  letter-spacing: -0.03em;
}

.hg-login-card__subtitle {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #64748b;
  letter-spacing: 0.01em;
}

.hg-login-field-group {
  margin-bottom: 1rem;
}

.hg-login-field-group label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
}

.hg-login-field {
  position: relative;
}

.hg-login-field__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 1.1rem;
  color: #94a3b8;
  pointer-events: none;
  z-index: 2;
}

.hg-login-field .hg-login-input,
.hg-login-field .hg-pwd-eye-wrap .hg-login-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.65rem 0.85rem 0.65rem 2.65rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hg-login-field .hg-pwd-eye-wrap {
  display: block;
  width: 100%;
}

.hg-login-field .hg-pwd-eye-wrap .hg-login-input {
  padding-right: 2.75rem;
}

.hg-login-field .hg-login-input::placeholder {
  color: #94a3b8;
  font-size: 0.9375rem;
  font-weight: 400;
}

.hg-login-field .hg-login-input:focus {
  outline: none;
  border-color: #0e7490;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.14);
}

.hg-login-field .hg-login-input:-webkit-autofill,
.hg-login-field .hg-login-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #1e293b;
  font-size: 0.9375rem !important;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 99999s ease-out 0s;
}

.hg-login-field .hg-pwd-eye-btn {
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg-login-field .hg-pwd-eye-btn:hover {
  color: #0e7490;
  background: #f1f5f9;
}

.hg-login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: -0.15rem 0 1rem;
  flex-wrap: wrap;
}

.hg-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  color: #64748b;
  cursor: pointer;
  user-select: none;
}

.hg-login-remember input {
  width: 1rem;
  height: 1rem;
  accent-color: #0e7490;
}

.hg-login-forgot {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0e7490;
  text-decoration: none;
}

.hg-login-forgot:hover {
  color: #0c4a6e;
  text-decoration: underline;
}

.hg-login-error {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.65rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 0.875rem;
  line-height: 1.4;
}

.hg-login-error[hidden] {
  display: none !important;
}

.hg-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #0c4a6e 0%, #0e7490 100%);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(12, 74, 110, 0.28);
  transition: transform 0.1s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.hg-login-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 10px 26px rgba(12, 74, 110, 0.34);
}

.hg-login-submit:active {
  transform: scale(0.985);
}

.hg-login-submit:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.hg-login-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

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

.hg-login-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.hg-login-modal__card {
  position: relative;
  z-index: 1;
  width: min(100%, 22rem);
  padding: 1.35rem 1.25rem 1.15rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  text-align: center;
}

.hg-login-modal__title {
  margin: 0 0 0.65rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #0c4a6e;
  letter-spacing: -0.02em;
}

.hg-login-modal__text {
  margin: 0 0 1.1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: #64748b;
}

.hg-login-modal__contact {
  margin: -0.55rem 0 1rem;
  text-align: center;
}

.hg-login-modal__contact a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0.45rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b;
  text-decoration: none;
}

.hg-login-modal__contact a:hover {
  color: #0e7490;
}

.hg-login-modal__contact a:hover .hg-contact-link__email {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.hg-login-modal__ok {
  width: 100%;
  min-height: 2.75rem;
}

.hg-login-submit svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
}

.hg-login-card--wide {
  max-width: 480px;
}

.hg-login-field-group--inline {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
  width: 100%;
}

.hg-login-access-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-bottom: 1.15rem;
}

.hg-login-access-row .hg-login-field,
.hg-login-access-row .hg-login-input {
  min-width: 0;
  max-width: 100%;
}

.hg-login-submit--inline {
  width: 100%;
  margin-top: 0;
  min-height: 2.875rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  box-sizing: border-box;
}

.hg-login-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.15rem 0 1rem;
  color: #94a3b8;
  font-size: 0.8125rem;
  text-transform: lowercase;
}

.hg-login-divider::before,
.hg-login-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e2e8f0;
}

.hg-login-secondary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.hg-login-secondary__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.75rem;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

@media (min-width: 400px) {
  .hg-login-secondary__btn {
    font-size: 0.875rem;
  }
}

.hg-login-secondary__btn:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #0c4a6e;
}

.hg-login-secondary__btn svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #64748b;
}

.hg-login-lang {
  margin-top: 1.15rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.hg-login-lang .lang-selector[role='group'] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.75rem;
  box-sizing: border-box;
  border-radius: 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}

.hg-login-lang .lang-selector .lang-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 2.35rem;
  padding: 0.5rem 0.35rem !important;
  border-radius: 0.55rem !important;
  border: 1.5px solid #e2e8f0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.hg-login-lang .lang-selector .lang-btn:hover {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
}

.hg-login-lang .lang-selector .lang-btn img,
.hg-login-lang .lang-selector .lang-btn-flag {
  display: block;
  height: 1.65rem !important;
  width: auto !important;
  max-width: 2.35rem !important;
  margin: 0 auto;
  border-radius: 0.22rem;
  object-fit: contain !important;
  object-position: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.hg-login-lang .lang-selector .lang-btn.bg-sea-700,
.hg-login-lang .lang-selector .lang-btn.border-white {
  background: #ecfeff !important;
  border-color: #0e7490 !important;
  box-shadow: 0 0 0 1px rgba(14, 116, 144, 0.12) !important;
}

body.hg-login-page--desktop .hg-login-lang .lang-selector[role='group'] {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.hg-login-page--desktop .hg-login-lang .lang-selector .lang-btn img,
body.hg-login-page--desktop .hg-login-lang .lang-selector .lang-btn-flag {
  height: 1.45rem !important;
  max-width: 2rem !important;
}

.hg-login-voyageur {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
  transition: transform 0.1s ease, box-shadow 0.15s ease;
}

.hg-login-voyageur:hover {
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.34);
}

.hg-login-voyageur:active {
  transform: scale(0.99);
}

.hg-login-voyageur__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hg-login-voyageur__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.hg-login-voyageur__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
  text-align: left;
}

.hg-login-voyageur__text strong {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hg-login-voyageur__text small {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.hg-login-hint {
  margin: -0.2rem 0 0.85rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
}

.hg-login-input--code {
  text-align: center;
  letter-spacing: 0.32em;
  font-weight: 700;
  padding-left: 0.85rem !important;
}

.hg-login-step[hidden] {
  display: none !important;
}

.hg-login-info {
  margin: 0 0 1.15rem;
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0c4a6e;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.hg-login-secondary--single {
  grid-template-columns: 1fr;
}

.hg-login-intro-text {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.55;
  color: #64748b;
  text-align: center;
}

.hg-login-intro-email {
  color: #0c4a6e;
  font-weight: 700;
  word-break: break-all;
}

.hg-login-resend {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.35rem 0.5rem;
  border: 0;
  background: transparent;
  color: #0e7490;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.hg-login-resend:hover {
  color: #0c4a6e;
}

/* ——— Dossiers séjour : carte login (lisible sur fond mer) ——— */
body.hg-sejour-dossiers-desktop,
body.hg-sejour-dossiers-mobile {
  font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: #1e293b;
}

/* Carte blanche (style login) — pleine largeur du conteneur page, pas la limite 440px du login */
.hg-sejour-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: #fff;
  border-radius: 1.35rem;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.22),
    0 4px 16px rgba(15, 23, 42, 0.08);
  padding: 1.75rem 1.5rem 1.35rem;
}

@media (min-width: 480px) {
  .hg-sejour-card {
    padding: 2rem 1.85rem 1.5rem;
  }
}

body.hg-sejour-dossiers-desktop main .hg-sejour-card {
  width: 100%;
  max-width: none;
}

.hg-sejour-card label,
.hg-sejour-card .text-white\/90,
.hg-sejour-card .text-white\/85,
.hg-sejour-card .text-white\/75,
.hg-sejour-card .text-white\/70,
.hg-sejour-card .text-white\/60,
.hg-sejour-card .text-white\/55,
.hg-sejour-card #liste,
.hg-sejour-card #upload-status {
  color: #475569 !important;
}

.hg-sejour-card input:not([type='hidden']):not([type='checkbox']):not([type='radio']),
.hg-sejour-card textarea,
.hg-sejour-card select {
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 0.75rem !important;
  background: #fff !important;
  color: #0f172a !important;
  font-weight: 500;
}

.hg-sejour-card input::placeholder,
.hg-sejour-card textarea::placeholder {
  color: #94a3b8 !important;
  opacity: 1;
}

.hg-sejour-card input:focus,
.hg-sejour-card textarea:focus,
.hg-sejour-card select:focus {
  outline: none;
  border-color: #0e7490 !important;
  box-shadow: 0 0 0 3px rgba(14, 116, 144, 0.14);
}

.hg-sejour-card input[type='date'] {
  color-scheme: light;
}

.hg-sejour-card details.hg-sejour-acc {
  margin-bottom: 0.65rem;
  border-radius: 0.85rem;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}

.hg-sejour-card details.hg-sejour-acc > summary.hg-sejour-acc__summary {
  color: #0c4a6e;
  background: #f1f5f9;
  border-bottom: 1px solid transparent;
}

.hg-sejour-card details.hg-sejour-acc > summary.hg-sejour-acc__summary:hover {
  background: #e2e8f0;
}

.hg-sejour-card details.hg-sejour-acc > summary.hg-sejour-acc__summary::after {
  color: #64748b;
}

.hg-sejour-card details.hg-sejour-acc[open] > summary.hg-sejour-acc__summary {
  border-bottom-color: #e2e8f0;
}

.hg-sejour-card details.hg-sejour-acc[open] > summary.hg-sejour-acc__summary::after {
  color: #0e7490;
}

.hg-sejour-card details.hg-sejour-acc > .hg-sejour-acc__body {
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.hg-sejour-card details.hg-sejour-acc .hg-sejour-acc__body > details.hg-sejour-acc {
  background: #f8fafc;
  border-color: #e2e8f0;
}

.hg-sejour-card .sejour-native-select {
  border: 1.5px solid #e2e8f0 !important;
  background-color: #fff !important;
  color: #0f172a !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.hg-sejour-card .sejour-native-select option {
  background-color: #fff;
  color: #0f172a;
}

.hg-sejour-card .hg-file-upload-zone {
  border: 1px dashed #cbd5e1;
  background: #f8fafc;
}

.hg-sejour-card .hg-file-upload-zone.hg-file-upload-zone--drag {
  border-color: #0e7490;
  background: #ecfeff;
}

.hg-sejour-card .hg-file-upload-btn {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
}

.hg-sejour-card .hg-file-upload-btn:hover {
  background: #f1f5f9;
  border-color: #94a3b8;
}

.hg-sejour-card .hg-file-upload-btn--cam {
  border-color: #0e7490;
  background: #ecfeff;
  color: #0c4a6e;
}

.hg-sejour-card .hg-file-upload-btn--cam:hover {
  background: #cffafe;
  border-color: #0891b2;
}

.hg-sejour-card .hg-file-upload-hint {
  color: #64748b !important;
}

.hg-sejour-card [data-file-trigger]:not(.bg-teal-600):not(.bg-emerald-600),
.hg-sejour-card #hg-checkin-burst-stop {
  border-color: #cbd5e1 !important;
  background: #f8fafc !important;
  color: #0f172a !important;
}

.hg-sejour-dossiers-list-item--mobile {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155;
}

.hg-sejour-dossiers-list-item--mobile .text-white,
.hg-sejour-dossiers-list-item--mobile .text-white\/50,
.hg-sejour-dossiers-list-item--mobile .text-white\/70 {
  color: inherit !important;
}

.hg-sejour-dossiers-list-item--mobile .font-semibold {
  color: #0f172a !important;
}

.hg-sejour-dossiers-list-item--mobile .text-slate-500,
.hg-sejour-dossiers-list-item--mobile .text-slate-600 {
  color: #64748b !important;
}

.hg-sejour-card .hg-edl-pdf-link {
  color: #fff !important;
}

.hg-sejour-card .hg-edl-fichier-caption,
.hg-sejour-card .hg-edl-fichiers-grid span.rounded-br {
  color: #fff !important;
}

.hg-sejour-card #hg-edl-synthese-link {
  border-color: #cbd5e1 !important;
  background: #f8fafc !important;
  color: #0c4a6e !important;
}

.hg-sejour-card #hg-edl-synthese-link:hover {
  background: #ecfeff !important;
}

.hg-sejour-card .hg-checkin-burst-panel {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.hg-sejour-card #hg-checkin-burst-video-wrap {
  background: #0f172a;
}

/* ——— Lien contact ——— */
.hg-contact-link {
  margin: 0;
  text-align: center;
  line-height: 1.45;
}

.hg-contact-link a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.hg-contact-link a:hover {
  color: #0e7490;
}

.hg-contact-link a:hover .hg-contact-link__email {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.hg-contact-link__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #94a3b8;
}

.hg-contact-link__email {
  font-weight: 700;
  color: #0e7490;
}

.hg-contact-link--inline {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid #e2e8f0;
}
