﻿/* Global */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, E7 dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.floater {
    padding: 10px 20px;
    background: #00A7E3;
    color: white;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../img/paysage.jpg) no-repeat center fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}
body {
    line-height: 1;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow: hidden;
    display: block;
}

.baseline {
    text-align: center;
    height: auto;
    left: 6%;
    z-index: 15;
    clear: both;
    opacity: 1;
    width: 70%;
    top: 9%;
    position: absolute;
    margin: auto;
}
.social{
    text-align: left;
    line-height: 1;
    width: 480px;
    position: absolute;
    bottom: 23%;
    left: 6%;
}
.pictos {

    text-align: center;
    height: auto;
    left: 6%;
    z-index: 10;
    clear: both;
    opacity: 1;
    bottom: 9%;
    position: absolute;
    margin: auto;
}

.logo {
    width: auto;
    text-align: center;
    height: auto;
    right: 6%;
    z-index: 10;
    clear: both;
    opacity: 1;
    bottom: 9%;
    position: absolute;
    margin: auto;
}
#___ytsubscribe_0{
    vertical-align: 2px !important;
}

@media (orientation: portrait) {

    html {
        margin: 0;
        padding: 0;
        background: url(../img/portrait.jpg) no-repeat center top fixed;
        -webkit-background-size: cover; /* pour anciens Chrome et Safari */
        background-size: cover; /* version standardisée */
    }

    .baseline {
        display: none;
    }
    .social{
        bottom: 9.5%;
        line-height: 1.5;
        width: 220px;
    }
    .pictos {
        bottom: 3%;
    }
    .logo {
        bottom: 3%;
    }
}

@media screen and (max-width: 1024px) {

    .logo img {

        width: 100px;
    }

    .pictos img {

        width: 200px;
    }
    .social{
        bottom: 21%;
    }
}

#partage {
    float: right;
    margin: 5px;
    text-align: right;
    padding-right: 5px;
    margin-top: 13px;
    z-index: 20;
}

@media screen and (max-width: 640px) {

    .logo img {

        width: 80px;
    }

    .pictos img {

        width: 130px;
    }
    .social{
        bottom: 14.7%;
        line-height: 1.5;
        width: 220px;
    }
}

#partage {
    float: right;
    margin: 5px;
    text-align: right;
    padding-right: 5px;
    margin-top: 13px;
    z-index: 20;
}

@media screen and (max-width: 720px) {
    #partage {
        display: none;
    }

}

