@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@200;500;600&display=swap");

body {
  margin: 0;
  width: auto;
  height: auto;
  font-family: "Inter Tight", sans-serif;
}

button {
  font-family: "Inter Tight", sans-serif;
}

p {
  font-size: 14px;
}

header {
  background-color: #000;
}
header img {
  width: 100px;
  height: 100px;
  margin: 1rem;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  object-fit: contain;
}

header .enTete {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  max-width: 1200px;
  margin: auto;
}

header h1,
header h2 {
  margin: 0;
  color: #fff;
}

header h2 {
  color: #b3b3b3;
}

main {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  max-width: 1200px;
  margin: auto;
}

.section_filter {
  margin-bottom: 3em;
}

.filtres {
  border-radius: 10px;
  background-color: #f2f2f280;
  margin: 8px;
  padding: 20px;
  min-width: 200px;
  height: auto;
}

.filtres button {
  padding: 5px 10px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}

.filtres hr {
  border: 1px solid #f2f2f280;
  margin: 0.5em 0;
}

.slide {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: red;
}

.slide span {
  color: #dcdcdc;
}

.fiches {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 8px;
}

.fiches h2 {
  font-size: medium;
}

.fiches article {
  width: 200px;
  margin: 0 5px 20px 5px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 2em;
}
.fiches article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80px;
}
.fiches article p {
  color: #282828;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}

article p.prix {
  font-weight: bold;
}

.abordables ul,
.disponibles ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.abordables li,
.disponibles li {
  width: fit-content;
  padding: 5px 15px;
  margin: 2px;
  color: #fff;
  border-radius: 50px;
}

.abordables li {
  background-color: #000;
}

.disponibles li {
  background-color: green;
}

.informations_principales {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category {
  background-color: #f2f2f2;
  padding: 5px 10px;
  border-radius: 50px;
}

.bouton_avis,
.masquer_avis {
  margin-top: 20px;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
}

.bouton_avis::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: #dcdcdc;
  font-weight: bold;
}

.bouton_avis {
  border-radius: 50px;
}

.masquer_avis {
  background-color: #f45d5c;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}

.masquer_avis::before {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}

.avis div {
  margin: 10px 0;
  font-size: 14px;
}

.avis div::before {
  content: "\f2bd";
  font-family: "font awesome 5 free";
  color: #282828;
  font-weight: bold;
  margin-right: 5px;
}

.formulaire-avis input {
  background-color: #f2f2f2;
  padding: 5px;
  margin: 5px 0 10px 0;
  border-radius: 10px;
  border: 1px solid #dcdcdc60;
  font-family: "Inter Tight", sans-serif;
  color: #282828;
  appearance: none;
  caret-color: #f45d5c;
}

.formulaire-avis input:focus {
  outline: #fff;
}

.formulaire-avis button {
  background-color: #f45d5c;
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 800;
}
.formulaire-avis button::after {
  content: "\f1d8";
  font-family: "font awesome 5 free";
  margin-left: 10px;
}
