@keyframes fondu { 0% { opacity:0; } 100% { opacity:1; } }

#surcouche_partage {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.3);
	display: none;
	font-smooth: initial;
	font-smoothing: initial;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: initial;
}
#surcouche_partage>div {
	padding: 10px 16px;
	border-radius: 2px;
	box-shadow: 0px 5px 26px 0px rgba(0,0,0,0.22), 0px 20px 28px 0px rgba(0,0,0,0.30);
	font-family: sans-serif;
	background-color: white;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 2px;
	left: 0;
	position: absolute;
}
#div_partage {
	height: 270px;
	width: 296px;
}
#div_credits {
	height: 240px;
	width: 286px;
}
#div_credits p {
	font-size: 14px;
}
#bouton_fermeture {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}
#surcouche_partage h2 {
	margin: 2px 0 6px 0;
}
#type_partage input {
	margin: 5px 0 5px 6px;
}
#type_partage label {
	font-size: 15px;
}
#div_partage ul {
	padding-left: 0;
	margin-top: 7px;
	margin-bottom: 5px;
}
#div_partage li {
	list-style-type: none;
	padding: 4px 0;
	line-height: 24px;
	width: 24px;
	white-space: nowrap;
}
#div_partage li a {
	text-decoration: none;
	color: inherit;
}
.image_partage {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	margin-right: 12px;
	vertical-align: bottom;
}
#div_lien_direct {
	margin-top: 6px;
}
#copier_lien, #div_lien_direct input {
	cursor: pointer;
}
#div_lien_direct:active input {
	background-color: rgba(0,0,0,.12);
}
#div_lien_direct:active div {
	background-color: rgba(0,0,0,.12);
}
#div_lien_direct div {
	color: rgba(0,0,0,.54);
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 3px;
}
#lien_direct {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.12);
	margin: 0;
	line-height: 18px;
	font-size: 14px;
	width: 100%;
	height: 16px;
	padding: 3px 0;
}
#lien_integration {
	white-space: nowrap;
	font-size: 14px;
	display: block;
	margin-top: 16px;
}

.fondu {
   animation: fondu 1s ease-out 0s;
}
