@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900');


/* FILTER NAV */
.iso-nav{
  text-align: center;
}
.iso-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.iso-nav ul li{
  display: inline-block;
  padding: 10px 15px;
  border: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
}
.iso-nav ul li:hover{
  border-bottom: 2px solid #999
}
.iso-nav ul li.active{
  border-bottom: 2px solid #333
}
.item{
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.item .a-image{
    width: 100%!important;
    background-size: cover;
    background-position: center center;
    display: block;
}

.item img {
    max-width: 100%;
    height: auto; /* Pour maintenir le ratio */
}

.item:hover .fancybox {
    transform: scale(1.1);
  }

  .item:nth-child(1) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-1.png);
  }

  .item:nth-child(2) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-2.png);
  }

  .item:nth-child(3) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-5.png);
  }
  .item:nth-child(4) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-3.png);
  }

  .item:nth-child(5) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-4.png);
  }

  .item:nth-child(6) .fancybox {
    background-image: url(http://poiemaweb.com/assets/images/dribbble-6.png);
  }

  



/* ITEMS */
.main-iso{
  margin-top: 30px;
}




.fa {
  padding: 20px;
  font-size: 30px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
  color: white;
  text-decoration: none;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
