/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# Theme			Navan
# Copyright 	(c) 2015 Pluxopolis
# Authors		Stephane F
#
# ------------------- END LICENSE BLOCK -------------------
*/
@font-face {
	font-family: 'noto_sansregular';
	src: url('../fonts/NotoSans-Regular-webfont.eot');
	src: url('../fonts/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NotoSans-Regular-webfont.woff') format('woff'),
		 url('../fonts/NotoSans-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/NotoSans-Regular-webfont.svg#noto_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	background-color: #62676f;
	font-family: noto_sansregular, helvetica, arial, sans-serif;
}
a {
	color: #444;
}
a:hover {
	color: #747474;
}
.container {
	padding: 0;
	margin: 0;
}
.header {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.header h1 a:hover {
	text-decoration: none;
}
.main {
	background-color: #fff;
	padding: 1rem 5rem 0rem 5rem;
}
.repertory {
	margin-top: 2rem;
}
/* article */
.article header h1 {
	font-size: 2.5rem;
	font-weight: bold;
}

.article {
	font-size: 1.2rem;
	line-height: 1.6;
}
#form {
	width: 65%;
}
.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
.comment blockquote {
	margin: 0;
}
.nbcom {
	background-color: #747474;
	color: #fff;
	padding: .2rem .3rem;
}
.nbcom:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ccc;
	letter-spacing: 0.3em;
	padding: .525rem .7rem;
}
.article,
.pagination {
	margin-bottom: 4rem;
}
.article.static {
	margin-bottom: 0;
}
.pagination a {
	background-color: #62676F;
	color: #fff;
	padding: .525rem .7rem;
}
.pagination a:hover {
	background-color: #555;
	color: #fff;
	text-decoration: none;
}
.pagination span:first-letter,
.pagination a:first-letter {
	text-transform: uppercase;
}
.p_first,
.p_prev,
.p_current,
.p_next,
.p_last {
	display: inline-block;
}
/* sidebar */
.aside {
	padding: 1rem 3rem 4rem 4rem;
	color: #CDCFD2;
	line-height: 1.4;
}
.aside a {
	color: #fff;
}
.aside h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 2rem;
	text-transform: uppercase;
}
.aside ul {
	margin: 0;
}
.aside li:first-letter {
	text-transform: uppercase;
}
.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline;
	margin-right: 1rem;
}
.aside ul.tag-list li.tag-size-1 {
	font-size: 1rem;
}
.aside ul.tag-list li.tag-size-2 {
	font-size: 1.1rem;
}
.aside ul.tag-list li.tag-size-3 {
	font-size: 1.2rem;
}
.aside ul.tag-list li.tag-size-4 {
	font-size: 1.3rem;
}
.aside ul.tag-list li.tag-size-5 {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-6 {
	font-size: 1.5rem;
}
.aside ul.tag-list li.tag-size-7 {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-8 {
	font-size: 1.7rem;
}
.aside ul.tag-list li.tag-size-9 {
	font-size: 1.8rem
}
.aside ul.tag-list li.tag-size-10 {
	font-size: 1.9rem;
}
.aside ul.tag-list li.tag-size-max {
	font-size: 2rem;
}
.footer {
	border-top: 1px solid #444;
	margin: 2rem 0;
	padding: 2rem 0;
	text-align: center;
	font-size: 0.85rem;
}
.footer p {
	margin: 0;
}

input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
	background-color: #62676F;
	color: #fff;
}

input[type="button"].blue:hover,
input[type="reset"].blue:hover,
input[type="submit"].blue:hover {
	background-color: #555;
	color: #fff;
}

.copyright {
	font-size: 0.8em;
	margin-top: 15px;
}

@media (max-width: 767px) {
	.grid {
	    display: flex;
		flex-direction: column;
	}
	.aside {
		padding: 0rem 2rem 1rem;
		margin: 0;
		order: 2;
	}
	.header {
		display: none;
	}
	.nav {
		background-color: #fff;
		color: #555;
		border-bottom: 1px solid #bbb;
		height: auto;
		left: 0;
		max-height: 200px;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.nav a {
		color: #555;
	}
	.nav .menu.expanded li:hover {
		background-color: #ddd;
		color: #000;
	}
	.responsive-menu label {
		background-color: #222;
	}
	.responsive-menu ul li.active a, .responsive-menu ul li.active:hover {
		background-color: #5990CF;
		color: #fff;
	}
	.main {
		padding: 1rem 3rem 1rem 1rem;
		margin: 0 1rem 0 1rem;
		order: 1;
	}
}