body {
  background-color: #161c25;
  color: white;
  margin: 0;
  font-family: "Gabarito";
  font-size: 16px;
}
.logo {
  height: 150px;
  width: 150px;
}
.or {
  color: #917339;
}
.red {
  background-color: red;
}
.blue {
  background-color: blue;
}


.btn-or {
  background-color: #917339; /* Couleur or */
  color: white; /* Texte en blanc par défaut */
  text-decoration: none; /* Supprime le soulignement du lien */
  padding: 10px 10px; /* Ajustez la taille du bouton selon vos besoins */
  border-radius: 5px; /* Coins arrondis */
  display: inline-block; /* Pour que le padding fonctionne correctement */
}

.btn-or:hover {
  background-color: #917339; /* Couleur or */
  color: black; /* Fond noir au survol */
  
}

.cta {
  border-color: white;
  border-radius: 25px;
  font-size: 18px;
  width: 200px;
}

@font-face {
  font-family: "Gabarito";
  src: url(../police/Gabarito-Regular-BF651cdf1f481e8.ttf);
}

.fond_gris {
  background-color: #283444;
}
.gris {
  background-color: #424949;
}

.logo-footer {
  height: 75px;
  width: 75px;
}
.project-image {
  height :250px;
  width: 250px;
}

