header {
  background-color: white;
  height: 120px;
}

.accueil-description {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 40px
}

.fs-filet {
  border-color: #000;
  background-color: #000;
  height: 1px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fs-filet-centre {
  border-color: #000;
  background-color: #000;
  height: 1px;
  width: 60%;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fs-logo {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.fs-titre {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.fs-entete {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.fs-texte {
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 0px;
}

.fs-signature {
  text-align: right;
}