
@font-face {
font-family: 'chaplight';
src: url('chaplight.eot');
src: url('chaplight.otf') format('truetype'),
     url('chaplight.woff') format('woff'),
     url('chaplight.eot?#iefix') format('embedded-opentype'),
     url('chaplight.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}

* {
  font-family:chaplight;
  font-size:16px;
}

body {
  margin:0;
  padding:0;
}

.element {
  margin: 40vh auto 0 auto; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

h1 {
  font-family: chaplight;
  color: #806d54;
  text-align:center;
  font-size:36px;
  font-weight: normal;
  line-height:48px;
  margin-top:10px;
}