div.contenant_bandephotos
{
  overflow: hidden;
  
  border-radius: 10px;
}

div.bandephotos
{
  position: relative;
    left: 0px;
  
  padding: 0px;
  margin: 0px;
  
  white-space: nowrap;
  
  border-radius: 10px;
}

div.bandephotos img
{
  position: relative;
    left: 0px;
  
  margin-right: 10px;
  
  width: 25%;
  min-width: 120px;
  max-width: 250px; 
  
  vertical-align: bottom;
}

div#bd_voir_photo
{
  display: none;
  
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  
  max-width: 500px;
  max-height: 400px;
  
  padding: 0px;
  
  background-color: rgba(0,0,0,0.2);
  
  border: 8px double rgba(0,0,0,0.5);
  
  border-radius: 10px;
  
  box-shadow: 4px 4px 10px var(--couleur-ombre);
  
  z-index: 500;
  
}

div#bd_voir_photo img
{
  vertical-align: bottom;
  width: 100%;
}

div#contenant_input
{
  position: relative;
}

div#contenant_input input
{
  position: absolute;
    top: 0px;
    right: 0px;
    
  border-radius: 10px;
  
  font-weight: bold;
}
