
.lien {
	color: #ffffff;
	background: linear-gradient(to top, #2196F3 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-position .3s cubic-bezier(.64,.09,.08,1);
	will-change: background-position;
	font-weight: normal;
	padding: 0px 2px;
	margin: 0px -2px;
}
.hbomax .lien{
	color: #ffffff;
	background: linear-gradient(to top, #c4069a 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.netflix .lien{
	color: #fff;
	background: linear-gradient(to top, #e51f13 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.disneyplus .lien{
	color: #fff;
	background: linear-gradient(to top, #0072d2 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.mycanal .lien{
	color: #fff;
	background: linear-gradient(to top, #ec3655 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.primevideo .lien{
	color: #8197a4;
	background: linear-gradient(to top, #79b8f3 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.crunchyroll .lien{
	color: #ff6002;
	background: linear-gradient(to top, #ff6002 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.crunchyroll_old .lien{
	color: #df6300;
	background: linear-gradient(to top, #df6300 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.disneyplus .lien{
	background: linear-gradient(to top, #67d3d5 50%, rgba(255,255,255,0) 50%);
	background-size: 100% 200%;
	background-position: 0 10%;
	background-repeat: no-repeat;
	text-decoration: none;
}
.disneyplus_old .lien:hover,
.disneyplus_old .lien:focus,
.argus .lien:hover,
.argus .lien:focus,
.netflix .lien:hover,
.netflix .lien:focus,
.hbomax .lien:hover,
.hbomax .lien:focus,
.mycanal .lien:hover,
.mycanal .lien:focus,
.crunchyroll .lien:hover,
.crunchyroll .lien:focus,
.crunchyroll_old .lien:hover,
.crunchyroll_old .lien:focus,
.lien:hover,
.lien:focus{
	color: #ffffff;
	background-position: 0 100%;
	transition: color .2s background-position .3s cubic-bezier(.64,.09,.08,1);
}
.primevideo .lien:hover,
.primevideo .lien:focus{
	color: #1d2530;
	background-position: 0 100%;
	transition: color .2s background-position .3s cubic-bezier(.64,.09,.08,1);
}
.disneyplus .lien:hover,
.disneyplus .lien:focus{
	color: #000000;
	background-position: 0 100%;
	transition: color .2s background-position .3s cubic-bezier(.64,.09,.08,1);
}