<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  MicroZOOM Style Sheet by ORelio - 2016
  Based on Blogotext v3 default Style Sheet
  Design ported from Mystique by Digital Nature
*/

@charset "utf-8";
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url("fonts/roboto-300.woff") format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url("fonts/roboto-400.woff") format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'), local('Roboto-Bold'), url("fonts/roboto-700.woff") format("woff");
}

@font-face {
  font-family: "Symbola";
  font-style: normal;
  font-weight: 400;
  src: local('Symbola Regular'), local('Symbola-Regular'), url("fonts/symbola-min.woff") format("woff");
  unicode-range: U+1F500, U+1F5B6;
}


/* GENERAL PAGE LAYOUT
------------------------------------------------------------ */
html {
	font-size: 16px;
}

body {
	font-size: 1em; /* 16px */
}

html, body {
	margin: 0; padding: 0;
	color: #4e4e4e;
	background: #000;
	background-image: url(images/bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
	word-wrap: break-word;
}


/* GENERAL STUFF 
------------------------------------------------------------------- */

a {
	color: inherit;
	text-decoration: none;
}

.centrer {
	text-align: center;
}

img {
	border: none;
}

pre { white-space: pre-wrap; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Roboto, Arial, sans-serif;
	clear: both;
}

textarea {
	resize: both;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

textarea, input {
	font-family: inherit;
	font-size: inherit;
	font-weight: 300;
}

label, input, textarea, select {
	vertical-align: middle;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	cursor:pointer;
}

q, blockquote {
	font-style: italic;
}



/* TOP bar w/ spacing fixes
------------------------------------------------------------------------ */
#top-bar {
	display: flex;
	height: 60px;
	box-sizing: border-box;
	background: /*#263238*/ #2a2a2a;
	/*background: rgba(42, 42, 42, 0.42);*/
	color: white;
	font-size: 1.1em;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
	transition: top .3s;
	top: 0;
}

#top-bar h1,
#search {
	box-sizing: border-box;
	overflow: hidden;
	color: inherit;
}

#top-bar-spacer {
	width: 100%;
	height: 60px;
}

#top-bar.hidden {
	top: -60px;
}

/*
:target:before { 
	display: block;
	content: '';
	margin-top: -65px;
	height: 65px;
	visibility: hidden;
}*/

/* TOP links
------------------------------------------------------*/
#top-bar button {
	height: 60px;
	width: 60px;
	overflow: hidden;
	border: 12px solid /*#263238*/#2a2a2a;
	padding: 0;
	background: /*#263238*/#2a2a2a url(images/sprites.png) no-repeat -186px -126px / 640px 400px;
	color: transparent;
	box-sizing: border-box;
	box-shadow: 0 0 1px silver inset;
	border-radius: 17px;
}
#top-bar button.active {
	background-position: -555px -89px;
}

#top-bar h1 {
	line-height: 60px;
	font-size: inherit;
	margin: 0;
	flex: 1;
	max-width: 1170px;
	padding-left: 15px;
}
#top-bar h1 a {
	color: inherit;
	box-shadow: 0px -3px 0px #2196F3 inset;
	display: none;
	max-width: 1100px;
	font-variant: small-caps;
}

/* TOP Search button + searchbar
------------------------------------------------------*/
#search {
	flex: 0 0 310px;
	color: inherit;
}

#top-bar button[type='submit'] {
	display: none;
}

#top-bar input[type='search'] { /* normal */
	color: inherit;
	padding: 5px 5px 5px 40px;
	border: 0px solid transparent;
	border-radius: 5px;
	box-sizing: border-box;
	height: 40px;
	width: 300px;
	background: rgba(255, 255, 255, .5) url(images/sprites.png) no-repeat 7px -40px / 640px 400px;
}

#search input[type='search']::-webkit-input-placeholder { color: inherit; }
#search input[type='search']::-moz-placeholder { color: inherit; }
#search input[type='search']:-ms-input-placeholder { color: inherit; }
#search input[type='search']:placeholder-shown { color: inherit; }
#search input[type='search']:hover::-webkit-input-placeholder { color: initial; }
#search input[type='search']:hover::-moz-placeholder { color: initial; }
#search input[type='search']:hover:-ms-input-placeholder { color: initial; }
#search input[type='search']:hover:placeholder-shown { color: initial; }

#top-bar input:hover { /* hover */
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
	cursor: pointer;
	background-color: rgba(255, 255, 255, .8);
}

#top-bar input[value=""]:focus,
#top-bar input:not([value=""]) { /* focus OR not empty (a search is done) */
	z-index: 20;
	color: rgba(0, 0, 0, 1);
	background-color: white;
}

