
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    background-color: #0a0a0a;
    color: white;
    font-family: Arial, sans-serif;
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background-color: #111;
  }

  .logo {
    color: #e50914;
    font-size: 24px;
    font-weight: bold;
  }

  ul {
    display: flex;
    list-style: none;
    gap: 30px;
  }

  ul a {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  button {
    background-color: #e50914;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
.hero {
  height: 100vh;
  background-image: url('tlt.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.hero-contenu {
  max-width: 500px;
}

.genre {
  color: #e50914;
  font-size: 13px;
  margin-bottom: 10px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
}

.description {
  font-size: 14px;
  margin-bottom: 25px;
  color: #ccc;
}

.hero-boutons {
  display: flex;
  gap: 15px;
}

.btn-regarder {
  background-color: #e50914;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.btn-telecharger {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.hero-contenu {
  max-width: 600px;
}

.genre {
  color: #e50914;
  font-size: 13px;
  margin-bottom: 10px;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 15px;
}

.description {
  font-size: 14px;
  margin-bottom: 25px;
  color: #ccc;
}

.hero-boutons {
  display: flex;
  gap: 15px;
}

.btn-regarder {
  background-color: #e50914;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.btn-telecharger {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.series {
  padding: 40px 60px;
}

.series h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.cartes {
  display: flex;
  gap: 15px;
}

.carte img {
  width: 180px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}