@font-face {
    font-family: 'geosanslightregular';
    src: url('geosanslight-webfont.eot');
    src: url('geosanslight-webfont.eot?#iefix') format('embedded-opentype'), url('geosanslight-webfont.woff') format('woff'), url('geosanslight-webfont.ttf') format('truetype'), url('geosanslight-webfont.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: white;
    font-family: geosanslightregular;
    margin: 0 auto;
    padding-bottom: 100px;
}

a {
    color: black;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: underline;
}

.topnav {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
}

.wrapper {
    position: relative;
    background: url(../img/arbre.jpg);
    width: 670px;
    height: 926px;
    margin: 0 auto;

}

.wrapper .header h1 {
    font-weight: normal;
    position: absolute;
    top: 60px;
    left: 130px;
    font-size: 24px;
    z-index: 1;
}

.header #liberte {
    position: absolute;
    top: 108px;
    left: 194px;
    font-size: 14px;
    z-index: 1;
}

#treelinks {
    background: red;
    width: 670px;
    height: 926px;
    z-index: 0;
}

.footer {
    margin: 0 auto;
    width: 310px;
}

.footer #help {
    float: right;
}

.whattext {
    margin: 0 auto;
    width: 510px;
    margin-top: 50px;
    display: none;
}

.body {
    display: block;
}

.body-small {
    position: relative;
    display: none;
    background: url(../img/arbre-small.jpg) center center;
    width: 310px;
    height: 428px;
    margin: 0 auto;
}

.body-small ul li {
    position: absolute;
    list-style: none;
}

.body-small ul li#wish {
    height: 110px;
    left: 146px;
    top: 17px;
    width: 140px;
}

.body-small ul li#tico {
    height: 85px;
    left: 6px;
    top: 117px;
    width: 130px;
}

.body-small ul li#happy {
    height: 118px;
    left: 6px;
    top: 217px;
    width: 128px;
}

.body-small ul li#clair {
    height: 118px;
    left: 154px;
    top: 132px;
    width: 140px;
}

.body-small ul li#fly {
    height: 86px;
    left: 161px;
    top: 257px;
    width: 124px;
}

.body-small ul li a {
    display: block;
    width: 100%;
    text-indent: -10000px;
    height: 100%;
    outline: 0;
}

@media screen and (max-width: 560px) {
    .wrapper .body {
        display: none;

    }

    .wrapper .header h1 {
        top: -60px;
        left: 70px;
    }

    .header #liberte {
        top: -12px;
        left: 144px;
    }

    .wrapper {
        background: white;
        width: 100%;
        height: 428px;
    }

    .body-small {
        display: block;
        margin-top: 60px;

    }

    .footer #what {
        margin-left: 15px;
    }

    .footer #help {
        margin-right: 15px;
    }

    .whattext {
        width: 300px;
    }
}

/*******************************
PIECE PAGE
*******************************/
.wrapper-piece {
    width: 760px;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}

.wrapper-piece .header {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.wrapper-piece .header #back {
    position: absolute;
    top: 54px;
    left: 0px;
    display: block;
    width: 140px;
    height: 100px;
    text-indent: -10000px;
    outline: 0;
    text-align: left;
}

.wrapper-piece.bg-wish .header #back {
    height: 122px;
}

.wrapper-piece.bg-happy .header #back {
    top: 35px;
    height: 132px;
}

.wrapper-piece.bg-clair .header #back {
    top: 36px;
    height: 130px;
}

.wrapper-piece .header h1 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 4px;
    padding-top: 40px;
    padding-bottom: 0px;
}

.wrapper-piece .header #date {
    font-size: 14px;
}

.wrapper-piece .body {
    width: 740px;
    background: transparent;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.wrapper-piece .body video {
    width: 740px;
}

.wrapper-piece .body .videoplayer,
.wrapper-piece .body .nav {
    display: block;
    margin: 0 auto;
}

.wrapper-piece .body .nav {
    margin-top: 10px;
}

.wrapper-piece .body .nav #next {
    float: right;
}

