*{
  margin: 0;
  padding: 0;
}

body{
  
  background-color: rgba(255, 192, 203,0.5);
  
   
}

#la_rose{
  position:absolute;
  top:1vw;
  right:1vw;
  height: 48vw;
  width:25vw;
  transform:scale(0.975);
}

#la_rose:hover{
  cursor:pointer;
  box-shadow: -0.4vw 1vw 1vw rgba(116, 114, 114, 0.952);
}




#vase, #vase_fond{
  position: absolute;
  top: 23.5vw;
  right:50vw;
  width:18.75vw;
  height:25.25vw;
  transform: translate(50%);
  
}

#rose_ds_vase
{ position:absolute;
  right:38vw;
  top:13vw;
  height: 35vw;
  width:20vw;
  transform:rotate(16deg);
  
}

#vase:hover
{
    opacity: 0.75;
    cursor:pointer;
}













.div_conteneur_fleur{
  display: flex;
 
}


#fleur:hover
{
  background-color: rgb(248, 238, 217);
}
.div_vase_fond
{
  z-index: -3;
}
#vase, #vase_f
{ margin-bottom: 0;
  
}

.div_fleur
{
  float: right;
  right:20%;
  color:orangered;
}

.pageSinan{
  position:absolute;
  top:37vw;
  right:80vw;
  width: 10vw;
}
