.tableau {
  width: 800px;
  padding: 40px;
  background: linear-gradient(145deg, #d4c5aa, #ffffff); /* Couleur pierre */
  border-radius: 20px;
  box-shadow: 10px 10px 20px #bebebe, -10px -10px 20px #ffffff;
  border: 8px solid #a78d5a;
  text-align: center;
  transform: perspective(800px) rotateX(10deg) rotateY(-5deg);
  margin: auto;
  margin-bottom: 30rem;
}

h1,
h2 {
  color: #4b4b4b; /* Couleur sombre pour le texte gravé */
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 0mbre pour l'effet gravé */
}

p {
  font-size: 20px;
  color: #4b4b4b; /* Même couleur que les titres */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* 0mbre pour simuler la gravure */
  line-height: 1.6;
}

.point {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
  color: #4b4b4b;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.deborah {
  font-family: "Dancing Script", cursive;
}

/* Encore !! */
section {
  padding: 40px;
  padding-top: 0rem;
  background-color: transparent;
  color: #fff;
  font-family: "Star Jedi", sans-serif;
  max-width: 1200px;
}

section h1 {
  text-align: center;
}

.rigueur {
  font-size: 32px;
  margin-top: 4rem;
}

h4,
h3 {
  padding: 0;
  margin: 0;
}

.finalite {
  margin-top: 10rem;
  transform: translateX(-200px);
}

.reflexion {
  transform: rotate(180deg);
}
.objection {
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: translateX(-100px);
  height: 1rem;
  overflow: visible;
}
.gauss {
  filter: blur(5px);
}

.separator {
  height: 30rem;
}

.contented {
}
.oui {
  color: transparent;
}

.robot {
  font-family: "Play", sans-serif;
}
.robot {
  font-family: "Play", sans-serif;
}
.yellow {
  font-family: "Play", sans-serif;
  color: yellow;
  font-size: 0.5rem;
  margin: 0;
  padding: 0;
}

.demoiselle {
  font-family: "Play", sans-serif;
  color: pink;
  font-family: "Chilanka";
  font-size: 1rem;
}

@media (max-width: 600px) {
  .tableau {
    scale: 0.3;
    /* transform: perspective(800px) rotateX(10deg) rotateY(-5deg)
      translateY(-1500px); */
  }
  #title-anchor {
    font-size: 2rem;
  }
}
