@charset "utf-8";
.wknews {
	padding-left:15px;
	padding-right:15px;
	text-align: justify;
}
.wknews .addthis_toolbox {
	float:left;
	margin: 10px 0;
}
.wknews h1 {
	font-size: 26px;
	margin: 0.67em 0;
	padding-top:5px;
	padding-bottom:15px;
}
.wknews_list {
	list-style: none;
	margin-top:30px;
}
.wknews_list li {
	border-bottom: 1px solid #e3e2e2;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	padding-bottom:10px;
}
/* last news in column */
.wknews-col {
	text-align: left;
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-top:10px;
}
.wknews img.alignleft {
	float:left;
	margin: 0 10px 10px 0;
}
.wknews-col img.alignleft {
	float:left;
	margin: 0 10px 10px 0;
	width:100%;
}
.wknews-col h1 {
	font-size: 15px;
	margin: 0.67em 0;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:0;
	margin-bottom:4px
}
ul.wknews_col {
	list-style: none;
}
.wknews-col .short_intro {
	padding-left:0;
}
ul.wknews_col .entry-toolbar {
	margin-bottom:8px;
}
.wknews-col .entry-date {
	font-style: italic;
	color:#bbb;
	font-size:12px;
	line-height:23px;
}
/********************/
#toolsbar {
	padding-top:10px;
	padding-bottom:10px;
}
.bxsliderInHomepage li, .bxsliderInColumn li {
	padding-bottom:25px;
}
.short_intro, .long_text {
	line-height:22px;
	text-align:justify;
}
.more_txt, .back-footer {
	float:right;
}
.wknews_list .entry-toolbar, .wknews_col .entry-toolbar, .wknews .entry-toolbar {
	font-style: italic;
	color:#bbb;
	font-weight:normal;
	font-size:13px;
}
.wknews_list .post-title {
	margin-top:10px;
}
.wknews_list .entry-toolbar {
	height:40px;
}
.wknews_list h1 {
	padding-top:0;
	margin-top:0;
}
/*
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
*/
.pic img {
	border: 5px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 3px #999;
	box-shadow: 3px 3px 3px #999;
}
.tilt {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align:center;
	margin-bottom:20px;
}
.tilt:hover {
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
/*
Stacks CSS ----------------------------------------------------------------------------------------------------------- */

/* Layout */
.stack, .normal {
	float: left;
	margin: 0 35px 4% 15px;
	position: relative;
	z-index: 10;
}
/* Image styles */
.stack img, .normal img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 10px solid #fff;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.stack:last-of-type {
	margin-right: 0;
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after {
	content: "";
	border-radius: 3px;
	width: 96.66666%;
	height: 95.6666%;
	position: absolute;
	border: 10px solid #fff;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.stack:before {
	top: 4px;
	z-index: -10;
} /* 1st element in stack (behind image) */
.stack:after {
	top: 8px;
	z-index: -20;
} /* 2nd element in stack (behind image) */
/* Second stack example (rotated to the right from the bottom left) */
.stack.rotated:before {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}
.stack.rotated:after {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}
/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}
.stack.twisted:after {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
/* Fourth stack example (Similar to the second but rotated left) */
.stack.rotated-left:before {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.stack.rotated-left:after {
	width: 96.66666%;
	height: 95.6666%;
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.marginTop {
	margin-top:10px;
}
.post-width-1 {
	width:100%;
}
.post-width-2 {
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:46.5%;
	min-height:300px
}
.post-width-3 {
	float:left;
	margin-left:20px;
	width:31%;
}
.link_allnews .btn-default {
	width:98%!Important;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
	margin-left:auto;
	margin-right:auto
}
.link_allnews {
	margin-top:20px;
	float:none;
	clear:both;
	/*border-bottom: 1px solid #efefef;*/
	-webkit-box-shadow: none;
	-moz-box-shadow : none;
	-o-box-shadow : none;
	box-shadow : none;
}
.bxsliderAllLinks {
	margin-top:40px
}
form#wknews_searchform {
	padding-top:5px;
}
form#wknews_searchform label {
	color:#333;
	margin-bottom:1px
}
form#wknews_searchform input#search_wknews_block {
	border: 1px solid #CCCCCC;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
	width:99%;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	color:#9b9a9a;
}
form#wknews_searchform input#search_button {
	padding: 3px 4px;
}
.options_search {
	margin-top:7px;
	font-weight:normal
}
.options_search label {
	font-weight:normal
}
form#wknews_searchform .wkselect {
	display: block;
	width: 100%;
	height: 27px;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 1.42857;
	color: #9c9b9b;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #d6d4d4;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn_search {
	margin-top:7px;
	text-align:right
}
.block_home {
	/*float: left;
	position: relative;*/
	padding-right: 15px;
	clear:both;
	padding-top:5px;
	margin-bottom:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#relatedwk {
	text-align: left;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #CCC;
}
ol.relatednews {
	margin-left:20px
}
.relatednews, .relatedtop, .relatedcomments {
	margin-top:20px
}
ol.relatednews, ol.relatedcomments {
	counter-reset: repas;
}
/* on initialise et nomme un compteur */
ol.relatednews li, ol.relatedcomments li {
	list-style-type: none;
	counter-increment: repas; /* on incrémente le compteur à chaque nouveau li */
	margin-bottom: 12px;
}
.relatedtop .product-content {
	padding-top:10px
}
ol.relatednews li:before {
	content: counter(repas); /* on affiche le compteur */
	padding: 3px 10px 3px;
	margin-right: 8px;
	vertical-align: middle;
	background: #678;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
ol.relatedcomments li:before {
	padding: 3px 10px 3px;
	margin-right: 8px;
	vertical-align: middle;
	background: #678;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
.comment_author {
	color:#666;
	font-weight:bold
}
.relatedcomments .last {
	margin-bottom:0;
	padding-bottom:0
}
.wk_requis {
	color:#C00
}
.mybadge {
	padding:1px 5px;
	font-weight:normal;
	font-size:1.2em;
	line-height:inherit;
	letter-spacing:0.0625em;
	border-radius:4px;
	padding: 0 1px;
	display:inline-block;
	min-width:10px;
	padding:3px 7px;
	color:#fff;
	line-height:1;
	vertical-align:baseline;
	white-space:nowrap;
	text-align:center;
}
.mybadge-associe {
	background-color: #93cd60;
}
/*.block {
	clear:both;
}*/
.informations_block_left {
	margin-top:-8px
}

/* All news page styles 25/03/2016 */
.wknews_list li.column {
	width:100%;
}
.wknews_list li.more-columns {
	width:48%;
}
.wknews_list .left-col {
	float:left;
	margin-right:25px;
}
.wknews_list .right-col {
	float:right;
}
.toolbar-more-column {
	padding-top:20px;
}
.padding-news-col {
	padding-left:5px;
	padding-right:5px;
}
.normal-container {
	padding:20px;
}
.list_clear, clear_all {
	clear:both; width:100%
}
.pager-center {
	width:100%; text-align:center
}

/*********************************************************
* Categories menu display on left or right sidebar
**********************************************************/
.blog-categories-menu .block_content > ul {
	border-top: 1px solid #d6d4d4;
}
.blog-categories-menu li {
	position: relative;
}
.blog-categories-menu li a {
	font-weight: bold;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 0 30px 0 19px;
	border-bottom: 1px solid #d6d4d4;
}
.blog-categories-menu li span.grower {
	display: block;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-family: "FontAwesome";
	font-size: 14px;
}
.blog-categories-menu li span.grower.OPEN:before, .blog-categories-menu li span.grower.CLOSE:before {
	content: "";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.blog-categories-menu li span.grower.CLOSE:before {
	content: "";
	color: #c0c0c0;
}
.blog-categories-menu li span.grower:hover + a, .blog-categories-menu li a:hover, .blog-categories-menu li a.selected {
	background: #f6f6f6;
}
.blog-categories-menu li li a {
	font-weight: normal;
	color: #777777;
}
.blog-categories-menu li li a:before {
	content: "";
	font-family: "FontAwesome";
	line-height: 29px;
	padding-right: 8px;
}
/*********************************************************
**********************************************************/

.blogs-container h3 {
    margin-bottom: 10px;
}
.blogs-container h4 {
   margin-bottom: 3px;
}
.blogs-container .blog-image img {
	max-width: 100%
}
.text-justify {
	text-align:justify;
}
.subNewsCategories h3 {
	margin-bottom:25px;
}
.subNewsCategories .col-lg-4 {
	float: left;
	padding-left: 0!Important;
	padding-right: 0!Important;
	width: 32.333%;
	margin-bottom:15px;
	margin-right:6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.subNewsCategories .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom:12px;
	width:100%
}
.subNewsCategories h4 {
	color:inherit;
	font-size:22px;
	font-weight:400;
	font-family: inherit;
	margin-bottom:1rem;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:10px
}
.subNewsCategories .child-desc {
	padding-left: 10px;
	padding-right: 10px;
}

.block-news-text {
	text-align:justify;
}
.cat-home {
	margin-left:0!Important;padding-left:2px!Important;
}
.block-items-data {
	margin-left: 0px!important;margin-right:0px!important;
}
/* Mobile */
@media (max-width: 767px) {
	/*.stack:before, .stack:after {
		width:auto;
	}
	.stack img {
		width:auto;
	}*/
	.short_intro {
		clear:both;
		width:100%!important;
	}
	.wknews_list li.more-columns {
		width:100%;
	}
	.subNewsCategories .col-lg-4 {
		width:100%;
		height:auto!Important;
		padding-bottom:10px
	}
	#blocknews_footer:after {
		content:"";
		display:table;
		clear:both;
	}
	#blocknews_footer .block_content {
		padding:5px!Important;
	}
}
@media all and (min-width:769px) and (max-width: 800px){
	.wknews_list li.more-columns {
		width:100%;
	}
}
