.top:before {
	content:'\279C';
	color:white;
	font-size: 1.5em;
}


.top {
	float: right;
	background-color: #45837F;
	border-radius: 50%;
	transform: rotate(270deg);
	padding: 7px;
	margin-top: -10px;
	height: 22px;
	margin-left: 20px;
	transition: .2s ease;
}

.top:hover {
	background-color: #444;
	transform: rotate(630deg);
}


/* GENERAL
-------------------------------------------------------- */
::selection {		/* Couleur lors du surlignage */
	background: none repeat scroll 0% 0% #FFB7B7 !important; /*rose*/
	color: rgba(0, 0, 0, 0.7);
}

::-moz-selection {		/* Couleur lors du surlignage */
	background: none repeat scroll 0% 0% #FFB7B7 !important; /*rose*/
	color: rgba(0, 0, 0, 0.7);
}

/* ======== Placeholder colors ======== */

::-webkit-input-placeholder {
	color: #6D6D6D;
	font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
	color: #6D6D6D;
	font-weight: normal;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #6D6D6D;
	font-weight: normal;
}

:-ms-input-placeholder {  
	color: #6D6D6D;
	font-weight: normal;
}

/* ======================================== */


a:active {		/* enlève les poitillés lors du clique */
	outline:0;
}

.texte-article > img {
	width: 100%;
}

html {

	border-style: solid; border-width: 6px 0px 0px;
	-moz-border-image: url(page-top-bg.jpg) 6 143 repeat;
	-webkit-border-image: url(page-top-bg.jpg) 6 143 repeat;
	-o-border-image: url(page-top-bg.jpg) 6 143 repeat;
	border-image: url(page-top-bg.jpg) 6 143 fill repeat;
	width:100%;
	height:100%;
}


html, body {
	color: #333;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	font-size:13px;
}

body {
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 90px;
	background-color: #210F1D;
	background-image: url(main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center -6px;
	counter-reset: commentaires;
}


/* BALISE VIDEO HTML5
-------------------------- */

video {
	width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr {
	display: none;
}

/*p {
	margin-bottom: 15px;
}*/

h1 {
	font-size: 4em;
}

a {
	/*color: #0066CC;*/
	color: #F50C56;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.post a:visited {
	color: #7FB2E5;
}

input[type="text"], input[type="url"], input[type="search"], input[type="email"], textarea {
	/* for accessibility */
	background-color: white !important;
	color: black !important;
	/*box-shadow: 1px 1px 2px silver;*/
}

input[type="submit"]{
	cursor:pointer;
}

#form-commentaire input:focus {
	box-shadow: 1px 1px 5px silver;
}

/* old browser compatibility */
article, aside, figcaption, figure, footer, header, hgroup, nav, section, main {
	display: block;
}

/* LAYOUT
-------------------------------------------------------- */

body {
	font-family: 'ubuntu',sans-serif;
}

body > header {
	padding-top: 12px;
	color: #fff;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

body > header h1 {
	top: -25px;
	position: relative;
	font-family: 'Damion',cursive;
	line-height: 20px;
	font-size: 57px;
	margin-left: -20px;
	width: 10%;
}

body > header h2 {
	float: left;
	position: absolute;
	font-family: 'ubuntu',sans-serif;
	font-style: italic;
	color: #D7C1C6;
	font-size: 1em !important;
	margin-left: -20px;
	top: 88px;
	z-index: -1;
}

body > header h1 a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	font-size: 1.5em;
}

body > header h1 a:hover {
	text-decoration: none;
}


/* MENU
-------------------------------------------------------- */

menu {
	margin: -10px -20px 30px;
	background-color: #262626;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.33);
	height: 52px;
	width: 100%;
	list-style: none;
	font-family: 'benchnine';
}

#nav {
	margin-left: -80px;
	text-transform:uppercase;
}

#nav > li {
	cursor: pointer;
	display: inline-block;
    position: relative;
    padding: 5px 10px 5px 10px;
    color: #fff;
    padding: 18px;
	font-size: 1.3em;
	float: left;
	border-right: solid 1px #3A3A3A;
	height: 16px;
}

#nav li:last-child {
	border: 0;
}

#nav > li:after {
	content: "";
	width: 100%;
	height: 18px;
	position: absolute;
	left: 0px;
	z-index: -1; /* Évite à l'after de se positionner sur les liens */ 
}

#nav > li:hover:after {
	border-bottom: 6px solid #45837F;
	transition: .2s ease;
}

#nav li a {
	display: block;
	background-color: #262626;
	color: #FFF;
	font: 1em/52px "benchnine",Arial,sans-serif;
	text-align: center;
	text-decoration: none;
	margin: -18px -15px;
	padding-right: 15px;
	padding-left: 15px;
	/* font-weight: bold; */
	letter-spacing: 0px;
}




