/*
Theme Name: Bushwick
Theme URI: https://wordpress.com/themes/bushwick/
Author: James Dinsdale and Automattic
Author URI: http://molovo.co.uk
Description: Bushwick est un thème léger et réactif, parfaitement adapté pour bloguer et présenter un contenu attractif et de belles images.
Version: 1.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bushwick
Tags: photoblogging, white, purple, light, two-columns, responsive-layout, fluid-layout, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, rtl-language-support, sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bushwick is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: x-large;
	height: 100%;
	line-height: 1.5;
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	height: 100%;
	-ms-word-wrap: break-all;
	word-wrap:     break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
li li {
	margin-left: 1.5em;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border: 0;
	border-collapse: separate;
	border-spacing: 2px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
td {
	background: rgba(51, 71, 61, 0.05);
	padding: 0.5em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: none;
}
a > img {
	border: 0;
	vertical-align: middle;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #33473d;
	font: 400 0.83333333rem/1.5 "Domine","proxima-nova","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #0B3E94;
	clear: both;
	font: 700 2.2rem/1.5 "Aleo","Skolar","ff-tisa-web-pro","Georgia",serif;
}
h1 {
	font-size: 2.75rem;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	color:#1254C4;
	font-size: 1.5rem;
	line-height: 1.333333333333333;
	margin-bottom: 0.6666666666666667em;
}
h3 {
	color:#356ECE;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 0.875rem;
	line-height: 1.142857142857;
	margin-bottom: 1.142857142857em;
}
h5 {
	font-size: 0.75rem;
	line-height: 1.333333333333333;
	margin-bottom: 1.333333333333333em;
}
h6 {
	font-size: 0.6666666666666667rem;
	line-height: 1.333333333333333;
	margin-bottom: 1.333333333333333em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

hr.d{border: 0;height: 4px;background: #D3D3D3;background: -webkit-gradient(linear, left top, right top, color-stop(50%,hsla(348,92%,86%,.75)), color-stop(100%,hsla(0,0%,83%,0)));background: -webkit-linear-gradient(left, hsla(348,92%,86%,.75) 50%, hsla(0,0%,83%,0) 100%);background: -moz-linear-gradient(left, hsla(348,92%,86%,.75) 50%, hsla(0,0%,83%,0) 100%);background: -ms-linear-gradient(left, hsla(348,92%,86%,.75) 50%, hsla(0,0%,83%,0) 100%);background: -o-linear-gradient(left, hsla(348,92%,86%,.75) 50%, hsla(0,0%,83%,0) 100%);background: linear-gradient(left, hsla(348,92%,86%,.75) 50%, hsla(0,0%,83%,0) 100%);}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	list-style-type: none;
	margin: 0 0 1.5em 3em;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
address, dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 7px solid #FCBBC8;
	border-top-left-radius: 15px;
	margin-left: 10%;
	border-bottom-left-radius: 15px;
	color: rgba(51, 71, 61, 0.5);
	font-family: "Aleo","Skolar","ff-tisa-web-pro","Georgia",serif;
	font-style: italic;
	padding-left: 1.5em;
}
blockquote cite {
	color: #33473d;
	font-family: "Domine", "proxima-nova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-style: normal;
	font-size: 0.75em;
}

blockquote cite:before {
	content: "\2014 \0020";
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.6875rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	background: #AEEFDD;
	color: #000;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 0.7rem;
	line-height: 1;
	padding: .8em 1.5em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFE4BA;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	font-size: 0.55rem;
	width: 100%;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid rgba(51, 71, 61, 0.1);
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	font-size: 0.7rem;
	max-width: 100%;
	padding: 0.75em;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 0.75em;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */
a {
	color: #80A6E5;
	font-weight: 700;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	left: -1000em;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.hentry:before,
.hentry:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
.hentry:after,
[class*="navigation"]:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Site
----------------------------------------------- */

.site-header {
	background: rgba(51, 71, 61, 0.05);
	min-height: 100%;
		opacity:0;        
        -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation:fadeIn ease-in 1;
        animation:fadeIn ease-in 1;
        -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
   		-moz-animation-fill-mode:forwards;
    	animation-fill-mode:forwards;
	    -webkit-animation-duration:1s;
	    -moz-animation-duration:1s;
	    animation-duration:1s;
	    -webkit-animation-delay: 0.7s;
		-moz-animation-delay: 0.7s;
		animation-delay: 0.7s;
}

.site-branding,
.single .entry-header {
	bottom: 3.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	left: 5%;
	max-width: 90%;
	padding: 1.5em;
	position: absolute;
}

.site-main,
.single .entry-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	display: block;
	margin: 0 auto;
	padding: 1.5em;
	width: 90%;
}

