/* CSS Document */

.add_this,
.h_top_part,
.search-holder,
.menu_wrap,
.breadcrumb,
.annonce-centre,
.gallery_post,
.footer-main,
.annonce-haut,
.coul,
.go-to-top,
.sidebar-right,
.section .section_title,
.section .author_details,
.section_title_petit,
.a-ne-pas-manquer,
.pagination_block{
	display: none;
}


.col-lg-8,
.col-md-8{
	width: 100%;
}


.article .coul,
.post_subtitle .coul,
.article .section .section_title_big_var2,
.sports .section_title,
.arts-et-culture .section_title,
.actualite .section_title,
.code-rouge .section_title{
	display: block;
}

 * {
 /*CSS transitions*/
 -o-transition-property: none !important;
 -moz-transition-property: none !important;
 -ms-transition-property: none !important;
 -webkit-transition-property: none !important;
 transition-property: none !important;
 /*CSS transforms*/
 -o-transform: none !important;
 -moz-transform: none !important;
 -ms-transform: none !important;
 -webkit-transform: none !important;
 transform: none !important;
 /*CSS animations*/
 -webkit-animation: none !important;
 -moz-animation: none !important;
 -o-animation: none !important;
 -ms-animation: none !important;
 animation: none !important;
 
 }
 
 .appear-animation {
    opacity: 1!important;
}

.caption_type_1{
	margin-top: 2px;	
}

.wrapper .thumbnails_container{
	background-color: transparent;
	height: auto;
}

.wrapper .thumbnails_container .clearfix .post_text h4 a{
	color: #000;	
}

.wrapper .thumbnails_container .clearfix{
        page-break-inside: avoid;
    }