#shareContainer { position: relative; }

.sharrre { display: inline-block; }
.sharrre .btn-group { margin: 15px 15px 15px 0; }
.sharrre .btn-group:hover { opacity: 0.95; }
.sharrre .btn-group a:hover { z-index: 0; }
.sharrre .btn-group:hover .count { background: #e5e5e5; }

.sharrre .count {
width: 35px;
color: #7e868f;
display: inline-block;
font-size: 12px;
font-weight: 300;
padding: 4px;
position: relative;
text-decoration: none;
text-align: center;
border: 0;
border-left: transparent;
background: #f0f0f0;
}
  

.sharrre .share {
width: 35px;
height: 25px;
color: #fff;
display: inline-block;
font-size: 18px;
font-weight: bold;
line-height: 25px;
padding: 0;
border: 0;
border-right: transparent;
text-align: center;
text-decoration: none;
}

#preview { padding: 15px; background: #fcfcfc; }
#preview .btn-group { margin: 0 15px 0 0; }
#preview .btn-group>.btn, #preview .btn-group-vertical>.btn { position: relative; float: left; }
#messageNoSocialNetwork { display: none;}

.twitterShare .share { background: #26c3eb; }
.facebookShare .share { background: #5582c9; }
.googleShare .share { background: #d34836; }
.pinterestShare .share { background: #cb2027; }
.linkedInShare .share { background: #007bb6; }
.imprimerShare .share, .emailShare .share { background: #5cb578; }
.emailShare .share { font-weight: 300; }