.wrapper-piece .body .story {
    margin-top: 80px;
}

.wrapper-piece .body .story ul li {
    list-style: none;
}

.bg-fly {
    background: url(fly.jpg) no-repeat 0px 60px;
}

.bg-happy {
    background: url(happy.jpg) no-repeat 0px 40px;
}

.bg-clair {
    background: url(clair.jpg) no-repeat 0px 40px;
}

.bg-tico {
    background: url(tico.jpg) no-repeat 0px 60px;
}

.bg-wish {
    background: url(wish.jpg) no-repeat 0px 60px;
}

@media screen and (max-width: 560px) {
    .wrapper-piece .body video {
        width: 310px;
    }

    .wrapper-piece {
        width: 330px;
    }

    .wrapper-piece .body {
        width: 310px;
    }

    .wrapper-piece .header {
        text-align: right;

    }

    .wrapper-piece .header h1,
    .wrapper-piece .header span {
        margin-right: 10px;
    }

    #wish-sep {
        display: block;
    }
}

/*******************************
SCORES
*******************************/
.wrapper-scores {
    position: relative;
    width: 670px;
    height: 926px;
    margin: 0 auto;
}

.wrapper-scores .header h1 {
    font-weight: normal;

    text-align: center;
    font-size: 24px;
    z-index: 1;
}

.wrapper-scores .body {
    padding-top: 30px;
}

.wrapper-scores .body img.fleft {
    float: left;
    margin-right: 10px;
}

.wrapper-scores .body img.fright {
    float: right;
    margin-left: 10px;
}

.wrapper-scores .body-products {
    margin-top: 80px;
    text-align: center;
}

.wrapper-scores .body-products h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 0px;
}

.ondemand-composition {
    clear: both;
}

.ondemand-composition .ordernow {
    display: block;
    color: #004eff;
}

.flash-painting {
    margin-top: 90px;
}

.products {
    margin-top: 110px;
    text-align: left;
}

.products .score,
.products .flashpainting {
    position: relative;
    height: 170px;
    padding-left: 150px;
    width: 140px;
    float: left;
}

.products .score span,
.products .flashpainting span {
    display: block;
    margin-bottom: 10px;
}

.products .score .listen,
.products .flashpainting .see {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 140px;
    height: 100px;
    text-indent: -10000px;
    outline: none;
}

.products .score.happy .listen,
.products .score.clair .listen,
.products .score.wish .listen {
    height: 120px;
}

.products .flashpainting span.unique,
.products .score span.unique {
    font-size: 13px;
}

.products .flashpainting.right,
.products .score.right {
    margin-left: 90px;
}

.products .score.fly {
    background: url(fly.jpg) no-repeat 0px 0px;
}

.products .score.happy {
    background: url(happy.jpg) no-repeat 0px 0px;
}

.products .score.clair {
    background: url(clair.jpg) no-repeat 0px 0px;
}

.products .score.tico {
    background: url(tico.jpg) no-repeat 0px 0px;
}

.products .score.wish {
    background: url(wish.jpg) no-repeat 0px 0px;
}

.products .flashpainting.woman-beauty {
    background: url(../img/paintings/woman-beauty-mini.jpg) no-repeat 0px 0px;
}

.products .flashpainting.artist {
    background: url(../img/paintings/artist-mini.jpg) no-repeat 0px 0px;
}

.products .flashpainting.art {
    background: url(../img/paintings/art-mini.jpg) no-repeat 0px 0px;
}

.products .flashpainting a,
.products .score a {
    color: #004eff;
}

.museum-screen {
    text-indent: -10000px;
    outline: 0px;
    width: 670px;
    height: 325px;
    background: url(../img/museum.jpg) no-repeat center center;
}

body.scores .footer {
    clear: both;
    padding-top: 110px;
    margin-bottom: 100px;
    text-align: center;
}

