.post_sortie
    {
      
    }
    
.image-zoom{
  overflow: hidden;
  border-radius: 20px;
  }

.post_sortie_illustration{
  max-width: 350px;
  }

.post_sortie_data{
  max-width: 350px;
  }
  
.post_sortie_img{
  margin: 5px 0 5px 0;
  border-radius: 20px;
  transition: transform .1s;
  max-height: 260px;
}  
    
.post_sortie_img:hover{
  -ms-transform: scale(1.2) translate(10px); /* IE 9 */
  -webkit-transform: scale(1.2) translate(10px); /* Safari 3-8 */
  transform: scale(1.2) translate(10px);
  border-radius: 20px;
  max-height: 260px;
  
  
  }

.post_sortie a
{
  color: rgb(32, 32, 32);
}

.post_sortie_auteur
{
  color: rgb(32, 32, 32);
  font-weight: 500;
  text-align: right;
  display: inline-block;
}

.post_sortie_info
{
  text-align: right;
}

.post_sortie_header
{
    width: 100%; margin: 0; padding-right: 0px; padding-left: 0px;
}
.post_sortie_footer
{
    width: 100%; margin: 0; padding-right: 0px; padding-left: 0px;
}

.post_sortie h3
{
  text-transform: uppercase; text-align: left; font-size: 110%;
  letter-spacing: 2px;
  font-weight: 700;   
  line-height: 1; 
  margin: 5px 0 5px 0;
}

.tab_chiffres_sortie td {
    padding-right: 4px;
    padding-left: 4px;
    border-right: 1px solid;
    border-color: #cecece;
    text-align: center;
    vertical-align: top;
  }

  .chiffres_sortie
{
  color: rgb(32, 32, 32);
  font-weight: 700;
}
  .center {
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
  }

.post_sortie_like{
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  padding:0px;
}
