body{
    font-family: poppins;
}
#accueil{
    padding-top: 200px;
    background-image: url('./assets/herobg.png');
    background-position: top;
    background-size: cover;
    background-color: #37885d!important;
    color: white;
    padding-bottom: 200px;
    min-height: 80vh;
}

h1{
    font-size: 50px;
    font-weight: bold;
}
p{
    font-size: 20px;
}

.logo{
    height: 60px;
}

.card-title{
    font-weight: bold;
    font-size: 26px;

}

.title{
    color: #37885d;
    font-weight: bold;
    margin-bottom: 40px;
}

.nav-link:hover{
    color: #37885d;
    font-weight: bold;
}

.left-text {
    text-align: left;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 20px;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
}

.footer-left .logo {
  max-height: 80px;
}

.footer-center {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.footer-right img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.footer-right img:hover {
  transform: scale(1.1);
}
