#gabaritGsociete {
	overflow:hidden;
}

#gabaritGsociete h1 {
	/*background: url('image-debut-nom-menu.png') no-repeat;*/
	padding: 10px 0 10px 60px;
	font-weight: bold;
	margin-left: 13px;
	font-size: 2em;
	font-family: 'Lato', sans-serif;
}
	
#gabaritGsociete .texte {
	background: #F8F7F7;
	padding: 30px;
	box-sizing: border-box;
}

#gabaritGsociete .left {
	width:45%;
	float: left;
	margin-left: 4%;
	margin-right: 2%;
}

#gabaritGsociete .right {
	width:45%;
	float: left;
	margin-right: 4%;
}

#gabaritGsociete img {
	width: 100%;
}

#gabaritGsociete .texte p {
	margin: 0;
	padding: 5%;
	vertical-align: middle;
	display: inline-block;
	line-height: 18px;
}

#gabaritGsociete .image, #gabaritGsociete .texte {
	margin-bottom: 50px;
}

@media screen and (max-width: 1279px) and (min-width: 980px) {

	#gabaritGsociete {
		margin-bottom: 50px;
	}

	#gabaritGsociete .image {
		text-align: center;
	}

	#gabaritGsociete img {
		width: 500px;
	}

	#gabaritGsociete .texte {
		line-height: 18px !important;
		padding: 10px 10%;
	}

}

@media screen and (max-width: 979px) {

	#gabaritGsociete {
		margin: 10px;
	}

	#gabaritGsociete .left {
		margin-bottom: 40px;
	}

	#gabaritGsociete .texte {
		padding: 10px;
	}

	#gabaritGsociete .left, #gabaritGsociete .right {
		width: 100%;
		float: none;
		margin: 0;
	}

}