@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: 50%;
  top:0;
  left: 0;
  padding-left: 14.5%;
  padding-top: 15%;
}

.titre {
  margin-bottom: 48px;
}

p {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  color: #5A5F79;
  margin-bottom: 32px;
}

.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: 5px solid #2F43F7;
}

.nav {
  display: flex;
}

button {
  flex: 1 auto;
  font-family: 'Lekton', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #2F43F7;
  border: 3px solid #2F43F7;
  background-color: #FDF9F4;
  padding: 0px 24px;
  margin-right: 48px;
  outline: none;
}

button:hover {
  background-color: #2F43F7;
  color: #FDF9F4;
  transition: .3s;
  cursor: pointer;
}

/*#scene {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0%;
  left: 50%;
  display: flex;
  pointer-events:none;
  background-color: yellow;
}

.layer {
  width: 50%;
  height: 100%;
  position: absolute;
  top:0;
  left: 50%;
  pointer-events:none;
}

.circle img {
  position: absolute;
  left: 62.2%;
}

.losange img {
  position: absolute;
  left: 32.7%;
  top: 77.7%;
}

.multiply img {
  position: absolute;
  left: 47.4%;
  top: 69.7%;
}

.plus img{
  position: absolute;
  left: 18.3%;
  top: 45.2%;
}*/

#scene {
  width: 50%;
  height: 100%;
  position: absolute;
  top:0;
  left:50%;
  pointer-events:none;
}

.layer {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  pointer-events:none;
}

.circle img {
  height: 368px;
  position: absolute;
  left: 62.2%;
  top: -1%;
}

.losange img {
  height: 48px;
  position: absolute;
  left: 32.7%;
  top: 77.7%;
}

.multiply img {
  height: 40px;
  position: absolute;
  left : 47.4%;
  top: 69.7%;
}

.plus img {
  height: 48px;
  position: absolute;
  left: 18.3%;
  top: 45.2%;
}