/* ==== Sous menu ==== */

#nav li ul {
	height: 0;
    opacity: 0;
	z-index: -999;
	position: absolute;
	background-color: #45837F;
	margin-left: -20px;
	margin-top: 17px;
	transition: opacity .3s ease;
	cursor: default;
}

/* Sous menu quand Lien du menu survolé */

#nav li:hover ul {
	display: block;
	background-color: #45837F !important;
	transition: opacity .3s ease;
	height: auto;
    opacity: 1;
    z-index: 999;
    cursor: default;
}

#nav li ul li {
	background-color: #45837F !important;
	border: 0px;
	margin-left: -40px;
	padding: 10px 0px 0px;
	width: 240px;
	transition: .3s ease;
	cursor: pointer;
    height: 16px;
    list-style: none;
}

#nav li ul li:hover {
	border: 0;
	cursor: default;
	list-style: none;
}

#nav li ul li:first-child {
	margin-top: 10px;
}

#nav li ul li:last-child {
	margin-bottom: 10px;
}

#nav li ul li a {
	font-size: 0.9em;
	width: 210px;
	background-color: #45837F !important;
	line-height: 20px;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}

#nav li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.2) !important;
	transition: .3s ease;
}



/* ==== Sous sous menu ==== */

#nav li:hover ul li ul {
	height: 0;
    opacity: 0;
	z-index: -999;
	display:none;
}

#nav li ul li a:hover ~ ul {
	display:block;
	height: auto;
    opacity: 1;
    z-index: 999;
    margin-left: 100%;
    margin-top: -18px;
}

#nav li ul li:hover > a {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

#nav li ul li ul a {
	font-size: 0.9em !important;
	width: 210px;
	background-color: #45837F !important;
	line-height: 22px;
	margin-top: -10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#nav li ul li ul:hover {
	display:block;
	height: auto;
    opacity: 1;
    z-index: 999;
    margin-left: 100%;
    margin-top: -18px;
}

#nav li ul li ul li {

}

#nav li a[class="menu_arrow"]:after {
	content: "";
	float: right;
	margin: 0px 0px 0px 5px;
	transition: all 0.5s ease 0s;
	height: 50px;
	width: 10px;
	background-image: url('arrow.png');
	background-position: 0px 12px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav li a[class="menu_arrow"]:after {
		background-image: url('arrow90.png');
		background-position: 2px 21px;
		background-repeat: no-repeat;
	}
}


li:hover > a.menu_arrow::after
{
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

.menu_arrow2:after {
	content: "";
	float: right;
	margin: -15px 0px -50px 0px;
	transition: all 0.5s ease 0s;
	height: 35px;
	width: 10px;
	background-image: url('arrow.png');
	background-position: 0px 20px;
	background-repeat: no-repeat;
}

li:hover > a.menu_arrow2::after
{
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
}


/* /MENU
-------------------------------------------------------- */

main {
	position: relative;
	width: 100%;
	margin: 0px -38px 0px 20px;
}

article {
	/*width: 68.5%;*/
	padding: 0px 20px 0 20px;
}

header[class="titre"] {
	font-size: 1.6em;
	transition: all 0.7s ease 0s;
	font-family: "BenchNine",sans-serif;
	position: relative;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 50px;
	margin-top: 25px;
	top: 0px;
}

header[class="titre"] a {
	font-size: 1.8em;
	color: #434242 !important;
	transition: all 0.7s ease 0s;
	position: relative;
}

header[class="titre"] a:hover {
	color: #F50C56 !important;
	transition: .7s ease;
	text-decoration: none;
}

.pen {
	background: url('post-format-icons.png') no-repeat scroll 0px -240px #45837F;
	border-bottom: 2px solid #45837F;
	top: 25px;
	width: 69px;
	height: 60px;
	float: none;
	left: -99px;
	display: inline-block;
	border-radius: 30px 0px 0px 30px;
	position: relative;
	}

.date {
	/*text-align: right;*/
	color: #71A08B;
	font-family: "BenchNine",sans-serif;
	font-weight: bold;
	font-size: 22px;
	transform: translate(-75px, -3px);
	-ms-transform: translate(-75px, -3px);; /* IE 9 */
	-webkit-transform: translate(-75px, -3px); /* Chrome, Safari, Opera */
	margin-left: 70px;
	border-bottom: 1px dashed #71A08B;
	width: 100%;
	margin-top: -75px;
}

H3.date {
	transform: rotate(360deg) translate(47px, 30px);
	color: #000;
}

#contenu {
   /* width: 68%;
    margin-left: -20px; */
	float: left;
	margin-left: -40px;
	width: 68%;
	margin-right: -30px;
}

