/*
Theme Name: Date
Author: Maxime Bichon
Author URI: http://www.maximebichon.net
Description: Date's theme.
Version: 1.0

*/

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;
}

/* FONT */

@font-face {
    font-family: 'ume_minchoregular';
    src: url('fonts/ume-p-mincho-webfont-webfont.eot');
    src: url('fonts/ume-p-mincho-webfont-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'), url('fonts/ume-p-mincho-webfont-webfont.woff2') format('woff2'), url('fonts/ume-p-mincho-webfont-webfont.woff') format('woff'), url('fonts/ume-p-mincho-webfont-webfont.ttf') format('truetype'), url('fonts/ume-p-mincho-webfont-webfont.svg#ume_p_minchoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Apercuw';
    src: url('fonts/apercu-bold-webfont%EF%B9%96.eot#iefix') format('embedded-opentype'), url('fonts/apercu-bold-webfont.woff') format('woff'), url('fonts/apercu-bold-webfont.ttf') format('truetype'), url('fonts/apercu-bold-webfont.svg#apercu-bold-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}
/* BASICS */

body {
    background-color: white;
    font-family: 'ume_minchoregular', Times, serif;
    font-size: 13px;
    line-height: 1.3em;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-family: 'Apercuw';
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid black;
    padding-bottom: 8px;
    margin-bottom: 26px;
}
h2 {
    font-family: 'Apercuw';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1em
}
h4 {
    font-family: 'Apercuw';
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 26px;
    margin-bottom: 13px;
    font-weight: bold;
}
p {
    margin-bottom: 13px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
em {
    font-style: italic;
}
::-moz-selection {
    color: white;
    background: rgba(0, 0, 0, 0.99);
}
::selection {
    color: white;
    background: rgba(0, 0, 0, 0.99);
}
/* GENERAL */

#wrapper {
    position: relative;
    margin-top: 25px;
    margin-left: 300px;
    margin-right: 25px;
    max-width: 1000px;
}
#nav {
    top: 0;
    left: 0;
    bottom: 0;
    padding: 25px 0 25px 25px;
    position: fixed;
    width: 200px;
    max-height: 800px;
}
#nav p {
    max-width: 175px;
}
#contact {
    bottom: 25px;
    position: absolute;
}
#logo a {
    text-decoration: none;
}
#logo a:hover {
    text-decoration: none;
}
.box {
    width: 175px;
    height: 250px;
    margin-bottom: 50px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    padding: 13px 0 13px 0;
    float: left;
    position: relative;
}
.box a {
    text-decoration: none;
}
.box p {
    margin-bottom: 0;
}
.entry-date {
    text-transform: capitalize;
    text-align: right;
    bottom: 13px;
    position: absolute;
    width: 100%;
}
.un {
    margin-left: 0%;
}
.deux {
    margin-left: 25%;
}
.trois {
    margin-left: 50%;
}
.quatre {
    margin-left: 75%;
}
#background-horiz {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffea8e+0,ffffff+100 */
    
    background: #ffea8e;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #ffea8e 0%, #ffffff 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffea8e), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #ffea8e 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #ffea8e 0%, #ffffff 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #ffea8e 0%, #ffffff 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #ffea8e 0%, #ffffff 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffea8e', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    
    position: fixed;
    z-index: -9999;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
}
#background-verti {
    background: #ffea8e;
    background: -moz-linear-gradient(top, #ffea8e 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffea8e), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffea8e 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffea8e 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffea8e 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffea8e 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffea8e', endColorstr='#ffffff', GradientType=0);
    position: fixed;
    z-index: -9999;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    display: none;
}
/* CUSTOM */

#page-content {
    max-width: 30%;
    float: left;
    padding-top: 13px;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    text-align: justify;
}
#illustration-page {
    max-width: 65%;
    float: right;
}
article .entry-title {
    float: left;
}
article header {
    width: 100%;
    margin-bottom: 26px;
    min-height: 30px;
}
article .entry-date-single {
    float: right;
    text-align: right;
    text-transform: capitalize;
    bottom: 0;
    right: 0;
    position: absolute;
}
article .entry-date-single {
    margin-bottom: 0
}
h3.artistes {
    max-width: 300px;
}
#txt-pr {
    float: right;
    max-width: 30%;
    text-align: justify;
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    padding-top: 13px;
    margin-bottom: 25px;
}
#images-sing {} #txt-pr img {
    margin-bottom: 0;
}
.imgfoot {
    height: 26px;
    width: 100%;
}
.legendes p {
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    line-height: 1em;
}
#header {
    overflow: hidden;
    position: relative;
}
#contenu_principal {
    float: left;
    max-width: 65%;
    margin-bottom: 26px;
}
article.info #floating {
    float: left;
    max-width: 30%;
}
article.info #page-content {
    float: none;
    max-width: 100%;
    width: 100%;
}
#mb {
    margin-top: 13px;
}
/* SOUNDCLOUD */
/* RESPONSIVE */

.videoWrapper,
.audioWrapper {
    margin-bottom: 13px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1024px) {
    #wrapper {
        margin-left: 250px;
    }
    .un {
        margin-left: 0%;
    }
    .deux {
        margin-left: 20%;
    }
    .trois {
        margin-left: 40%;
    }
    .quatre {
        margin-left: 60%;
    }
}
@media screen and (max-width: 850px) {
    #wrapper {
        margin-left: 250px;
    }
    #txt-pr,
    #contenu_principal {
        float: none;
        max-width: 100%;
    }
    /*
#txt-pr, #contenu_principal{float: none; max-width: 100%; margin-bottom: 25px;}
	#txt-pr img, #page-content img{max-width: 100%; height: auto; margin-left: 25%; margin-right: 25%;}
*/
    
    #images-sing,
    #illustration-page {
        float: none;
        max-width: 100%
    }
    .un {
        margin-left: 0%;
    }
    .deux {
        margin-left: 12%;
    }
    .trois {
        margin-left: 24%;
    }
    .quatre {
        margin-left: 50%;
    }
    article.info #floating {
        max-width: 100%;
    }
}
@media only screen and (max-width: 736px) {
    #page-infos {
        display: none;
    }
    #wrapper {
        margin-left: 25px;
        margin-top: 100px;
    }
    #txt-pr img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #founders {
        display: none;
    }
    #nav {
        z-index: 1000;
        width: 100%;
        height: 50px;
        position: absolute;
        padding: 0;
    }
    #logo {
        position: absolute;
        left: 25px;
        top: 25px;
    }
    #contact {
        position: absolute;
        top: 20px;
        right: 25px;
        text-align: right;
    }
    article .entry-date-single {
        float: none;
        text-align: right;
        position: relative;
        margin-top: 13px;
    }
    .clearer {
        clear: both;
    }
    .un {
        margin-left: 0%;
    }
    .deux {
        margin-left: 0%;
    }
    .trois {
        margin-left: 0%;
    }
    .quatre {
        margin-left: 0%;
    }
    .box {
        width: 100%;
        height: 150px;
    }
    #background-horiz {
        display: none
    }
    #background-verti {
        display: block;
    }
    #mb {
        margin-bottom: 25px;
    }
}