﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.txtInfos {
    position: fixed;
    bottom: 10px;
    left: 5px;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


input[disabled=disabled], a[disabled=disabled] {
    pointer-events: none;
    opacity: 0.5;
}

body.home {
    background: #3C092F;
    color: #efefef;
    font-size: 12px;
}

    body.home div {
        width: 320px;
        margin: 80px auto;
        line-height: 16px;
    }

        body.home div a {
            text-decoration: none;
            color: #efefef;
        }

    body.home h1 {
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 20px;
        padding-top: 370px;
        text-align: center;
        background: url('img/logo-vertical.png') no-repeat top center;
    }
    body.home h2 {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }

    body.home .entete {
        display: inline-block;
        width: 128px;
        opacity: 0.5;
    }

    body.home h3 {
        margin-top: 20px;
        text-transform: uppercase;
        opacity: 0.8;
        font-weight: 700;
        display: none;
    }

    body.home ul.commands {
        margin: 8px 0 0 -2px;
        list-style-type: none;
    }

        body.home ul.commands li {
            display: inline-block;
        }

            body.home ul.commands li a {
                display: block;
                background: #efefef;
                color: #3C092F;
                border: solid 1px #efefef;
                padding: 4px 10px 6px 10px;
                border-radius: 6px;
                font-weight: 600;
                margin: 0px 2px;
            }

                body.home ul.commands li a:hover {
                    background: #3C092F;
                    color: #efefef;
                }
.infos {
    text-align: center;
    font-size: 1.3em;
}


@media screen and (min-width:600px) {
    body.home article {
        height: 420px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -330px 0 0 -130px;
    }

    body.home ul.commands {
        display: block;
    }

    body.home h3 {
        display: block;
    }
}
