@font-face {
  font-family: "jost";
  src: url("./Fonts/Jost-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "smart";
  src: url("./Fonts/Smart\ Chameleon.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  font-family: smart;
  color: black;
}

body {
  background-color: #fffcf8;
}

#container {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#tache1 {
  position: absolute;
  height: 457.6px;
  top: -214.5px;
  left: -214.5px;
  transform: rotate(-90deg);
}

#tache2 {
  position: absolute;
  height: 143px;
  top: -71.5px;
  left: 97.5px;
}

#tache3 {
  position: absolute;
  height: 214.5px;
  top: -107.25px;
  right: 20vw;
  transform: rotate(180deg);
}
#tache4 {
  position: absolute;
  height: 214.5px;
  top: 60vh;
  left: -143px;
  transform: rotate(0deg);
}
#tache5 {
  position: absolute;
  height: 260px;
  bottom: -104px;
  right: -130px;
  transform: rotate(45deg);
}

#main {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#logo_lbc {
  height: 25vh;
}

#main > p,
a {
  font-size: 3vh;
  text-align: center;
  line-height: 50px;
}

.insta-logo {
  height: 50px;
}

#main div {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  position: absolute;
  bottom: 4vh;
}

footer p {
  font-family: jost;
  font-size: 1.5vh;
  text-align: center;
}

#social {
  padding-bottom: 30px;
}

.social_icon {
  width: 30px;
  padding: 10px;
}

@media screen and (max-width: 1600px) {
  #tache1 {
    height: 352px;
    top: -165px;
    left: -165px;
  }

  #tache2 {
    height: 110px;
    top: -55px;
    left: 75px;
  }
  #tache3 {
    height: 165px;
    top: -82.5px;
    right: 20vw;
  }
  #tache4 {
    height: 165px;
    top: 60vh;
    left: -110px;
  }
  #tache5 {
    height: 200px;
    bottom: -80px;
    right: -100px;
  }
}

@media screen and (max-width: 1024px) {
  #tache1 {
    height: 352px;
    top: -165px;
    left: -165px;
  }

  #tache2 {
    height: 110px;
    top: -55px;
    left: 75px;
  }
  #tache3 {
    height: 165px;
    top: -82.5px;
    right: 20vw;
  }
  #tache4 {
    height: 165px;
    top: 60vh;
    left: -110px;
  }
  #tache5 {
    height: 200px;
    bottom: -80px;
    right: -100px;
  }

  #logo_lbc {
    height: 25vh;
  }
}

@media screen and (max-width: 600px) {
  #tache1 {
    height: 300px;
    top: -150px;
    left: -150px;
  }

  #tache2 {
    height: 100px;
    top: -50px;
    left: 50px;
  }
  #tache3 {
    height: 150px;
    top: -75px;
    right: 0;
  }
  #tache4 {
    height: 150px;
    top: 60vh;
    left: -100px;
  }
  #tache5 {
    height: 200px;
    bottom: -80px;
    right: -100px;
  }

  #logo_lbc {
    height: auto;
    width: 90%;
  }

  #main > p {
    font-size: 2vh;
    text-align: center;
  }

  footer p {
    font-size: 1.5vh;
  }
}
