.add-cursor{
	cursor: pointer;
	position:relative;
}

@media (min-width: 768px) {
	.add-cursor{padding-right:50px!important;}
}

/*.no-picture{display: block;font-size: 5em;}*/

.tro-img{width:100px;height:100px;margin-right:10px;}

.right-toggle, .left-toggle{display:inline-block;}
.right-toggle{position:absolute;top:11px;right:14px;}

#content-container{
	overflow: show;
}

/* Affichage vignette*/

.profil {
	height: 300px;
	padding: 0;
	border-radius: 5px;
}

#trombinoscopes {
	transition: all 0.4s ease-in-out;

	.panel-title{font-size:16px}

}

.profil .profil-heading {
	position: relative;
	z-index: 1;
	margin:  5px;
	text-align: center;
}

.profil:hover .profil-heading {
	position: relative;
	z-index: 3;
}

.profil .profil-info {
	opacity: 0;
	position: absolute;
	top: 0;
	padding: 300px 15px 10px 15px;
	background-color: #eee;
	width: 100%;
	border-radius: 5px;
	transition: opacity 0.30s ease-in-out 0s;
	word-wrap:break-word;
}

.profil.hover{
	opacity: 1;
}

.profil:hover .profil-info {
	z-index: 2;
	opacity: 1;
}

.profil.hover .profil-info{
	opacity:1;
}

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

	.profil-info{
		overflow:hidden;
		display:none;
	}

	.profil.hover {
		height: auto;
	}

	.profil.hover .profil-info {
		position:relative;
		margin-top:-265px;
		display:block;
	}
}

.profil-image{
	margin: auto;
	height:200px;
	width:200px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}