.produit_param_it{
display:none;	
}
.choix{
height:275px; 
width:260px; 
float:left;
margin-right:10px;
margin-bottom:10px;
position:relative;
vertical-align:top; 
}

.produit{
height:142px; 
width:250px; 
background-color:white;
background-position:bottom right;
background-repeat:no-repeat;
background-size:50%;
border:#FFF solid 5px; 
box-shadow: 1px 1px 5px #555; 
font-size:24px; 
color:#2F2F2F;
font-family:Thryomanes;	
position: relative;
cursor:pointer;
}

.produit_miniature{
background-position:-20px -20px; 
background-size: 170px 170px;	
border-top-left-radius : 120px 80px; 
width:120px; 
height:80px; 
position:absolute; 
bottom:0;
right:0;

}

.produit_desc{
font-size:16px; 
width:142px;	
}

@media screen and (max-width: 810px){
.choix{
position:relative;
display:inline-block;
margin:auto;
margin-right:20px;
float:none;
margin-bottom:5px;
}
}

@media screen and (max-width: 415px){
.choix{
height:auto;
margin:0px;
margin-bottom:25px
}
}