/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
.inline-column {
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0px;
}

/* Team */
.gem-team {
	margin-bottom: 1.421em;
}
.team-person {
	/* cle modification affichage team           padding: 50px 30px;*/
	
	
	padding: 0px 0px;
	
}
.team-person-image {
	display: inline-block;
	
	/* cle modification affichage team         width: 240px;*/
	width: 280px;
	
	max-width: 100%;
	vertical-align: top;
	
	/* cle modification affichage team         margin-bottom: 45px;*/
	margin-bottom: 22px;
}

.gem-team-style-2 .team-person {
	/* cle modification affichage team         padding: 50px 50px;*/
	padding: 25px 20px;
	
	border-radius: 0 50px 50px 50px;
}
