/* =========================================================
   BKSI — Recrutement (styles spécifiques)
   Version : 1.0.0
   Auteur  : NAGALTY
   Notes   :
     - Cohérent avec la page Contact (mêmes containers/classes)
     - Accent cuivre/orange BKSI : #ff9b40
   ========================================================= */

/* Sections & texte */
.page-recrutement .bksi-section {
  margin-top: 20px;
}

.page-recrutement .bksi-section h3 {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.page-recrutement .lead-muted {
  margin-top: 6px;
  margin-bottom: 14px;
  opacity: .92;
}

/* Liste propre (pas de puces fantômes ► etc.) */
.page-recrutement .bksi-list {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0 0;
}
.page-recrutement .bksi-list li {
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
}
.page-recrutement .bksi-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  color: #ff9b40; /* point cuivre BKSI */
}

/* Bloc CTA */
.page-recrutement .bksi-cta {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 16px;
  margin-top: 18px;
}

.page-recrutement .bksi-cta-btn {
  margin: 16px 0 6px 0;
  text-align: center;
}

/* Bouton Discord — on force la couleur du texte
   et on augmente la spécificité pour battre les règles globales */
.page-recrutement .bksi-cta-btn .btn-discord,
.page-recrutement .bksi-cta-btn .btn-discord:hover,
.page-recrutement .bksi-cta-btn .btn-discord:active,
.page-recrutement .bksi-cta-btn .btn-discord:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.page-recrutement .btn-discord {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background-color: #ff9b40; /* cuivre/orange BKSI */
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
  transition: background-color .25s ease, transform .15s ease, box-shadow .25s ease;
}

.page-recrutement .btn-discord:hover {
  background-color: #e68935;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.page-recrutement .btn-discord:active {
  background-color: #cc7430;
  transform: translateY(0);
}

.page-recrutement .btn-discord:focus-visible {
  outline: 2px solid #ff9b40;
  outline-offset: 2px;
}

/* Icône Discord dans le bouton */
.page-recrutement .icon-discord {
  width: 20px;
  height: 20px;
  display: inline-block;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,.2));
}

/* Petites largeurs */
@media (max-width: 640px) {
  .page-recrutement .btn-discord {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    font-size: 1.05rem;
  }
}
