body {
  font-family: "Montserrat", Arial, sans-serif, "Oswald", sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: #1F2C2F;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #0C1B1F;
}
.header .nav a {
  font-family: "Montserrat", Arial, sans-serif;
  color: #ffffff;
  margin-left: 1rem;
  text-decoration: none;
}
.header .nav a:hover {
  color: #d39e5e;
}

.hero {
  background: url("../img/heroimage.png") center/cover no-repeat;
  text-align: right;
  padding: 4rem 2rem;
}
.hero .hero-content {
  padding: 60px;
  border-radius: 10px;
}
.hero .hero-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  margin: 0;
  color: #f7e4c5;
}
.hero .hero-content p {
  font-style: italic;
  margin-top: 1rem;
  color: #ffffff;
}

.promotions h1 {
  font-family: "Oswald", sans-serif;
  background-color: #0C1B1F;
  color: #F9E5C8;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.features h1 {
  font-family: "Oswald", sans-serif;
  color: #F9E5C8;
}

.special h1 {
  font-family: "Oswald", sans-serif;
  color: #F9E5C8;
}

div.wrapper {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 200px 200px 200px;
  column-gap: 250px;
  align-items: center;
  justify-content: center;
  background-color: #F9E5C8;
}

.subtexte {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  background-color: #0C1B1F;
}
.subtexte .subtext2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.subtexte .subtext2 h2 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #ffffff;
}
.subtexte .subtext2 p {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #ffffff;
}

.cafeprom img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

footer {
  padding: 50px;
  display: flex;
  justify-content: center;
}

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