
/* HERO SECTION */
.hero {
  background: linear-gradient(45deg, #007bff, #00c3ff);
  color: white;
  padding: 4rem 1rem;
  text-align: center;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.hero p {
  font-size: 1.25rem;
}

/* NEWSLETTER SECTION */
.newsletter {
  background: #007bff;
  color: white;
  padding: 3rem 1rem;
  text-align: center;
}
.newsletter input[type="email"] {
  max-width: 100%;
}
.newsletter button {
  margin-top: 0.5rem;
}

/* CARD TITLES */
.card-title {
  font-weight: 600;
  font-size: 1.15rem;
}

/* TÉMOIGNAGES */
.testimonial {
  background: #f8f9fa;
  padding: 3rem 1rem;
  text-align: center;
}
.testimonial blockquote {
  font-style: italic;
  font-size: 1.2rem;
  color: #444;
  margin: 0 auto;
  max-width: 800px;
}
.testimonial footer {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #666;
  font-style: normal;
}

/* BOUTON RETOUR EN HAUT */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .hero h1 {
    font-size: 1.75rem;
  }
  .hero p,
  .newsletter h2 {
    font-size: 1rem;
  }
  .btn-lg {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}


.recruteur h2 {
  font-weight: 700;
  font-size: 1.8rem;
}
.recruteur p {
  font-size: 1.1rem;
  color: #555;
}
.recruteur a.btn {
  font-size: 1.1rem;
  padding: 0.8rem 2rem;
}

.navbar .nav-link.active {
  color: #007bff !important;  /* couleur cohérente avec Accueil/Offres */
  text-decoration: none !important; /* supprime soulignement bleu */
}
