/* Dynamic To Top Plugin ver. 3.1.3 - http://www.mattvarone.com */

body { position:relative}
			
			#dynamic-to-top {
				display:none;
				overflow:hidden;
				width:auto;
				z-index:90;
				position:fixed;
				bottom:20px;right:20px;top:auto;left:auto;
								
				font-family: sans-serif;
				font-size:1em;
				color:#fff;
				text-decoration:none;
padding:16px 14px;
				border:1px solid #ff6600;
				background:;
								
				-webkit-background-origin:border;
				-moz-background-origin:border;
				-icab-background-origin:border;
				-khtml-background-origin:border;
				-o-background-origin:border;
				background-origin:border;
				
				-webkit-background-clip:padding-box;
				-moz-background-clip:padding-box;
				-icab-background-clip:padding-box;
				-khtml-background-clip:padding-box;
				-o-background-clip:padding-box;
				background-clip:padding-box;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					-ms-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					-o-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					-khtml-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					-icab-box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
					 box-shadow:0 1px 3px rgba(0,0,0,0.4),inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);

-webkit-border-radius: 30px;
					-moz-border-radius: 30px;
					-icab-border-radius: 30px;
					-khtml-border-radius: 30px;
					border-radius: 30px;
}

#dynamic-to-top:hover {
				background: #4d4d4d;
				background:  -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.2)),to(rgba(0,0,0,0)));
				background:  -webkit-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:  -khtml-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:  -moz-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:  -o-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:  -ms-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:  -icab-linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				background:   linear-gradient( top, rgba(255,255,255,.2), rgba(0,0,0,0));
				cursor:pointer;
			}
			
			#dynamic-to-top:active {
				background: ;
				background:  -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.3)), to(rgba(0,0,0,0)));
				background:  -webkit-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  -moz-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  -khtml-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  -o-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  -ms-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  -icab-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
				background:  linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));								
			}

			#dynamic-to-top,#dynamic-to-top:active,#dynamic-to-top:focus,#dynamic-to-top:hover
			{
				outline:none
			}

			#dynamic-to-top span {
				display:block;
				overflow:hidden;
				width:17px;
				height:12px;
				background:url(https://alyphe.fr/wp-content/plugins/dynamic-to-top/css/images/up.png) no-repeat center center;
			}