.texte-article {
	color: #858080;
	font-size: 16px;
	line-height: 1.3em;
	position: relative;
	display: block;
	margin-left: 0px;
	margin-top: 10px;
}

#sidebar {
	/* color: #6B6B6B;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0px 10px;
	width: 33%;
	margin-right: -20px; */
	color: #6B6B6B;
	float: left;
	margin-left: 60px;
	border-radius: 0px 10px;
	width: 32.9%;
}

.footer-article {
    border-top: 1px solid #EBEAE7;
    padding: 0px 5px 0px;
    margin: 60px -30px 10px;
    height: 0px;
}

.nb-comments {
    background: url('fa-comment.svg') no-repeat scroll 5% center / 20px 20px transparent;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 20px;
}

.nb-comments a {
	font-style: italic;
	color: #2C2C2C;
	font-size:16px;
	margin-left: 35px;
	font-weight: bold;
}

.nb-comments a:hover {
	color: #F50C56;
}

/* inside POST
-------------------------------------------------------- */

h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

h3 {
	vertical-align: middle;
	margin-bottom: 0;
}

#sidebar h3 {
	padding: 5px 0;
}

h3 img {
	vertical-align: middle;
}


/* POST BLOCS
-------------------------------------------------------- */
.news {
	color: #858080;
	font-size: 16px;
	line-height: 1.3em;
	padding: 5px 30px 30px 30px;
	background: none repeat scroll 0% 0% #FFF;
    margin-bottom: 35px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
}


.lien /*, .comment*/ {
    background: none repeat scroll 0% 0% #FFF;
    margin-bottom: 30px;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
    padding: 1px 0px 30px;
    min-height: 220px;
}

/* article de blog */
.news, .comment, .lien {
	word-wrap: break-word;
}

.news pre, .comment pre, .lien pre {
	white-space: pre-wrap;
	padding: 20px;
	background-color: grey;
	margin: 20px;
	background-color: rgba(51, 51, 51, 1);
	font-size: 0.75em;
	color: #FFF;
	border-radius: 5px;
}

.news h3, .lien h3 {
	font-size: 1em;
}

.chapo {
	padding: 5px;
}

.permalien {
	color: gray;
	font-size: 0.7em;
	text-align: right;
}

/* COMMENT BLOCS
-------------------------------------------------------- */
#nb-commentaire-article {
	background-color: #fff;
	border-top: solid 6px #45837F;
	margin-bottom: 30px;
}


.nb-commentaire-article {
    background-color: #FFF;
    font-size: 2.4em;
    line-height: 50px;
    margin: 10px 0px 50px 0px;
    letter-spacing: -1px;
    padding: 10px 20px 15px;
}


.comment {
	border-bottom: 1px solid #EBEAE7;
	border-radius: 0px;
	padding: 15px;
	background: none repeat scroll 0% 0% rgba(240, 240, 240, 0.50);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	max-width: 90%;
	box-shadow: 1px 1px 8px -1px #686868;
    color: #858080;
    font-size: 16px;
    line-height: 1.5em;
}

.comment h3 {
    font-size: 1.05em;
    margin: -5px -15px 15px;
    border-bottom: 2px solid #D1D1D1;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: #E3E3E3;
    padding-top: 7px;
}

.comment h3 a {
	color: rgba(67, 115, 186, 1) !important;
	font-size: large;
}

.heure_comment {
	position: relative;
	color: rgba(167, 159, 159, 1);
	top: 20px;
	border-top: 1px solid rgba(209, 209, 209, 1);
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-top: 10px;
}


.com-reply  {
	/*
	padding: 5px;
	position: relative;
	top: -50px;
	display:inline;
	left: 40px;
	*/
	position: relative;
	display: inline;
	float: right;
	margin-top: -45px;
    right: 50px;
}

a[class="répondre"] {
	color: #F50C56;
	background: url('reply.svg') no-repeat scroll 5% center / 20px 20px transparent;
	padding: 0px 10px 0px 30px;
	float: right;
	margin-top: -20px;
	position: relative;
	margin-right: -15px;
}

a[class="link"] {
    float: right;
    margin-top: -3px;
    padding: 5px 15px 0px 0px;
    margin-left: -15px;
    margin-right: -15px;
    counter-increment: commentaires;
}


a[class="link"]:after {
        content:counter(commentaires);
}

.rss-article {
	padding-left: 20px;
}

/* FORM COMMENT
============================================================ */

#postcom {
	padding-left: 10px;
	padding-bottom: 30px;
}

#postcom label {
	background: none repeat scroll 0% 0% rgba(195, 203, 228, 0.12);
	border-color: rgba(99, 90, 90, 0.14);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	list-style: none outside none;
	box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.47);
	margin-left: 10px;
	height: 45px;
	padding: 10px 20px;
	line-height: 45px;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}