body:not(.archive):not(.search) .hentry:first-of-type + .entry-preview,
.archive .entry-preview:first-of-type,
.search .entry-preview:first-of-type {
	border-top: 1px solid rgba(51, 71, 61, 0.1);
	margin-top: 3em;
	padding-top: 3em;
}

/* =Menu
----------------------------------------------- */

.navigation-main {
	clear: both;
	display: block;
	float: left;
	margin: 0 0 3em;
	width: 100%;
	z-index: 99998;
}
.navigation-main .menu,
.navigation-main .nav-menu {
	float: left;
	width: 95%;
	width: -webkit-calc(100% - 1.3rem);
	width:         calc(100% - 1.3rem);
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	position: relative;
}
.navigation-main li {
	display: inline-block;
	font-size: 0.6875rem;
	font-weight: 900;
	margin-bottom: 0.8em;
	margin-right: 1.5em;
	padding-bottom: 0.25em;
	position: relative;
	text-transform: uppercase;
}
.navigation-main a {
	border-bottom: 5px solid transparent;
	color: #30162B;
	display: block;
	text-decoration: none;
}
.navigation-main ul ul {
	background-color:rgba(254,249,240,0.6);
	display: none;
	float: left;
	position: absolute;
	z-index: 1;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	padding: 18px 12px;
	width: 200px;
}
.navigation-main ul ul li {
	display: block;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.navigation-main ul ul a:hover,
.navigation-main ul ul li.focus > a {
	background-color:rgba(158,190,246,0.3);
}
.navigation-main ul li:hover > ul,
.navigation-main ul li.focus > ul {
	display: block;
}
.navigation-main .current_page_item > a,
.navigation-main .current-menu-item > a {
	color: #114BAD;
}
.navigation-main li:hover > a {
	color: #6398F3;
}

.navigation-main ul ul li:hover > ul,
.navigation-main ul ul li.focus > ul {
	left: 100%;
}

.navigation-main .menu-item-has-children > a,
.navigation-main .page_item_has_children > a {
	padding-right: 1em;
}
.navigation-main .children .menu-item-has-children > a,
.navigation-main .children .page_item_has_children > a {
	padding-right: 12px;
}

.navigation-main .menu-item-has-children > a:after,
.navigation-main .page_item_has_children > a:after {
	-webkit-font-smoothing: antialiased;
	content: '\f502';
	display: inline-block;
	font: normal 0.6em/1 'Genericons';
	position: absolute;
	right: 0;
	top: 0.5rem;
	vertical-align: text-bottom;
}

.navigation-main .menu-item-has-children li.menu-item-has-children > a:after,
.navigation-main .menu-item-has-children li.page_item_has_children > a:after,
.navigation-main .page_item_has_children li.menu-item-has-children > a:after,
.navigation-main .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 1em;
	top: 2.3em;
}

.menu-toggle,
.navigation-main .widget-handle {
	color: #30162B;
	display: block;
	width: 1.3rem;
}

.menu-toggle:before,
.navigation-main .widget-handle:before {
	content: '\f419';
	font-family: 'Genericons';
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	vertical-align: middle;
}

.menu-toggle:before:hover,
.toggled .menu-toggle,
.navigation-main .widget-handle:hover:before,
.navigation-main .widget-handle.open:before {
	color: #87244C;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.site-header .site-title,
.site-header .site-description,
.site-header .entry-header .entry-title,
.site-header .entry-header .entry-meta a,
.site-header .entry-header .post-navigation a {
	color: #fff;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
.site-header .site-title a {
	color: inherit;
	text-decoration: none;
}
.site-header .entry-meta {
	display: inline-block;
	width: 75%;
}

/* =Content
----------------------------------------------- */


.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}


.hentry ul,
.comment-content ul {
	list-style: disc;
}
.hentry ol,
.comment-content ol {
	list-style: lower-roman;
}

.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-title,
.entry-title a {
	color: #000;
	font-weight: 900;
}
.single .entry-title,
.page .entry-title,
.site-header .post-navigation a {
	color: #30162B;
}
.entry-preview .entry-header {
	display: inline-block;
	max-width: 80%;
}
.entry-title a:hover {
	color: #6398F3;
}
.single .hentry .entry-title {
	display: none;
}
.entry-preview .entry-title {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 0;
}
.entry-content,
.entry-summary {
	clear: both;
	margin: 1.5em 0 0;
}

.entry-summary {
	color: rgba(51, 71, 61, 0.5);
	font-family: "Aleo","Skolar","ff-tisa-web-pro","Georgia",serif;
	font-style: italic;
	position: relative;
}
.entry-summary p:first-of-type:before {
	color: #DD1F44;
	content: "Intro :";
	font-family: "Domine","proxima-nova","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: 900;
	left: 0;
	line-height: 2.5;
	padding-top: 0.1em;
	position: absolute;
}

.entry-summary p:first-of-type {
	margin-left: 3em;
}

.entry-permalink {
	display: inline-block;
	float: right;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-header .entry-meta a {
	color: #33473d;
	font-weight: 400;
}
.hentry .entry-meta {
	font-size: 0.55rem;
}

.more-link,
#infinite-handle span {
	background: #52C4A4;
	color: #fff;
	display: table;
	font-size: .825em;
	font-weight: 400;
	line-height: 2;
	margin: .75em 0;
	padding: .25em 1.5em .3em;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition:    background .15s ease-in-out;
	-ms-transition:     background .15s ease-in-out;
	-o-transition:      background .15s ease-in-out;
	transition:         background .15s ease-in-out;
}
.more-link:hover,
#infinite-handle span:hover {
	background: #7CDBC1;
	color: #fff;
}

