html {
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 2em 2em 4em;
    margin: 0; /* pour éviter les marges */
}

#global {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.logo {
  margin-top: 48vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-48%); /* tiré de la moitié de sa propre hauteur */
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #FC0D1A;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}