label b {
	color: red;
}

#postcom .infos label {
    display: block;
    font-size: 1.4em;
}


/* ============================================================ */

fieldset.field:before {
	content: "Écrire un commentaire";
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 45px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
	border-top: 10px double rgba(240, 240, 240, 1);
	z-index: -1;
}

input[name="email"], input[name="auteur"], input[name="captcha"], input[name="webpage"] {
    font-size: 14px !important;
    padding: 3px 10px !important;
    border-radius: 8px !important;
    transition: all 0.5s ease 0s !important;
    border: 2px solid #808080 !important;
    margin-left: 30px !important;
    width: auto !important;
    float: right;
    transition: all 0.5s ease 0s;
   	text-align: center;
   	font-weight: bold;
}

input[name="email"]:focus, input[name="auteur"]:focus, input[name="captcha"]:focus, input[name="webpage"]:focus {
	box-shadow: 0px 0px 5px -1px rgba(64, 158, 165, 0.5) !important;
	border: 2px solid #409EA5 !important;
	color: #000 !important;
}

fieldset[class="cookie"] {
	margin-top: 0px !important;
	margin-bottom: -20px;
}

label[for="allowcookie"], label[for="subscribe"] {
	background-color: transparent !important;
	border: none !important;
	margin-top: 10px !important;
	margin-left: -10px !important;
	margin-bottom: 15px !important;
	color: #333 !important;
	font-weight: normal !important;
	line-height: 20px !important;
	padding-right: 0 !important;
}

fieldset input[type="checkbox"] {
	margin-left: 30px;
}

fieldset.buttons input.submit {
	margin-top: 30px;
	border: medium none;
	border-radius: 5px;
	color: rgba(75, 75, 75, 1);
	display: block;
	font: 18px Georgia,"Times New Roman",Times,serif;
	letter-spacing: 1px;
	padding: 7px 25px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	background-color: #85C4E7;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-right: 20px;
	display: inline-block;
}

input[id="subscribe"] {
	margin-top: 20px;
}

fieldset.buttons input.submit:hover {	
	background-color: rgba(231, 213, 133, 1);
}


input[name="enregistrer"] {
	margin-left: 290px !important;
}

input[name="previsualiser"] {
	position: absolute;
	left: 5px;
}


#previsualisation H3 a {
	display: none;
}

/* ============================================================= */






.infos input, textarea.commentaire {
	border: 1px solid gray;
}

textarea.commentaire {
	border-radius: 0px 0px 5px 5px;
	border-top-width: 0px;
	width: 100%;
	padding: 1%;
	margin-left: 0px;
	margin-top: -1px;
}

.formatbut input, .infos input {
	display: inline;
	min-width: 26px;
}

.formatbut .pm {
	float: right;
}

#form-commentaire {
	margin-right: 35px;
	margin-left: 10px;
}

#form-commentaire fieldset {
    border: medium none;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    margin-left: -10px;
    margin-top: 60px;
}

#form-commentaire .infos {
	margin: 10px -10px;
}

#form-commentaire fieldset.infos input {
    border-radius: 5px;
    width: 100%;
    padding: 3px 8px;
    margin: 10px 0px 20px 0px;
}



/* Boutons de formatage  */
p.formatbut {
    border-width: 1px 1px 0px;
    border-style: solid solid none;
    border-color: #9999A3 #9999A3 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 30px;
    line-height: 28px;
    padding: 0px 1%;
    width: 100%;
    margin: auto;
    background: none repeat scroll 0% 0% rgba(218, 218, 218, 0.3);
}

.formatbut button.pm {
	margin-top: 3px;
}

.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-color: rgba(0, 0, 0, 0);
	background: #cde6ff;
	background: -webkit-linear-gradient(bottom, white, #d6d6d6);
	background: -moz-linear-gradient(bottom, white, #d6d6d6);
	background: -ms-linear-gradient(bottom, white, #d6d6d6);
	background: -o-linear-gradient(bottom, white, #d6d6d6);
}

.formatbut button span {
	display: inline-block;
	width: 16px;
	height: 24px;
}

.formatbut span.spacer {
    width: 2px;
    margin: 0px 4px;
    border-left: 2px solid rgba(129, 129, 129, 1);
}



#pmm span      { background: no-repeat -4px -142px url(format.png); }
#pmp span      { background: no-repeat -4px -162px url(format.png); }
#button01 span { background: no-repeat -4px   -1px url(format.png); }
#button02 span { background: no-repeat -4px  -21px url(format.png); }
#button03 span { background: no-repeat -4px  -42px url(format.png); }
#button04 span { background: no-repeat -4px  -82px url(format.png); }
#button09 span { background: no-repeat -4px  -62px url(format.png); }
#button10 span { background: no-repeat -4px -102px url(format.png); }
#button12 span { background: no-repeat -4px -122px url(format.png); }


#erreurs {
	background-color: rgba(255, 0, 0, .3);
	color: white;
	border-radius: 10px;
	padding: 1px;
	margin-left: -5px;
	width: 100%;
	margin-bottom: 15px;
	font-weight: bold;
}


/* SEARCH FORM	=  recherche
-------------------------------------------------------- */

nav#navigate h3 {
	display: none;
}

#q {
	height: 21px;
	background: none repeat scroll 0% 0% #FFF;
	border-radius: 16px;
	border: medium none;
	width: 261px;
	box-shadow: none;
	padding: 6px 35px 6px 15px;
	margin-top: 39px;
	float: right;
	margin-right: -20px;
}

