/*--
	Theme Name: theme53365
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */

.recent-posts .recent-posts_li{
    border-bottom: 1px solid #ddd;
}
.recent-posts_li:last-child {
    border: 0 none !important;
}
a.btn.btn-primary {
    clear: both;
    float: right;
    margin-bottom: 12px;
    margin-top: -17px;
}
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

@media only screen and (min-width: 480px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 650px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.principale-titre{
/*    border: 10px solid transparent;
    padding: 5px;
    -webkit-border-image: url(images/dashed.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(images/dashed.png) 30 round; /* Opera 11-12.1 */
    border-image: url(images/dashed.png) 30 round;*/
}
#separation{
	background:url(images/dashed2.png);
	height:26px;
	border:none !important;
    margin-top: 0;
}
.recent-posts_li h5 {
    font-size: 1.2em !important;
}
.hrSep {
	background:#c84544;
	height:5px;
	margin:23px 0 17px 0;
}
.post_content {
    text-justify: auto !important;
    text-align: justify !important;
    word-wrap: break-word  !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    -o-hyphens: none !important;
    hyphens: none !important;

}
.widget.widget_views {
    margin-top: auto !important;
}
