/*
 * Styles pour https://www.cissou.me
 * Céline Coelho - 2018
 */


@import url(https://fonts.googleapis.com/css?family=Nixie+One|Arvo);

/*********** MINI RESET */
html, body, div, span,h1, h2, h3, h4,
a, small, ol, ul, li, article,
aside, figure, footer, header, hgroup,
menu, nav, section, time, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
html, body {
    font-size: 100%;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}


/*****************************************
 STYLES COMMUNS - Mobile first */
 body {
    /*background: #413c47 url(img/bg.png) center repeat;*/
    color: #413c47;
    text-align: center;
    font-family: 'Arvo', Helvetica, sans-serif
}
header, main {
    margin: 0 auto;
    max-width: 600px;
    text-align: left;
    width: 100%;
}
.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main {
    background: #fff;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

main a, main a:visited, header a, header a:visited {
    color: #8aa19b;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 4px;
}
.font_nixie {
    font-family: 'Nixie One', Courier, monospace;
}
.background_title {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #8aa19b;
    background: #E4F5F0;
    padding: 20px 10px;
}
.background_title a {
    display: block;
    text-decoration: none;
}
.background_title a:hover {
    text-decoration: underline;
}

.height-100 {
    height: 100%;
}

/* Top */
.page_head, footer {
    color: #433553;
    text-align: left;
}
.page_head h1, .page_head h2 {
    border-bottom: 1px dashed #413c47;
    padding: 20px;
}
.page_head h1 {
    font-size: 3em;
    letter-spacing: -0.09em;
}
.page_head h1 span {
    margin-left: -0.17em;
    font-weight: bold;
}
.page_head h2 {
    font-size: 1.5em;
}
.page_head h2 strong {
    text-transform: uppercase;
    letter-spacing: -0.07em;
    font-weight: bold;
}
.page_head h2 span {
    display: inline-block;
}
.page_head p {
    padding: 10px 20px 5px;
}


/* content */
