@charset "utf-8";
/* CSS Document */

.container {
	position: relative;
	width: 100%;   
	margin: 0 auto;
	border: 5px solid #333639;
}

.container *{
	cursor: pointer;
}

#image-notice{
	margin: 0;
	width:auto;
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;	
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 20px;
	text-align: right;
}

.container:hover #premierePagePDFenHTML {
	opacity: 0.8;
}

.container:hover .middle {
	opacity: 1;
}

.middle img{
	width: 15%;
}






#piecesD{
    width: 100%;
}

#liste_pd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
	padding: 0 0 0 5px;
}

.pd_piece{
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    font-size: 13px;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: calc(25% - 25px);
    padding: 0 0 0 0;
    margin: 0 25px 20px 0;	
	
	
	
	
	
	}
.pd_piece, .pd_piece *{
	cursor: pointer;
}
.pd_image {
    margin: 0 auto;
    text-align: center;
    height: 120px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    filter: brightness(0.96);
    background-color: #fff;	
	 border-top-left-radius: 8px;
    border-top-right-radius: 8px;	
}
.pd_image img {
    width: fit-content;
    height: fit-content;
	cursor: pointer;
    margin: auto;
	aspect-ratio: 120 / 80;
}	
.pd_piece:hover {
	 transform: scale(1.05, 1.05);
		padding: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

	
.pd_texte {
    font-size: 1.2rem;
    line-height: 1;
    color: #1a0dab;
    word-break: keep-all;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-weight: 600;
}
.pd_prix {
    padding: 0 8px;
    margin: 0;
	text-align: center;
    line-height: 1;
    font-size: 1.0rem;
    font-weight: 600;
}
.pd_texte:hover {
	text-decoration: underline;
}
.pd_note {
	color: #fabd04;
    font-size: 0.8rem;
    text-align: center;
    margin: 5px 0 0 0;
}
.pd_prix_ind {
	color: #666;
	font-size: 10px;
	font-weight: 200;
	line-height: 1;
}
.pd_etoile {
	color: #666;
	font-weight: 300;
	position: relative;
	font-size: 0.8rem;
	line-height: 1;
	vertical-align: top;
	margin: 0 0 0 -4px;
}

	
	
@media only screen and (max-width: 619px){
	
	.middle img{
		width: 10%;
	}	
	.container .middle {
		opacity: 1;
	}
	
	
	.pd_piece {
		font-size: 12px;
		width: calc(25% - 5px);
		padding: 0 0 0 0;
		margin: 2px 5px 3px 0;
		height: 92px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.pd_piece:nth-child(8),.pd_piece:nth-child(9),.pd_piece:nth-child(10)
	,.pd_piece:nth-child(11),.pd_piece:nth-child(14),.pd_piece:nth-child(17)
	,.pd_piece:nth-child(12),.pd_piece:nth-child(15),.pd_piece:nth-child(18)
	,.pd_piece:nth-child(13),.pd_piece:nth-child(16),.pd_piece:nth-child(19){
		display: none;
	}
	.pd_image img {
	    max-height: 50px;
	    padding: 4px 5px 2px 4px;	
	}
	#liste_pd {
    height: unset;
	padding: 0;
	}
	.pd_image {
		margin: 0 auto 3px auto;
		height: 53px;
		filter: unset;	
	}
	.pd_texte {
		width: 100%;
		padding: 0 0 0 3px;
		height: 12px;
		font-size: 0.8rem;
		line-height: 1;
		color: #000;
		font-weight: 600;
		text-align: center;
	}
	.pd_prix {
    	padding: 0 3px 0 0;
		width: 100%;
		height: 12px;
		font-size: 0.8rem;
		line-height: 1;
		text-align: center;
	}
	.pd_note {
		font-size: 0.7rem;
		line-height: 1;
		width: 100%;
		margin: 0;
		height: 12px;
		padding: 0;	
	}
	.pd_prix_ind {
		font-size: 6px;
	}
	.pd_etoile {
		margin: 0 0 0 -2px;
		font-size: 0.5rem;
		font-weight: 200;
	}
}