/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of visual wizard
#
# Package:		theme.css
# Copyright (c) 2016 PluXml
# Authors		Jos , cfdev
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

/* ---------- Header ---------- */

.pres_img{
	padding:0;
}

#gs a:link{
	cursor:default;
}

body {
	background-color: #222;
}
.header {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.header h1 a:hover {
	text-decoration: none;
}

/* ----- Menu ----- */
h1.title-main {
	font-size: 1.8rem;
    margin: 0;
	margin-top: 0.2rem;
	margin-left: 1rem;
    display: inline-block;
	
	/*padding-top: 0.5em;
	padding-bottom: 0.5em;*/
}
a.maintitle:hover {
    text-decoration: none;
}
.nav {
	background-color: #222;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.nav .menu.expanded li:hover {
	background-color: #555;
}
.nav a {
	color: #eee;
}
.menu.expanded{
	float:right;
}
ul.menu.expanded > li:last-child{
	margin-right: 1.5em;
 }
ul.menu.expanded > li {
  padding: .425rem .7rem;
  /*padding-left:0;*/
  cursor: pointer;

}
/* overload pluCss*/
ul.menu.expanded li a{
    padding: 0;
	
	/*padding: 25px;*/
}
.menu.expanded li.active {
		border-bottom: 2px solid #f5f5f5;
}
.menu.expanded li.active a{
		background-color: transparent !important;
}
	/* smart menu */
@media (max-width: 767px) {
		.menu.expanded{
			float:none;
			margin-right: 0em;
		}
		h1.title-main{
			display: none;
		}
	.nav {
		background-color: #000;
		border-bottom: 1px solid #bbb;
		height: auto;
		left: 0;
		max-height: 200px;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
		padding: 0;
	}
	.nav .menu.expanded li:hover {
		background-color: #ddd;
	}
	.nav a {
		color: #258fd6;
	}
	.nav a:hover {
		color: #444;
	}
	.responsive-menu label::before {
		font-family: "FontAwesome";
		content: "";
		margin-right: 0.25em;
	}
	.responsive-menu label {
		background-color: #222;
	}
	.header {
		margin-top: 2rem;
	}
	.container{
		margin-top: 2.25rem;
	}
}

/* affichage groupe des pages statiques */
/*   sous forme de menus déroulants     */
.menu > li ul {
	display: block;
	visibility: hidden;
	position: absolute;
	max-height: 0;
	padding: 0;
	line-height: 2.8rem;
	z-index: 9999;
	opacity: 0;
  transition: visibility 0s, opacity 0.5s linear, height 0.5s linear;
  /*margin-top:10px;*/
  
   
  
}
.menu > li:hover ul {
	
  visibility: visible;
	opacity: 1;
	max-height: 100%;
}
.menu ul li {
	display: block;
	margin: 0;
	padding: .425rem .7rem;
	background-color: #444;
}

.menu span.static.group {
	color: #eee;
}
.menu span::after {
	font-family: "FontAwesome";
	content: "f107";
	margin-left:5px;
}

@media (max-width: 768px) {
	.menu ul li {
		background-color: #fff;
	}
	.menu > li ul {
		position: relative !important;
	}
	.menu > li ul  li:hover {
		background-color: #fff;
	}
	.menu > li ul  li:hover a{
		text-decoration: underline;
	}
	.menu span.static.group{
		color: #258fd6;
		padding:0;
	}
	.responsive-menu ul li.active a,
	.responsive-menu ul li.active:hover {
		background-color: #000;
		color: #fff;
	}
}

/* ---------- Main ---------- */
hr.separation{
	margin-top: 2em;
	margin-bottom: 2em;
}

.main {
	background-color: #fff;
	margin-bottom: 2rem;
}
.repertory {
	margin-top: 2rem;
}
.pagination a {
	background-color: #258fd6;
	color: #fff;
	padding: .525rem .7rem;
}
.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 ---------- */

.article header h1 {
	font-size: 1.8rem;
	font-weight: bold;
}
.article header h1 a {
	color: #444;
}
.article header h1 a:hover {
	color: #258fd6;
	text-decoration: none;
}
.article img.art_thumbnail {
	padding: 15px 0 10px 0;
}
.article,
.pagination {
	margin-bottom: 4rem;
}
.article.static {
	margin-bottom: 0;
}

/* ---------- Comment ---------- */

.comment {
	background-image: url('../img/user.png');
	background-repeat: no-repeat;
	margin-bottom: 2rem;
	padding-left: 4rem;
}
.comment blockquote {
	margin: 0;
}
.type-admin {
	background-color: #F0F8FF;
	padding: 2px 5px;
}
.nbcom {
	background-color: #258fd6;
	color: #fff;
	padding: .2rem .3rem;
}
.nbcom:hover {
	background-color: #3a6c96;
	color: #fff;
	text-decoration: none;
}
.level-0 {
	margin-left: 0;
}
.level-1 {
	margin-left: 50px;
}
.level-2 {
	margin-left: 100px;
}
.level-3 {
	margin-left: 150px;
}
.level-4 {
	margin-left: 200px;
}
.level-5,
.level-max {
	margin-left: 250px;
}
#id_answer {
	margin-bottom: 10px;
	padding:15px;
	border:1px solid #eee;
	width:100%;
	background:#fafafa;
	display:none;
}
.capcha-letter,
.capcha-word {
	font-weight: bold;
}
.capcha-word {
	background-color: #ccc;
	letter-spacing: 0.3em;
	padding: .525rem .7rem;
}

/* ---------- Aside ---------- */

.aside {
	padding-left: 3rem;
}
@media (max-width: 768px) {
	.aside {
		margin-top: 2rem;
		padding-left: 1rem;
	}
}
.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-block;
	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 ---------- */

.footer {
	border-top: 0px solid #444;
	padding: 2rem 0;
	text-align: center;
}
.footer p {
	margin: 0;
}
.footer a{
       color:#bdbdbd;
}
.footer p{
       color:#bdbdbd;
}
.footer li{
       color:#bdbdbd;
}

/* ---------- When there is no vw content (ex:plugin archive) ---------- */
/*
if ($('notvwi_container').find('.vwi_section').length) {
  $('notvwi_container').hadclass("active");
}

 */
 
.notvwi_container.active {
	margin: 0 auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width:1280px;
 }


/*
html, body {
    height:100%;
}
.container {
	position: relative;
    min-height: 100%!important;
    height: auto !important;
    height: 100%;
	padding-bottom: 60px;
    margin-bottom: -60px;
   
}
.footer {
	position: relative;
	border-top: 1px solid #444;
	padding: 2rem 0;
	text-align: center;
	
	height: 60px;
	
	background-color: #FFFFFF;
	border: 0;
	border-radius: 0;
  
	background-image:none;
	color: #000!important;
}
.footer p {
	margin: 0;
}
*/


/* #id_image455.vwi_image  .vwi_image-item .vwi_image-item-img {
	box-shadow: 0 8px 17px 0 rgba(195, 12, 12, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
} */