﻿/* 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: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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;
}

body * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



/*/\/\/\/\/\/\ GENERAL /\/\/\/\/\/\*/

body {
    font-family: Montserrat, arial, sans-serif;
    background: #FFF;
    color: #282828;
    line-height: normal;
    text-align: left;
    margin: 0;
    font-size: 14px;
}

#main {
    width: 100%;
}


.container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}


/*/\/\/\/\/\/\ HEADER /\/\/\/\/\/\*/

header {
    width: 100%;
    background-color: #13ca60;
    background: url(images/bg_vert_pointilles_blanc.gif) repeat;
    padding: 10px 0;
}

#logo {
    display: inline-block;
    width: 20%;
}

logo img {
    width: 10em;
    height: auto;
}

header a {
    text-decoration: none;
    font-size: 1em;
    color: #ffffff;
    border: none;
}

#social {
    height: 4.5em;
    width: 79%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    line-height: 4.5em;
}

    #social img {
        margin-right: .5em;
        vertical-align: middle;
    }

/*/\/\/\/\/\/\ CONTENT /\/\/\/\/\/\*/

article {
    background-color: #fff;
    padding-top: 2em;
}

.textonly {
    width: 55%;
    margin: 0 auto;
}

.textonly p {
    width: auto;
}

h2 {
    display: inline-block;
    font-size: 2.2em;
    padding-bottom: .2em;
    margin: .8em 0 .4em;
    border-bottom: solid #13ca60 2px;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 2em;
}

.details {
    display: inline-block;
    width: 43%;
    margin: 0 1em 2em 5%;
    font-size: 1.1em;
}

.details b {
    font-weight: bold;
}

.chart {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4em;
}

.chart img {
    width: 100%;
    webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
}

.chart img:first-child {
    margin-bottom: 2em;
    max-width: 730px;
}

.ratio {
    width: 60% !important;
    max-width: 315px;
}

/*/\/\/\/\/\/\ FOOTER /\/\/\/\/\/\*/

footer {
    color: #fff;
    background-color: #282828;
    padding: 10px;
}

#TC, footer a {
    display: inline-block;
}

#TC {
    width: 49%;
}

#logofooter img {
    height: 3em;
    margin-right: .7em;
}

#TC a, #TC p {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

#TC p {
    font-size: 1em;
    line-height: 3em;
}

#website {
    width: 50%;
    text-align: right;
    vertical-align: top;
    line-height: 3em;
    color: #fff;
    text-decoration: none;
}

#disclaimer {
    width: 80%;
    font-size: .8em;
    padding: 2em;
}

#disclaimer b {
    font-weight: bold;
}

#disclaimer p {
    margin-bottom: 1em;
}


/*/\/\/\/\/\/\ RESPONSIVE /\/\/\/\/\/\*/
/* mobile */
@media (max-width: 550px) {

    body {
        font-size: 12px !important;
    }

    header {
        width: 100%;
    }

    #logo {
        width: 100%;
        display: block;
    }

    #social {
        width: 100%;
        display: block;
        text-align: left;
    }

    .container {
        width: 95%;
    }

    .textonly {
        width: 95%;
        margin: 0 auto;
    }

    .chart {
        width: 100%;
        text-align: center;
    }

        .details, .chart img {
            width: 95%;
        }
}

/* phablet */
@media (min-width: 551px) and (max-width: 750px) {

    body {
        font-size: 12px !important;
    }

    header {
        width: 100%;
    }


    .container {
        width: 95%;
    }

    .textonly {
        width: 95%;
        margin: 0 auto;
    }


    .chart {
        width: 95%;
        text-align: center;
    }

    .details, .chart img {
        width: 95%;
    }
}

/* tablet */
@media (min-width: 751px) and (max-width: 999px) {

    body {
        font-size: 12px !important;
    }

    header {
        width: 100%;
    }

    .container {
        width: 95%;
    }

    .textonly {
        width: 95%;
        margin: 0 auto;
    }


    .chart {
        width: 90%;
        text-align: center;
    }

    .details, .chart img {
        width: 90%;
    }
}


/* small screen */
@media (min-width: 1000px) and (max-width: 1360px) {
    .details {
        display: block;
        width: 70% !important;
        margin: 0 auto 2em;
        font-size: 1.1em;
    }

    .chart {
        display: block;
        width: 70%;
        text-align: center;
        margin: 0 auto 4em;
    }

    .textonly {
        width: 80%;
        margin: 0 auto;
    }

    .chart img {
        width: 90% !important;
        webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.3);
    }
}
