body {
  /* --primary-color: #e10214; 
  --mat-app-primary: var(--primary-color);
  --mat-stepper-header-selected-state-icon-background-color: var(--primary-color); */
}

header {
  background-color: white;
  height: 120px;
}

.accueil-description {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 40px;
}

div.message-accueil a {
  text-decoration: none;
}

.content {
  padding-bottom: 160px !important;
}

footer {
  height: 160px !important;
}

.footer {
  height: 160px !important;
}

@media screen and (max-width: 959px) {
  footer {
    height: auto !important;
  }
}

.accueil-description {
  background-color: #fbfbfb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-button:not([class*="p-button-"]) {
  /* background: #e10214; */
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.p-datepicker .p-highlight {
  /* background: #d31e2d; */
}

.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;
  border-bottom: solid 1px #495057;
}

.fs-titre {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #495057;
}

.fs-entete {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.fs-adresse {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #495057;
}

.fs-avis {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  padding-bottom: 4px;
  padding-top: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #495057;
}

.fs-texte {
  text-align: justify;
  text-indent: 20px;
  margin-bottom: 0px;
}

.fs-texte_centre {
  text-align: center;
  margin-bottom: 0px;
}

.fs-signature {
  text-align: right;
  font-weight: bold;
}
