
/* bouton ouvre modal pour afficher liens de partage*/
#modal-share .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
#modal-share .modal-title {
  padding-right: 20px;
  padding-left: 20px;
}
#modal-share li {
  margin-bottom: 15px;
  color: #fff;
}
#modal-share li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}
#modal-share li a.btn-facebook {
  background: #3b5998;
}
#modal-share li a.btn-twitter {
  background: #00acee;
}
#modal-share li a.btn-linkedin {
  background: #0e76a8;
}
#modal-share li a.btn-email {
  background: #ddd;
  color: #444;
}
.btn-share {
	color : white;
	border:0 solid gray;
	margin:2px ;
	background-color: orange;
}