@font-face {
  font-family: "SF Fedora";
  src: url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff2") format("woff2"), 
  url("https://db.onlinewebfonts.com/t/14d62910405562b4dfa88ba167594f21.woff")format("woff");
}

  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=WDXL+Lubrifont+TC&display=swap');


body {

  background-color: rgb(204, 201, 204);

}


.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-top: 40px;
  }

  .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color-white);
    background: radial-gradient(circle at 50% 0%, var(--color, var(--color-light-gray)) 40%, var(--color-white) 40%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;


  }

  img {

    height: 250px;

  }

  details {

    text-align: center;
    background-color: rgba(117, 61, 131, 0.5);

  }


  form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 0 auto 2rem auto;
  }
  
  .style_filtre {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;

}

  .style_stats {

    display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  margin-top: 1rem;

  }

  .filtre_titre {

    font-weight: bold;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
  }

  
  select {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 1rem;
    background-color: white;
  }
  
  input[type="checkbox"] {
    transform: scale(1.2);
    margin-left: 0.5rem;
  }

  .no-link {

    text-decoration: none;
  
  }

  h1 {
    
    text-align: center;
    font-family: "SF Fedora";
    color:rgb(65, 52, 102);

  }

  h2 {
    font-family: "Roboto", sans-serif;


  }

  ul {
    font-family: "Roboto", sans-serif;


  }

  