#projets .caption {
	min-height: 125px;
}
.thumbnail .caption p {
	min-height: 45px;
}
.thumbnail h3{
	font-size: 2rem;
}
#projets #trier{
	margin-bottom: 20px;
}
.modal-header{
	border-bottom:none;
}
a{
	color:#60C1C9;
}
.nav-pills > li.active > a {
	background-color:#60C1C9;
}
.nav-pills > li.active > a:hover, .nav-pills > li a:hover {
	background-color: #FFF;
	border: 1px solid #60C1C9;
	color:#60C1C9;
}
h4{
	margin-top: 0;
	font-weight: bold;
}
blockquote p{
	font-size: 1.5rem;
}
blockquote small{
	display: inline;
}
blockquote p span{
	color:#777;
}