article h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 30px !important;
  border: 3px solid;
  border-top: none;
  padding-bottom: 10px;
  border-radius: 0px 0px 15px 15px;
}

/* Enlève l'ancre (symbole '#') qui apparaît lorsque l'on passe la souris sur le titre
et qui décentre le titre */
article h1 a {
  display: none;
}

article h2 {
  border-left: 2px solid;
  border-bottom: 2px solid;
  padding-left: 10px;
  padding-bottom: 5px;
}

article h3 span {
  border-bottom: 1px solid;
  padding: 0 10px;
}

.markdown h3 {
  line-height: 1.6;
}

.example {
  font-family: monospace;
  background-color: black;
  font-size: 14px;
  color: grey;
  padding: 10px 20px;
  border-radius: 15px;
  margin: 0;
}

.todo {
  color: white;
  font-weight: bold;
}

div[data-type="sandbox"] details {
  padding: 1rem 0.3rem;
}

.markdown details {
  border-radius: 10px;
  border: 5px ridge;
  border: groove;
  background-color: lightcyan;
  color: black;
}

summary:focus {
  outline-style: none;
}

@media (prefers-color-scheme: dark) {
  summary {
    color: black;
  }

  .markdown details {
    background-color: darkcyan;
  }

  #burger-menu-btn {
    fill: white;
  }
}

/* Partie affichage de l'adresse e-mail */

.a2is::before {content: "n"}
.cz4k::before {content: "3"}
.evy0::before {content: "o"}
.ff0w::before {content: "@"}
.gcm2::before {content: "c"}
.iaw6::before {content: "q"}
.jn43::before {content: "t"}
.m8mn::before {content: "f"}
.pug2::before {content: "7"}
.rx8h::before {content: "i"}
.wff5::before {content: "a"}
.x1ut::before {content: "."}

.contact-email {
  font-size: 0;
  font-weight: bolder;
  unicode-bidi: bidi-override;
  direction: rtl;
  cursor: not-allowed;
}

.contact-email>span {
  font-size: large;
}

/* Fin partie affichage de l'adresse e-mail */

/* Partie affichage du bouton de menu dans le texte de la page d’accueil */

#menu-button {
  display: none;
}

@media screen and (max-width: 56rem) {
  #menu-button {
    display: revert;
    vertical-align: top;
  }
  #menu-button>label {
    vertical-align: top;
  }
}

/* Fin partie affichage du bouton de menu dans le texte de la page d’accueil */

