body {
    font-family: 'Ubuntu', 'Arial', sans-serif
}
.container {
    max-width: 1280px
}
figure {
    overflow: hidden;
}
figure canvas,
figure figcaption {
    position: absolute;
}
/*
svg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
*/
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.posr {
    position: relative;
}
.fp-wrapper > header {
/*    position: fixed;*/
/*    z-index: 10;*/
/*    width: 100%;*/
}
table {
    width: 100%;
}
[data-tag]:before {
    content: attr(data-tag);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
[data-prix]:before {
    content: attr(data-prix);
}