.more-link .meta-nav {
	font-size: inherit;
	line-height: inherit;
}

/* =Media
----------------------------------------------- */

.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	background: rgba(51, 71, 61, 0.05);
	margin: 2px 5px 0;
	padding: 0.5em 0;
}
.hentry .gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	float: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.3%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1%;
}
.gallery-caption {
	font-size: 0.7rem;
}
.gallery img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Responsive videos */
.jetpack-video-wrapper {
	margin-bottom: 1.5em;
}

/* =Archives
----------------------------------------------- */

.archive .page-title,
.search .page-title {
	color: inherit;
	font-size: 1rem;
	font-weight: inherit;
}

.taxonomy-description {
	font-size: 0.625rem;
	margin: 1.5em 0;
}


/* =Navigation
----------------------------------------------- */

.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	text-align: right;
}

.site-header [class*="navigation"] {
	float: right;
	text-align: right;
	width: 25%;
}

.post-navigation .nav-links {
	min-height: 68px;
}

.post-navigation .meta-nav {
	font-size: 2rem;
	line-height: 0.35;
}

.post-navigation a:hover {
	color: #3FB094;
	text-decoration: none;
}


/* =Comments
----------------------------------------------- */

.comment-list {
	margin: 0;
}

.comment-list .comment {
	border-top: 1px solid rgba(51, 71, 61, 0.05);
	padding: 1.5em 0 0;
	position: relative;
}


.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px solid rgba(51, 71, 61, 0.05);
	font-size: 0.6875rem;
	padding: 1.5em 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-meta {
	margin-bottom: 0.5em;
}

.comment-author .avatar {
	float: right;
}

.comment-author .fn {
	color: #1254C4;
	font-family: "Aleo";
	font-weight: 900;
	font-size: 0.91666667rem;
	font-style: normal;
	line-height: 1.5em;
}

.comment-author .url {
	color: #000;
}

.says {
	display: none;
}

.comment-metadata,
.comment-metadata a,
.comment-reply-link,
#cancel-comment-reply-link {
	font-size: 0.55rem;
	font-weight: normal;
}

.comment .reply {
	position: absolute;
	right: 0;
	top: 5.5em;
}

.comment .comment-respond {
	background-color: rgba(51, 71, 61, 0.05);
	padding: 1rem;
}

#respond.comment-respond {
	margin-top: 3em;
}

.comment .comment-reply-title {
	margin-bottom: 0.5em;
}

.comment-reply-title small {
	font-family: "Domine","proxima-nova","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	float: right;
}

.bypostauthor {
}

.navigation-comment,
.no-comments {
	padding: 1.5em 0;
}

[class*="comment-form-"] label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
}

.comment-notes,
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea,
.form-allowed-tags,
.no-comments {
	font-size: 0.6875rem;
}

.form-submit {
	margin-bottom: 5em;
}


/* =Widgets
----------------------------------------------- */

.widget-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	background: #FFF5E6;
	padding: 0 3.3em;
}

.widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	display: inline-block;
	font-size: 0.4875rem;
	padding: 1.5em;
	position: relative;
	vertical-align: top;
	width: 29%;
	color:#666;
}

