/*Tout le bloc*/
.smart_facebook_feed {
}
/*Le bloc du post*/
.smart_facebook_feed_post_box_column {
background-color: #fff !important;
border-radius: 5px;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 10px 0
rgba(0,0,0,0.15);
}
/*L'image avatar */
.smart_facebook_feed_avatar {
height: 40px;
border-radius: 40px;
border: none !important;
}
/*Le titre*/
.smart_facebook_feed_titre a {
color: #e34f0e;
font-weight: bold;
}
.smart_facebook_feed_titre a:hover, .smart_facebook_feed_titre a:focus {
color: #000;
}
/*La date*/
.smart_facebook_feed_post_date {
color: #9197a3;
font-size: 11px;
}
/*La publication*/
.smart_facebook_feed_post {
}
/*L'image*/
.smart_facebook_feed_post_image {
}

.smart_facebook_feed_image_portrait {
height: 205px;
width: 175px;
}

.smart_facebook_feed_image_paysage {
width: 165px;
height: 120px;
}

.smart_facebook_feed_suite a {
color: #e34f0e;
}
.smart_facebook_feed_suite a:hover {
color: #000;
}

.smart_facebook_feed_partager a {
color: #e34f0e;
}
smart_facebook_feed_partager a:hover {
color: #000;
text-decoration: underline;
}



