.style {
  font-family: "alda", serif;
  font-size: clamp(1.25rem, 0.5769rem + 3.0769vw, 2.5rem);
  line-height: 1.5;
  margin: 0 113px;
  background-color: rgb(182, 198, 208);
}

.style--autre {
  font-family: "aquavit", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgb(41, 39, 144);
  color: rgb(215, 229, 231);
}
.style--autre h1 {
  font-family: "wedding-gothic-atf-wide", sans-serif;
  font-weight: 700;
}
.style--autre .projet {
  background-color: rgb(182, 198, 208);
}

button {
  padding: 10px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}

button:hover {
  background-color: rgb(0, 0, 0);
  color: white;
  cursor: pointer;
}

h1 {
  font-family: "adobe-caslon-pro", serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.phrasesCouleur {
  margin: 20px;
  transition: all 0.3s ease-in-out;
}

.phrasesCouleur:hover {
  transform: scale(1.1, 1.1);
}

h3 {
  color: rgb(41, 39, 144);
}

.projet {
  display: flex;
  padding: 20px;
  border: 2px solid black;
  border-radius: 20px;
  background-color: rgb(215, 229, 231);
  margin-bottom: 80px;
}

.phrases {
  margin: 20px;
  filter: grayscale(100);
  transition: all 0.3s ease-in-out;
}

.phrases:hover {
  transform: scale(1.1, 1.1);
  filter: none;
}
.phrases:hover h3 {
  color: rgb(41, 39, 144);
}

.border {
  border: 2px solid black;
}

/*# sourceMappingURL=app.css.map*/