﻿body{
	background-size: 100%, cover;
}
/* cube */
#posts_cube3D {
  position: relative;
  margin: 5% auto;
  height: 700px;
  width: 700px;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 2s ease;
  transform-style: preserve-3d;
  transition: all 2s ease;
}
.cube-face {
  position: absolute;
  height: 600px;
  width: 600px;
  padding: 20px;
  background-color: #2daae1;
  border: solid 1px #ccc;
  background-attachment: fixed;
}

/*only for webkit  browsers*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .cube-face{ 
        background-attachment: scroll;
    }
}
/*
.cube-face > h2 {
    font-size: 400px;
    opacity: 0.5;
    position: absolute;
    right: 40%;
    text-align: center;
    top: 40%;
}
*/
.cube-face > h2 {
	display:none;
}
/* posts */

#content .container-post{
    padding:10px!important;
    display: inline-flex;
    /*transform: translateY(-1600px);
    transition: all 0.5s ease-in-out 0s;*/
}

#content .post {
    color: White;
    font: 18px/17px Georgia,"Times New Roman",Palatino,serif;
 
    text-align: center;
    word-wrap: break-word;
    padding: 10px 5px;
    width:100%;
	height:100%;
	overflow: hidden;
	
}

#content .post .content {
    font:50px/54px Georgia,"Times New Roman",Palatino,serif;
    padding:10px 15px 10px 15px;
	overflow: hidden;
}
#content .post .content {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 54px;
	float: left;
	text-align:left;
}
#content .post.no-img .content{
	clear:both;
}
#content .post .content.sz-20 {
    font-size: 44px;
    line-height: 46px;
}
#content .post .content.sz-40 {
    font-size: 36px;
    line-height: 38px;
}
#content .post .content.sz-60 {
    font-size: 34px;
    line-height: 38px;
}
#content .post .content.sz-80 {
    font-size: 30px;
    line-height: 34px;
}
#content .post .content.sz-120 {
    font-size: 26px;
    line-height: 30px;
}
#content .post .content.sz-160 {
    font-size: 22px;
    line-height: 26px;
}
#content .post.no-img .content.sz-20 {
    font-size: 78px;
    line-height: 80px;
}
#content .post.no-img .content.sz-40 {
    font-size: 68px;
    line-height: 72px;
}
#content .post.no-img .content.sz-60 {
    font-size: 66px;
    line-height: 70px;
}
#content .post.no-img .content.sz-80 {
    font-size: 58px;
    line-height: 62px;
}
#content .post.no-img .content.sz-120 {
    font-size:50px;
    line-height: 54px;
}
#content .post.no-img .content.sz-160 {
    font-size: 30px;
    line-height: 34px;
}

#content .post .author
 {
     text-decoration:none;
     font-size:12px;
     font-weight:bold;
     display:block;
	 text-align:left;
 }

#content .post a.author:over
  {
      text-decoration:underline;
  }
#content .post img.author_icon
  {
    -moz-force-broken-image-icon: 1;
    float: left;
	width: 60px;
	height: 60px;
    margin: 0px 10px 2px 2px;
	border-radius: 3px 3px 3px 3px;
  }
#content .post.no-img img.author_icon 
{
	width: 64px;
	height: 64px;
    margin: 0 10px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#content .post .date
   {
    color: white;
    display: block;
    font-size: 12px;
    font-weight:bold;
	text-align:left;
   }

#content .post .author
 {
     font-size:16pt;
     font-weight:bold;
     display:block;
     line-height:22pt;
 }

#content .post .date{
    font-size:16pt;
    line-height:22pt;
}
#content .post a
{
    color:White;
}
#content .post .content-img {
    width: 100%;
	height:70%;
	display:inline-table;
    background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center;
    -webkit-background-size: 100% auto; /* pour anciens Chrome et Safari */
    background-size: 100% auto; /* version standardisée */
    margin: 0 auto 10px;
    width: 100%;
}
#content .post .content-img img{
    display:none;
}
#content .post video {
    margin: 0 auto 10px;
}
#content .cube-face.Twitter
{
    color:white;
    background:#2DAAE1 url('https://facing.social/manager/Frontend/images/social_icons/twitter-48.png') no-repeat 97% 97%;
}

#content .cube-face.Youtube
{
    color:white;
    background-color:rgb(254,52,50);
}

#content .cube-face.Vimeo 
{
    color:white;
    background-color:rgb(65,178,220);
}

#content .cube-face.Flickr
{
    color:white;
    background-color:rgb(255,0,132);
}

#content .cube-face.Pinterest
{
    color:white;
    background-color:rgb(203,32,39);
}

#content .cube-face.Tumblr
{
    color:white;
    background-color:#2A445F;
}

#content .cube-face.Facebook
{
	/*background-color:#3C5A9A */
	background:#3C5A9A url('https://facing.social/manager/Frontend/images/social_icons/facebook-48.png') no-repeat 97% 97%;
}
#content .post.Facebook img.img
{
    margin: 5px;
    max-width: 40%;
}
#content .cube-face.Linkedin 
{
    background-color: #0173B2;
}
#content .cube-face.Dailymotion
{
    color:white;
    background-color:#095173;
}
#content .cube-face.Instagram 
{
    color:white;
    background-color:#517FA4;
}