#top-bar input:not([value=""]) {  /* not empty ; this avoids animation on page load */
	width: 95%;
	box-shadow: 1px 12px 24px rgba(0, 0, 0, .3);
	animation: none;
	top: 35px; left: 0; right: 0;
}

#top-bar input:not([value=""]):focus { /* not empty : focus */
	box-shadow: 1px 12px 24px rgba(0, 0, 0, .3);
}

/* MAIN LAYOUT : SIDE NAV + MAIN SECTION*/

#head-wrapper,
#body-layout {
	max-width: 1420px;
	margin: 0 auto;
}

#body-layout {
	display: flex;
	margin-bottom: 30px;
}

#body-wrapper {
	background: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin: 0 auto;
}

#main-wrapper {
	flex: 1;
	min-width: 0;
}

/* side nav */
#body-layout #sidenav {
	/* box-shadow: 8px 0px 16px rgba(0, 0, 0, .5); */
	padding: 10px 0;
	position: fixed;
	width: 400px;
	max-width: 95%;
	box-sizing: border-box;
	top: 60px;
	bottom: 0;
	/*background: white;*/
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.50, 0, 0, 1), opacity .0s .5s;
	opacity: 0;
	overflow: scroll;
	margin-left: -10px;
	z-index: 16;
}

#body-layout #sidenav.shown {
	transition: transform .5s cubic-bezier(0.50, 0, 0, 1), opacity 0s;
	transform: translateX(0);
	opacity: 1;
	z-index: +16;
}

#sidenav nav {
	padding: 20px;
}

/* Sidenav Search
------------------*/


#sidenav #search {
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	display: none;
	margin: 0 20px 20px;
}

#sidenav #search #q {
	border: 0;
	margin: 9px 0 0 38px;
	padding: 0;
	font-weight: bolder;
}

#sidenav #search #q::-webkit-input-placeholder {
	font-weight: normal;
	font-style: italic;
	color: #bbb;
}

#sidenav #search #q:-moz-placeholder {
	font-weight: normal;
	font-style: italic;
	color: #bbb;
}

#sidenav #search #q::-moz-placeholder {
	font-weight: normal;
	font-style: italic;
	color: #bbb;
}

#sidenav #search #q:-ms-input-placeholder {
	font-weight: normal;
	font-style: italic;
	color: #bbb;
}

#sidenav #search #q:focus {
    outline-width: 0;
}

#sidenav #search button {
	background-image: url(images/search.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right -34px;
	position: absolute;
	color: transparent;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	width: 56px;
	height: 34px;
	border: 0;
}

#sidenav #search button:hover {
	background-position: right bottom;
}

/* Nav Titles
--------------*/

#sidenav .nav-title,
#sidenav .nav-title div,
#sidenav .nav-title span {
	background-image: url(images/block-title.png);
	background-repeat: no-repeat;
}

#sidenav .nav-title {
	color: white;
	background-position: left top;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-transform: uppercase;
	margin: 0;
}

#sidenav .nav-title span {
	background-position: right top;
	margin: 0 0 0 7px;
	display: block;
	padding: 4px 8px 0 4px;
}

#sidenav .corner {
	background-position: left bottom;
	width: 7px;
	height: 23px;
	float: left;
}

#sidenav .arrow {
	background-position: right bottom;
	margin-left: 7px;
	height: 23px;
}

/* Nav Links
-------------*/

#links ul {
	padding: 0;
	list-style: none;
}

#links ul li {
	padding: 5px 15px 0;
	height: 40px;
}

/* Nav Calendar
----------------*/

#calendrier {
	margin: 0 auto;
}
#calendrier,
#calendrier caption {
	background: rgba(0, 0, 0, .02);
}

#calendrier caption {
	padding: 15px 0 20px;
}

#calendrier caption a {
	padding: 5px 10px;
}

#calendrier td {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid transparent;
	empty-cells: hide;
	text-align: center;
	line-height: 30px;
	color: rgba(42, 42, 42, .3);
	position: relative;
}

#calendrier td a {
	color: rgba(42, 42, 42, .8);
	display: inline-block;
	width: 100%;
	height: 100%;
}

#calendrier td a:hover {
	color: #000;
}

#calendrier td a::before {
	content: "";
	background-color: #2196F3;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 14px;
	bottom: 2px;
}

/* Nav Comms
-------------*/

#lastcom {
	margin-top: 50px;
}
#lastcom ul {
	padding: 0;
	list-style: none;
}
#lastcom ul li {
	padding: 5px 15px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#lastcom ul a {
    white-space: nowrap;
}

#lastcom ul a:hover {
	text-decoration: underline;
}

/* Nav Tags
-------------*/

