@CHARSET "UTF-8";




.article{
	
	background: white;
	
	/*width: 737px;
	 display: inline-block;  	
	 */
	height:155px;
	flex-direction: row;	
	
}







.article_img_cont{
   width: 30%;
   height: 151px; /* inherit; */
   display: inline-block;
   vertical-align: middle;
   margin-top:1px;
   /* float: left; */ /* les deux lignes ci dessus remplace le float */
}


.new_logo{
 position: absolute;
 z-index: 10;
 margin-top: -1px;
}



.article_desc{
 width: 65%;
 height: 100%;
 float: right; 
 display: inline-block;
 /* vertical-align: middle;
 text-align: center; */
 margin-top: 10px;
 margin-right: 21px;

}

.ocenter{
	width: 100%;
	height: 100%;
	 text-align: left;
	 margin-left: 4px;
	
}

.ocenter h3{
 	padding:0px;
 	margin: 0px;
 	color:#165485;
 	font-weight: 600;
}

.ocenter p{
 	padding:0px;
 	margin-top: 3px;
 	margin-bottom: 3px;
}

.ocenter .ocenter_up{
 	min-height: 118px;
 	font-size: 13px; 
}
.ocenter .ocenter_up h3{
	font-size: 18px;
}

.ocenter .ocenter_up .link_video{
	float: right; 
	padding-top: 5px;
}
.ocenter .ocenter_up .link_video a{
   color: grey;
   text-decoration: none;
}
.ocenter .ocenter_up .link_video a:hover{
   color: #666666;
   text-decoration: underline;
}
.ocenter .ocenter_up .link_video div:first-child{	
	color:grey;
	height:20px;
	margin-bottom: 4px;
}
/*
.ocenter .desc{
	margin: 0px;
 	margin-bottom:10px;	
 	padding: 4px;
 	padding-left:0px;
 	height: 0px; 
}
*/



 .instock{
	padding-top:0px;
 border-top: 1px dotted gray;	
}
.ocenter .instock img{
	padding-top:1px;
	vertical-align: text-top;
}

.ocenter .instock div{
	height: 18px;
 /* border-right: 1px dotted gray;*/
}

.fix_width{
	min-width: 100px;
	color:grey;
	display:inline-flex;
}
.fix_width_2{
	
	float : right;
	margin-right: 5px;
}

.avail{
	
	border-top: 1px dotted gray;
	
}
.avail div{	
	display: inline;
	margin-right: 18px;
}

@media only screen and (max-width: 1516px) {
	.article {
	 	/* display: block; */  
	 }
	 #articleContener .article:nth-child(2n) {	
		margin-left: inherit; 
	}
	 
}

@media only screen and (max-width: 576px) {
	.ocenter .ocenter_up h3 {
		font-size: 14px;
	}
	.instock  {
		font-size: 11px;
	}
	.article_desc{
		margin-left :3px;
	}
	.avail{
		font-size: 12px;
		line-height: 24px;
	}
	.fix_width{
		display:inline;
	}
	
	
}	


.next_delivery {
 	font-size : 13px;
 	font-weight: bold;
}


/* code pour afficher une image au centre d'une div */
.wraptocenter {
	
    display: table-cell;
    /* text-align et  display: table-cell ne marche pas avec float. on doit mettre margin: auto et display: block à la place. */
    text-align: center; 
    vertical-align: middle;
    margin: 0 auto;
    width: 400px;
 	height: inherit; /* -4 pour le padding */
 	padding: 0px;
 	padding-left:4px;
 	
}

.wraptocenter img {
 	
 	/* pour que l'image ne soit pas plus grande que la div'*/
 	max-width:100%;
	max-height:100%
}

.wraptocenter * {
    vertical-align: middle;
}

/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
</style><![endif]-->