/* =====================================================
   AUR — Nos Offres · Design unifié navy/or/crème
   ===================================================== */

/* Tokens hérités de candidature.css / custom.css */
:root {
  --ink:      #050D19;
  --navy:     #0D1F35;
  --navy-mid: #162D4A;
  --navy-lt:  #1E3A5F;
  --gold:     #C9963A;
  --gold-lt:  #DFB462;
  --cream:    #F5F2EB;
  --cream-dk: #EAE6DC;
  --white:    #FDFCFA;
  --muted:    #7A8494;
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-sans:  'Jost', system-ui, sans-serif;
}

/* ---- Page shell ---- */
#aur-offres-main {
  background: var(--cream);
  width: 100%;
  overflow-x: hidden;
}

/* ---- Hero ---- */
.no-hero {
  position: relative;
  background: var(--ink);
  padding: 7rem 2rem 5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.no-hero__grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  pointer-events: none;
}
.no-hero__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(201,150,58,.12) 0%, transparent 70%);
  pointer-events: none;
}
.no-hero__label {
  display: inline-block;
  border: 1px solid rgba(201,150,58,.35);
  color: var(--gold-lt);
  font-family: var(--ff-sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .35em 1em;
  border-radius: 50px;
  margin-bottom: 1.8rem;
}
.no-hero__title {
  font-family: var(--ff-serif);
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin: 0 0 1.2rem;
}
.no-hero__title em {
  font-style: italic;
  color: var(--gold-lt);
}
.no-hero__sub {
  font-family: var(--ff-sans);
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.7;
  margin: 0 auto;
}

/* ---- CTA candidature spontanée ---- */
.no-cta {
  background: var(--navy-mid);
  border: 1px solid rgba(201,150,58,.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 2.5rem;
  margin: 3.5rem auto 0;
  max-width: 820px;
  width: 100%;
  box-sizing: border-box;
}
.no-cta__text h3 {
  font-family: var(--ff-serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 .4rem;
}
.no-cta__text p {
  font-family: var(--ff-sans);
  font-size: .9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}
.no-cta__btn {
  background: var(--gold);
  color: var(--ink) !important;
  font-family: var(--ff-sans);
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .8rem 1.8rem;
  border-radius: 50px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .25s, transform .2s;
}
.no-cta__btn:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
}

/* ---- Body wrapper ---- */
.no-body {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 1.5rem 5rem;
}

/* ---- FAQ ---- */
.no-faq { margin-bottom: 4rem; }
.no-faq__title {
  font-family: var(--ff-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--navy);
  text-align: center;
  margin: 0 0 1.8rem;
}
.no-accordion {
  background: var(--white);
  border: 1px solid var(--cream-dk);
  border-radius: 8px;
  margin-bottom: .75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(5,13,25,.06);
}
.no-accordion summary {
  padding: 1.2rem 1.5rem;
  font-family: var(--ff-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .2s;
}
.no-accordion summary::-webkit-details-marker { display: none; }
.no-accordion summary::after {
  content: '+';
  color: var(--gold);
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 1rem;
}
.no-accordion[open] summary { background: var(--cream); }
.no-accordion[open] summary::after { content: '−'; }
.no-accordion__body {
  padding: 0 1.5rem 1.3rem;
  font-family: var(--ff-sans);
  font-size: .93rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ---- Section titre offres ---- */
.no-section-title {
  font-family: var(--ff-serif);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--navy);
  text-align: center;
  margin: 0 0 2.5rem;
}

/* =====================================================
   Surcharges plugin [job-postings]
   ===================================================== */

/* Filtres */
.no-jobs .job-postings-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 3rem;
}
.no-jobs .job-postings-filters::before,
.no-jobs .job-postings-filters::after { display: none !important; }
.no-jobs .job-listing-categories,
.no-jobs .jobs-search { float: none !important; width: 100% !important; margin: 0 !important; }

/* Nuages catégories */
.no-jobs .job-listing-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
}
.no-jobs .job-category {
  background: var(--white) !important;
  border: 1px solid var(--cream-dk) !important;
  padding: .5rem 1.2rem !important;
  border-radius: 50px !important;
  color: var(--muted) !important;
  font-family: var(--ff-sans);
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}
.no-jobs .job-category:hover {
  border-color: var(--gold) !important;
  color: var(--navy) !important;
}
.no-jobs .job-category.active {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: var(--white) !important;
}
.no-jobs .job-category-villes { display: none !important; }

/* Barre de recherche pilule */
.no-jobs .jobs-search form {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--cream-dk);
  border-radius: 50px;
  padding: 4px;
  box-shadow: 0 1px 3px rgba(5,13,25,.06);
  transition: border-color .25s, box-shadow .25s;
}
.no-jobs .jobs-search form:focus-within {
  border-color: var(--gold);
  box-shadow: 0 4px 14px rgba(201,150,58,.12);
}
.no-jobs .job-search {
  border: none !important;
  padding: .75rem 1.2rem !important;
  flex: 1;
  outline: none !important;
  font-family: var(--ff-sans);
  font-size: .95rem;
  background: transparent !important;
  color: var(--navy);
}
.no-jobs .job-search-submit {
  background: var(--navy) !important;
  border: none !important;
  padding: 0 1.5rem !important;
  border-radius: 50px !important;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s;
}
.no-jobs .job-search-submit:hover { background: var(--gold) !important; }
.no-jobs .job-search-submit svg { fill: #fff !important; width: 16px; height: 16px; }

/* Cartes offres */
.no-jobs .job-listing { display: block; clear: both; width: 100%; }
.no-jobs .job-listing > .column {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.no-jobs .job-preview {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 1.8rem !important;
  background: var(--white) !important;
  border: 1px solid var(--cream-dk) !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(5,13,25,.06);
  transition: box-shadow .25s, border-color .25s, transform .2s;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.no-jobs .job-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5,13,25,.1) !important;
  border-color: var(--gold) !important;
}
.no-jobs .job-content { flex: 1; min-width: 250px; }
.no-jobs .job-content h5 {
  margin: 0 0 .4rem !important;
  font-family: var(--ff-sans) !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
}
.no-jobs .job-content h5 a { color: var(--navy) !important; text-decoration: none; }
.no-jobs .job-content h5 a:hover { color: var(--gold) !important; }
.no-jobs .job-additional-information {
  font-family: var(--ff-sans);
  font-size: .88rem !important;
  color: var(--muted) !important;
  margin: 0 !important;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.no-jobs .job-additional-information span:first-child {
  background: var(--cream-dk);
  color: var(--navy) !important;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: .78rem;
}

/* Bouton voir offre */
.no-jobs .job-cta .apply-btn {
  display: inline-block;
  border: 1.5px solid var(--navy) !important;
  color: var(--navy) !important;
  background: transparent !important;
  font-family: var(--ff-sans);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .6rem 1.4rem !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  transition: all .25s;
  white-space: nowrap;
  margin: 0 !important;
}
.no-jobs .job-cta .apply-btn:hover {
  background: var(--navy) !important;
  color: var(--white) !important;
}

/* Select dynamique (JS) */
.no-select-wrapper {
  display: flex;
  justify-content: center;
}
.no-custom-select {
  font-family: var(--ff-sans);
  font-size: .9rem;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--cream-dk);
  border-radius: 50px;
  padding: .6rem 2.5rem .6rem 1.2rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230D1F35' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer;
  transition: border-color .25s;
}
.no-custom-select:focus {
  outline: none;
  border-color: var(--gold);
}

/* Responsive */
@media (max-width: 768px) {
  .no-hero { padding: 5rem 1.5rem 3.5rem; }
  .no-cta {
    flex-direction: column;
    text-align: center;
    padding: 1.8rem;
  }
  .no-body { padding: 2.5rem 1rem 3rem; }
  .no-jobs .jobs-search form {
    flex-direction: column;
    border-radius: 12px;
    padding: .5rem;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .no-jobs .job-search {
    background: var(--white) !important;
    border: 1px solid var(--cream-dk) !important;
    border-radius: 50px !important;
    margin-bottom: .5rem !important;
    width: 100%;
    box-sizing: border-box;
  }
  .no-jobs .job-search-submit {
    border-radius: 50px !important;
    width: 100%;
    height: 46px;
  }
  .no-jobs .job-preview { flex-direction: column; align-items: flex-start; }
}
