/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
}

::-moz-selection {
    background: #0000FF;
    text-shadow: none;
}

::selection {
    background: #0000FF;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0px solid #000;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

@font-face {
	font-family: 'Graphik-Regular';
	src: url('fonts/Graphik-Regular.eot');
	src: local('☺'), url('fonts/Graphik-Regular.woff') format('woff'), url('fonts/Graphik-Regular.ttf') format('truetype'), url('fonts/Graphik-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    font: 16px Graphik-Regular, Helvetica, Helvetica Neue, Arial;
	line-height: 1.3;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}


/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    color: black;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 1em 0;
}

.main article h1 {
    font-size: 1em;
}

.main aside {
    padding: 0;
}


	.header-container {margin-top: 1em}
	.footer-container nav {margin-bottom: 2em}
	.footer-container  {clear: both}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.bleu, .bleu a:visited {
	color: #0000FF;
}

.underline, .underline a:visited {
	text-decoration: underline;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 200px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */


    nav li {
        float: none;
        width: 100%;
        padding: 0;
    }
	
	nav li.header_col_2 {margin: 1em 0 0;}
	nav li.footer_col_3 {margin: 1em 0 0;}

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
	
	.main aside .colonne-1,	.main aside .colonne-2  {
		float: left;
        width: 40%;		
		padding-right: 10%; }
	
	
h1, h2 				{font-size: 1em;font-weight: normal;margin : 0;}
h3					{font-size: 1.2em;font-weight: normal;margin: 1em 0 0.5em}
aside p 			{font-size: 0.9em;}
.main article  		{font-size: 1.2em;font-weight: normal;}

}

@media only screen and (min-width: 768px) {
/* ============
    WIDE: Menu
   ============ */
    nav li {float: left;margin: 1em 0 0;}
	
    nav li.header_col_1 {width: 33%;}
    nav li.header_col_2 {width: 15%;}
    nav li.header_col_3 {width: 42%;}
    nav li.header_col_4 {width: 10%;}

	nav li {font-size: 0.8em}
	
	nav li.footer_col_1 {width: 22%;}
	nav li.footer_col_2 {width: 46%;}
	nav li.footer_col_3 {width: 10%;}

	
    .title {
        float: left;
    }

    nav {
        float: left;
        width: 100%;
    }
	
h3, .main article  	{font-size: 1.7em;}	
aside p 			{font-size: 0.8em;}


/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 50%;
		padding-right: 10%; 
    }

    .main aside {
        float: left;
        width: 40%;
    }
	
	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	nav li {font-size: 1em}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}