#alltags ul {
	list-style: none;
	padding: 0;
	font-size: 0;
}
#alltags ul li {
	display: inline-block;
	margin: 2px;
	font-size: initial;
	border: 1px solid silver;
	background: rgba(0, 0, 0, .05);
	border-radius: 3px;
}
#alltags ul li:hover {
	background: rgba(0, 0, 0, .1);
}

#alltags ul a {
	display: inline-block;
	margin: 0;
	padding: 3px 5px;
	vertical-align: middle;
}

#alltags ul a:last-of-type {
	width: 16px;
	height: 20px;
	background: transparent url(images/sprites.png) no-repeat -116px -168px / 640px 400px;
	border-left: 1px solid transparent;
}

#alltags ul li:hover a:last-of-type {
	border-left: 1px solid silver;
}

/* TOP HEADER with IMAGE
------------------------------------------------------------------------ */

#head-wrapper {
	background: transparent url(images/header-bg.jpg) no-repeat center top;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#head-wrapper &gt; header {
	/*text-align: center;*/
	height: 134px;
	font-size: 2.9em;
	color: white;
	display: flex;
}

#head-wrapper &gt; header p {
	flex: 1 1 100%;
	margin: 0;
	font-weight: bold;
	text-shadow: 3px 3px 5px black, 3px 3px 5px black, 3px 3px 7px black;
	margin-top: 50px;
}

#head-wrapper &gt; header a {
	font-variant: small-caps;
}

/*
#head-wrapper &gt; header a:hover {
	color: #df4926;
}*/

#head-wrapper &gt; header span {
	color: #44a1fb;
	border-left: 1px solid #999;
	height: 64px;
	display: inline-block;
	vertical-align: middle;
	line-height: 64px;
	margin: 0 0 0 1em;
	padding: .2em 0 .2em .8em;
	font-weight: normal;
	letter-spacing: 0.4em;
	font-size: 0.35em;
}

/* MENU BAR
------------------------------------------------------------------------- */

#head-wrapper .nav-extra {
	position: relative;
	top: 19px;
	right: 10px;
	width: 64px;
	height: 36px;
	display: block;
	float: right;
	margin-left: 6px;
	z-index: 10;
	transition: top .3s;
}

#head-wrapper .nav-extra:hover {
	top: 0px;
}

#head-wrapper .nav-extra span {
	display: none;
}

#head-wrapper .github {
	background: transparent url(images/nav-github.png) no-repeat left top;
}

#head-wrapper .twitter {
	background: transparent url(images/nav-icons.png) no-repeat left top;
}

#head-wrapper .rss {
	background: transparent url(images/nav-icons.png) no-repeat right top;
}

#menu-bar {
	background: #eee url(images/nav.png) repeat-x left top;
	font-family: Helvetica, 'Trebuchet MS', Roboto, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
	min-height: 32px;
	line-height: 32px;
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 15;
}

#menu-bar ul {
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0;
}

#menu-bar li {
	background-color: transparent;
	background-image: url(images/nav-div.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}

#menu-bar li:hover {
	background-color: #fff;
}

#menu-bar a:not([rel='alternate']) {
	padding: 0.4em 13px;
}

#menu-bar a.home {
	background: transparent url(images/icons.png) no-repeat 0px -756px;
	padding-left: 22px;
	margin-left: 11px;
}

#menu-bar a:hover {
	color: #4e4e4e;
}

#menu-bar-spacer {
	background: url(images/shadow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 32px;
	margin: 0;
}

/* FEATURED Article
------------------------------------------------------------------------- */

#featured {
	display: block;
	height: 174px;
	background: #5e5e5e url(images/featured.jpg) no-repeat center top;
	border-top: 1px solid #818389;
	color: #fff;
	margin: 0 auto;
	color: #ccc;
	position: relative;
	max-width: 1420px;
}

#featured article {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	height: 100%
}

#featured .article-image {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	margin-top: 8px;
	margin-right: 4px;
	margin-left: 8px;
}

#featured .summary-layout {
	height: 100%;
}

#featured .summary .art-headline {
	max-height: 4em;
}

#featured .post-info,
#featured .post-tags,
#featured .date {
	display: none;
}

#featured h2 {
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	margin-bottom: 0;
	margin-left: 15px;
}

#featured h2 a:hover {
	color: #fff;
	background-color: rgba(0,0,0, 0.15);
}

#featured .art-headline {
	font-style: italic;
}

#featured footer {
	position: absolute;
	bottom: -32px;
	right: 20px;
	z-index: 2;
}

#featured footer .more-link {
	background: transparent url(images/readmore.png) no-repeat center top;
	font-weight: bold;
	width: 130px;
	height: 35px;
	line-height: 34px;
	text-indent: 20px;
	color: #ddd;
}

#featured .more-link:hover {
	background-position: center bottom;
	color: #fff;
}

/* MAIN SECTION With 
 + comments + comm form
------------------------------------------------------------------------- */

