Current path: home/webdevt/www/schtroumpf.fr/modules/anscrolltop/views/css/
?? Go up: /home/webdevt/www/schtroumpf.fr/modules/anscrolltop/views
#scrolltopbtn {
border: 0px solid #006bf5;
border-radius: 0px;
position: fixed;
top: auto;
bottom: 25px;
left: auto;
right: 25px;
opacity: 1.00;
background-color: #006bf5;
width: 50px;
height: 50px;
cursor: pointer;
z-index: 9999;
justify-content: center;
align-items: center;
display: none;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}
#scrolltopbtn svg {
}
#scrolltopbtn:hover { opacity: 1 }