/* Style global */
body {
  margin:0;
  padding:0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.bbg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.55), rgba(245, 245, 255, 0.55)), 
				url('../images/bg-pharma.png') no-repeat center center fixed;
    background-size: cover;
}
.bg-navbar{
	background: #D2E5FC;
}
.logo{
	min-height: 100px;
}
.card-title {
    font-weight: 600;
}
.page-container {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Titres */
h1, h2, h3, h4 {
  color: #2c3e50;
  font-weight: 600;
}

/* Boutons personnalisés */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004e9f;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* Cartes (accueil) */
.card {
  border-radius: 1rem;
  /* transition: transform 0.2s ease; */
}
/* .card:hover { */
  /* transform: translateY(-5px); */
  /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1); */
/* } */

/* Footer */
footer {
  background-color: #00153b;
  font-size: 0.9rem;
  color: #fff;
}

/* Formulaires */
.form-control {
  border-radius: 0.5rem;
}

/* Mobile-friendly */
@media (max-width: 576px) {
  h1 {
    font-size: 1.75rem;
  }
  .card-title {
    font-size: 1.2rem;
  }
}