/* POLICES
 * Inclut :
 * - font-*
 * - text-*
 * - line-*
 */

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Playwrite+NO&display=swap');

body * {
  font-family: "Fredoka", sans-serif;
}

h1 {
  font-family: "Playwrite NO", cursive;
  font-size: 2rem;
}
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.2rem;
}
section details summary {
  font-size: 1.6rem;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.btn-lien {
  font-size: 1em;
}

.error, .alert, .notice {
  text-align: center;
}

form * {
  font-size: 1em;
}
form label {
  font-size: 1.4rem;
  font-weight: bold;
}

div.valider *, div.annuler * {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}

.form-connexion {
  text-align: center;
}
.form-connexion form input[type=submit] {
  font-weight: bold;
}

.placeholder * {
  text-align: center;
  font-size: 0.9rem;
  line-height: 10rem;
}

.date-ajout {
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  h1 {
    font-size: 7.5vw;
  }
}

@media (min-width: 640px) {
}
