body {
  background-color: #fff;
}

div.accueil-header-text {
  padding-left: 100px;
} 

div.accueil-header-text > .accueil-header-text-h1 {
  font-weight: 900;
}


a.link-header {
  font-size: 16px;
}

a.link-child {
  color: rgba(0,0,0,.8) !important;
}

.remove {
  display: none; 
  transition: all 1s ease-in-out;
}

.add {
  display: block;
  transition: all 1s ease-in-out;
}