.backgroundGrisFonce {
  background-color: #262728;
}

.backgroundGrisClair {
  background-color: #959596;
}

.backgroundBlanc {
  background-color: #E9E9EA;
}

.texteJaune {
  color: #F0D310;
}

.presentation {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}

.infolettre {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
.infolettre span {
  font-weight: 800;
}
.infolettre input {
  background-color: #E9E9EA;
}
.infolettre form {
  max-width: 80%;
}

.btn {
  background-color: #F0D310;
  padding: 10px;
  border-radius: 5px;
  border: 1px #262728;
  width: 75%;
}
.btn :hover {
  background-color: #c1a90c;
}

.playfair {
  font-family: "Playfair Display", sans-serif;
}

.texteBanniereMenu {
  background-color: #262728;
  color: #F0D310;
  padding: 15px 15px;
  border-radius: 10px;
}

h1 {
  color: #E9E9EA;
  font-family: "Quantico", sans-serif;
}

h3 {
  font-family: "Quantico", sans-serif;
}

.message, .error, .success {
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin: 1rem 0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border-left: 5px solid;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 80%;
}

.success {
  background-color: #d1fae5;
  color: #065f46;
  border-color: #10b981;
}

.error {
  background-color: #fee2e2;
  color: #7f1d1d;
  border-color: #dc2626;
}

body {
  display: flex;
  align-content: flex-start;
}

.footer {
  align-self: flex-end;
}

.avis {
  width: 80%;
}/*# sourceMappingURL=style.css.map */