.hero {
  border-radius: 0;
}

.card {
  border-radius: 0;
}

.cta {
  border-radius: 0 !important; /* section carrée */
  
}

.cta  {
  border-radius: 0 !important; /* bouton carré */
  background-color: #0d6efd;   /* bleu Bootstrap */
  border: none;
}




.form-control {
  border-radius: 0; /* champs carrés */
}

/* Bouton CTA carré et bleu */
.btn-cta {
  background-color: #007bff !important; /* bleu pro */
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 40px;
  transition: background-color 0.3s ease;
}

.btn-cta:hover {
  background-color: #0056b3 !important; /* bleu foncé */
}


