@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  scroll-behavior: smooth;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  text-transform: capitalize;
  color: #a67996;
  fill: #a67996;
}

main {
  display: flex;
  align-items: stretch;
}

aside {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  max-width: 400px;
  width: 400px;
  padding: 24px;
  margin-right: 48px;
  background-color: #e8d4e1;
}

aside .card {
  margin: 0px;
}

.cards {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  padding: 42px;
}

.card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  justify-content: center;
  margin: 12px;
  height: 194px;
  background-color: #faeef5;
}

.card img {
  width: 96px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}

.birthday img {
  border-radius: 16px;
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.birthday {
  background-color: #faeef5;
  display: flex;
  padding: 24px;
  border-radius: 24px;
  flex-direction: column;
}

.card .inner {
  display: flex;
  flex-direction: column;
}

.serie {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 2px;
}

.race {
  margin-bottom: 6px;
}

h1 {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 4px;
}

h2 {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}

h1 span {
  display: flex;
  padding: 4px;
  border-radius: 4px;
  margin-right: 4px;
}

h2 span {
  display: flex;
  padding: 4px;
  border-radius: 4px;
  margin-right: 4px;
  font-size: 9px;
}

.anniversaire svg {
  width: 23px;
  display: flex;
  padding: 4px;
  border-radius: 4px;
  margin-right: 4px;
  fill: #a67996;
}

.anniversaire {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
}

.caratype,
.style {
  display: flex;
  justify-content: center;
  text-align: center;
}

.caratype {
  font-weight: 700;
  padding: 8px;
  padding: 6px;
  border-radius: 4px;
}

.style {
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.img {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-right: 16px;
}

.couleurs {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.filterL {
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 600;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 12px;
  cursor: pointer;
  background-color: #faeef5;
}

aside .filtres-inner h1,
aside .favorites h1 {
  margin-top: 18px;
  margin-bottom: 6px;
  text-align: left;
  justify-content: left;
  padding: 12px;
  align-items: center;
  cursor: pointer;
}

aside .filtres-inner svg {
  width: 10px;
  margin-left: 12px;
}

input#search {
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 12px;
  background-color: #faeef5;
}

input#search::placeholder {
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  color: #a67996;
}

.resultat,
.resultat div {
  display: flex;
  align-items: center;

  font-size: 22px;
  font-weight: 700;
  justify-content: center;
}

.resultat {
  margin-top: 24px;
  margin-bottom: 24px;
}

.resultat div {
  margin-right: 6px;
}

.trier-par {
  display: flex;
  align-items: center;
}

.trier-par h1 {
  margin-right: 8px;
  font-size: 14px;
}

.trier-par button {
  padding: 16px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #faeef5;
}

#luckyone h1 {
  text-transform: uppercase;
  font-size: 14px;
}

#luckyone .card {
}

.tag {
  display: inline-flex;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 600;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.tag button {
  padding: 4px;
  font-weight: 700;
  margin-left: 6px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  cursor: pointer;
}

.coeur-plein svg,
.coeur-vide svg {
  fill: #a67996;
  width: 18px;
  margin-top: 8px;
  cursor: pointer;
}

#favorites {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

#favorites img {
  width: 70px;
  border-radius: 16px;
}

.fav {
  display: flex;
  flex-direction: column;
  margin: 6px;
  border-radius: 16px;
  position: relative;
}

.fav button {
  padding: 4px;
  font-weight: 700;
  margin-left: 6px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-content: center;
  margin-top: 2px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 20000;
}

#favorites-count {
  display: flex;
  margin-left: 6px;
  font-weight: 700;
  padding: 8px;
  border-radius: 40px;
  min-width: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
