.share {
  max-width: 600px;
  height: 100px;
  margin: 0 auto;
  -webkit-filter: url("#goo");
  filter: url("../share.html#goo");
  position: relative; }

/*	TAILLE DES TOUS LES BOUTONS */
.share-button,
.share-toggle-button {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-left: -40px;
  margin-top: -40px;
  background: #ccc;
  text-align: center;
  color: #fff;
  border: none;
  outline: none; }

/*	HOVER > COULEUR DU GLYPHE PRINCIPAL SEULEMENT */
.share-button:hover,
.share-toggle-button:hover {
  color: white; }

/*	LES BOUTON GAUCHE ET DROIT - FOND COULEUR - BORDER -TAILLE DES GLYPHES */
.share-button {
  font-size: 30px;
  background: white;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  color: white;
  border: 2px solid #4e6f9f;
  border-radius: 50%; }

/*	COULEUR DES GLYPHES SUR LE CÔTÉ */
a.share-button { color: #4e6f9f; }

/*	HOVER > COULEUR DES GLYPHES */
a.share-button:hover, 
a.share-button:focus { color: #4e6f9f; background-color: #e7e7e7; }

/*	LE BOUTON PRINCIPAL - FOND COULEUR ET TAILLE DU GLYPHE (#5fd3d3 #87dede) */
.share-toggle-button {
	z-index: 9;
	background: #4e6f9f;
	-moz-box-shadow: 0 0 5px #869ec2;
	box-shadow: 0 0 5px #869ec2;
	font-size: 20px; }

.share-items {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.share-item { display: inline-block; }
