html {
  font-family: 'Montserrat' !important;
}

body {
  font-family: 'Montserrat' !important;
  /* margin-top: 146px; */
}

.fixed-top {
  top: 32px !important;
}

/* Mes fonts   */

h1 {
  font-family: 'Roboto Condensed';
  font-weight: 600;
  font-size: 48px;
}

h2 {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 36px;
}

h3 {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 28px;

}

.titre-avec-rond {
  position: relative;
  padding-left: 40px;
  /* Espace pour le rond */
}

.titre-avec-rond::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background-color: #C85BC3;
  border-radius: 50%;
}

/* La nav bar  */

.navbar {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
}

.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  transition: color 0.3s ease;
  color: #1a1a1a;
  z-index: 1;
}

.navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #60718D;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
  z-index: -1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before {
  transform: scaleY(1);
}

.search-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  /* Ajustable selon vos besoins */
  border: 1px solid #60718D;
  border-radius: 50px;
  padding: 12px 16px;
  background-color: white;
}

/* Icône de loupe */
.search-icon {
  font-size: 20px;
  color: black;
  margin-right: 10px;
}

/* Champ de recherche */
.search-input {
  border: none;
  outline: none;
  font-size: 14px;
  color: black;
  width: 100%;
  background: transparent;
}

.search-input:focus {
  outline: none;
}

/* Le hero  */

.hero-background {
  background-color: #60718D;
}

.blue-background {
  background-color: #60718D;
}

.hero-background h1 {
  font-family: 'Roboto Condensed';
  font-weight: 600;
  font-size: 48px;
  color: white;
}

.hero-background p {
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.hospi-logo {
  filter: grayscale(1);
  transition: 0.5s all;
}

.hospi-logo:hover {
  filter: grayscale(0);
}

.stats-img {
  height: 60px;
  width: auto !important;
}

@media (max-width: 768px) {
  .hide-mob {
    display: none;
  }
}

.col-md-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.stat-card {
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: left;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 16px;
}

.valeurs-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
}

.valeur {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 120px;
  text-align: center;
}

.valeur-icone {
  width: 60px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}


.dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .valeurs-container {
    flex-direction: column;
    gap: 20px;
  }

  .dot {
    display: none;
  }
}

.projet-card {
  display: block;
  width: 100%;
  margin: 10px;
}

.card {
  background: #F1F2F4;
  border-color: #F1F2F4;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
  background-color: #C85BC3;
}

.card:hover h3,
.card:hover p {
  color: #fff;
}

.illustration-projet {
  height: 120px;
  width: 120px;
  transition: filter 0.3s ease-in-out;

}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card:hover .illustration-projet {
  filter: brightness(0) invert(1);
}

/* Projet - Antibioguide */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

.antibio-card {
  background-color: #f2f2f2;
  border-radius: 6px;
  font-family: 'Roboto Condensed', sans-serif;
  transition: background-color 0.2s;
  cursor: pointer;
}

.antibio-card:hover {
  background-color: #F5A3F1;
}

.arrow-icon {
  font-size: 20px;
  margin-left: 20px;
  flex-shrink: 0;
}

/* Footer */

.footer a {
  color: #ffffff !important;
}

.footer a:hover {
  text-decoration: none;
}


/* Porjet HOST */

.thematiques-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #60718D;
  border: 2px solid #60718D;
  border-radius: 4px;
  padding: 5px 10px;
  text-decoration: none;

}

.main-button {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #60718D;
  border: 2px solid #60718D;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;

}


.contact-card {
  background-color: #F1F2F4;
  text-align: center;

}

.team-member {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member img {
  border-radius: 400px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.color-rose {
  color: #d700a8 !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.owl-nav {
    font-size: 26px;
    align-items: center;
    text-align: center;
}