/*
# ------------------ 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 -------------------
*/
/*
color 
beige #ecc98c
orange #f79422
rouge #b92b31
gris #a4a6a5
bleu foncé #2e2a39



*/


html,body{
    height:100%;
    
    font-family: 'Poppins', sans-serif;

}

/*-----------------------------
  effects
-----------------------------*/

.animate {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.fade-in {
    -webkit-animation: fadein 2s; 
    -moz-animation: fadein 2s; 
    -ms-animation: fadein 2s; 
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/*-----------------------------
        menu defaut
-----------------------------*/


.nav {
	/*background-color: #fff;
	height: 4rem;
	text-align: left;
	margin-top: 1rem;*/
}
.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';
	}
   
}

li a.active {
	color: #e42929;
}

/*-----------------------------
        header defaut
-----------------------------*/


body {
	background-color: #fff;
	font-size: 1.6rem;
}

@media (min-width: 64rem) {
	.container {
		padding-left: 15rem;
		padding-right: 15rem;
	}
}

.header {
    background: #fafafa;
	color: #414141;
	padding-bottom: 6rem;
	padding-top: 10rem;
	text-align: center;
}
.header a {
	color: #d81b60;
}
.header a:hover {
	text-decoration: none;
}

/*-----------------------------
            main
-----------------------------*/


.main {
	background-color: #fff;
	padding-bottom: 6rem;
    padding-top: 10rem;
}
.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;
}
 header h3 a {
	color: #3F51B5;
}
 header h3 a:hover {
	color: #000;
	text-decoration: none;
}

.article header h2 a {
	color: #333;
}
.article header h2 a:hover {
	color: #d81b60;
	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;
	font-size: 1.3rem;
}
.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;
	text-transform: uppercase;
}
.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: #fafafa;
	color: #666;
	padding: 16rem 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 {
		
	}
	.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 {
		background-color: #fff;
		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';
}
/* clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}




/* ----------------------
    PAGE VISUAL WIZARD
-----------------------   */
.header__vwi{
    background: #fbfbfb;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.header__logo-vwi{
    color:#fff; 
    float:left;
    display: block;
    padding:10px;
    text-decoration: none;
}
.header__logo-vwi:hover {
    color: white;
    text-decoration: none;
     background: #212121;
}






.title-vwi h1 span {
    color: #f57f17;
    font-size: 20rem;
    font-weight: 400;
    
}
.btn-vwi {
    margin-bottom: 30px;
}

/* -----------------
    Effet img generale
-------------------*/
.image {
    text-align: center;
    max-width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
   
} 

.image:hover {
     filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
      filter: brightness(0.6);
    -webkit-filter: brightness(0.6);   
}


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

/*
.static.group.noactive, .static.menu.noactive a {
    color: #9a9a9a;
}


.header__menu-vwi{
    float:right;
    margin:0; 
    padding:0;
    margin-right: 10px;
	
    border-bottom: 1px solid #f5f5f5;
}
	.header__menu-vwi .header__menu__item-vwi,
	.header__menu-vwi li{
		display: inline-block;
	   
	}
		.header__menu-vwi .header__menu__item-vwi a,
		.header__menu-vwi li span{
			color:#9a9a9a;
			display: block;
			padding:33px 30px;
			text-decoration: none;
		}
		.header__menu-vwi .header__menu__item-vwi a:hover, .header__menu__item-vwi.active,
		.header__menu-vwi li span:hover, .header__menu-vwi li.active
		{
			background: #bbdefb;
			 color:#696969;
			 cursor:pointer;
		}
 ul li ul {
    display: none;
	padding:0;
    position: absolute;
    top: 90px;
    right: 0;
    list-style-type: none;
}
ul li:hover ul {
    display: block;
    background-color: #f1f1f1;
}
ul li ul li {
    float: none;
    white-space: nowrap;
	display: block;
}
.header__menu-vwi span::before {
	content: '\25bc   ';
	
}
*/



/*-----------------------------
menu Smartphone
-----------------------------*/
/*.header__icon-bar-vwi{
    display: block;
    float: right;
    padding:30px;
    display: none;
}
.header__icon-bar-vwi span{
    display: block;
    height:3px; 
    width: 30px;
   background: #f79422;
    margin-bottom: 5px;
}
*/


/*
@media (max-width: 767px){

	.header__vwi{
        position:fixed; 
        z-index: 100;
        width:100%;
    }
	.header__icon-bar-vwi{
        display: block;
    }

	.header__menu-vwi{
        width:100%;
        height:0px; 
        overflow: hidden;
    }
	.header__menu-vwi .header__menu__item-vwi{
        display: block;
    }
	.is-open-vwi{
        height:300px; 
        overflow: auto;
    }
   
}
*/


/* ---------- Header ---------- */

.header { 
    background-color: rgba(29, 29, 29, 1);
	background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    -wekkit-box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    -o-box-shadow: 0px 4px 3px rgba(0,0,0,.5);
    -ms-box-shadow: 0px 4px 3px rgba(0,0,0,.5);  
    top: 0;
	padding:0;
}
.header-logo  {
    color: #fff;
	color: #444;
    float:left;
    display: block;
    padding:15px;
    text-decoration: none;
    font-size: 1.1rem;
}
.header-logo:hover  {
    color: #eff4ff;
    padding-left:30px;
    text-decoration: none;
   
}

.header-menu{
    float:right;
    margin:0; 
    padding:0;
   
   
}
/* --------------------
    Menu et dropdpwn
---------------------- */
.header-menu-item, .header ul li{
    display: inline-block;
}
.header-menu-item a, .header ul li div{
    color:#fff;
	 color:#444;
    display: block;
    padding:25px;
    text-decoration: none;
    font-size: 1.5rem;
}
.header-menu li div::after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 5px;
}
.header-menu-item a:hover, .header ul li div:hover{
    padding-left:30px;
    padding-right:30px;
    text-decoration: none;
    background: #f79422;
    color: #eff4ff;
    /*border-bottom: 1px solid #fff;*/
	cursor:pointer;
}
.header ul li.active, .header ul li a.active  {
    background: #f79422;
}
.header-menu-item.active a, .header ul li div.active{
	color:#ffffff !important;
}

.header ul li {
	position:relative;
    list-style-type: none; 
}

.header ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color: rgba(29, 29, 29, 0.7);
	background-color: rgba(227, 227, 227, 0.9);
	padding:0;
	z-index: 9999;
}
 
.header ul ul li {
	float:none;
	width:200px;
}
 
.header ul li:hover > ul {
	display:block;
}

.header-icon-bar{
    display: block;
    float: right;
    padding:20px;
    display: none;
}
.header-icon-bar span{
    display: block;
    height:3px; 
    width: 30px;
    background: #444; 
    margin-bottom: 5px;
}



/*-----------------------------
Tablettes
-----------------------------*/
@media (max-width: 998px){
/*Header-Menu*/
    .header{
        position:fixed; 
        z-index: 100;
        width:100%;
    }
    .header-icon-bar{
        display: block;
    }
		.header ul ul {
			display:block;
		}
		.header-menu{
			width:100%;
			height:0px; 
			overflow: hidden;
		}
		.header-menu-item, .header ul li , .header ul ul li {
			display: block !important;
			width:100%;
			
		}
		.header-menu-item a {
			width:100%;
		}
	
		.header-menu > li ul {
			position: relative !important;
			width:100%;
		}
	
	.is-open{
        height:300px; 
        overflow: auto;
		/*text-align:left;*/
    }
}
