/*
Theme Name: Mebenson
Description: Thème custom
Author: Marie-Eve Benson
Author URI: http://mebenson.com
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html {
    font-size: 100%;
	height:100%;
}

body { 
	background: #FFF; 
	color: #000; 
	font: 1em 'Open Sans', Helvetica, sans-serif; 
	height:100%;
}

h1{
	font-family: 'Open Sans', Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:25px;
	font-weight:900;
	color:#000;
}

h2{
	font-family: 'Open Sans', Helvetica, sans-serif; 
	text-transform:uppercase;
	font-size:25px;
	font-weight:900;
	line-height:25px;
}

h2 a{
	color:#000;
}

h2 a:hover{
	color:#666;
}

h2 span{
	font-size:20px;
	font-weight:600;
}

h3{
	font-family: 'Architects Daughter', cursive;
	font-size: 30px;
    margin-bottom: 0;
    margin-top: 50px;
	font-weight:300;
}


p{
	margin-bottom:0;
}

a.logo{
	color:#000;
}

a.logo h2{
	margin:0; 
	font-size:19px; 
	font-weight:900;
}

a.logo h3{
	margin-top:0;
	font-family: 'Architects Daughter', cursive;
	font-size: 23px;
    margin-bottom: 0;
}

a { 
	text-decoration: none;
	transition: all .5s ease;
}

a:hover {
	
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 960px;
	position: relative;
	padding:0 20px;
}

img {
	height: auto;
	max-width: 100%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/

.navigation{
	width:250px;
	padding:20px 20px 0 20px;
	border-right: 1px solid #CCC;
    position: fixed;
    top: 0;
    bottom:0;
	height:100%;
	float:left;
}

nav ul{
	position:relative;
	margin:50px 0 30px 0;
}

nav ul li a{
	border-bottom:1px dashed #CCC;
}

nav ul ul{
	margin-top:0;
	font-size:14px;
}

nav ul ul li a{
	padding-left:20px;
}

nav a{
	padding:10px 0;
	color:#000;
	text-transform:uppercase;
	display:block;
}

nav a:hover{
	color:#CCC;
}


/***************************************************************************************************************************************************************************************/

/*SEARCH STYLES*/

/***************************************************************************************************************************************************************************************/

#searchform input[type="text"],
#searchform input[type="submit"]{
	border:1px solid #CCC;
	padding:5px;
	text-transform:uppercase;
	font-size:13px;
	width:100%;
}

article #searchform input[type="text"],
article #searchform input[type="submit"]{
	border:1px solid #CCC;
	padding:5px;
	text-transform:uppercase;
	font-size:13px;
}

article #searchform input[type="text"]{
	width:300px;
}

article #searchform input[type="submit"]{
	width:100px;
}


/***************************************************************************************************************************************************************************************/

/*BLOG STYLES*/

/***************************************************************************************************************************************************************************************/

article,
section{
    margin: 0 auto;
    max-width: 900px;
	font-size:16px;
	color:#666;
}

.infos{
	background:#F1F1F1;
	padding:10px 20px;
	line-height:30px;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
}

.infos:after{
	clear:both;
}

.infos .read-time{
	float:left;
}

.infos .published{
	float:right;
}

a.read-more{
	background:#e7e7e7;
	padding:10px 20px;
	color:#666;
	display:block;
	margin:30px 0 0 0;
	text-align:center;
	text-transform:uppercase;
}

a.read-more:hover{
	color:#000;
}


#disqus_thread{
	margin:50px;
}


/***************************************************************************************************************************************************************************************/

/*LECTURE STYLES*/

/***************************************************************************************************************************************************************************************/

.book-cover{
	width:180px;
	margin-right:60px;
	float:left;
}

.book-cover img{
	width:100%;
}

.notes{
	font-family: 'Architects Daughter', cursive;
	font-size:18px;
	line-height:25px;
	font-weight:300;
	clear:both;
	padding-top:30px;
}

.notes blockquote{
	background:#f1f1f1;
	padding:10px 20px 20px 20px;
	border-left:3px solid #DDDDDD;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.left { 
	float: left; 
	margin-right: 15px; 
}

.right { 
	float: right; 
	margin-left: 15px; 
}

.clear{
	clear:both;
}



/***************************************************************************************************************************************************************************************/

/*COLUMNS*/

/***************************************************************************************************************************************************************************************/

.col1, .col2, .col3, .col4, .col5, .col6, .col7,
.col8, .col9, .col10, .col11, .col12 {
     float: left; margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last,
.col5.last, .col6.last, .col7.last, .col8.last,
.col9.last, .col10.last, .col11.last, .col12 {
     margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img,
.col6 img, .col7 img, .col8 img, .col9 img, .col10 img,
.col11 img, .col12 img {
     width: 100%; height: auto; display: block;
}

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

.mean-container .mean-nav ul li a{
	border-top:none;
}

.mean-container .mean-nav ul li a:hover{
	background:#666 !important;
}

.logo-mobile{
	display:none;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1025*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 1490px) {

	article{
		margin-left:280px;
		padding-right:30px;
	}

}

@media only screen and (max-width: 1200px) {

	iframe{
		max-height:500 !important;
	}

}

@media only screen and (max-width: 940px) {

	.infos .read-time,
	.infos .published{
		float:none;
		display:block;
	}

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col"] {
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {

	.navigation{
		display:none;
	}

	article{
		width:100%;
		margin:0;
		padding:50px 30px;
	}

	.logo-mobile{
		display:block;
		position:absolute;
		color:#FFF;
		z-index:999999;
		top:-14px;
		left:30px;
	}

	.logo-mobile h2{
		font-size:19px;
		margin-bottom:0;
	}

	.logo-mobile h3{
		font-size:19px;
		margin-top:0;
	}

}