/*







# ------------------ BEGIN LICENSE BLOCK ------------------







#







# This file is part of PluXml : http://www.pluxml.org







#







# Package:		theme.css







# Copyright (c) 2017 PluXml







# Authors		Jos, Stephane F.







# Licensed under the GPL license.







# See http://www.gnu.org/licenses/gpl.html







#







# ------------------- END LICENSE BLOCK -------------------







*/















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











.topnav {
	overflow: hidden;
	background-color: #333;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav .active {
	background-color: #4CAF50;
	color: white;
}
.topnav .icon {
	display: none;
}
 @media screen and (max-width: 600px) {
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
}
 @media screen and (max-width: 600px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
}
.nav {
	background-color: #000;
	padding-top: 0.5rem;
	width: 100%;
	z-index: 1;
	border-bottom: 1px #eee solid;
}
.nav ul {
	line-height: 3rem;
}
 @media (max-width: 767px) {
.nav {
	height: auto;
	max-height: 200px;
	overflow-y: auto;
	text-align: left;
	margin-top: 0;
}
.nav>.container {
	padding: 0;
}
.responsive-menu label {
	background-color: #fff;
	color: #333;
	font-size: 3.5rem;
 margin: .75rem;
	text-align: right;
}
.responsive-menu label:before {
	content: '\039e';
}
}
 @media (min-width: 768px) {
#static-1 {
	float: right;
}
}
li a.active {
	color: #e42929;
}
.menu li.active a {
	color: #FFF !important;
	background: #AAA;
	padding: 9px;
}
.menu li a {
	color: #FFF !important;
	background: #000;
	padding: 9px;
}
.menu li a:hover {
	color: #FFF !important;
	background: #0C2DAF;
	padding: 9px;
}
/* ---------- Header ---------- */















body {
	background-color: #fff;
	font-size: 1.6rem;
}
 @media (min-width: 64rem) {
 .container {
 padding-left: 15rem;
 padding-right: 15rem;
}
}
.header {
	color: #fff;
	padding-bottom: 2rem;
	padding-top: 2rem;
	background: #244e6e url(/data/medias/header.jpg) no-repeat;
	background-position-y: 0%;
	background-size: auto auto;
	background-size: cover;
	background-position-y: -500px;
}
.header a {
	color: #fff;
}
.header a:hover {
	text-decoration: none;
}
/* ---------- Main ---------- */







