body {
  font-family: "Playfair Display", serif;
}
.titre {
  text-align: center;
  color: #000000;
  font-size: 40px;
  margin: auto;
  letter-spacing: 1px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.images_tutos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.text_tutos {
  text-align: center;
  color: #000000;
  font-size: 20px;
  margin: auto;
  width: 50%;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-top: 3rem;
  text-align: justify;
}
.btn_tuto {
  display: block;
  text-align: center;

  margin: 0 auto;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 5rem;
  clip-path: polygon(
    23% 28%,
    79% 29%,
    100% 48%,
    100% 48%,
    78% 69%,
    21% 68%,
    0 48%,
    0 48%
  );

  background: #0808081a;
}
.btn_tuto2 {
  padding: 2rem;
  color: #000000;
  font-size: 30px;
}
