/*
  Auteur      : Esther Pham 
  Date        : 20.01.2022
  Description : images de la page artiste solo
*/
#background {
  margin: 0px;
  height: 300px;
  background-image: url(../images/iu_photo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;   
  background-position: unset;
}