
/*
Pierre DERIAN - CSS stylesheet
*/

/**
this below resets some of the stuff
it is necessary in particular to remove the top margin in the page.
**/
html, body, div, p, h1, h2
{
    margin: 0;
    padding: 0;
}

body
{
    background: #A2A9B9;
}

body,input,textarea,select
{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    color: #000;
}

hr
{
    display: block;
    height: 1px;
    width: 33%;
    border: 0;
    border-top: 1px dashed #0E2250;
    border-color: #0E2250;
    border-style: solid;
    margin: 1em auto;
    padding: 0;
}

.flashtext
{
    color: #DCBE83;
}

.quote
{
    margin: 0 auto;
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding: 0;
    width: 22em;
    font-weight: 200;
    color: #FFF;
}
    .quote .quote-quote
    {
        font-size: 1.1em;
        text-align: justify;

    }
    .quote .quote-source
    {
        font-size: 0.6em;
        text-align: right;
    }
    .quote .quote-image
    {
        width: 22em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

.centered
{
    text-align: center;
}

.justified
{
    text-align: justify;
}

.dashed
{
    border: 1px dashed #0E2250;
}

/*** WRAPPER ***/
#wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/********************/
/*** FRONT MATTER ***/
/********************/
#frontmatter
{
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    color: #A2A9B9;
    background: #2E4272;
    text-align: right;
    box-shadow: inset -0.25em 0 0.5em 0em rgba(0,0,0,0.1);
}

    /* upper part: detailed menu */
    #frontmatter .top
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /* lower part: simplified shortcuts */
    #frontmatter .bottom
    {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-bottom: 1em;
        width: 100%;
        font-size: 14pt;
        color: #A2A9B9;
        text-align: center;
    }

        #frontmatter .bottom a
        {
            text-decoration: none;
            color: inherit;
        }
        #frontmatter .bottom a:hover
        {
            text-decoration: none;
            color: #FFF;
        }


/* little description */
#myself
{
    position: relative;
    margin: 1.75em 1.5em 1.5em 1.5em;
    min-height: 96px;
}

    #myself h1
    {
        position: relative;
        font-size: 1em;
        color: #FFF;
        padding: 1em 0em;

    }
    #myself p
    {
        position: relative;
        font-size: 0.7em;
    }

/* navigation menu */
#nav
{
}

    #nav ul
    {
        list-style-type: none;
        list-style-position: inside;
        font-size: 0.7em; /* should be same as myself.p */
        padding: 0;
    }

        #nav ul li
        {
            margin-left: 0;
            padding-left: 0;
            padding-bottom: 1em;
        }

            #nav ul li a
            {
                display: inline;
                padding: 0.5em 2em 0em 0em;
                color: #A2A9B9;
                text-decoration: none;
            }
            #nav ul li a:hover
            {
                padding: 0.5em 1.5em 0em 0em;
                color: #FFF;
                text-decoration: none;
            }
            #nav ul li a .icon
            {
            margin-left:.5em;
            }
            #nav ul li.active
            {
            }
                #nav ul li.active a
                {
                    padding: 0.5em 1.5em 0em 0em;
                    color: #DCBE83;
                    text-decoration: none;
                    border-bottom: 1px dashed;
                }

/*******************/
/*** FOOTER ***/
/*******************/

#footer
{
    margin: 0 auto;
    padding-bottom: 1em;
    width: 80%;
    clear: both;
    text-align: center;
    font-size: 0.75em;
    font-weight: 200;
    color: #FFF;
}

    #footer a
    {
        color: #FFF;
        text-decoration: none;
        border-bottom: 1px dashed;
    }

/*******************/
/*** MAIN MATTER ***/
/*******************/
#mainmatter
{
    margin-left: 180px; /* same width as frontmatter.width */
    padding-left: 0;
}

/* a single section */
#mainmatter .section
{
    position: relative;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1em;
    width: 100%;
}

    #mainmatter .section > h1
    {
        text-align: center;
        color: #FFF;
        font-weight: 100;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #mainmatter .section > p
    {
        margin: 0 auto;
        margin-top: 0.5 em;
        margin-bottom: 0.5 em;
        width: 90%;
        text-align: center;
        color: #FFF;
        font-weight: 200;
    }


/* the Presentation section */
#presentation
{
}

    #presentation h1
    {
        padding-top: 3em;
        text-align: center;
        color: #FFF;
        font-weight: 100;
    }

/***********************/
/*** DROP-DOWN TILES ***/
/***********************/

.tile
{
    position:relative;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 0.5em 2em 0.5em 2em;
    width: 90%;
    max-width: 32em;
    border-radius: 20px;
    background: #FFF;
    line-height:130%;
}

    .tile strong
    {
        text-decoration:none;
        font-weight: normal;
    }

    .tile h2
    {
/*         text-align: center; */
        color: #0E2250;
        font-size: 1.2em;
        font-weight: 200;
        margin-top: 0.5em;
        margin-bottom: 0.25em;
    }

    .tile-subtitle
    {
/*         text-align:center; */
        color: #0E2250;
        font-size: 0.8em;
        font-weight: 200;
    }

    .tile-thumbnail-wrapper
    {
        width: 598px;
        height: 93px;
        position: relative;
        display: block;
    }

    .tile-thumbnail
    {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .tile-cover
    {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .tile-intro
    {
        margin: 0.5em 0em 0.25em 0em;
        padding 0em 1em 0em 1em;
        width: 100%;
        font-weight: 200;
    }
        .tile-intro h3
        {
            text-decoration: none;
            font-weight: 200;
            color: #0E2250;
            padding: 0em 0em 0em 1em;
        }
        .tile-intro h4
        {
            text-decoration: bold;
            font-weight: 400;
            margin: 0;
            padding: 0.5em 0em 0em 0.5em;
        }
        .tile-intro p
        {
            margin-bottom: 0.5em;
        }
        .tile-intro .tile-date
        {
            display: inline-block;
            min-width: 4.5em;
        }


    .tile-more
    {
        margin: 0.5em 0em 0.25em 0em;
        padding: 1em 0em 0em 0em;
        width: 100%;
        font-weight: 200;
        display: none;
    }
        .tile-more h3
        {
            text-decoration: none;
            font-weight: 200;
            color: #0E2250;
            padding: 0em 0em 0em 1em;
        }

        .tile-more p
        {
            margin-bottom: 0.5em;
        }
        .tile-more img
        {
            width: 75%;
            margin-top: 0.5em;
            margin-bottom: 0.5em;
            margin-left: auto;
            margin-right: auto;
            display: block;
            border: 1px dashed;
        }

    .tile-toggle
    {
        text-align: center;
    }

    .tile a
    {
        color: #0E2250;
        text-decoration: none;
        border-bottom: 1px dashed;
    }
    .tile a:hover
    {
        color: #AA8439;
    }

    .tile-ref
    {
        font-size: 0.6em;
    }
        .tile-ref:hover
        {
/*             background-color: #0E2250; */
            text-decoration: none;
        }

/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=23L0u0kllll4-AxcYrAtIf5Nj8Q */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #2E4272 }	/* Main Primary color */
.color-primary-1 { color: #A2A9B9 }
.color-primary-2 { color: #5E6E93 }
.color-primary-3 { color: #0E2250 }
.color-primary-4 { color: #02102F }

.color-complement-0 { color: #AA8439 }	/* Main Complement color */
.color-complement-1 { color: #FFF3DB }
.color-complement-2 { color: #DCBE83 }
.color-complement-3 { color: #785309 }
.color-complement-4 { color: #462F00 }



/* As RGBa codes */

.rgba-primary-0 { color: rgba( 46, 66,114,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba(162,169,185,1) }
.rgba-primary-2 { color: rgba( 94,110,147,1) }
.rgba-primary-3 { color: rgba( 14, 34, 80,1) }
.rgba-primary-4 { color: rgba(  2, 16, 47,1) }

.rgba-complement-0 { color: rgba(170,132, 57,1) }	/* Main Complement color */
.rgba-complement-1 { color: rgba(255,243,219,1) }
.rgba-complement-2 { color: rgba(220,190,131,1) }
.rgba-complement-3 { color: rgba(120, 83,  9,1) }
.rgba-complement-4 { color: rgba( 70, 47,  0,1) }



/* Generated by Paletton.com Â© 2002-2014 */
/* http://paletton.com */