#input-rechercher { /* submit*/
	padding: 0px;
	width: 35px;
	height: 33px;
	box-shadow: none;
	transition: all 200ms linear 0s;
	float: right;
	background: url(top-search-submit.png) no-repeat scroll 0px 0px transparent;
	border: none;
	color: transparent;
	margin-right: -311px;
    margin-top: 39px;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#input-rechercher {
		margin-right: -40px;
		margin-top: 40px;
	}

	#q {
		padding: 6px 15px 6px 35px;
		height: 35px;
	}

}


#input-rechercher:hover {
	background: url(top-search-submit.png) no-repeat scroll 0px -33px transparent;
	z-index: 5;
}

/* DERNIERS COMMENTAIRES
-------------------------------------------------------- */
/*
nav#last_comments {
	background-color: #fff;
	border-top: #45837F 6px solid;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	padding: 20px 35px;
	font-size: 16px;
	transition: .3s linear;
}
*/

/* Nouvelle MODIF */
nav#last_comments {
	background-color: #fff;
	border-top: #45837F 6px solid;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	padding: 20px 30px;
	font-size: 16px;
	transition: .3s linear;
	margin: 0px 0px 10px -35px;
}


nav#last_comments:hover {
	border-top-color: #EBEAE7;
}

nav#last_comments H3 {
	font-size: 1.5em;
	color: #434242;
	line-height: 50px;
	margin: -10px;
	letter-spacing: -2px;
}

nav#last_comments H3 img {
	display: none;
}

ul.encart_lastcom > li {
	padding: 0px 0px 10px 16px;
	background: url(list-bullet.gif) no-repeat scroll 0px 0px transparent;
	list-style: none outside none;
	margin: 0px 0px 10px -20px;
	padding-right: 30px;
}

ul.encart_lastcom > li a {
	color: #F50C56;
	transition: .2s linear;
}

ul.encart_lastcom > li a:hover {
	text-decoration: underline;
	color: #71A08B;
	transition: .2s linear;
}

/* CALENDAR
-------------------------------------------------------- */

#calendrier {
	display: none;
	border: none;
}

#calendrier caption {
	color: #666;
	padding: 4px;
}

#calendrier caption a {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}

#calendrier td {
	color: #555;
	text-align: center;
	width: 30px;
	line-height: 2em;
}

#calendrier td a {
	display: block;
	text-decoration: none;
	color: #111;
	border-radius: 5px;
	border: 0px solid #aecfff;
	border-width: 1px 0 0 1px;
	background: #fff;
	font-weight: bold;
}

#calendrier td a:hover {
	border-width: 0 1px 1px 0;
	color: #000;
	box-shadow: 1px 1px 2px #888;
}

#calendrier td.active a {
	color:#fff;
	background: #3583e7;
}

.encart_lastcom {
	margin-left: -20px;
	list-style-type: none;
}


/* SIDEBAR
-------------------------------------------------------- */

nav#liens {
	display: none;
}


nav#random,nav#last_comments, nav#rss, nav#amis, nav#liens {
	border-top-color: #EBEAE7;
	background-color: #FFF;
	/*width: 290px;*/
	border-top: 6px solid #45837F;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	padding: 20px 0px 20px 30px;
	margin: 0px 0px 30px 0px;
	font-size: 16px;
	transition: all 0.3s linear 0s;
}

nav#last_comments:hover, nav#random:hover, nav#rss:hover {
	border-top-color: #EBEAE7; /* Couleur border blanche au survol */
}

nav#tags:hover, nav#amis:hover {
	border-top-color: #3C3C3C; /* Couleur border noire au survol */
}

nav#random H3 {
	font-size: 1.5em;
	color: #434242;
	line-height: 50px;
	margin: -10px;
	letter-spacing: -2px;
}

nav#random > ul > li {
	padding: 0px 0px 10px 16px;
	background: url(list-bullet.gif) no-repeat scroll 0px 0px transparent;
	list-style: none outside none;
	margin: 0px 0px 0px -20px;
}

