/* Start custom CSS for html, class: .elementor-element-437e9e2 *//* Variables */
:root{
  --navy:#06376d;
  --turq:#3ad3d4;
  --turq-dark:#18b9b9;
  --gray:#E9EEF4;
  --dark:#4a5260;
  --white:#fff;
}

/* Reset */
body{ margin:0; font-family:'Open Sans',sans-serif; background:#fff; color:var(--dark) }
.container{ width:90%; max-width:1100px; margin:0 auto }
h1,h2,h3{ margin:0 }

/* Header */
.cand-header{
  background:#fff; border-bottom:1px solid var(--gray);
  padding:.8rem 0; position:fixed; top:0; left:0; right:0; z-index:1000;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
}
.cand-header__wrap{ display:flex; align-items:center; justify-content:space-between }
.cand-logo img{ height:40px }
.cand-title{ font-size:1.1rem; font-weight:700; color:var(--navy) }
body{ padding-top:70px }

/* Hero */
.hero-offres{
  background:linear-gradient(180deg,#f9fafc,#fff);
  text-align:center; padding:70px 0 60px;
}
.hero-offres h2{ font-size:2rem; font-weight:800; color:var(--navy); margin-bottom:.6rem }
.hero-offres p{ font-size:1rem; color:var(--dark) }

/* Recherche */
.search-offres{ background:#fff; padding:30px 0; border-bottom:1px solid var(--gray) }
.search-form{ display:flex; flex-wrap:wrap; gap:10px; justify-content:center }
.search-form input,.search-form select{
  padding:.7rem .9rem; border:1px solid var(--gray); border-radius:8px;
  font-size:.95rem; min-width:180px;
}
.search-form button{ padding:.8rem 1.4rem; border:none; border-radius:8px; cursor:pointer }

/* Boutons */
.btn{ display:inline-block; text-decoration:none; font-weight:700; border-radius:8px; transition:.2s }
.btn--primary{ background:var(--turq); color:var(--navy); padding:.8rem 1.4rem }
.btn--primary:hover{ background:var(--turq-dark) }

/* Liste d'offres */
.list-offres{ padding:60px 0 }
.offres-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:22px }
.offre-card{
  background:#f9fafc; border:1px solid rgba(6,55,109,.08);
  border-radius:14px; padding:20px;
  box-shadow:0 6px 14px rgba(0,0,0,.05);
  display:flex; flex-direction:column; justify-content:space-between;
}
.offre-card h3{ font-size:1.1rem; font-weight:700; color:var(--navy); margin-bottom:.3rem }
.offre-card .meta{ font-size:.9rem; color:var(--dark); margin-bottom:1rem }

/* CTA Final */
.cta-candidater{
  background:linear-gradient(135deg,var(--turq),var(--turq-dark));
  padding:70px 0; text-align:center; color:var(--navy);
}
.cta-candidater h2{ font-size:2rem; font-weight:800; margin-bottom:.6rem }
.cta-candidater p{ margin-bottom:1.4rem }
.cta-candidater .btn{ background:#fff; color:var(--navy); padding:1rem 1.6rem }

/* Footer */
.cand-footer{
  background:#fff; border-top:1px solid var(--gray);
  padding:30px 0; text-align:center; font-size:.9rem;
}
.footer-logo{ height:32px; margin-bottom:8px }
.footer-links a{ margin:0 8px; text-decoration:none; color:var(--navy); font-weight:600 }
.footer-links a:hover{ color:var(--turq) }/* End custom CSS */