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: 2px;
  padding-top: 2px;
  margin-bottom: 0px;
  border-bottom: solid 1px #495057;
}

.fs-surtitre {
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 2px;
  border-bottom: solid 1px #495057;
}

.fs-entete {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.fs-texte {
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 0px;
}

.fs-texte_centre {
  text-align: center;
  text-indent: 20px;
  margin-bottom: 0px;
}

.fs-inline-surtitre_ligne1 {
  font-weight: bold;
  font-size: 1.8em;
}

.fs-inline-bleu {
  color: #009de0;
  font-weight: bold;
}
