/* #page_telechargement  */

#page_telechargement .notice_cle	{
	width: calc(100%-10px);
	margin: 5px;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
}

#page_telechargement .titre	{
	text-align: center;
	font-variant: small-caps;
	color: #5e5e5e;
	margin-bottom: 15px;
}
#page_telechargement .notice_cle .valeur	{
	font-weight: bold;
}

.conteneur_P_l	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.conteneur_P_l .valeur	{
	padding-left: 1.5em;
	font-weight: bold;
}

.conteneur_P_l .produit_ref,
.conteneur_P_l .produit_nom	{
	margin: 5px auto;
}

.conteneur_P_l .product,
.conteneur_P_l .lot {
	/*max-width: 400px;*/
	flex: 1 1 400px;
	margin: 5px;
	padding: 20px;
	border: 1px solid #ccc;
}

.conteneur_P_l img {
	max-width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
}

.conteneur_P_l .produit_valeur	{
	font-weight: bold;
}

.conteneur_P_l .lot .etiquette	{
	text-align: center;
}
.conteneur_P_l .lot .liste	{
	margin-top: 10px;
	font-weight: bold;
}

#page_telechargement .documents_liste	{
	width: calc(100%-10px);
	margin: 5px;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	font-size: 1.2em;
}