.content .article {
	border: solid 2px #ccc;
	padding: 10px;
	margin-top: 20px;
	background: #fff;
}
.main {
	background-color: #e4e4e4;
	padding-bottom: 6rem;
}
.repertory {
	margin-top: 4rem;
}
.pagination {
	margin: 3rem 0 3rem 0;
}
.pagination a {
	background-color: #258fd6;
 border-radius: .3rem;
	color: #fff;
 padding: .9rem .7rem;
	transition-duration: .2s;
}
.pagination a:hover {
	background-color: #3a6c96;
	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;
}
.article header h2 a {
	color: #333;
}
.article header h2 a:hover {
	color: #258fd6;
	text-decoration: none;
}
.article footer small, .article header small, .comment small {
	color: #666;
}
.article header span:before, .article header time:before, .article footer span:before {
	padding-left: 1.5rem;
 padding-right: .3rem;
}
.article .written-by:after {
	content: '|';
	padding-left: 0;
}
.article .art-date:after {
	content: '|';
}
.article .classified-in:after {
	content: '|';
	padding-left: 0;
}
.article img.art_thumbnail {
	padding: 15px 0 10px 0;
}
.page.mode-article .article footer {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2.5rem;
	padding-left: 6rem;
}
.comment blockquote {
	margin: 0;
}
.type-admin {
	background-color: #F0F8FF;
 padding: .2rem .5rem;
}
.nbcom {
	background-color: #258fd6;
 border-radius: .3rem;
	color: #fff;
 padding: .4rem .6rem;
}
.nbcom:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}
.level-0 {
	margin-left: 0;
}
.level-1 {
	margin-left: 5rem;
}
.level-2 {
	margin-left: 10rem
}
.level-3 {
	margin-left: 15rem;
}
.level-4 {
	margin-left: 20rem;
}
.level-5, .level-max {
	margin-left: 25rem;
}
 @media (max-width: 768px) {
.comment {
	background-image: none;
	padding-left: 0;
}
.level-1 {
	margin-left: 1rem;
}
.level-2 {
	margin-left: 2rem;
}
.level-3 {
	margin-left: 3rem;
}
.level-4 {
	margin-left: 4rem;
}
.level-5, .level-max {
	margin-left: 5rem;
}
}
#id_answer {
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	border: 1px solid #eee;
	width: 100%;
	background: #fafafa;
	display: none;
}
.capcha-letter, .capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ddd;
 border-radius: .3rem;
 letter-spacing: .5rem;
 padding: .9rem .7rem;
	transition-duration: .2s;
}
.capcha-word:hover {
	background-color: #666;
	color: #fff;
	transition-duration: .2s;
}
.aside {
	padding: 0 2rem 0 2rem;
}
.aside h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 5rem;
	background: #121212;
	color: #fff;
	padding: 5px;
}
.aside ul {
	margin: 0;
}
.aside ul.tag-list {
	list-style-type: none;
	padding-left: 0;
}
.aside ul.tag-list li {
	display: inline-block;
	margin-right: 1.5rem;
}
.aside ul.tag-list li.tag-size-1 a {
	font-size: 1rem;
}
.aside ul.tag-list li.tag-size-2 a {
	font-size: 1.2rem;
}
.aside ul.tag-list li.tag-size-3 a {
	font-size: 1.4rem;
}
.aside ul.tag-list li.tag-size-4 a {
	font-size: 1.6rem;
}
.aside ul.tag-list li.tag-size-5 a {
	font-size: 1.8rem;
}
.aside ul.tag-list li.tag-size-6 a {
	font-size: 2rem;
}
.aside ul.tag-list li.tag-size-7 a {
	font-size: 2.2rem;
}
.aside ul.tag-list li.tag-size-8 a {
	font-size: 2.4rem;
}
.aside ul.tag-list li.tag-size-9 a {
	font-size: 2.6rem
}
.aside ul.tag-list li.tag-size-10 a {
	font-size: 2.8rem;
}
.aside ul.tag-list li.tag-size-max a {
	font-size: 3rem;
}
/* ---------- Footer ---------- */















.footer {
	background: #fff;
	color: #666;
	padding: 6rem 0;
	text-align: center;
	font-size: 1.2rem;
}
.footer p {
	margin: 0;
}
.footer a, .footer li.active a {
	color: #666;
}















/* ----------  ---------- */















@media (max-width: 768px) {
.header, .footer {
	padding: 2rem 0;
}
.aside {
	padding-left: 1.5rem;
}
}















/* affichage groupe des pages statiques */







/*   sous forme de menus déroulants     */















@media (max-width: 768px) {
.menu > li ul {
	position: relative !important;
}
.menu > li ul li:hover {
	background-color: #fff;
}
.menu > li ul li:hover a {
	text-decoration: underline;
}
.responsive-menu ul li.active a, .responsive-menu ul li.active:hover {
	color: #000;
}
}
.menu > li ul {
	display: none;
	position: absolute;
	padding: 0;
	line-height: 2.8rem;
}
.menu > li:hover ul {
	display: block;
}
.menu ul li {
	display: block;
	margin: 0;
	padding: 0 1rem;
	background-color: #fff;
}
.static.group.active, .static.menu.active a {
	color: #e42929;
}
.static.group.noactive, .static.menu.noactive a {
	color: #258fd6;
}
.menu span::before {
	content: '\25bc';
}
.ClassTchat {
	height: 400px;
}