/* Article + comment + form + next/prev liens -wrapper */
#main {
	padding: 20px 20px 1px 20px;
	max-width: 1100px;
	/*margin: 0 auto 30px auto;*/
	/*margin-top: -100px;*/
}

/* Article summary */

.article-image {
	border: 4px solid #eee;
	margin-right: 8px;
	height: 170px;
	width: 170px;
	object-fit: cover;
}

.article-image[src=''] {
	display: none;
}

.summary-layout {
	display:flex;
	width: 100%;
}

.summary-content {
	flex: 1;
}

.summary .art-headline {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
}

#main .summary .art-headline {
	padding: 5px 15px;
	height: 2em;
}

#main .summary h2 {
	margin: 0.5em 0;
}

#main .summary .date {
	background: transparent url(images/info-bar.png) no-repeat left -75px;
	padding-left: 11px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
}

#main .summary .time {
	background: transparent url(images/info-bar.png) no-repeat right -42px;
	height: 33px;
	padding: 0 16px 0 0;
	margin: 0;
	line-height: 31px;
	color: #fff;
}

#main .summary .post-info {
	background: transparent url(images/info-bar.png) no-repeat right top;
	height: 32px;
	margin-left: 11px;
	color: #bbb;
	text-shadow: #fff 1px 1px 1px;
	padding: 0 0 0 6px;
	line-height: 32px;
	overflow: hidden;
	border-bottom: 10px solid transparent;
}

#main .summary .post-info .author {
	padding-left: 0.6em;
}

#main .summary .post-info a {
	font-weight: bold;
}

#main .summary .post-info b {
	color: #999;
}

#main .summary .post-info a:not(:hover) {
	color: #999;
	text-decoration: underline;
}

#main .summary .post-info a.comments {
	background-image: url(images/comment-on.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding: 0 12px 0 22px;
	line-height: 32px;
	float: right;
}

#main .summary .post-info a.comments.No,
#main .summary .post-info a.comments.Aucun {
	background-image: url(images/comment-off.png);
}

/* 1 art */
#main .article,
#main .summary,
#main .lien {
	border-radius: 3px;
	margin: 30px auto;
	border-bottom: 1px solid #eee;
}

#main .article.post {
	border-bottom: none;
}

#main .article.post .art-headline {
	margin-top: 15px;
}

.summary .entry-title {
	font-size: 1.7em;
}

#main .summary footer a.more-link {
	background-color: #eee;
	text-decoration: none;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	padding: 2px 6px 3px 6px;
	margin: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	border-radius: 3px;
}

#main .summary footer a.more-link::after {
	content: ' &gt;';
}

#main .summary footer a.more-link:hover {
	background-color: #999;
	color: #fff;
	text-shadow: #666 1px 1px 1px;
}

/*#postcom,
.lien,
.comment .comm-main-frame*/ {
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

#body-layout,
#sidenav {
	background: white;
	box-shadow: inset 0 0 120px rgba(0, 0, 0, .125);
}/*
.lien {
	margin: 20px auto;
}*/

.article img {
	border: none;
	max-width: 100%;
}

.post-title {
	padding-bottom: 30px;
}
.post-title h1 {
	font-size: 1em;
	margin: 0;
}
.post-title h1 a {
	color: inherit;
}
.post-title .info {
	font-size: .8em;
	color: rgba(42, 42, 42, .5);
}