nav#tags {
	background-color: #FFF;
	border-top: 6px solid #45837F;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	margin: 0px 0px 30px;
	transition: all 0.3s linear 0s;
	padding: 18px 10px 20px;
}

nav#tags > ul > li {
	border-radius: 3px;
	display: inline;
}

nav#tags > ul {
	padding-right: 20px;
}

nav#tags > ul > li > a {
	color: #FFF;
	text-decoration: none;
	background-color: #FF5B5B;
	line-height: 18px;
	margin: 0px 2px 2px 0px;
	padding: 0px 10px;
	border-radius: 10px;
	border: 1px solid #F40000;
	display: inline-block;
	transition: .2s ease;
}

nav#tags > ul > li >a:hover {
	background: none repeat scroll 0% 0% #444;
	border: 1px solid #111;
}

nav#tags H3 {
	font-size: 1.8em;
	color: #434242;
	line-height: 50px;
	margin: -10px;
	letter-spacing: -2px;
	padding-left: 20px;
}

nav#tags H3 img {
	display: none;
}

nav#rss H4 {
	font-size: 1.5em;
	color: #434242;
	line-height: 50px;
	margin: -10px;
	letter-spacing: -2px;
}

nav#rss li {
    padding: 0px 0px 10px 16px;
    background: url(list-bullet.gif) no-repeat scroll 0px 0px transparent;
    list-style: none outside none;
    margin: 0px 0px 0px -20px;
}

nav#amis H3, nav#liens H3 {
	font-size: 1.5em;
	color: #434242;
	line-height: 50px;
	margin: -10px;
	letter-spacing: -2px;
}

nav#amis li, nav#liens li {
    padding: 0px 0px 10px 16px;
    background: url(list-bullet.gif) no-repeat scroll 0px 0px transparent;
    list-style: none outside none;
    margin: 0px 0px 0px -20px;
}


/* FOOTER
-------------------------------------------------------- */

body > footer {
	border-bottom: 6px solid #45837F;
	background-color: #fff;
	padding: 15px 15px 15px 35px;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	color: #858080;
	font-size: 16px;
	line-height: 20px;
	margin-left: -20px;
	margin-right: -20px;
}


body > footer a, body > footer a:visited { color: inherit; }

footer a {
	text-decoration: underline !important;
}

/* OTHERS
-------------------------------------------------------- */

blockquote, q {
	font-style: italic;
	color: #555;
	padding: 0px 20px 0px 15px;
	margin: 10px 20px 0px 30px;
	border-left: 5px solid rgba(185, 192, 200, 1);
	display: block;
}

.tags a:before {
	content: "#";
	margin-left: 5px;
}

.tags a {
	color: #F50C56;
}

.tags {
    font-size: 14px;
    background-color: #FFF;
    text-align: right;
    float: right;
    margin-right: -5px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 9px;
}


.img {
	display: block;
	border-radius: 10px;
	margin: 0 auto;
}

#sidebar hr {
	height: 10px;
	border: 0 solid silver;
	border-width: 0 0 1px 0;
	border-radius: 0 10px 10px 0;
	box-shadow: -4px 1px 2px #fff, -2px 3px 2px #cde6ff;
}

#nombre_comment {
	font-weight: bold;
	font-size: 1.10em;
}

.pagination a:visited {
	color: #0066CC;
}
.pagination {
	background-color: #FFF;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.22);
	padding: 15px 35px;
	font-size: 16px;
	transition: all 0.3s linear 0s;
	text-align: center;
	margin: 0px 0px 30px;
}

#email-adress { display: none!important; }




/* ==============================================================================
---------------------------------------------------------------------------------
 						DÉBUT DES RESPONSIVES
---------------------------------------------------------------------------------
================================================================================= */


/* RESPONSIVE
---------------------- */
@media (max-width: 1110px) {

	#postcom label {
		padding: 20px;
		line-height: 5px;
		margin-left: -15px;
		margin-bottom: 15px;
		width: 100% !important;
	}


	input[name="email"], input[name="auteur"], input[name="captcha"], input[name="webpage"] {
		width: 100% !important;
		float: left;
		margin-top: 10px !important;
		margin-left: -13px !important;
	}

}



/* RESPONSIVE MENU RÉTRACTABLE
---------------------------------- */

