body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#container {
  height: 100%;
  width: 100%;

}








#product-svg {
  position: relative;
  z-index: 2;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  mix-blend-mode: multiply;
}


#honda {
  position: absolute;

  left: 70px;

  top: 60px;

  max-height: 15%;
  min-width: 5%;
  z-index: 6;
  opacity: 1;

   
  
}



#hondaDARK {
  position: absolute;

  left: 67px;

  top: 63px;

  max-height: 15%;
  min-width: 5%;
  z-index: 5;
  opacity: 1;
  
}





#product-shape {
  fill: #D40000;
}

#product-shape2 {
  fill: #F00000;
}

#product-shape3 {
  fill: #F00000;
}

#product-shape4 {
  fill: #ffffff;
 mix-blend-mode: normal;
 opacity: 1;
}

#product-shape5 {
  fill: #ffffff;  
 mix-blend-mode: normal;
  opacity: 0.4;
}

#product-shape6 {
  fill: #ffffff;
   mix-blend-mode: normal;
   opacity: 0.3;
}

.bloc {
 width: 120px;
  height: 47px; 
  position: absolute;
  top: 365px;
  bottom: 16em;
  right:119px;
  z-index: 7;
  
 
}






.bloc2 {
 width: 157px;
  height: 50px; 
  position: absolute;
  top: 210px;
  bottom: 16em;
  right:54px;
  z-index: 7;
  
  
}


.bloc3 {
 width: 70px;
  height: 70px; 
  position: absolute;
  top: 100px;
  bottom: 16em;
  right:115px;
  z-index: 7;
  
  
}




.jscolor {
  width: 85px;
  height: 85px;
  position: fixed;
  bottom: 4em;
  right: 8em;
  z-index: 7;
  padding: 1em;
  border: 3px solid rgba(255,255,255,.9);
  border-radius: 100%;
  -webkit-box-shadow: inset -6px -6px 15px 0px rgba(0,0,0,.5), -2px 5px 8px rgba(0,0,0,.6);
  justify-content: center;
  cursor: pointer;
}



#couleur1 {
  position: absolute;
  top: 250px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px;
}

#couleur2 {
  position: absolute;
  top: 70px;
  text-align: center;
  justify-content: center;

  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;

  z-index: 1;

}

#couleur3 {
  position: absolute;
  top: 210px;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;

  z-index: 1;

}



#couleur4 {
  position: absolute;
  top: 295px;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

#couleur5 {
  position: absolute;
  top: 360px;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

#couleur6 {
  position: absolute;
  top: 425px;
  justify-content: center;
  opacity: 0;
  z-index: 1;
}

