body{
  font-family: 'WorkSans';
  color: white;
  background:black;
  margin: 0;
}
h1{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 5vw;
  margin: 0;
  padding: 0;
}
ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
code{
  background-color: grey;
  font-family: monospace;
  padding: 0.5%;
}

pre{
  box-sizing: border-box;
	width: 80%;
	padding: 0;
	margin: 20px auto;
	overflow: auto;
	overflow-y: hidden;
	font-size: 1.4vw !important;
	line-height: 24px;
	background: blue;
	border: 1px solid #777;
	padding: 10px;
  text-align:left;
}
section {
    width: auto;
    min-height: 100vh;
    text-align: center;
    margin: 0;
    padding: 0 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
  }
article{
  display: inline-block;
}

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

iframe{
  background-color: white;
}

img, iframe{
  max-width: 86%;
  max-height: 65vh;
  image-orientation: from-image;
  background-color: darkgrey;
}
figure{
  margin: 0 5vw;
  width: auto;
}
.big-one{
  width: 92%;
  margin: 0;
}
.big-one img{
  max-width: inherit;
  max-height: inherit;
  width: 100%;
}

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

.column{
  padding-top:  5vw;
}
.columns > figure{
  padding: 0;
  margin: 0 !important;}

.column img{
  width: auto;
  /* height: auto; */
  /* max-height: 100vh; */
}

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

iframe{
  width: 80vw;
}

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

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

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

h3{
  font-size: 2vw;
}

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

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

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

p{
  font-size: 1.6vw;
  margin-top: 0;
}

em{
  font-style: italic;
}

.citation{
    font-size: 3vw;
    padding-top: 19%;

}

figcaption{
  font-size: 1.4vw;
  margin: 1vh 0 2.5vh 0;
}

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

ul h2{
  padding: 25vh;
}