.article .post-title {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.article .post-title h1 {
	font-size: 2.5em;
	margin: .35em .15em 0.5em;
}

.article .post-title span.author::after {
	content: ' â‹… ';
}

.article .post-title time[itemprop='datePublished dateCreated']::before {
	content: 'PostÃ© le ';
}

.article .post-title time[itemprop='dateModified']:not(:empty)::before {
	content: ' â‹… Mis Ã&nbsp; jour le ';
}

.post-content {
	padding: 15px;
}

.post-content a {
	color: #2196F3;
}

a:hover {
	color: #df4926;
	text-decoration: none;
}

.post-content pre,
.post-content blockquote {
	margin: 1em 25% 1em 0;
	border: 1px dotted #ddd;
}

.post-content pre {
	white-space: pre-wrap;
	overflow: hidden;
	background-color: #fff;
	padding: 0.8em;
}

.post-content blockquote {
	min-height: 40px;
	padding: 0 1em .6em 2em;
	background: #fff url(images/blockquote.png) no-repeat 4px top;
}

.article table {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 2em auto;
	text-align: center;
	border-collapse: collapse;
}

.article table tr {
}

.article table td {
	border: 1px solid #ddd;
	padding: 7px 12px;
}

.post-footer {
	display: flex;
	padding: 15px;
	//background: rgba(0, 0, 0, .05);
	align-items: center;
}
.post-footer .post-tags {
	background: transparent url(images/icons.png) no-repeat 0px -104px;
	font-style: italic;
	padding-left: 20px;
	line-height: 22px;
	flex: 1;
}

.post-tags a:not(:first-of-type)::before {
	content: ',Â&nbsp;';
	display:inline-block;
	text-decoration: none;
}

.post-tags a:not(:first-of-type):hover::before {
	color: #4e4e4e;
}

.post-info .post-tags a:not(:first-of-type):hover::before {
	color: #999;
}

.post-info .post-tags:empty::before {
	content: 'Non classÃ©';
	font-style: italic;
}

/* File Downloads */

.article .file-download {
	display: inline-block;
	background-image: url(images/download.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	font-size: 1.2em;
	padding-left: 42px;
	line-height: 32px;
}

.article .file-download.large {
	background-image: url(images/download-large.png);
	font-size: 2.1em;
	padding-left: 54px;
	line-height: 44px;
}

.article .file-download.small {
	font-size: 1em;
	padding-left: 1.5em;
	line-height: 1em;
}

/*
.post-footer &gt; .post-tags &gt; a {
	padding: 3px 10px;
	margin-right: 4px;
	color: inherit;
	background: rgba(0, 0, 0, .05);
	border: #ccc 1px solid;
	border-radius: 3px;
	display: inline-block;
}
.post-footer &gt; .post-tags &gt; a:hover {
	background: rgba(0, 0, 0, .1);
}*/

/* Sharing Tools */

#sharing-tools {
	display: flex;
	padding: 6px 4px;
	border-top: 1px solid #ddd;
	background-color: #f6f6f6;
	color: #999;
}

#sharing-tools span {
	margin: 0 2px;
	padding: 2px 6px 4px;
	background-color: #eee;
	text-shadow: #fff 1px 1px 1px;
	font-style: italic;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}

#sharing-tools span:hover {
	background-color: #0071bb;
	text-shadow: #666 1px 1px 1px;
	color: #fff;
}

#sharing-tools .share:before {
	content: '\1F500\20'; /* Unicode Twisted Arrows: ðŸ”€ */
	font-family: Symbola, sans-serif;
	font-style: normal;
}

#sharing-tools .print:before {
	content: '\1F5B6\20'; /* Unicode Printer Symbol: ðŸ–¶ */
	font-family: Symbola, sans-serif;
	font-style: normal;
}

#sharing-tools .sharing-services {
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	display: flex;
	opacity: 0;
	width: 0;
	left: -1em;
	top: -1em;
	transition: top .3s, opacity .3s;
}

#sharing-tools .share:hover .sharing-services {
	opacity: 1;
	overflow: visible;
	top: 0.5em;
	width: 288px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	border-radius: 8px;
	z-index: 15;
}

#sharing-tools .sharing-services a {
	background: transparent url(images/socialize.jpg) no-repeat left bottom;
	width: 32px;
	height: 32px;
	float: left;
	position: relative;
	z-index: 5;
}

#sharing-tools .sharing-services a.twitter { background-position: 0px -32px; }
#sharing-tools .sharing-services a.digg { background-position: -32px -32px; }
#sharing-tools .sharing-services a.facebook { background-position: -64px -32px; }
#sharing-tools .sharing-services a.delicious { background-position: -96px -32px; }
#sharing-tools .sharing-services a.stumbleupon { background-position: -128px -32px; }
#sharing-tools .sharing-services a.google { background-position: -160px -32px; }
#sharing-tools .sharing-services a.linkedin { background-position: -192px -32px; }
#sharing-tools .sharing-services a.yahoo { background-position: -224px -32px; }
#sharing-tools .sharing-services a.technorati { background-position: -256px -32px; }

#sharing-tools .sharing-services a.twitter:hover { background-position: 0px 0px; }
#sharing-tools .sharing-services a.digg:hover { background-position: -32px 0px; }
#sharing-tools .sharing-services a.facebook:hover { background-position: -64px 0px; }
#sharing-tools .sharing-services a.delicious:hover { background-position: -96px 0px; }
#sharing-tools .sharing-services a.stumbleupon:hover { background-position: -128px 0px; }
#sharing-tools .sharing-services a.google:hover { background-position: -160px 0px; }
#sharing-tools .sharing-services a.linkedin:hover { background-position: -192px 0px; }
#sharing-tools .sharing-services a.yahoo:hover { background-position: -224px 0px; }
#sharing-tools .sharing-services a.technorati:hover { background-position: -256px 0px; }

#sharing-tools .sharing-services span {
	display: none;
}

/*
#sharing-tools a &gt; span {
	display: none;
}*/

/* Read more */

#readmore,
#commentaires,
#postcom {
	padding: 15px;
	max-width: 900px;
}


