* Homepage */
/* home-page tiles  */

/* IE11 fallback */
.tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tile {
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 270px;
}

/* if it's supported, apply the below - modern browsers */
@supports (grid-gap: 2rem) {
  .tiles-container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .tile {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}

.tile {
  background-color: #f07d00;
  color: white;
  padding: 2rem;
  height: 12rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.tile h5 {
  font-weight: 500;
}

.tile:hover {
  background-color: #ce6a00;
}

.tile-16:hover {
  background-color: #f07d00;
}

.tile-1 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile1-chain.png);
}
.tile-2 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile2-bearing.png);
}
.tile-3 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile3-espool.png);
}
.tile-4 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile4-3dprint.png);
}
.tile-5 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile5-chainflex.png);
}
.tile-6 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile6-xiros.png);
}
.tile-7 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile7-triflex.png);
}
.tile-8 {
  background-image: url(https://www.igus.com.br/contentData/wpck/images/ES_es/common/rebel.png);
}
.tile-9 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile9-readycable.png);
}
.tile-10 {
  background-image: url(https://www.igus.es/contentData/Homepage_Images/uk-tile6-gear.png)!important;
}
.tile-11 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile11-drylin.png);
}
.tile-12 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile12-smart.png);
}
.tile-13 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile13-readychain.png);
}
.tile-14 {
  background-image: url(https://www.igus.com.br/contentData/Homepage_Images/uk-tile14-igubal.png);
}
.tile-15 {
  background-image: url(https://www.igus.de/contentData/wpck/images/FR_fr/common/igus-FR-tile15-dryspin.png)!important;
}
.tile-16 {
  background-color: #363636;
}

.accordeon ul {
margin:0;
padding:0;
list-style:none;
width : 300px;
}

.accordeon ul li {
display:block;
overflow:hidden;
margin:0;
padding:0;
list-style:none;
width : 1900px;
height:30px;
background-color: #FFF;
border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
transition:  height 0.3s ease-in-out;
-moz-transition:  height 0.3s ease-in-out;
-webkit-transition:  height 0.3s ease-in-out;
-o-transition:  height 0.3s ease-in-out;
}

.accordeon ul li .titre {
display:block;
margin:0;
padding:10px;
height:19px;
border-top:  #f0f0f0 1px solid;
font-family: Arial, Helvetica, sans-serif;
font-size:80%;
color:#000;
background: white;
}

.accordeon ul li .titre:before{
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: right;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}



.accordeon ul li div {
margin:0;
overflow:auto;
overflow-wrap: break-word;
padding:10px;
height:150px;
background: white;
}

.accordeon  ul li:hover {
height:150px;
}

.accordeon:hover ul li .titre:hover {
color:#000;
background:#fff;
font-size:80%;
}

.accordeon ul li .titre:hover {
cursor:pointer;
}

.iguswpcksec31shoppingcart .shopping-cart-related-items {
  display: none;
}

.text-center {
  text-align: center;
}

.all--news {
 text-align: center; 
}