@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'apfel_grotezkfett';
  src: url('../FONTS/apfelgrotezk-fett-webfont.woff2') format('woff2'),
    url('../FONTS/apfelgrotezk-fett-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFF6E9;
}

.main {
  margin: 30px;
  /* Pour centrer */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}

.perso {
  font-family: 'apfel_grotezkfett';
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.texte {
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.titre {
  margin: 20px;
  margin-bottom: 40px;
  font-family: 'apfel_grotezkfett';
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: red;
}

.italique {
  font-family: 'Fira Code', monospace;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.surlignage {
  background-color: red;
  color: #FFF6E9;
}

/* GENE CONSTITUTION */
.ensemble {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.colonne-1 {
  height: 100%;
  width: 50vw;

  display: flex;
  flex-direction: column;
  /* background-color: pink; */
}

.colonne-2 {
  height: 100%;
  width: 50vw;

  display: flex;
  flex-direction: column;
  /* background-color: green; */
}

.modele {
  font-family: 'apfel_grotezkfett';
  font-size: 20pt;
  color: red;
  background-color: #E7E08B;
}

.intro-titre {
  font-family: 'apfel_grotezkfett';
  font-size: 15pt;
  color: red;
}

.intro-texte {
  font-family: 'apfel_grotezkfett';
  font-size: 10pt;
  color: red;
}

.article {
  font-family: 'apfel_grotezkfett';
  font-size: 12pt;
  color: #FFF6E9;
  background-color: red;
}

/* rajouter regular ! (ou l'autre typo ??) */
.art-texte {
  font-family: 'apfel_grotezkfett';
  font-size: 10pt;
  color: black;
}