.tmgg .img {
	float: left;
}

.tmgg .img img {
	object-fit: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 1em;
}

.tmgg .signature {
	margin-top: 1rem;
}

.tmgg .signature h2.nom {
	color: #133C8D;
	font-weight: bold;
	font-size: 1em;
	margin-top: 0;
	text-align: left !important;
}

.tmgg .signature .fonction {
	font-weight: normal;
	font-size: 1em;
}

.tmgg-item {
	margin-bottom: 1.5em;
	padding: 1em 2em;
	vertical-align: top;
}

/*# sourceMappingURL=temoignages.css.map */

@media only print, only screen and (min-width: 48.063em) {

.tmgg-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

.tmgg-item {
	padding: 1em;
	max-width: 33.3333%;
}

}

