header h1 {
    text-align : center;
}

header h1 a {
    font-size : 80px;
}

/* code pour titre sur logo */
header {
  height: 350px;
  color: transparent;
}
header .image{
  height: 350px;
  position: relative;
  top: -80px;
}
header h1 {
   position: relative;
  top: 48px;
  border-top: none;
  z-index: 200;
}
/* fin titre sur logo */

