body{
  font-family: 'erbarre';
  color: #acaab7;
  background:#33393b;
}

code{
  background-color: black;
  font-family: monospace;
}

pre{
  box-sizing: border-box;
	width: 80%;
	padding: 0;
	margin: 20px auto;
	overflow: auto;
	overflow-y: hidden;
	font-size: 1.4vw !important;
	line-height: 24pxpx;
	background: blue;
	border: 1px solid #777;
	padding: 10px;
  text-align:left;
}

section {
    width: 100%;
    min-height: 100vh;
    margin: 0 0 20vh 0;
    text-align: center;
    padding-top: 15%;
  }

.image{
  padding-top: 5vw;
}

.texte p, li{
  text-align: left;
  margin: 0 10vw;
}

iframe{
  background-color: white;
}

img, iframe{
  width: auto;
  max-width: 80%;
  image-orientation: from-image;
}

.columns{
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-template-areas: "column column";
  align-items: center;
}

.column{
  padding-top:  5vw;
}
.column figure{
  grid-area: column;
}

.column img{
  width: 100%;
  height: auto;
}

.long img{
  max-height: 50vh;
  width: auto;
}

iframe{
  width: 80vw;
}

.vert{
  width: auto !important;
  height: 500px;
}

.vert2{
  width: auto !important;
  height: 50vw;
}

h1{
  font-size: 200px;
  margin-bottom: 10vh;
}

h2{
  font-weight: bold;
  font-size: 70px;
  margin-bottom: 4%;
}

h3{
  font-size: 50px;
}

ul{
  list-style-type: none;
  margin: 0;
  padding: 10vh 0;
}

li{
  text-align: center;
  list-style-type: none;
  font-size: 2.2vw;
  margin-bottom: 5vh;
}

#signature li{
  font-size: 1.2vw;
  margin-bottom: 2vh;
}

#signature h3{
  margin-top: 12vw;
}

p{
  font-size: 2.8em;
  margin-top: 0;
}

.citation{

    font-size: 3vw;
    padding-top: 19%;

}

figcaption{
  font-size: 1.3vw;
  margin: 0 0 2vh 0;
}

a{
  color: white;
  font-style: italic;
  text-decoration: none;
}

ul h2{
  padding: 25vh;
}
