@font-face {
    font-family: 'Roboto-Regular';
    src: url('./fonts/Roboto-Regular.woff2') format('woff2');
}

html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
.cls-1 { fill: #0d3557; transition: fill 1s ease; }
.cls-2 { fill: #476876; }
.cls-3 { fill: #fff; }
#retour_sommaire:hover .cls-1 { fill: #707271; }
#retour_sommaire { position:absolute; right:10px; top:10px; width:75px; height:75px; cursor:pointer; }
.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus { outline: none !important; }