.widget-title {
	font-size: 0.8rem;
	line-height: 1.333333333333333;
	margin-bottom: 0.333333333333333em;
	color: #FFBA4C;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget li a {
	text-transform: capitalize;
	color:#222;
}
.widget li a:focus{
	outline:0; 
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
	background: none;
	padding: 0;
	text-align: center;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next {
	text-align: right;
}

.comment-author-link {
	color:#000;
	text-transform: capitalize;
}


/* =Footer
----------------------------------------------- */

.site-footer {
	background:#52C4A4;
	border-top: 7px double #FFF5E6;
}
.site-info titre {
	font-size: 1.5em;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
	color:#fff;
	font-weight: normal;
}
.site-info span {
	font-size: 0.5em;
	font-family: "Helvetica Neue Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	color:#fff;
}
.site-info {
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	text-align:right;
	color:#000;
	font-size: 0.55rem;
	margin: 0 auto;
	padding:1em 2em;
	position: relative;
	width: 90%;
}
#wpstats {
	margin-left: 70%;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

.content-area .site-main .infinite-wrap .hentry:first-of-type + .entry-preview {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

#infinite-handle span {
	margin: 0 auto;
}
.infinite-loader {
	height: 42px;
}
.infinite-loader .spinner {
	left: auto !important; /* Override inline style. */
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.site-header {
		float: left;
		position: fixed;
		width: 40%;
	}

	.widget-area,
	.content-area,
	.site-footer {
		float: right;
		max-width: 60%;
		width: 60%;
	}

	/* Home Button */
	.navigation-main li.home-link {
		left: 4.4%;
		position: fixed;
		top: 1.8em;
	}

	.rtl .navigation-main li.home-link {
		left: auto;
		right: 4.4%;
	}

	.admin-bar .navigation-main li.home-link {
		top: 3.5em;
	}

	body:not(.single) .home-link > a {
		color: #fff;
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	}

	body:not(.single) .home-link > a:hover {
		border-bottom-color: #fff;
	}

	.navigation-main .current-menu-item.home-link > a,
	.navigation-main .current_page_item.home-link > a,
	.featured-image .navigation-main .home-link > a,
	body:not(.single) .home-link > a:hover {
		color: #f7f2cb;
	}
}
@media (max-width: 1023px) {

	.navigation-main {
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		left: 40%;
		padding: 1.75em 3.5em;
		position: absolute;
		top: 0;
		width: 60%;
	}

	.genericon
	{
		float:right;
	}

	.admin-bar .navigation-main {
		margin-top: 32px;
	}

	.menu-toggle{
		margin-bottom: 3em;
	}
	.menu-toggle:before,
	.navigation-main .widget-handle:before {
		text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	}

	.featured-image .navigation-main  div > ul > li > a,
	body:not(.single) .navigation-main div > ul > li > a,
	.navigation-main .menu-toggle {
		color: #000;
	}

	.featured-image .navigation-main div > ul > li:hover > a,
	body:not(.single) .navigation-main div > ul > li:hover > a,
	.featured-image .menu-toggle:hover:before,
	body:not(.single) .menu-toggle:hover:before,
	.featured-image .toggled .menu-toggle:before,
	body:not(.single) .toggled .menu-toggle:before {
		color: #555;
	}
	.navigation-main > div > ul > li.current_page_item > a,
	.navigation-main > div > ul > li.current-menu-item > a {
		color: #555;
	}
	.navigation-main ul ul li,
	.navigation-main ul ul li {
		background: rgba(158,190,246,0.3);
	}
	
	.navigation-main li > a{
		color: #555;
	}

	.navigation-main li:hover > a:hover{
		color:#000;
	}

	.navigation-main.toggled {
		background: rgba(254,249,240,0.6);
	}

	.menu-toggle,
	.navigation-main.toggled .nav-menu {
		display: block;
	}

	.navigation-main ul {
		display: none;
	}


	#wpstats {
		display: block;
		margin: auto;
		padding-bottom: 1rem;
	}
}

