@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');

body {
  height: 100%;
  overflow: hidden;
  background-color: #FDF9F4;
}

.contenu {
  position: absolute;
  width: 71%;
  left: 14.5%;
  top: 12%;
  padding: 0;
}

.titre {
  position: relative;
  width: 63%;
  margin-bottom: 64px;
}

img {
  position: relative;
  width: 100%
}

p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 73px;
  color: #5A5F79;
  margin-bottom: 96px;
}

.graphique {
  font-weight: 500;
  font-style: italic;
  color: #FF6F5E;
}

.interactif {
  font-family: 'Lekton', sans-serif;
  font-weight: 700;
  color: #2F43F7;
}

.ui {
  font-weight: 400;
  color: #FF6F5E;
}

.int {
  font-weight: 400;
  color: #5A5F79;
}

.ux {
  font-weight: 400;
  color: #2F43F7;
}

.cross {
  font-weight: 700;
  color: #5A5F79;
}

.underline {
  border-bottom: 8px solid #2F43F7;
}

.nav {
  display: block;
}

button {
  font-family: 'Lekton', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #2F43F7;
  border: 6px solid #2F43F7;
  background-color: #FDF9F4;
  padding: 0px 24px;
  margin-bottom: 48px;
  outline: none;
}

button:hover {
  background-color: #2F43F7;
  color: #FDF9F4;
  transition: .3s;
  cursor: pointer;
}

#scene {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.layer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}


.circle img {
  height: 480px;
  width: 100px;
  position: relative;
  left: 80%;
  top: -10%;
}

.losange img {
  height: 60px;
  width: 60px;
  position: relative;
  left: 75%;
  top: 70%;
}

.multiply img {
  height: 60px;
  width: 60px;
  position: relative;
  left : 63%;
  top: 62%;
}

.plus img {
  height: 0px;
  position: absolute;
  left: 55%;
  top: 45.2%;
}
