/*
*/
/* 
    Created on : 26-nov.-2015, 11:01:16
    Author     : jean-pierre
*/
.infobulle-contenu{
  display: none;
}
.tipso_bubble{
  text-align: left;
  font-family: Montserrat,sans-serif;
  box-shadow: 10px 5px 5px #B8B8B8;
  opacity: .95;
}
.tipso_bubble a{
  color : #fff;
  text-decoration: underline;
}
.tipso_content{
  padding :1em 2em 0em 2em;
}
.tipso_bubble.small {
	font-size: 0.9rem;
}