#readmore {
	overflow: hidden;
	padding-left: 30px;
}

#readmore .rdm-title {
	font-size: 1.2em;
}

#readmore ul {
	display: flex;
	list-style-type: none;
	font-size: 0.8em;
	padding-left: 0;
}

#readmore li {
	background-size: cover;
	background-position: center;
	width: 100px;
	height: 100px;
	overflow: visible;
	border: 1px solid #eee;
	margin: 10px 10px 41px 10px;
}

#readmore li a::before {
	content: '';
	display: block;
	padding-top: 110px;
	width: 100px;
}

/* list of comments */

#commentaires,
#postcom {
	border-top: 1px solid #eee;
	margin: 30px auto;
}

#commentaires {
	margin-top: 15;
	max-height: 600px;
	overflow-y: scroll;
}

#commentaires .nbcom,
.form-title {
	margin: 10px 0 40px;
	font-size: 1.3em;
}

/* 1 comment */

/*
.comment {
	margin-bottom: 24px;
	display: flex;
}

.comment:not(:last-of-type) .comm-icon-side::after {
	content: "";
	background-color: rgba(0, 0, 0, .05);
	display: block;
	width: 5px;
	height: 60%;
	height: calc(100% - 70px);
	position: relative;
	margin: 0 auto;
	top: 10px;
}

.comment .comm-icon-side {
	flex: 0 0 140px;
	text-align: center;
}
.comment .comm-icon-side time {
	font-size: .8em;
	color: rgba(0, 0, 0, .4);
}
.comment .comm-icon-side .com-gravatar {
	border-radius: 48px;
	color: rgba(0, 0, 0, .4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
	width: 48px;
	display: block;
	margin: 5px auto;
}

.comment .comm-main-frame {
	flex: 1;
	padding: 20px 24px;
	/*background-color: white;*//*
	border-bottom: 1px solid #d9d9d9;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.12),0 2px 4px rgba(0,0,0,0.24);*//*
	min-width: 0;
}

.comment:target .comm-main-frame {
	box-shadow: 0 8px 16px #2196F3;
}

.comment .com-head {
	padding: 0 0 15px;
	color: rgba(0, 0, 0, .5);
	font-size: .9em;
}

.comment .com-head .author {
	font-size: 1.25em;
	font-weight: bold;
	color: rgba(0, 0, 0, .8);
}

.com-footer {
	text-align: right;	
	padding: 15px 0 0
}*/

.comment header {
	background-image: url(images/comment-head.png);
	background-color: #5e5e5e;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
	position: relative;
	color: #e4e4e4;
	padding: 0 0 6px 78px;
	height: 59px;
	margin: 0;
}

.comment:target header {
	background-position: -1000px bottom;
	background-color: #3873bd;
}

.comment img.com-gravatar {
	position: absolute;
	bottom: 0px;
	width: 48px;
	height: 48px;
	left: 8px;
	z-index: 2;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}

.comment .com-author {
	margin: 0;
	padding: 4px 1em 16px 1em;
	line-height: 150%;
	font-size: 0.8em;
	font-weight: bold;
}

.comment .com-author time {
	font-weight: normal;
}

.comment .com-author a {
	color: #fff;
	text-decoration: underline;
}

.comment .com-author a:hover {
	text-decoration: none;
}

.comment header .com-reply {
	float: right;
	padding: 0 0.6em;
	opacity: 0;
	transition: opacity .3s, padding .3s;
}

.comment header:hover .com-reply {
	opacity: 1;
	padding-top: 0.8em;
}

.comment header .com-reply a {
	padding: 0.4em 0.5em;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 1px;
	border-top: 1px solid #fff;
	background-color: #e4e4e4;
	color: #4e4e4e;
}

.comment header .com-reply a:hover {
	text-shadow: #333 1px 1px 1px;
	border-top: 1px solid #ff284b;
	background-color: #ed1e24;
	color: #fff;
}

.comment .com-content {
	background-color: #f6f6f6;
	padding: .6em 1em 1em 1em;
	margin-bottom: .6em;
}

.comment .com-content p:first-of-type {
	margin-top: 0;
}

.comment .com-content p:last-of-type {
	margin-bottom: 0;
}

.comment footer {
	display: none;
	margin-top: 1.5em;
	text-align: right;
}

.comment footer a {
	padding: 5px;
	margin-left: 5px;
	border: 1px solid silver;
	border-radius: 4px;
	color: #aaa;
	font-style: italic;
}

.comment footer a:hover {
	background-color: #fff;
}

li.comment .comment-head .author {
	margin: 0;
	padding: 4px 1em 16px 1em;
	line-height: 150%;
}

/* links */

