#scroll {
    position:fixed;
    right:10px;
    bottom:65px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#081f2c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#b3a37c;
}
#scroll:hover {
    background-color:#074F67;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

#divLaunchPdf {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#081f2c;
    text-indent:-9999px;
    
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}

#divImagePdf {
    background-image:url("../img/pdf-file-format-symbol.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 68%;
    width: 68%;
    margin:16%
}

#divLaunchPdf:hover {
    background-color:#074F67;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}