
/*bloc en ce moment*/
.titleinsta{
    padding: 20px;
    position: absolute;
    color:white;
    bottom: 0;
  }
  .itemfb{
    background: #62817b;
  }
  .itemtweet{
    background:#b5c9a6;
  }
  .titlefb,.titletweet,.date
  {
    color:white;
  }
  .paddingtop{
    padding-top:30px;
  }
  .itemfb, .itemtweet{
    min-height:200px;
    padding: 20px;
    overflow: hidden;
    }
    .itemfb .title , .itemtweet .title {
        overflow: hidden;
        font-size: 14px;
        height: 100px;
    }   
  .item{
    border:none!important;
    font-family: 'Montserrat', sans-serif;

  }
  .item .date{
    font-size: 14px;
  }
  .item a:hover{
    color: white;

  }
  .item img {
    width:100%
  }
  .item .title{
    overflow: hidden;
    width: 100%;
  }
  
  .icon:before {
  color: white;
  font-size: 35px;
  display: block;
  }
  .iconInstagram:before{
  position: absolute;
  top: 0;
  padding:20px;
  }
  .all_items .titleinsta{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px;
  }
  @media (min-width: 320px)
  {
  .all_items {
  column-count: 1;
  }  
  }
  @media (min-width: 768px)
  {
  .all_items {
  column-count: 3;
  }  
  }