.post.lien .lien-title {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.post.lien .lien-title a:hover {
	text-decoration: underline;
}

.post.lien .lien-title .date {
	text-align: right;
	flex: 1 0 auto;
}

/* spÃ©cifique pour liste des liens */
.lien-permalien {
	color: #aaa;
	font-size: .75em;
	padding: 5px 0;
}


/* Formulaire commentaires 
------------------------------------------ */
#postcom {
	padding: 15px;
	/*background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	border-radius: 3px;
	margin: 30px 10px;*/
}

.form-commentaire fieldset {
	border: 0;
}

/* Boutons de formatage  */
p.formatbut {
	height: 30px;
	width: 100%;
	line-height: 28px;
	margin: 0; padding: 0;
	background: #f5f5f5;
}
.formatbut button {
	padding: 0;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0);
	height: 24px; width: 24px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.formatbut button:hover {
	border-color: silver;
}
.formatbut button:active {
	border-color: gray;
	background: #cde6ff;
	background: linear-gradient(to top, white, #d6d6d6);
}
.formatbut button span {
	display: inline-block;
	width: 16px;
	height: 24px;
}
.formatbut .spacer {
	width: 2px;
	margin: 0 4px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #fafafa
}
#button01 span { background: no-repeat -4px   -1px url(images/format.png); }
#button02 span { background: no-repeat -4px  -21px url(images/format.png); }
#button03 span { background: no-repeat -4px  -42px url(images/format.png); }
#button04 span { background: no-repeat -4px  -82px url(images/format.png); }
#button09 span { background: no-repeat -4px  -62px url(images/format.png); }
#button10 span { background: no-repeat -4px -102px url(images/format.png); }
#button12 span { background: no-repeat -4px -122px url(images/format.png); }


/* textarea field in comments */
.form-commentaire .field {
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 0;
}
.form-commentaire textarea {
	font: inherit inherit 300;
	resize: both;
	width: 100%;
	border: 0;
}

/* inputs */
.form-commentaire .infos {
	margin: 15px auto 0;
	max-width: 480px;
}
.form-commentaire .infos label {
	display: block;
	text-align: right;
	padding: 5px 0;
}

.form-commentaire .infos input {
	width: 250px;
	padding: 2px 0;
	border: 0;
	border-bottom: 1px solid #dadada;
	margin-left: 5px;
}

.form-commentaire input:not(.submit):focus {
	border-bottom-color: #2196F3;
	box-shadow: 0px -1px 0px #2196F3 inset;
}

.form-commentaire input:invalid {
	border-bottom-color: #f44336;
	box-shadow: 0px -1px 0px #f44336 inset;
}

.form-commentaire .buttons {
	max-width: 70%;
	text-align: right;
}

.form-commentaire .submit {
    background: #2196F3 none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: bold;
    vertical-align: middle;
    padding: 6px 12px;
    margin: 7px 0px 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    border: 1px solid transparent;
    min-width: 100px;
}

.form-commentaire .submit[name="previsualiser"] {
	background: #ddd none repeat scroll 0% 0%;
	color: #4e4e4e;
	box-shadow: none;
}

.form-commentaire .submit:hover {
	background-color: #39a1f4;
}

.form-commentaire .submit[name="previsualiser"]:hover {
	background-color: #e3e3e3;
}

/*.form-commentaire .submit[name="previsualiser"]:hover {
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}*/

/* mode "liste tous les articles" */
#liste-all-articles {
	padding: 20px 50px;/*
	background: white;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	border-radius: 2px;*/
	list-style-type: none;
}

#liste-all-articles::before,
.lien:first-of-type::before {
	font-family: 'Trebuchet MS', Roboto, Arial, sans-serif;
	font-weight: bold;
	line-height: 3em;
	font-size: 2em;
	clear: both;
}

#liste-all-articles::before {
	content: 'Tous les articles';
}

.lien:first-of-type::before {
	content: 'Liens partagÃ©s';
}

.lien {
	padding: 20px 50px;
}

#liste-all-articles li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

#liste-all-articles li time {
	order: 1;
	flex: 1 0 auto;
	text-align: right;
}
#liste-all-articles li a {
}

/* Liens de navigation */
.pagination {
	text-align: center;
	margin: 30px auto;
	min-height: 29px;
	/*font-size: 1.1em;*/
	color: rgba(0, 0, 0, .5);
}

.pagination a {
	display: inline-block;
	/*padding: 8px 16px;*/
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: /*white*/ transparent;
	transition: background-color .3s, color .15s, box-shadow .3s, opacity 0.3s;
}

.pagination a:hover {
	background: rgba(0, 0, 0, .1);
}

/*
.pagination a:nth-of-type(n+2) {
	border-left: 0;
}*/

.pagination a[rel="next"] {
	float: right;
	text-align: left;
	max-width: 42%;
}

