/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.phb-content-details-plus{
	position : relative;
}

.phb-content-details-plus .phb-content{
	padding : 0;
}

.phb-content-details-plus .phb-content-details,
.phb-content-details-plus .phb-content h4,
.phb-content-details-plus .phb-content p.phb-d{
	padding : 0 30px;
}

.phb-content-details-plus .phb-content h4{
	padding-top : 30px;
}


.phb-content-details-plus .phb-content p.phb-d{
	height : 100px;
	overflow : hidden;
}


.phb-content-details-plus .phb-btncontainer{
	padding-bottom : 30px;
	padding-left : 30px;
}

.phb-content-details-plus .phb-content-details{
	margin-top : 15px;
	padding-top : 10px;
}

.phb-content-details-plus .phb-content-details ul{
	padding-left : 20px;
}

#services-page .cb-container{
	min-height : 280px;
}

.bureaux-page .phb-content{
	 min-height: 330px;
}

.service-salle .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .phb-content{
	min-height: 340px; 
}

.service-salle .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .phb-content{
	min-height: 290px;
}


@media (max-width: 1270px) and (min-width: 768px){
	.service-container{
		width : 50% !important; 
	}
	
	.service-salle .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .phb-content{
			min-height: 510px; 
	}
	
}


@media (max-width: 992px) and (min-width: 768px){
	
	#services-page .cb-container{
		min-height : 350px;
	}
	
	.service-salle .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .phb-content{
	    min-height: 390px;
	}
}

@media(max-width: 768px){
	.service-salle .wpb_column.vc_column_container.vc_col-sm-3 .wpb_wrapper .phb-content,
	.service-salle .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper .phb-content{
	    min-height: auto;
	}
}



