.text-primary {
  color: #1b3e7c !important;
}

.text-center {
  text-align: center !important;
}

a {
  text-decoration: none;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.btn-primary {
  color: #000;
  background-color: #1b3e7c;
  border-color: #1b3e7c
}

.btn-primary:hover {
  color: #000;
  background-color: #0d429c;
  border-color: #104092
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #1b4da5;
  border-color: rgb(16, 64, 146);
  box-shadow: 0 0 0 .25rem rgba(16, 64, 146, 0.616)
}

a {
  color: #000;
}

a:hover {
  color: #104092;
}

.btn-link {
  font-weight: 400;
  color: #1b3e7c;
  text-decoration: none;
}

.team-item .team-text {
  width: 210px !important;
  height: 210px !important;
}

@media screen and (max-width: 768px) {
  .div_table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* pour iOS fluide */
  }

  .div_table table {
    min-width: 600px;
    /* largeur minimale pour éviter que les colonnes se cassent */
  }
}
.classe-images{
  /* mawidth: 424px; */
  width: 100%;
  height: 238px;
  object-fit: cover;
}