@media (max-width: 900px) { /* = Changez cette valeur en fonction de la taille de votre menu */

label[for=button] {
	text-align: center;
	position: relative;
	display: block;
	min-height: 2.25em;
	padding-bottom: 15px;
	line-height: 1.3;
	color: #FFF;
	transition: all 1s linear 0s;
	margin-left: -50px;
	cursor: pointer;
	padding-bottom: 20px;
}


label[for=button]:active {
	background-color: #6D777D;
}

label[for=button]:hover {
		background-color: #709AB4;
		transition: .3s ease;
		padding-bottom: 20px;
}

label[for=button]:after {
    position: absolute;
    right: 1em;
    left: 2.2em;
    color: #FFF;
    top: 5px;
    content: "Menu    ";
    font-size: 1.8em;
    border: 3px dashed #B7B0B0;
    left: 0px;
    padding-bottom: 3px;
    border-radius: 20px;
    z-index: 9999999999999;
	margin-left: 30px;
}



input[type=checkbox]:checked ~ label[for=button]:after {
	color:#FFFFFF;
}

input[type=checkbox]:checked ~ label[for=button]{
	background-color: #6D777D;
	transition: 1s ease;
}


#nav {
	margin-top: 0px;
	background-image: none;
	height: 80px;
}

ul#nav {
	margin-top: -20px;
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
	display: none;
	left: 0%;
}

ul#nav > li:first-child {
	border-top: 3px solid #ABA7A7;
}

ul#nav > li:last-child {
	border-bottom: 6px solid #ABA7A7;
	padding-bottom: 0;
}

#nav li {
	padding:0;
	border-right: 0;
}

#nav li:hover {
	border-bottom: 0;
}


#nav li a {
	margin: 0;
	background-color: #262626;
}

#nav li a:hover {
	background-color:#45837F;
}

#nav > li:hover:after {
	border-bottom: 0px;
}


input[type=checkbox]:checked ~ ul {
      display: block !important;
      position:absolute;
      z-index: 99999;
}


ul#nav li {
	width: 100%;
	background-color: #383838;
	border-color: #AA9FB0;
	/*border-radius: 10px;*/
	text-align: center;
	padding-bottom: 5px;
	top: 20px;
	position: relative;
	/*transition: linear 1s;*/
	height: 50px;
}


#nav ul li a {
	padding-top: 5px;
	top: 0;
}

#nav li ul, #nav li:hover ul, #nav li a[class="menu_arrow"]:after {
	display: none;
}

/* FIN MENU RÉTRACTABLE
----------------------- */

}




/* RESPONSIVE
---------------------- */
@media (max-width: 900px) {


	.news {
		margin-bottom: 60px;
		}

	.tags {
	    font-size: 14px;
	    position: relative;
	    float: right;
	    margin: 9px -5px 20px;
	    background-color: #FFF;
	    width: 100%;
	    padding: 0px 5px 5px;
	    text-align: left;
	}

	.nb-comments {
		margin-left: 0px;
	}

}



/* RESPONSIVE
---------------------- */
@media (max-width: 950px) {


	nav#last_comments H3 {
    	font-size: 1.3em;
	}
}


/* RESPONSIVE
---------------------- */
@media (max-width: 900px) {

	body {
		padding: 5px 20px 5px 10px;
		margin: 0;
		font-size: 1.1em;
	}

	body > header {
		position: absolute;
		padding-left: 0;
		padding-right: 0;
		top: 10px;
	}

	body > header h1 {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0px;
	}

	body > header h2 {
		text-align: center;
		margin-left: 0px;
	}

	main {
	    position: relative;
	    margin: 0px 0px 0px 20px;
	}

	#q {
		margin-top: 115px;
		float: none;
		padding: 6px 15px 6px 35px;
		width: 250px;
		margin-left: 0px;
	}

	#input-rechercher {
		position: absolute;
		float: none;
		top: 87px;
		left: 0px;
		margin-left: 15px;
	}

	menu {
		margin-top: 25px;
	}

	header[class="titre"] a {
	    font-size: 1.2em;
	}

	.nb-commentaire-article {
		font-size: 1.5em;
	}

	body > header h2 {
		top: 85px;
		margin-left: 10px;
	}



	#contenu {
		padding: 5px 0px 15px 5px;
		float: none;
		margin-left: -20px;
		width: 100%;
	}

	.pen {
		margin-left: 0px;
		top: 0px;
		left: -30px;
		border-radius: 0px 30px 30px 0px;
		width: 50px;
		height: 40px;
		background: url(pen.png) no-repeat #45837F;
	}

	.date {
		-ms-transform: translate(-40px, 20px); /* IE 9 */
	    -webkit-transform: translate(-35px, 22px); /* Chrome, Safari, Opera */
		transform: translate(-40px, 20px);
	}

	header[class="titre"] {
		margin-top: 45px;
		margin-bottom: 25px;
		font-weight: bold;
	}

	#sidebar {
		font-size: 0.8em;
		width: 100%;
		position: relative;
		padding: 0px;
		margin-left: -15px;
	}

	#sidebar nav {
	}

	#calendrier td {
		color: #555;
		text-align: center;
		width: 50px;
		line-height: 3em;
	}
	#calendrier {
		font-size: 1.4em;
	}

	#form-commentaire .infos input, #form-commentaire .infos label {
		display: block;
		width: 100%;
	}

	#form-commentaire .infos input {
		width: 90%;
		margin-left: 10%;
	}

	#form-commentaire .infos {
	    text-align: left;
	    margin: 10px auto;
	    width: 95%;
	}

	body > footer {
		margin-left: 5px;
		margin-right: -5px;
	}

	.footer-article {
		border-top: 1px solid #EBEAE7;
		padding: 0px 5px;
		margin: 60px -30px 10px;
		height: 0px;
	}

	.tags {
		font-size: 14px;
		margin: 40px -5px 20px;
		position: relative;
		float: right;
		background-color: #FFF;
		width: 100%;
		padding: 0px 5px 5px;
		text-align: left;
	}

	.nb-comments {
		margin-bottom: 0px !important;
		margin-left: 5px;
		background: url('fa-comment.svg') no-repeat scroll 5% center / 16px 16px transparent;
		float: left;
		text-indent: -5px;
		vertical-align: middle;
		position: absolute;
	}

	.nb-commentaire-article {
	    line-height: 25px;
	    margin-bottom: 35px;
	}

	#postcom label {
		line-height: 45px;
		margin-bottom: 10px;
		width: 100% !important;
	}

	input[name="email"], input[name="auteur"], input[name="captcha"], input[name="webpage"] {
	    margin-left: 30px !important;
	    width: auto !important;
	    float: right;
	}


}



