.half-col{
	width : 45%;
	max-width : 45%!important;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	
	#page-partenaires .half-col{
		max-width : 90%!important;
		width : 90%;
	}
	
}