#imgpopup_c1, #imgpopup_c2, #imgpopup_l1, #imgpopup_l2, #imgpopup_c1l1 {
	display: none;
	position: absolute;
	top: -50px;

}
#imgpopup_c1, #imgpopup_c2,#imgpopup_l1 {
	margin-left: 200px;
}
#imgpopup_l2, #imgpopup_c1l1 {
	margin-left: -480px;
}

.div_instrument_titre{
	min-height:70px; 
	display: flex;
   align-items: center; /* Centre verticalement */
   justify-content: center; /* Centre horizontalement */
}
.div_instrument_titre h4 {
	text-align: center;
}

@media (max-width: 500px) {

	div.div_instrument {
	    flex: 1 1 100% !important; /* Force chaque div enfant à occuper 100% de largeur sur petit écran */
	}
}



div#div_dernieres_images {
  display: flex;
  flex-wrap: wrap; /* Permet le retour à la ligne si nécessaire */
  gap: 10px; /* Ajoute un espace entre les colonnes et les lignes */
}
div.div_instrument {
	width: calc(20% - 10px); /* Ajuste la largeur en soustrayant le gap */
}