/* RESPONSIVE
---------------------- */
@media (max-width: 700px) {


	fieldset.field:before {
		font-size: 35px;
	}

	#postcom label {
		padding: 20px 20px;
		line-height: 5px;
		margin-bottom: 10px;
		width: 100% !important;
		margin-left: -15px !important;
	}


	input[name="email"], input[name="auteur"], input[name="captcha"], input[name="webpage"] {
		width: 100% !important;
		float: left;
		margin-top: 10px !important;
		margin-left: -13px !important;
	}

	.top {
		display:none;
	}

}




/* RESPONSIVE
---------------------- */
@media (max-width: 500px) {

	.heure_comment {
		padding-bottom: 20px;
		font-size: .9em;
	}

	a[class="répondre"] {
	    float: right;
	    margin-top: -10px;
	    position: relative;
	}

	fieldset.field:before {
    	font-size: 25px;
	}

	#form-commentaire .infos {
	    text-align: left;
	    margin: 0;
	    width: 100%;
	}

	#postcom label {
	    line-height: 5px;
	    margin-bottom: 10px;
	    width: 100% !important;
	    margin-left: -25px !important;
	}

	fieldset input[type="checkbox"] {
    	margin-left: 0px;
	}

	fieldset.buttons input.submit {
		padding: 5px 15px;
	}

	fieldset input[type="checkbox"] {
	    margin-left: 0px;
	    margin-right: 15px;
	}

	input[name="email"], input[name="auteur"], input[name="captcha"], input[name="webpage"] {
   		margin-top: 15px !important;
	}

}



/* RESPONSIVE
---------------------- */
@media (max-width: 480px) {

	html {
		border: 0;
	}

	header {
	    left: 0;
		margin-left: 10px;
	}

	body > header h1 a {
		font-size: 1em;
	}

	body > header h2 {
	    top: 65px;
	}

	#input-rechercher {
		margin-top: 32px;
	}

	header.titre {
		left: 0;
		margin-top: 45px;
	}

	.footer-article {
	    padding-bottom: 40px;
	    margin: 0 -5px 0 -5px;
	}

	.pen {
		left: -5px;
	}

	.date {
		transform: translate(-15px, 23px);
		-webkit-transform: translate(-15px, 20px); /* Chrome, Safari, Opera */
		width: auto;
	}

	.tags {
		display: none;
	}

	.news {
		padding: 5px;
	}

	.texte-article {
		padding: 5px;
	}

	pre {
		font-size: .6em !important;
	}

	footer {
		font-size: 1em !important;
	}

	.news pre, .comment pre, .lien pre {
		   margin: 5px;
	}

	iframe {
	    width: 100%;
	    height: 310px;
	    margin: 10px 0%;
	}

	fieldset.buttons input.submit {
		margin-bottom: 20px;
	}

	input[name="enregistrer"] {
		margin-left: 210px !important;
		margin-right: 0px !important;
	}

}


/* RESPONSIVE
---------------------- */
@media (max-width: 400px) {

	header[class="titre"] {
	    font-size: 1.4em;
	}

	input[name="enregistrer"] {
		margin-left: 0px !important;
		margin-top: 50px !important;
	}

	#nav li a {
		font-size: .85em;
	}
}



/* RESPONSIVE
---------------------- */
@media (max-width: 330px) {

	#q {
		width: 150px;
	}
}
