@import url('https://fonts.googleapis.com/css2?family=Iceland&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

*,
*::after,
*::before {
  box-sizing: border-box;
}


/* FONT */

.iceland-regular {
  font-family: "Iceland", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.itim-regular {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}


body {
  margin: 0;
}

/* Header */

.composant-header {
  font-family: "Iceland", sans-serif, Impact;
  background-color: #F4D1D1;
  color: #4F0000;
  width: 100%;
  position: relative;
  padding: 0 50px;
}

.composant-header img {
  margin-top: 20px;
  width: 300px;
}

.composant-header nav {
  display: flex;
  align-items: center;
}

.composant-header ul {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-around;
  width: 380px;
  gap: 20px;
  padding: 10px;
  border-radius: 15px;
  font-size: 1.3rem;
}

.composant-header a {
  text-decoration: none;
  margin-right: auto;
  color: #4F0000;
}

.composant-header a:hover{
  text-decoration:underline;
}

.composant-header li {
  list-style-type: none;
}

.gouttes {
  width: 100%;
  position: relative;
  z-index: -1;
  top: -2vh;
}

@media(max-width:1100px) {

  .gouttes {
    width: 100%;
    position: relative;
    z-index: -1;
    top: -1vh;
  }

}

/* Footer */

.footerGouttes {
  margin-top: 5vh;
  width: 100%;
  position: relative;
  z-index: -1;
  bottom: -3vh;
  transform: rotate(180deg);
}

footer {
  background-color: #F4D1D1;
  color: #4F0000;
  margin-right: auto;
  margin-bottom: -50px;
  margin-left: auto;
  font-family: "Itim", cursive, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
}

.footerlogo {
  width: 210px;
}

footer a {
  text-decoration: none;
  color: #4F0000;
  padding: 5px;
  font-size: 1.125rem;
}

footer a:hover{
  text-decoration:underline;
}

footer div {
  display: flex;
  align-items: center;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

footer p {
  padding: 10px;
}

footer span {
  width: 210px;
}

.reseau {
  margin-left: auto;
  margin-right: auto;
}

.reseau img {
  width: 30px;
}
