/*
design.css
---------
 
Pour le site jmt-musique.com
Fichier créé le 25/12/2023
*/
/*/////////////////////// fiche 03 - NOTES TRANGERES - exo 3/////////////////////////*/


.porteesDoubles {
	min-width: 360px;
}
.porteeDouble {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.porteeDouble img,
.porteeDouble audio
{
	width: 80%;
	min-width: 360px;
}