@media screen and (max-width: 560px) {
    .wrapper-scores {
        width: 310px;
    }

    .products .score.right,
    .products .flashpainting.right {
        margin-left: 0px;
    }

    .museum-screen {
        width: 310px;
        height: 212px;
        background: url(../img/museum-small.jpg) no-repeat center center;
    }

}

/*******************************
ORDER
*******************************/
.wrapper-order {
    position: relative;
    width: 670px;
    margin: 0 auto;
}

.wrapper-order .header h1 {
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;

}

.wrapper-order .body {
    margin-top: 50px;

}

body.order .footer {
    margin-top: 100px;
}

@media screen and (max-width: 560px) {
    .wrapper-order {
        width: 310px;
    }

}

/*******************************
PAINTINGS
*******************************/
.painting-image {
    width: 740px;
}

.painting-woman-beauty {
    background: url(../img/paintings/woman-beauty.jpg) no-repeat center center;
    height: 524px;
}

.painting-artist {
    background: url(../img/paintings/artist.jpg) no-repeat center center;
    height: 524px;
}

.painting-art {
    background: url(../img/paintings/art.jpg) no-repeat center center;
    height: 432px;
}

@media screen and (max-width: 560px) {
    .body-painting .header {
        text-align: center;
    }

    .painting-woman-beauty {
        background: url(../img/paintings/woman-beauty-small.jpg) no-repeat center center;
        width: 310px;
        height: 267px
    }

    .painting-artist {
        background: url(../img/paintings/artist-small.jpg) no-repeat center center;
        width: 310px;
        height: 408px;
    }

    .painting-art {
        background: url(../img/paintings/art-small.jpg) no-repeat center center;
        width: 310px;
        height: 319px;
    }

}

/*******************************
TALFI
*******************************/
.talfi-body .wrapper {
    background: transparent;
    height: auto;
}

.talfi-body .wrapper .header h1 {
    position: static;
    text-align: center;
}

.talfi-body .composition,
.talfi-body .flashpainting {
    font-size: 24px;
    width: 200px;
    height: 340px;
    text-align: center;
    position: absolute;
    top: -30px;
    font-weight: normal;
    /*background: rgba(255, 0, 0, 0.3);*/
}

.talfi-body .composition:hover,
.talfi-body .flashpainting:hover {
    text-decoration: none;
}

.talfi-body .composition {
    left: 30px;
}

.talfi-body .flashpainting {
    left: 420px;
    width: 260px;
}

.talfi-body .body {
    position: relative;
    background: url(../img/talfi.jpg) no-repeat center center;
    width: 740px;
    height: 322px;
    margin: 0 auto;
    margin-top: 80px;
}

.talfi-body .footer {
    text-align: center;
}

@media screen and (max-width: 560px) {
    .talfi-body .body {
        background: url(../img/talfi-small.jpg) no-repeat center center;
        width: 310px;
        height: 169px;
        z-index: 100;
        display: block;

    }

    .talfi-body .composition,
    .talfi-body .flashpainting {
        height: 200px;
        font-size: 16px;
        top: -30px;
        height: 190px;
    }

    .talfi-body .composition {
        width: 80px;
        left: 0px;
    }

    .talfi-body .flashpainting {
        left: 180px;
        width: 150px;
    }

    .talfi-body .footer {
        font-size: 10px;
    }
}

/*******************************
MOST EXPENSIVE
*******************************/
.wrapper-expensive {
    width: 740px;
    margin: 0 auto;
}

.wrapper-expensive a {
    text-decoration: underline;
    color: blue;
}

.wrapper-expensive .fleft {
    float: left;
    margin-right: 10px;
}

.wrapper-expensive .fright {
    float: right;
    margin-left: 10px;
}

.wrapper-expensive h1 {
    font-weight: normal;
    text-align: center;
}

.wrapper-expensive blockquote {
    text-align: center;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 560px) {
    .wrapper-expensive {
        width: 310px;
    }
}