body,
html {
  width: 100%;
  height: 100%;
  margin: 0
}

* {
  margin: 0
}

h1 {
  font-family: 'Roboto', 'Merriweather Sans', sans-serif;
  font-size: 2.5em;
  color: coral
}

h2 {
  font-family: 'Roboto', 'Merriweather Sans', sans-serif;
  font-size: 2em;
  color: coral
}

h3 {
  font-family: 'Roboto', 'Merriweather Sans', sans-serif;
  font-size: 1em;
  color: coral;
  font-weight: 600
}

p {
  font-family: 'Roboto', 'Merriweather Sans', sans-serif;
  font-size: 0.9em;
  color: coral;
}

#main_title {
  margin-top: 20px;
}

#main_subtitle {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.social_network {
  height: 13px;
}

#background {
  width: 100%;
  height: 100%;
  /*background: no-repeat url(images/Fond\ ecran.jpg);*/
  /*background-size: cover;*/
  border: none;
  text-align: center;
}

#main_container {
  border: none;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  padding: 10px;
}

#text {
  text-align: left;
  grid-column: 1 / 10;
  grid-row: 1 / 2;
}

#evolutions {
  grid-column: 10 / 13;
  grid-row: 1 / 8;
  text-align: left;
  font-size: 0.75em;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}

#biographie {
  grid-column: 1 / 3;
  grid-row: 2 / 6;
  text-align: left;
  font-size: 0.85em;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
  font-weight: normal;
}

#galerie {
  grid-column: 3 / 10;
  grid-row: 2 / 8;
  margin-top: 20px;
  background: no-repeat url(images/Fond\ ecran.jpg);
  background-size: contain;
}

.a_venir {
  font-style: italic;
  color: rgb(197, 70, 24)
}