.products_header {
  margin: 0 auto;
  max-width: 1145px;
  height: 370px;
  background: rgba(0, 0, 0, 0) url("../images/polyedres-x1.png") no-repeat scroll 484px center;
}

.products_header_text {
  padding: 40px 0 0 40px;
}

.products_list {
  width: 100%;
  background: #F9F9F9;
  text-align: center;
}

.products_list_container {
	margin: 0 auto;
  max-width: 1145px;
}

.product_item {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 30px;
  cursor: pointer;
  height: 520px;
  overflow: hidden;
}

.product_item.selected {
  background: #fff;
}

.product_item_icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto; 
 
}

.product_item_search .product_item_icon {
  background: url("../images/qwantsearch-x1-v4.png") no-repeat center center #fff;
  background-size: 122px;
}

.product_item_board .product_item_icon {
  background: url("../images/qwantCarnet-x1-v4.png") no-repeat center center #fff;
  background-size: 122px;
}

.product_item_junior .product_item_icon {
  background: url("../images/qwantJunior-x1-v4.png") no-repeat center center #fff;
  background-size: 122px;
}

.product_item_lite .product_item_icon {
  background: url("../images/qwantLite-x1.png") no-repeat center center #fff;
  background-size: 122px;
}

.product_item_mobile .product_item_icon {
  background: url("../images/qwantMobile-x1-v4.png") no-repeat center center #fff;
  background-size: 122px;
}


.product_item .icon {
  display: block;
 	text-align:center;
  color: #7f8993;
  font-size: 36px;
}

.product_item.product_item > p {
  color :#919191;
  font: 16px/24px sourcesansprolight,helvetica,arial,sans-serif;
  
}

.product_item.product_item.selected > p {
  color :#424242;
}

.product_item.product_item.selected > h3 {
	font: 22px sourcesansprosemibold,helvetica,arial,sans-serif;
  color :#232323;
}

.product_item.product_item > h3 {
  color :#9c9c9c;
  font: 22px sourcesansprolight,helvetica,arial,sans-serif;
}

.product_item.product_item a > h3 {
  font: 22px sourcesansprolight,helvetica,arial,sans-serif;
}


.product_item.product_item a > p {
  color :#bdbdbd !important;
}

.product_description {
  margin: 90px auto;
  max-width: 1145px;
  padding: 0 38px;
}

.connex_links > h3{
  font: 20px sourcesansprolight,helvetica,arial,sans-serif;
}

.connex_links {
  float: right;
  width: 45%;
  padding: 30px 30px 30px 60px;
  margin-left: 50px;
  border-left: 1px solid #ddd;
}

.connex_link {
  margin: 10px 0;
  color: #888;
}

.connex_link a {
  font-family: sourcesansprolight,helvetica,arial,sans-serif;
}

.connex_link .icon {
  width: 15px;
  margin: -2px 10px 0 30px;
}

.connex_link p {
    color: #424242;
    display: inline;
    font: 18px/24px sourcesansprolight,helvetica,arial,sans-serif;
}

.connex_link_see_more > p {
    display: inline;
}

.connex_link_see_more {
  margin: 30px 0 0;
}

.connex_link_see_more .icon {
  font-size: 8px;
  color: #7f8993;
}

.product_text {
  width: 45%;
  float: left;
}

.product_item_search .product_item_icon{
  box-shadow: 0 0 0 0 rgba(61, 142, 228, 1);
}
.product_item_mobile .product_item_icon{
  box-shadow: 0 0 0 0 rgba(156, 0, 191, 1);
}
.product_item_junior .product_item_icon{
  box-shadow: 0 0 0 0 rgba(65, 162, 87, 1);
}
.product_item_board .product_item_icon{
  box-shadow: 0 0 0 0 rgba(93, 236, 161, 1);
}


.product_item:hover .product_item_icon{ 
  transition-timing-function: ease-in;     
  transition:all 0.5s; 
}  


.product_item_search:hover .product_item_icon{ 
  box-shadow: 0 0 0 30px rgba(61, 142, 228, 0);
}
.product_item_mobile:hover .product_item_icon{ 
  box-shadow: 0 0 0 30px rgba(156, 0, 191, 0);
}
.product_item_junior:hover .product_item_icon{ 
  box-shadow: 0 0 0 30px rgba(65, 162, 87, 0);
}
.product_item_board:hover .product_item_icon{ 
  box-shadow: 0 0 0 30px rgba(93, 236, 161, 0);
}

.product_item_mobile--download {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}

.product_item_mobile--download .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 28px;
    padding: 4px 12px 5px;
    margin: 5px;
    background-color: rgba(128,130,132,0.1);
    border-radius: 6px;
    -webkit-transition: all all 300ms ease 0s;
    -moz-transition: all all 300ms ease 0s;
    -o-transition: all all 300ms ease 0s;
    transition: all 300ms ease 0s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18);
    color: white;
    font-size: 18px;
    cursor: pointer;
    vertical-align: top;
    white-space: nowrap;
    text-transform: none;
}

.product_item_mobile--download .button {
    min-width: 150px;
    padding: 5px 10px;
    line-height: normal;
    text-align: left;
    background: black;
	  color: white;
}

.product_item_mobile--download img {
    display: inline-block;
    height: 25px;
    margin: 0;
    vertical-align: middle;
}

.product_item_mobile--download-text {
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
    text-align: left;
	  color: white;
}

.product_item_mobile--download-text--small {
    font-size: 14px;
}

.product_item_mobile--download-brand {
    display: block;
    font-weight: bold;
}