/* Page Recrutement — styles dédiés (couleurs thème Coach Consulting Academy) */
.page-recrutement .recrutement-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ff5a2c;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recrutement-hero {
  background: linear-gradient(135deg, #151d32 0%, #213f65 42%, #2d5590 100%);
  color: #fff;
  padding: 72px 0 78px;
  position: relative;
  overflow: hidden;
}

.page-recrutement .recrutement-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 90, 44, 0.07);
  top: -120px;
  right: -80px;
  pointer-events: none;
}

.page-recrutement .recrutement-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  bottom: -100px;
  left: 5%;
  pointer-events: none;
}

.page-recrutement .recrutement-hero .container {
  position: relative;
  z-index: 1;
}

.page-recrutement .recrutement-hero h2 {
  color: #fff;
  font-size: 1.85rem;
  font-weight: 700;
  margin-bottom: 1.35rem;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recrutement-hero .hero-icon {
  font-size: 52px;
  line-height: 1;
  margin-bottom: 22px;
  color: #ff5a2c;
}

.page-recrutement .recrutement-hero .lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 820px;
  margin: 0;
  font-weight: 300;
}

.page-recrutement .recrutement-contact-wrap {
  padding: 80px 0 70px;
}

.page-recrutement .recrutement-contact-wrap .section-heading {
  margin-bottom: 28px;
}

.page-recrutement .recrutement-contact-wrap .section-heading h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333146;
  margin-bottom: 12px;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recrutement-contact-wrap .section-heading .line-accent {
  width: 56px;
  height: 4px;
  background: #ff5a2c;
  border-radius: 2px;
  margin-bottom: 22px;
}

.page-recrutement .recrutement-contact-wrap .intro-question {
  font-size: 1.1rem;
  color: #333146;
  margin-bottom: 18px;
}

.page-recrutement .recrutement-contact-wrap .intro-follow {
  color: #6a7a83;
  line-height: 1.75;
  margin: 0;
}

.page-recrutement .recr-contact-stack {
  padding-top: 8px;
}

.page-recrutement .recr-contact-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 45px rgba(47, 47, 47, 0.09);
  padding: 26px 28px;
  margin-bottom: 18px;
  border-left: 4px solid #ff5a2c;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.page-recrutement .recr-contact-card:hover {
  box-shadow: 0 16px 50px rgba(47, 47, 47, 0.12);
  transform: translateY(-2px);
}

.page-recrutement .recr-contact-stack .recr-contact-card:last-child {
  margin-bottom: 0;
}

.page-recrutement .recr-contact-card h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #213f65;
  margin-bottom: 12px;
  font-weight: 700;
}

.page-recrutement .recr-contact-card .recr-contact-main {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0;
}

.page-recrutement .recr-contact-card .recr-contact-main a {
  color: #333146;
  text-decoration: none;
}

.page-recrutement .recr-contact-card .recr-contact-main a:hover {
  color: #ff5a2c;
}

.page-recrutement .recr-contact-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.page-recrutement .recr-contact-card .recr-contact-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(33, 63, 101, 0.08);
  text-align: center;
  line-height: 48px;
  color: #213f65;
  font-size: 20px;
}

.page-recrutement .recr-contact-card .recr-email-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-recrutement .recr-contact-card .recr-email-list li {
  margin-bottom: 6px;
}

.page-recrutement .recr-contact-card .recr-email-list a {
  color: #213f65;
  word-break: break-all;
}

.page-recrutement .recr-contact-card .recr-email-list a:hover {
  color: #ff5a2c;
}

.page-recrutement .recrutement-methods-section {
  padding: 75px 0 85px;
  background: #ffffff;
}

.page-recrutement .recrutement-methods-section .sub_title {
  margin-bottom: 48px;
}

.page-recrutement .recrutement-methods-section .sub_title h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #333146;
}

.page-recrutement .recrutement-methods-section .sub_title p {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.page-recrutement .recr-timeline-item {
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
  align-items: stretch;
}

.page-recrutement .recr-step-num {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff5a2c 0%, #ff7849 100%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(255, 90, 44, 0.35);
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recr-timeline-body {
  background: #fff;
  padding: 16px 20px;
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(33, 63, 101, 0.1);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  font-size: 15px;
  color: #333146;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.page-recrutement .recrutement-candidats {
  padding: 75px 0 95px;
}

.page-recrutement .recr-candidats-box {
  background: #fff;
  border-radius: 14px;
  padding: 44px 40px;
  text-align: center;
  box-shadow: 0 14px 50px rgba(47, 47, 47, 0.1);
  border: 1px solid rgba(255, 90, 44, 0.2);
  position: relative;
  overflow: hidden;
}

.page-recrutement .recr-candidats-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #213f65, #ff5a2c);
}

.page-recrutement .recr-candidats-box .candidats-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 90, 44, 0.12), rgba(33, 63, 101, 0.1));
  line-height: 72px;
  font-size: 28px;
  color: #ff5a2c;
}

.page-recrutement .recr-candidats-box h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: #333146;
  margin-bottom: 18px;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recr-candidats-box p {
  color: #6a7a83;
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 620px;
}

.page-recrutement .recr-candidats-box p a {
  color: #213f65;
  font-weight: 600;
}

.page-recrutement .recr-candidats-box p a:hover {
  color: #ff5a2c;
}

/* Bandeau métiers de chiffres */
.page-recrutement .recr-metiers-banner {
  padding: 40px 0 48px;
}

.page-recrutement .recr-metiers-banner-inner {
  background: #e8f4fc;
  border-radius: 14px;
  padding: 32px 22px 36px;
  border: 1px solid rgba(33, 63, 101, 0.1);
  box-shadow: 0 6px 28px rgba(33, 63, 101, 0.06);
}

@media (min-width: 768px) {
  .page-recrutement .recr-metiers-banner-inner {
    padding: 36px 40px 40px;
  }
}

.page-recrutement .recr-metiers-banner-title {
  text-align: center;
  color: #ff5a2c;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 0 auto 28px;
  max-width: 900px;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

@media (min-width: 768px) {
  .page-recrutement .recr-metiers-banner-title {
    font-size: 1.35rem;
  }
}

.page-recrutement .recr-metiers-cols {
  justify-content: center;
}

.page-recrutement .recr-metiers-list li {
  position: relative;
  padding-left: 20px;
  color: #213f65;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.45;
  font-family: "Bookman Old Style", Bookman, "URW Bookman L", "Palatino Linotype", Georgia, serif;
}

.page-recrutement .recr-metiers-list li:last-child {
  margin-bottom: 0;
}

.page-recrutement .recr-metiers-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff5a2c;
}

@media (max-width: 991px) {
  .page-recrutement .recr-contact-stack {
    margin-top: 36px;
  }
}
