body {
  background-color: black;
  color: white;
  font-family: sprat;
  display: flex;
  flex-direction: row;
}

h1 {
  text-transform: uppercase;
  font-weight: normal;
  max-width: 1em;
  padding-left: 1em;
  line-height: 1.2em;
  text-align:justify;


  
}

#indication2{  
  font-weight: normal;
  display: none;
  justify-items: flex-end;
  font-size: 1.3em;
  margin-top: 1em;
  padding-left: 5em;


}

#indication{  

  font-weight: normal;
  display: block; 
  position: absolute;
  justify-items: flex-end;
  font-size: 1.3em;
  margin-top: 1em;  
  padding-left: 8em;

}

#fragments{
  
  position: absolute;
  right: 20%;
  margin-top: 10%;
  cursor: pointer;
  filter: saturate(20%);

}


#bijoux{
  display: none;
  position: absolute;
  right: 40%;
  margin-top: 3%;
  height: 65%;


}


.container{
  right: 60%; 
}

@font-face {
  font-family: sprat;
  src: url(../font/sprat-main/sprat-main/fonts/Sprat-CondensedLight.woff2);
}


/*.bijoux{

  display: block;
  position: absolute;
  top: 20%;
  right: 40%;
  height: 600px;
}*/


/*div {
  padding: 1em;
  max-width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bijoux{
  width: 100px;
}

.container {

  display: flex;
  align-items: center;
  justify-content: center;
}*/