File: /home/frenchy/www/french-american.org/releases/20210421135930Z/app/assets/scss/polo/_scrolltop.scss
// #scrollTop {
// position: fixed;
// right: 26px;
// bottom: 0;
// z-index: -1;
// width: 40px;
// height: 40px;
// overflow: hidden;
// line-height: 12px !important;
// color: #fff;
// text-align: center;
// cursor: pointer;
// background-color: rgba(0, 0, 0, .25) !important;
// border: 0;
// border-radius: 100px;
// opacity: 0;
// transition:
// opacity .3s,
// bottom .5s,
// box-shadow .3s cubic-bezier(.55, 0, .1, 1),
// background-color .1s linear;
// }
// #scrollTop .iicon {
// display: block;
// width: 100%;
// height: rem(30px);
// transform: rotate(-90deg);
// }
// #scrollTop:hover {
// background-color: transparent !important;
// transition:
// box-shadow .3s cubic-bezier(.55, 0, .1, 1),
// background-color .05s linear .25s;
// }