body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  margin: 0;
}

  .header {
       background: #ffff00; 
      height: 70px;
      width:100%;
      color:black;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 32px;
      font-weight:bold;
      line-height: 80px;
      margin-bottom: 20px;
  }

.card-container {
 margin-top: 50px;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 370px;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meta {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  color: #000;
}

.date {
  font-size: 0.85rem;
  color: #888;
}

.button {
  margin-top: 1rem;
  color: black;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px solid rgb(235, 234, 234);
}

.homme .button {
 background: #ffff00; 
}

.femme .button {
 background: #ffff00;
}
