/*-------- POLICE ---------*/
  @font-face {
	font-family: "Amaranth";
	src: url('Amaranth-Regular.otf');
}
@font-face {
	font-family: "Amaranth";
	font-style: italic;
	src: url('Amaranth-Italic.otf');
}
@font-face {
	font-family: "Amaranth";
	font-weight: bold;
	src: url('Amaranth-Bold.otf');
}

@font-face {
	font-family: "Chunk Five Ex";
	src: url('chunkfive ex.ttf');
}

/*-------- BODY ---------*/
body{
  text-align: center;
  line-height: 2;
  height: 100%;
  margin: 0;
}

/*-------- HEADER ---------*/
.header{
  font-family: "Amaranth", Helvetica, Arial, sans-serif;
  color:white;
  padding-top: 30vh;
  font-size: 90px;

  /* The image used */
  background-image: url(../img/header.jpg);

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titre{
    font-weight:bold;
}



/* The Modal (background) */
.modal {
  background-color: rgba(90, 91, 92, 0.8);
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

.citation{
    padding-top: 2vh;
    font-size: 54px;
}

.info{
  padding-top: 15vh;
  font-size: 25px;
  font-style: italic;
}

a{
  color:black;
  font-weight:bold;
}
