/*---- CSS du pluggin tooltipster ----*/
.tooltip_templates { 
	display: none;
}

/* Fleche de la bulle */
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #f8f8f8 !important;
    left: 0 ;
    top: 3px ;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: grey !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent !important;
    left: 0;
    top: 1.3px !important;
}

/* Hauteur de la bulle */
.tooltipster-content{ 
 	min-height: 100px; 
 	min-width: 150px;
 }

@media screen and (max-width: 768px) {
	.tooltipster-content{
	height: 300px;
	width: 250px;
	}
}

/* Style de la bulle */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box{
	background-color: #f6f6f6;
	border: 0.5px solid grey;
	border-radius: 6px;
	margin-right: 20px;
}

/* Contenu de la bulle */
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: #BE2828;
	padding: 8px;
}

/*---- Contenus de la bulle ----*/
img#avatar {
	height:80px;
	width:80px;
	border-radius: 100%;
}

#pseudo {
	font-family: 'Courgette', cursive;
	font-size: 1.5em;
	text-align: center;
}

i.icon-profil {
	color: #BE2828;
	margin-right: 2px;
}

a.lien-profil {
	color: #000;
	transition: 0.3s;
	display: block;
	margin-bottom: 2px;
}

a.lien-profil:hover {
	color: #BE2828;
	text-decoration: none;

}