/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* Defaut Bowup CSS */

body {
	margin: 0;
	padding: 0;
	background: #111;
	color: #ddd;
	font: 90% "Lucida Grande",Arial,sans-serif;
}

a {
	color: #428BC7;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#2a6496;
	text-decoration: underline;
}

a img {
	border: none;
}

pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

sup {
	font-size:80%;
	line-height:50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout
-------------------------------------------------------- */
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#top {
	position: relative;
	padding: 0;
	margin: 1em auto 0 auto;
}
#top h1 {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 3.5em;
}
#top h1 a {
	color: #ccc;
	text-decoration: none;
}
#blogdesc {
	margin: 0 3em;
	margin-bottom: 2em;
	font-style: italic;
	color: #777;
	max-width: 800px;
	text-align: justify;
}

#wrapper {
	width: calc(100vw - 2em);
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding: 20px 0;
}

#breadcrumb, #content {
	padding: 0 25px;
}

#blognav, #blogextra {
	padding: 1px 25px;
}

#footer {
	clear: both;
	padding: 30px 0 0 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
#footer :first-child {
	margin-top: auto;
}
#footer p, #footer ul {
	margin: 0 auto;
	padding: 10px 0 20px;
	color: #888;
	text-align: center;
	font-size: 0.9em;
}
#footer ul li {
	display: inline-block;
	margin: 0 1em;
	font-size: 2em;
}
#footer p a {
	color: #C2E7D9;
}


/* Main content styles
-------------------------------------------------------- */
h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

#subcategories {
	background: #fbfbfb;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

.day-date {
	font-size: 1em;
	margin: 0 0 0.5em;
	text-align: right;
	color: #279ac4;
}

.post {
	margin: 0 0 2em 0;
}
h2.post-title {
	margin-top: 0;
}
.post-title {
	color:#A6CFD5;
	font-size:1.7em;
}
.post-title a {
	color:#A6CFD5;
}
.post-info {
	margin: 0 0 0 0;
	color: #666;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}
.post-info span, .post-info a {
	display: inline-block;
	margin-right: 0.3em;
}
.post-info .permalink {
	color: #666;
}
.post-info .permalink:hover {
	color: #666;
	text-decoration: none;
}
.post-info .language {
	text-transform: uppercase;
}
.post-info .date,
.post-info .status,
.post-info .language {
	cursor: help;
}

.post-tags {
	list-style: none;
	display: inline;
}
.post-tags li {
	display: inline;
}
.post-tags li a {
	color: #666;
}

.post-info-co {
	clear: left;
	padding: 3px 0 3px 0.5em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	background: #fbfbfb;
}
.post-info-co a {
	color: #2b2b2b;
	padding: 2px 10px 2px 18px;
}

.read-it {
	text-align: right;
	margin-top: 1em;;
}
.read-it a {
	font-weight: bold;
	clear: left;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 3px;
}
.read-it a:hover {
	background-color: #428BC7;
	text-decoration: none;
	color: #ddd;
}

a.feed {
	padding: 5px 0 5px 22px;
}

/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.4em;
}
.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.post-content pre, .post-excerpt pre {
	padding: 10px ;
	font: 1.1em 'courier new', courier, monospace;
}

.post-content ul, .post-excerpt ul, .post-content ol, .post-excerpt ol {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 15px;
}

.post-content li, .post-excerpt li {
	margin: 0;
	padding: 0;
}

.post-content blockquote, .post-excerpt blockquote {
	margin: 4px 0 4px 0;
	padding: 0 5px;
	border-left: 4px solid #bfbfbf;
}
.post-content em {
	font-style: italic;
}
.post-content strong {
	font-weight: bold;
}
.post-content p {
	margin: 0.5em 0;
}


#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#images {
	text-align: center;
}

/* ------------------------------------------------------------------------------------
                              A11Y - Accessibilité
------------------------------------------------------------------------------------ */

/* Remove animations for folks who set their OS to reduce motion.
 1. Immediately jump any animation to the end point
 2. Remove transitions & fixed background attachment
 See: https://github.com/mozdevs/cssremedy/issues/11
*/
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}

/* ### AKEWEA Custom ################################################ */

#content-info {
	text-align: center;
	margin-bottom: 2em;
	font-weight: bold;
}
#content-info h2 {
	margin-top: 0;
}

@media ( min-width: 900px) {
	.dc-home #content, 
	.dc-tag #content, 
	.dc-category #content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 4em;
		grid-auto-rows: minmax(100px, auto);
	}
	.dc-home #content .post, 
	.dc-tag #content .post, 
	.dc-category #content .post {
		grid-column: auto;
	}

	.dc-post #content {
		display: flex;
		flex-direction: row-reverse;
	}
	.dc-post #content .post-thumb {
		min-width: 40%;
	}
	.dc-post #content .post {
		margin-left: 2em;
		min-width: 30%;
	}
}


.dc-home .post .entry-cover img {
	width: 100%;
}
@media ( min-width: 500px) {
	.dc-home .post {
		display: flex;
		flex-direction: row;
	}
	.dc-home .post .entry-content {
		flex-grow: 1;
		padding-left: 1em;
	}
	.dc-home .post .entry-cover img {
		width: auto;
	}
}