* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #FFFFFF;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden; /* Hide scrollbars */
  overflow-x: hidden;
  overflow-y: hidden;
}

video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#content {
  display: block;
  z-index: 100;
}

.logo {
  width: 305px;
  margin: auto;
  padding-bottom: 12px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.link-sociaux ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-sociaux {
  width: 100%;
  height: 74px;
  position: absolute;
  bottom: 40px;
}

ul li {
  list-style: none;
  margin: 21px;
}