body {
  background-color: #006489;
  color: white;
  font-family: 'Lato';
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #46b8da;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}

.button {
  background-color: #46b8da;
  border: 1px solid rgba(0, 0, 0, 0.14);
  color: #FFF;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 5px 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 5px 0;
}

header .site-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px 22px;
  position: relative;
  text-align: right;
}

.block-personnal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 20% auto 0;
  text-align: center;
  max-width: 380px;
  padding-bottom: 1rem;
}

.block-personnal h1 {
  font-family: 'Taprom','Kaushan Script';
  font-size: 44px;
  line-height: 40px;
  margin: 0;
  text-decoration: none;
}

.block-personnal span {
  color: #46b8da;
}

.versailles {
  margin: 40px auto 0;
  text-align: center;
  width: fit-content;

  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.versailles a {
  padding-bottom: 6px;
}

.versailles a:hover {
  border-bottom: 1px solid #46b8da;
}

.versailles address {
  font-style: normal;
  padding-top: 12px;
  text-transform: none;
}