body {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #444;
}

.title {
  color: #e41612;
}

body {
  background-color: #EBBF80;
  color: white;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1 {
  font-family: "Jomhuria", serif;
  font-size: 200px;
  line-height: 1;
  margin-top: 200px;
  margin-bottom: 50px;
  z-index: 19;
}

.textmar {
  margin-bottom: 200px;
  font-size: clamp(1rem, 0.9091rem + 0.3636vw, 1.25rem);
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  margin-right: 20px;
  font-size: clamp(1rem, 0.9091rem + 0.3636vw, 1.25rem);
}

nav .logo img {
  height: 50px;
  width: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-right: 40px;
}

li {
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: "Hind Madurai", sans-serif;
}
a:hover {
  color: #EBBF80;
}

.footer-container, .footer-copyright {
  background-color: white;
  color: black;
  padding: 20px;
  text-align: center;
  margin-left: -60px;
  margin-right: -60px;
  z-index: 20;
}

.footer-copyright {
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 0 50px;
}

.dgrid02 {
  grid-column-start: 1;
  grid-column-end: 3;
}

.grid > * {
  grid-column: 1/-1;
}

.dgrid {
  grid-column-start: 4;
}

.fond_cookie1 {
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 200px;
  height: 200px;
}

.fond_tasse {
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 300px;
  height: 300px;
  right: 50px;
  bottom: 0px;
  margin-right: 20px;
}

.fond_cookie2 {
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 200px;
  height: 300px;
  right: 100px;
  bottom: 100px;
  top: 50px;
}

.fond_masc {
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -260px;
}

.gif {
  grid-column: 1/4;
  justify-self: center;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 180px;
  z-index: 19;
}

@media (max-width: 800px) {
  h1 {
    font-size: 100px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 60px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 20px;
  }
}

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