.pagination a[rel="next"]::after {
	content: "Â&nbsp;Â»";
}

.pagination a[rel="prev"] {
	float: left;
	text-align: right;
	max-width: 42%;
}

.pagination a[rel="prev"]::before {
	content: "Â«Â&nbsp;";
}

/* PAGE FOOTER 
------------------------------------------------------------------------ */
body &gt; footer {
	padding: 15px 0 30px;
	text-align: center;
	font-size: .8em;
	color: #888;
}

body &gt; footer a {
	color: #bbb;
}



/* MOBILE THEME ~ MEDIA QUERIES
--------------------------------------------------------------------------*/
@media (min-width: 1200px) {
	#body-layout #sidenav {
		order: 1;
		padding-top: 50px;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		transition: none;
		opacity: 1;
		width: 320px;
		overflow: auto;
		margin-left: 0;
		/*box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);*/
	}
	#top-bar,
	#top-bar-spacer,
	:target:before {
		display: none;
	}
	#head-wrapper &gt; header {
		font-size: 3.25em;
	}
	#sidenav {
		background: transparent;
		box-shadow: none;
	}
	#sidenav #search {
		display: block;
	}
}

@media (max-width: 750px) {
	#top-bar {
		background: black url(images/header-bg.jpg) no-repeat scroll center / 100%;
	}
	#top-bar button {
		height: 60px;
		width: 60px;
		overflow: hidden;
		border-color: black;
		background-color: black;
	}
	#top-bar h1 a {
		display: inline-block;
	}
	#search {
		padding: 5px 5px 5px 0;
		flex-basis: 50px;
	}
	#search input[type="search"] {
		width: 40px;
	}

	#search input[value=""]:focus,
	#search input:not([value=""]) { /* focus OR not empty (a search is done) */
		position: absolute;
		background-color: white;
		cursor: text;
		width: 100%;
		width: calc(100% - 10px - 60px );
		top: 10px;
		right: 5px;
		left: auto;
	}
	#search input[value=""]:focus { /* onfocus */
		animation: popup-search .4s;
		animation-fill-mode: forwards;
	}

	@keyframes popup-search {
		0% {
			width: 50px;
		}
		100% {
			width: 100%;
			width: calc(100% - 10px - 60px );
		}
	}

	#head-wrapper {
		display: none;
	}

	#body-wrapper {
		border: 0;
	}

	#sidenav {
		margin-left: 0;
	}

	#main {
		padding-left: 10px;
		padding-right: 10px;
	}

	.post-content,
	.post-footer {
		padding: 10px;
	}

	.article-image {
		margin-left: -5px;
		margin-top: 8px;
		height: 72px;
		width: 72px;
		object-fit: cover;
	}

	article.post meta:not([content='']) ~ div &gt; div,
	article.post meta:not([content='']) ~ div &gt; footer {
		margin-left: -90px;
	}

	.summary h2 {
		font-size: 1.3em;
		max-height: 2.3em;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#sharing-tools .sharing-services {
		left: -7px;
		top: 0;
	}

	#readmore,
	#commentaires,
	#postcom {
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px;
		padding: 5px;
	}

	.comment header .com-reply {
		display: none;
	}

	.comment footer {
		display: block;
	}

	/*
	.comment .comm-icon-side {
		flex: 0 0 70px;
	}
	.comment:not(:last-of-type) .comm-icon-side::after {
		left: 32px;
	}*/

	.form-commentaire .infos label {
		text-align: left;
	}

	.form-commentaire .infos input {
		display: block;
	}

	#liste-all-articles {
		padding: 15px;
	}

	#liste-all-articles li {
		flex-direction: column-reverse;
		align-items: baseline;
	}

	#liste-all-articles li time {
		font-size: .8em;
		color: rgba(42, 42, 42, .4);
		width: 100%;
	}

}

/* PRINTABLE THEME ~ MEDIA QUERIES
--------------------------------------------------------------------------*/

@media print {
	#top-bar,
	#head-wrapper,
	#sidenav,
	#sharing-tools,
	#readmore,
	#postcom,
	body &gt; footer {
		display: none;
	}

	html, body {
		font-size: 11px;
	}

	.comment header,
	.comment .com-author a {
		background: none;
		text-shadow: none;
		color: black;
		height: auto;
		margin-top: 1em;
	}

	#body-wrapper,
	#body-layout,
	#main-wrapper,
	#main,
	article .post,
	#commentaires,
	.comment .com-content
	.comment p {
		display: inline;
		color: black;
		background: none;
		box-shadow: none;
		border: none;
		margin: 0;
		padding: 0;
	}

	.comment .com-content {
		padding: 0 0 1em 85px;
	}
}
</pre></body></html>