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


.produit{
height:142px; 
width: 330px;
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-size:contain;
width:115px; 
height:115px; 
position:absolute; 
border:1px solid #acc65d;
bottom:0;
right:0;	
}

.produit_desc{
font-size:16px; 
width:210px;	
}
.produit_param_it{
right:125px;	
}

@media screen and (max-width: 810px){
.choix{
position:relative;
display:inline-block;
margin:auto;
margin-right:0px;
float:none;
margin-bottom:5px;
width:45vw;
}
.produit, .choix_client{
width: 40vw;
margin:auto;
}
.produit_desc{
width:calc(40vw - 130px);	
}
}

@media screen and (max-width: 640px){
.choix{
height:auto;
margin:0px;
margin-bottom:25px;
width:90vw;
}
.produit, .choix_client{
width: 80vw;
margin:auto;
}
.produit_desc{
width:calc(80vw - 130px);	
}
}