/*
@import url('../news.css');
@import url('../widgetkit.css');
*/
.wk-gallery {
	margin-top: 110px;
}
.wk-item {
}
.wk-item img {
	width: 153px;
	height: 85px;
}
.presact {
	font-size: 14px;
	line-height: 1.4em;
}
.presact h2 {
	font-style: italic;
	font-size: 24px;
	margin: 24px 0 18px 0;
}
.presact h4 {
	font-size: 12px;
}
.presact p {
}
.presact img.right {
	/*
	border: 1px solid #ccc;
	padding: 5px;
	*/
}
.presact img.right {
	float: right;
	margin-left: 15px;
}
.presact img.left {
	float: left;
	margin-right: 15px;
}
.presact img:hover {
	/*
	opacity: 0.9;
	*/
}
.presact code {
	white-space: inherit;
}
#contact {
	z-index: 0 !important;
}
.brands .gallery-item{
	width:102px;
	/*
	padding-top: 15px;
	padding-bottom: 15px;
	*/
}
.gallery-item a {
	display: block;
	position: relative;
}
.gallery-item .zoomix {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 90;
	background: #000;
	opacity: 0;
	filter: alpha(opacity = 0);

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}
.ie7 .gallery-item .zoomix{
	clear: both;
}
.gallery-item a:hover .zoomix{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:0.4;
	filter: alpha(opacity = 50);
}
.gallery-item .zoomix .fa-search {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
.page-header-fixed .page-container {

}
.portlet.light.bg-inverse {
	/*
	background: transparent none repeat scroll 0 0;
	*/
	background: #f5f5f5 none repeat scroll 0 0;
}
.portlet > .portlet-title {
	border-bottom: 1px solid #999;
}
.portlet > .portlet-title > .caption .caption-subject {
	font-size: 22px !important;
	font-weight: 400;
	line-height: 22px;
}
.portlet.light > .portlet-title > .caption > i {
	font-size: 22px;
	margin-top: 4px;
}
.accueil a {
	text-decoration: none;
}
.accueil a:hover {
	background: #64aed9 none repeat scroll 0 0;
	color: #fff;
}

.doc-item {
	position:relative;
	padding-left:24px;
	margin-bottom: 8px;
	float: left;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
}
.doc-item a {
	padding: 4px;
}
.doc-item img {
	position:absolute;
	left:0;
}
.agd-item {
	min-height: 36px;
	position:relative;
	padding-left:40px;
	margin-bottom: 4px;
	float: left;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
}
.agd-item a {
	padding: 4px;
}
.agddate {
	position:absolute;
	left:0;
	top: -4px;
	width: 34px;
	height: 36px;
	border: 2px solid;
	border-radius: 0.35em;
	color: #808080;
	
}
.agd-item .agdjour {
	position:absolute;
	left:0;
	top: -5px;
	font-size: 20px;
	width: 100%;
	text-align: center;
}
.agd-item .agdmois {
	position:absolute;
	left:0;
	top: 16px;
	font-size: 11px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #73b644;
}

.mapcontainer {
	max-width: 100%;
	margin: 40px;
}

/* Specific mapael css class are below
 * 'mapael' class is added by plugin
*/

.mapael .map {
	position: relative;
}

.mapael .map svg {
}

/* For all zoom buttons */
.mapael .zoomButton {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: 0;
	font-weight: bold;
	left: 10px;

	-webkit-user-select: none;
	-khtml-user-select : none;
	-moz-user-select: none;
	-o-user-select : none;
	user-select: none;
}

/* Reset Zoom button first */
.mapael .zoomReset {
	top: 10px;
}

/* Then Zoom In button */
.mapael .zoomIn {
	top: 30px;
}

/* Then Zoom Out button */
.mapael .zoomOut {
	top: 50px;
}

.mapael .mapTooltip {
	position: absolute;
	background-color: #fff;
	moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity=70);
	border-radius: 4px;
	padding: 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #343434;
}

.mapael .myLegend {
	width: 400px;
	border: 1px solid #bebeb4;
	background-color: #f4f4e8;
	width: 600px;
	padding: 10px;
}

@media (max-width: 995px) {
	.wk-gallery {
		margin-top: 40px;
	}
}
@media (min-width: 996px) and (max-width: 1200px) {
	.wk-gallery {
		margin-top: 10px;
	}
}
