/* category view type1 START */
/*Permet de supprimer l'espace entre le titre de catégorie et celui de fil d'arianne */
h1.main-titles{
	margin-top: -5px;
}

.page_categorie ul{
	padding-left: 40px;
}

.post-grid-thumb-type3 {
	width: 30%;
	float: left;
	overflow: hidden;
	height: auto;
	line-height: 0;
	margin-bottom:10px;
}

.post-details-type3 {
	padding-top: 0.5em;
	margin-left: 33%;
}

.post-details-type3 h1.post-title a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.post-details-type3 .post-comments-number  {
	float: right;
}

.post-details-type3 .post-comments-number a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size:12px;
	position:relative;
	top: -3px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.post-grid-thumb-type3 img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
	max-width: 100%;
	height: auto;
}

.post-grid-thumb-type3:hover img {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}

.post-grid-thumb-type3-wrapper .excerpt {
   color: #000000;
   font-weight: 400;
}

/* category view type2 START */
.single-post-thumb-wrapper-type-two {
	margin-left: -2.5%;;
}

.single-post-thumb-wrapper-type-two .single-post-thumb {
    float: left;
    margin-bottom: 35px;
    width: 47.45%;
	margin-left: 2.5%;
}

.single-post-thumb-wrapper-type-two .post-thumb {
    float: left;
    line-height: 0;
    overflow: hidden;
    width: 100%;
	position: relative;
}

.single-post-thumb-wrapper-type-two .post-thumb img {
    height: auto;
    max-width: 100%;
    transition-duration: 1s;
}

.single-post-thumb-wrapper-type-two .post-thumb:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.single-post-thumb-wrapper-type-two .post-details {
    margin-left: 0px;
	float: left;
	width: 100%;
}

.single-post-thumb-wrapper-type-two .post-details .post-date {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	display: inline-block;
}

.single-post-thumb-wrapper-type-two .post-comments-number {
	display: inline-block;
	float: right;
	margin-top: -4px;
}

.single-post-thumb-wrapper-type-two h1.post-title {
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0;
}

.single-post-thumb-wrapper-type-two .post-details .post-title a {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.single-post-thumb-wrapper-type-two .post-details .post-comments-number a {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    top: -3px !important;
}

.single-post-thumb-wrapper-type-two .icons-cat-tags {
    color: #FFFFFF;
    font-size: 20px;
}

.single-post-thumb-wrapper-type-two .icons-comments {
    color: #000000;
    font-size: 18px;
    margin-right: 10px;
}

.single-post-thumb-wrapper-type-two .excerpt {
	color: #606060;
    font-size: 12px;
    font-weight: 400;
}

/**
 * SIJE Categorie
 */
.vc_text_titles{
	padding: 10px;
	background: white;
}

 .isotope-item .post-grid-thumb-type3-wrapper {
    width: 100%;
    margin-left: 0;
    float: none;
}

 @media screen and (max-width:769px){
	.wpb_text_column{
		background-color: white !important;
		padding: 10px !important;
		margin-bottom: 10px !important;
	}

	.category .vc_span8.type1 .post-grid-thumb-type3-wrapper{
		width: 49%;
		margin-left: inherit;
	}

	*[id^='post-']:nth-child(odd) .post-grid-thumb-type3-wrapper{
		margin-right: 2%;
	}

	.wpb_single_image{
		background-color: white;
	}

	.wpb_content_element{
		margin-bottom: inherit !important;
	}

	.col-xs-12{
		padding-left: 0px;
		padding-right: 0px;
	}

	.boutton-post-font-size{
		margin-top: -40px;
	}

	.post-details-type3{
		background-color: white;
		margin-bottom: 10px;
	}

	.categorie_suggestion{
		background-color: white;
		margin-bottom: 5px;
		text-align: center;
	}

	.post-grid-thumb-type3{
		width: 100%;
	}

	.post-details-type3{
		margin-left: inherit;
	}

}

 @media screen and (max-width:508px){
	.wpb_content_element{
		margin-bottom: 10px !important;
	}

	.category .vc_span8.type1 .post-grid-thumb-type3-wrapper:nth-child(2n+1){
		width: 100%;
	}

	*[id^='post-']:nth-child(odd) .post-grid-thumb-type3-wrapper{
		margin-right: inherit;
	}

}