@media (max-width: 641px) {
	.site-header {
		min-height: 0;
	}
	#secondary
	{
		display:none;
	}
	.site-branding,
	.single .entry-header {
		position: relative;
		bottom: auto;
		top: auto;
		left: auto;
		right: auto;
		margin-top: 2.75em;
		width: 100%;
		max-width: 100%;
	}
	.navigation-main ul ul {
		background-color: transparent;
		float: none;
		padding-left: 32px;
		position: static;
		z-index: 0;
	}
	.navigation-main ul ul li:last-child {
		border-bottom: none;
	}
	.navigation-main ul ul a {
		box-sizing: border-box;
		padding: 16px 0;
		width: 100%;
	}
	.navigation-main .menu,
	.navigation-main .nav-menu {
		clear: both;
		float: none;
		width: 100%;
	}
	.navigation-main li {
		display: block;
		margin: 0;
		padding: 0;
	}
	.navigation-main li a,
	.navigation-main li:hover a {
		border: none;
		padding: 16px 0;
	}
	.navigation-main ul ul a:hover,
	.navigation-main ul ul li.focus > a {
		background-color: transparent;
	}
	.navigation-main ul ul li,
	.navigation-main ul ul li {
		background: rgba(158,190,246,0.3);
		padding-left:20px;
	}
	.navigation-main .menu-item-has-children li.menu-item-has-children > a:after,
	.navigation-main .menu-item-has-children li.page_item_has_children > a:after,
	.navigation-main .page_item_has_children li.menu-item-has-children > a:after,
	.navigation-main .page_item_has_children li.page_item_has_children > a:after {
		right: 0;
	}
	.navigation-main .menu-item-has-children > a:after,
	.navigation-main .page_item_has_children > a:after {
		top: 1rem;
	}
	.entry-preview .entry-header {
		max-width: 100%;
	}
	.site-title,
	.entry-title {
		font-size: 1.5rem;
	}
	.entry-permalink {
		display: none;
	}
}

@media (max-width: 480px) {
	.navigation-main {
		padding: 1.75em 1em;
	}
	.entry-title {
		font-size: 1.2rem;
	}
	#secondary
	{
		display:none;
	}
}

/* =Ngg singlepic
----------------------------------------------- */
figure.ngg-singlepic-photo {position:relative;-webkit-box-shadow:2px 2px 3px #ccc;-moz-box-shadow:2px 2px 3px #ccc;box-shadow:2px 2px 3px #ccc;border:1px solid #52C4A4;
float:center;display:inline-block;margin:1em 0;text-align:right;overflow:hidden;}
figcaption {position:absolute;left: 0;bottom:-1.5em;width:100%;height:0em;line-height:1.2em;color:#fff;background-color:rgba(255,255,255,0.2);overflow:hidden;transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;}  
figcaption h3{color:#012A1F;padding-top:15px;padding-right:15px;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}
figure:hover figcaption, figure:focus figcaption {height: 3.5em;background-color:rgba(82,196,164,0.8);font-size: 1rem;}  

/* =Related Posts
----------------------------------------------- */
.relatedposts{margin:0 10px 0 0;}
.relatedposts h4{margin:0 0 17px 0;}
.relatedposts ul{list-style-type:none;margin:0;padding:0;}
.relatedposts ul li{padding:0;list-style-type:none;margin:0;}
.relatedposts ul li a, .relatedposts ul li a:visited{padding:5px 0;color:#252525;text-decoration:none;border-bottom:1px solid #c1c1c1;display:block;width:218px;}
.relatedposts ul li a:hover{color:#464646;text-decoration:none;}
.relatedad{float:left;width:300px;}
.conteneur-miniatures {width: 100%;margin-top:25px;}
.conteneur-miniatures a{color:#aaa;text-decoration:none;}
.miniatures-similaires {float: left;width: 160px;text-align: center;height:200px;}
.miniatures-similaires p{margin-right: 5px;}
.miniatures-similaires p a:hover{border:none;}
.miniatures-similaires p a img{opacity:0.8;filter:alpha(opacity=80); /* For IE8 and earlier */}
.miniatures-similaires p a img:hover{opacity:1;filter:alpha(opacity=100); /* For IE8 and earlier */}


/* =Footer icons
----------------------------------------------- */
.syndication{margin:21px 0px 5px 80px;color:#ccc;padding:0;}
a.rss{background-image:url(img/rss.png);}a.rss:hover{background-position: 0 -21px;}
a.facebook{background-image:url(img/facebook.png);}a.facebook:hover{background-position: 0 -21px;}
a.instagram{background-image:url(img/instagram.png);}a.instagram:hover{background-position: 0 -21px;}
a.googleplus{background:url(img/googleplus.png) no-repeat 0 0;}a.googleplus:hover{background-position: 0 -21px;}
a.rss,a.facebook,a.instagram,a.googleplus {color:#A1A1A1;background-repeat: no-repeat; border-box;display: inline-block; width: 21px; height: 21px;border-width: 50px;border-color: rgba(0,0,0,0);border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
a.rss:hover,a.facebook:hover,a.instagram:hover,a.googleplus:hover{outline: none;border-width: 0;border-color: rgba(200, 200, 200, 0.5);border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;border: 1px dotted rgba(200, 200, 200, 0.7);}