﻿/* CSS Document */

a, img a, img, a img {border:0;	outline:0; text-decoration:none;}

.clear
{
	clear:both;
}

/* clear float with blank <div>or <br>*/
.clrflt {
	clear:both;
	line-height:1px;
	font-size:1px;
	overflow: hidden;
}

form
{
	padding:0;
	margin:0;
}

input, textarea, select {
    display: inline-block;
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    color: #727a8e;
    border: 1px solid #dddfe4;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

img, object, embed, video {max-width: 100%;}

/* Primary Styles
---------------------------------*/
body {
	background: #fff;
	font-family: 'Arimo', sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#182539;
	padding:0;
	margin:0;
}

/*============header============*/

header
{
	padding:0 0 21px 0;
    /*margin: 0 auto;*/
}

.add1
{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}

.top_bar
{
	background:#dddddd;
	border-bottom:1px solid #FFF;
}

.top_bar span
{
	display:block;
	line-height:15px;
	font-size:13px;
	color:#FFF;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}

.header_top
{
	/*background:#6fae46 url(/img/header_top_bg.jpg) repeat-x left bottom;*/
	padding: 0;
}

#hLogo {
    margin: 0;
}

.date3
{
	padding:5px 0 12px 0;
	font-size:13px;
	color:#FFF;
	text-align:right;
}

.search_area
{
	width:307px;
	height:28px;
	background:#4f8a33;
	border:1px solid #6bb03e;
}

.drop_down
{
	width:101px;
	padding:3px 5px 0 3px;
	background:url(/img/sep_bg.jpg) repeat-y right top;
	height:25px;
	position:relative;
	/*z-index:999;*/
}

.drop
{
	width:93px;
	height:23px;
	font-size:12px;
	padding:0;
	line-height:23px;
}

.search_field
{
	width:145px !important;
	outline:0 !important;
	padding:5px 13px !important;
	height:18px !important;
	font-size:14px !important;
	color:#97d96b;
	border:0 !important;
	background:none !important;
	margin:0 !important;
}

/*============menu============*/

.menu
{
	height:38px;
	border-bottom:1px solid #656f73;
	border-top:1px solid #a5aeb2;
	font-size:14px;
	color:#FFF;
	background:#7e8a90;
	position:relative;
	/*z-index:99;*/

    /* new */
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
}

.menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;

    /* new */
    float: left !important;
    width: 940px;
    position: relative;
}

.menu ul li
{
	float:left;
	display:block;
	background:url(/img/sep2.jpg) repeat-y left top;
	padding:0 0 0 2px;

    /* New */
    position: relative;
}

.menu ul li a
{
	text-decoration:none;
	padding:9px 6px;
	display:block;
	color:#FFF;

    /* new */
    position: relative;
}

.menu ul li:hover a
{
	color:#182539;
	background:#e6e6e6;
}

.menu ul li.home
{
	background:none;
	padding:0px;
}

.menu ul li.home a
{
    padding: 9px 5px;
	background:#6e7c84;
}

.menu ul li.home a:hover
{
	background:#556872;
}

/* Sous menu */

.dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-menu li {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dropdown-menu li > a {
    white-space: normal !important;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    background-color: #556872 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/*============content============*/

.content
{
	padding:0 0 43px 0;
}

.banner
{
	position:relative;
	margin:0 0 20px 0;

}

.ban_tag
{
	position:absolute;
	left:0;
	top:16px;
	height:31px;
	line-height:31px;
	padding:0 12px 0 8px;
	font-size:18px;
	color:#FFF;
	background:#6eb43f;
}

.ban_comment
{
    background-image: url("/css/images/icon-comment.png");
	position:absolute;
	right:0;
	top:0;
    width: 24px;
    height: 22px;
    text-align: center;
}

.ban_comment span.count {
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}

.ban_comment a:hover
{
	color:#ffffff;
}

.ban_text
{
	height:auto;
	position:absolute;
	left:0;
	background:url(/img/ban_text_bg.png) repeat-x left bottom;
	bottom:0;
	text-shadow:0 3px 2px #000;
    width: 100%;
}

.ban_text span
{
	display:block;
	font-size:14px;
	color:#FFF;
	padding:0 15px;
}

.ban_text span a
{
	display:inline;
	font-size:14px;
	color:#FFF;
}

.ban_text h2,
.ban_text h2 a
{
	font-size:24px;
	color:#FFF;
	font-weight:bold;
	line-height:28px;
	margin:0px;
	padding:0 21px 5px 15px;
}

.ban_text h2 a
{
    padding: 0;
	text-decoration: none;
}

.ban_text h2 a:hover
{
	text-decoration: none;
    color:#6fad46;
}

.imgUne { width: 100%; }

.post_box
{
	padding:0 0 12px 0;
	margin:0px;
}

.post_pic
{
	border-bottom:4px solid #6eb43f;
	margin:0 0 10px 0;
	position:relative;
}

.album_top_post_pic {
    position: absolute;
    top: 4%;
    left: 85%;
    width: 13%;
}

/* Centered text */
.centered {
    position: absolute;
    top: 40%;
    left: 44%;
    transform: translate(-50%, -50%);
}

.container_image {
    position: relative;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 17px;
}

.album_post_pic {
    position: absolute;
    top: 78%;
    left: 83%;
    width: 15%;
}

.post_box span {
    display: block;
    padding: 0 0 8px 0;
    font-size: 13px;
    color: #182539;
}

.post_box span a
{
	margin:0 10px 0 0;
	color:#6fad46;
	text-decoration:none;
}

.post_box h2,
.post_box h2 a
{
	padding:0 0 5px 0;
	margin:0px;
	font-size:15px;
	font-weight:bold;
	color:#182539;
	line-height:20px;

}

.post_box h2 a
{
	text-decoration: none;
}

.post_box h2 a:hover
{
	text-decoration: none;
    color:#6fad46;
}

.add2
{
	padding:0 0 20px 0;
}

.add2 h2
{
	margin:0 0 1px 0;
	padding:0 0 0 5px;
	height:15px;
	line-height:15px;
	background:#dddddd;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#FFF;
}

.play_button
{
	width:108px;
	height:108px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-54px;
	margin-left:-54px;
}

.play_button a
{
	padding:0px !important;
	background:none !important;
}

.play_button a:hover
{
	background:none !important;
}

.heading
{
	background:#6eb43f;
	margin:0 0 1px 0;
	height:20px;
	padding:0 8px;
}

.heading h3, .heading .lien
{
	float: left;
    width: calc(100% - 12px);
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.heading span
{
	float:right;
	font-size:13px;
	display:block;
	color:#d5d5d5;
	line-height:20px;
	padding:0px;
}

.heading span a
{
	float:right;
	font-size:13px;
	display:block;
	color:#d5d5d5;
	line-height:20px;
	padding:0px;
    margin: 0px;
}

.post
{
	border-bottom:1px solid #d1dde7;
	border-top:1px solid #d1dde7;
	margin:0 0 10px 0;
	padding:7px 0 0 0;
	font-size:13px;
	color:#182539;
}

.postRight {
    margin:0;
	line-height:18px;
	padding:0 0 10px 0;
	font-size:13px;
	color:#182539;
}

.post p
{
	padding:0 0 10px 0;

}

.post p strong,
.postRight strong
{
	font-weight:normal;
	color:#787c81;
}

.post p a,
.postRight a
{
	text-decoration:none;
	color:#182539;
}

.post p a:hover,
.postRight a:hover
{
	color:#418812;
}

.post p img
{
	margin:0 5px 0 0;
}

.blogs
{
	padding:14px 0 7px 0;
}

.heading2
{
	margin:0 0 1px 0;
	border-bottom:4px solid #6eb43f;
}

.heading2 h1,
.heading2 h2
{
	float:left;
	font-size:18px;
	color:#6eb43f;
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:24px;
}

.heading2 span
{
	font-size:13px;
	color:#7e8a90;
	float:right;
	display:block;
	line-height:24px;
}

.blog_box
{
	margin:0 20px 30px 0;
}

.nomar
{
	margin:0 0 30px 0;
}

.blog_box img
{
	border:1px solid #e7e7e7;
	float:left;
}

.blog_box_text
{
	width:100%;
	font-size:12px;
	color:#182539;
}

.blog_box_text h2
{
	margin:0 0 3px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#6eb43f;
	line-height:17px;
	border-bottom:1px solid #cdcdcd;
}

.blog_box_text h2 a
{
	text-decoration:none;
	color:#6eb43f;
}

.blog_box_text h3
{
	padding:0 0 5px 0;
	margin:0px;
	font-size:13px;
	color:#182539;
	font-weight:normal;
	line-height:15px;
}

.blog_box_text p
{
	padding:0px;
	margin:0px;
	line-height:16px;
}

.photo_gallery
{
	padding: 0;
}

.slider1
{
	width:454px;
	position:relative;
	height:255px;
}

.slider1_wrap, .slider1_wrap2
{
	width:452px;
	height:255px;
}

.slider_tag
{
	background:url(/img/slider_tag_bg.png) repeat-x left top;
	height:44px;
	position:absolute;
	left:0;
	bottom:0;
	line-height:44px;
	text-align:center;
	font-size:13px;
	width:454px;
	color:#e6f4f9;
}

.slider_thumb
{
	width:126px;
	padding:17px 20px;
	position:relative;
	height:221px;
	background:#7e8a90;
    overflow: hidden;
}

.top_arrow
{
	position:absolute;
	width:12px;
	height:7px;
	top:-2px;
	left:80px;
}

.bottom_arrow
{
	position:absolute;
	width:12px;
	height:7px;
	bottom:13px;
	left:80px;
}

.slider_thumb ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.slider_thumb ul li
{
	display:block;
	padding:0 0 5px 0;
}

.slider_thumb ul li a
{
	display:block;
	width:123px;
	height:68px;
	border:1px solid #425757;
	position:relative;
}

.slider_thumb ul li a span
{
	width:42px;
	height:42px;
	left:50%;
	top:50%;
	position:absolute;
	margin:-21px 0 0 -21px;
}

.heading3
{
	border-bottom:4px solid #6eb43f;
	margin:0 0 15px 0;
}

.heading3 h2
{
	float:left;
	font-size:18px;
	color:#7e8a90;
	padding:16px 0 0 0;
	margin:0px;
	clear:both;
	font-weight:normal;
	line-height:22px;
}

.heading3 h2 a
{
	text-decoration:none;
	color:#7e8a90;
}

.heading3 h2 a span
{
	float:left;
	display:inline-block;
	width:275px;
	cursor:pointer;
}

.heading3 h2 a span.jobs
{
	width:160px;
}

.heading3 h2 a span.concours
{
	width:150px;
}

.heading3 h2 a em
{
	width:94px;
	font-style:normal;
	float:right;
	font-size:12px;
	position:relative;
}

.heading3 h2 a img,
.heading3 h2 img
{
	float:right;
	position:relative;
}

.heading3 h2 a:hover
{
	color:#6fad46;
}

.social_area
{
	float:right;
}

.social_area ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.social_area ul li
{
	float:left;
	height:25px;
	background:url(/img/sep3.png) no-repeat left top;
	padding:15px 5px 0 6px;
}

.social_area ul li a
{
	display:block;
	height:25px;
	width:26px;
}

.social_area ul li.twitter a
{
	background:url(/img/twitter.png) no-repeat center top;
}

.social_area ul li.twitter a:hover
{
	background:url(/img/twitter_hover.png) no-repeat center top;
}

.social_area ul li.facebook a
{
	background:url(/img/facebook.png) no-repeat center top;
}

.social_area ul li.facebook a:hover
{
	background:url(/img/facebook_hover.png) no-repeat center top;
}

.social_area ul li.rss a
{
	background:url(/img/rss.png) no-repeat center top;
}

.social_area ul li.rss a:hover
{
	background:url(/img/rss_hover.png) no-repeat center top;
}

.social_area ul li.mail a
{
	background:url(/img/mail.png) no-repeat center top;
}

.social_area ul li.mail a:hover
{
	background:url(/img/mail_hover.png) no-repeat center top;
}

.tab_area
{
	padding:14px 0 14px 0;
}

.tab1
{
	margin:0 0 15px 0;
	border-bottom:4px solid #7e8a90;
}

.tab1 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tab1 ul li
{
	float:left;
	padding:0 0 0 1px;
}

.tab1 ul li a
{
	font-size:15px;
	display:block;
	text-decoration:none;
	color:#e6e8e9;
	background:url(/img/tab1_bg.png) repeat-x left top;
	padding:0 7px;
	height:25px;
	line-height:35px;
	position:relative;
}

.tab1 ul li a:hover, .tab1 ul li a.current
{
	line-height:25px;
	background:url(/img/tab1_hover.png) repeat-x left top;
	position:relative;
	color:#FFF;
}

.tab1 ul li.ist
{
	padding:0px;
}

.tab_cont
{
	font-size:12px;
	color:#182539;
}

.tab_cont ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tab_cont ul li
{
	border-bottom:1px solid #cdcdcd;
	padding:0 0 4px 0;
	margin:0 0 3px 0;
	clear:both;
	overflow:hidden;
	line-height:16px;
}

.tab_cont ul li span
{
	width:55px;
	float:left;
}

.tab_cont ul li span img
{
	margin:0 4px 0 0;
}

.tab_cont ul li p
{
	float:right;
	width:243px;
	padding:0px;
	margin:0px;
}

.widget_box1 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.widget_box1 ul li
{
	padding:0 0 6px 11px;
	display:block;
	font-size:12px;
	line-height:16px;
	background:url(/img/arrow2.png) no-repeat left 5px;
	position:relative;
}

.widget_box1 ul li a,
.widget_box4 ul li a
{
	text-decoration:none;
	color:#182539;
}

.widget_box1 ul li a strong,
.widget_box4 ul li a strong
{
	font-weight:bold;
}

.widget_box1 ul li:hover a,
.widget_box4 ul li:hover a
{
	color:#4e9022;
}

.popup1_wrap
{
	background:url(/img/shadow.png) no-repeat center bottom;
	padding:0 0 22px 0;
	position:absolute;
	width:460px;
	left:-484px;
	top:-175px;
	z-index:999;
}

.popup1
{
	position:relative;
	background:#9da5aa;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}

.popup1 h2
{
	height:43px;
	line-height:43px;
	padding:0 0 0 16px;
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:bold;
	color:#f6f7fb;
	background:#7e8a90;
}

.arrow
{
	position:absolute;
	width:13px;
	height:23px;
	right:-13px;
	top:50%;
}

.popup1_cont
{
	padding:0 10px 16px 20px;
}

.popup1_cont h3
{
	padding:0 0 10px 0;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	line-height:15px;
}

.popup1_cont ul
{
	padding:0 0 12px 0;
	margin:0px;
	list-style:none;
}

.popup1_cont ul li
{
	display:block;
	padding:0 0 4px 15px;
	background:url(/img/arrow4.png) no-repeat left 5px;
	font-size:12px;
	color:#FFF;
}

.popup1_cont ul li a
{
	text-decoration:none;
	color:#FFF !important;
}

.popup1_cont ul li a span
{
	text-transform:uppercase;
	cursor:pointer;
}

.popup1_cont ul li:hover a
{
	color:#2b3033 !important;
}

.button
{
	width:211px;
	height:20px;
}

.button a
{
	padding:0 0 0 14px;
	text-decoration:none;
	display:block;
	background:url(/img/button_bg.png) no-repeat left top;
	font-size:15px;
	color:#FFF !important;
	line-height:20px;
}

.button a:hover
{
	color:#fff !important;
}

.widget_box1 ul li:hover .popup1_wrap
{
	display:block;
}

.widget_box2
{
	margin:0 0 23px 0;
	border-bottom:1px solid #7e8a90;
}

.widget_box2_left
{
	width:162px;
	padding:6px 0px 3px 0;
}

.widget_box2_left h2
{
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#182539;
	font-weight:normal;
	line-height:15px;
}

.widget_box2_left h3
{
	padding:0px;
	margin:0px;
	font-size:13px;
	color:#182539;
	font-weight:bold;
	line-height:15px;
}

.widget_box2_left span
{
	float:left;
	line-height:57px;
	display:block;
	font-size:30px;
	font-weight:bold;
	color:#7e8a90;
}

.widget_box2_left img
{
	float:right;
}

.add3
{
	border-left:1px solid #7e8a90;
}

.tab_area2
{
	margin:0 0 6px 0;
}

.tab2
{
	height:25px;
	background:url(/img/tab1_bg.png) repeat-x left top;
}

.tab2 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tab2 ul li
{
	float:left;
}

.tab2 ul li a
{
	font-size:15px;
	display:block;
	text-decoration:none;
	color:#e6e8e9;
	width:150px;
	height:25px;
	line-height:35px;
	position:relative;
	text-align:center;
}

.tab2 ul li a:hover, .tab2 ul li a.current
{
	line-height:25px;
	background:url(/img/tab1_hover.png) repeat-x left top;
	position:relative;
	color:#FFF;
	font-size:18px;
}

.tab2_cont
{
	background:#7e8a90;
	padding:13px 8px 7px 8px;
	margin:0 0 5px 0;
}

.tab2_cont_pic
{
	margin:0 0 8px 0;
	border:1px solid #556670;
}

.tab2_cont_pic2
{
	border:1px solid #556670;
}

.tab2_cont_text
{
	padding:5px 0 0 0;
	font-size:13px;
	color:#fff;
	text-align:right;
}

.tab2_cont_text p
{
	padding:0 0 10px 0;
	margin:0px;
}

.view_button a
{
	text-decoration:none;
	color:#FFF;
	display:block;
	line-height:19px;
	padding:0 32px 0 0;
	background:url(/img/arrow5.jpg) no-repeat right center;
}

.widget_box3
{
	font-size:13px;
	color:#182539;
}

.widget_box3 p
{
	padding:0 0 12px 0;
	margin:0px;
	line-height:16px;
}

.percent
{
	padding:0 0 24px 0;
	color:#182539;
	font-size:13px;
}

.percent span
{
	padding:0 0 8px 0;
	display:block;
	line-height:10px;
}

.percent span img
{
	margin:0 8px 0 0;
	float:left;
}

.widget_box4
{
	padding:0 0 20px 0;
	font-size:12px;
	color:#182539;
}

.widget_box4 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.widget_box4 ul li
{
	display:block;
	padding:3px 0;
	border-bottom:1px solid #cdcdcd;
}

.widget_box4 ul li.nobor
{
	border:none;
}

.widget_box4 ul li a
{
	text-decoration:none;
	color:#182539;
}

.widget_box4 ul li a:hover
{
	color:#4e9022;
}

.widget_box5
{
	padding:0 0 33px 0;
}

.slider3_area
{
	margin-bottom:1px;
	height:204px;
	width:300px;
}

.slider3
{
	height:204px;
	width:300px;
	position:relative;
}

.slider3_text
{
	height:39px;
	left:0;
	bottom:0;
	padding:28px 0 0 0;
	text-align:center;
	position:absolute;
	color:#FFF;
	font-size:12px;
	background:url(/img/slider3_text_bg.png) repeat-x left top;
}

.slider3_text p
{
	line-height:16px;
	padding:0px;
	margin:0px;
}

.slider3_text p.nom-photo
{
    width: 300px;
}

.prev_button
{
	width:150px;
	height:24px;
	line-height:24px;
}

.prev_button a
{
	text-decoration:none;
	padding:0 0 0 24px;
	font-size:11px;
	color:#FFF;
	display:block;
	background:url(/img/button2.jpg) no-repeat left top;
}

.prev_button a:hover
{
	background-position:0 -24px;
}

.next_button
{
	width:150px;
	height:24px;
	line-height:24px;
}

.next_button a
{
	text-decoration:none;
	padding:0 0 0 24px;
	font-size:11px;
	color:#FFF;
	display:block;
	background:#bec2c4;
	background:url(/img/button2.jpg) no-repeat -150px 0;
}

.next_button a:hover
{
	background-position:-150px -24px;
}

/*===========footer===========*/

.footer{ padding-bottom: 100px; }

.footer_left
{
	padding:32px 0 0 0;
	font-size:12px;
	color:#FFF;
	margin:0;
}

.footer_left p
{
	padding:0 0 12px 0;
	margin:0;
	line-height:16px;
}

.footer_logo
{
	padding:0 0 32px 0;
    text-align: center;
}

.footer_Neomedia_logo {
    text-align:center;
}

.social_area2
{
	padding:28px 0 0 0;
}

.social_area2 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.social_area2 ul li
{
	float:left;
	padding:14px 5px 12px 5px;
	display:block;
	background:url(/img/sep4.png) no-repeat left top;
}

.social_area2 ul li.nosep
{
	padding:14px 9px 0 0;
	line-height:20px;
	font-size:12px;
	color:#FFF;
	background:none;
}

.footer_right
{
	padding:23px 0 0 0;
	margin:0px;
}

.footer_right h2
{
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #9acb79;
	font-size:15px;
	color:#FFF;
	font-weight:normal;
	line-height:16px;
}

.footer_nav
{
	font-size:12px;
	color:#FFF;
    margin-left: 10px !important;
}

.footer_nav ul
{
	padding:0 0 18px 0;
	margin:0px;
	list-style:none;
}

.footer_nav ul li
{
	display:block;
	line-height:16px;
}

.footer_nav ul li a
{
	color:#FFF;
	text-decoration:none;
}

/*===========inner===========*/

.add4
{
	margin:0 0 15px 0;
}

.add4 h2
{
	margin:0 0 1px 0;
	padding:0 0 0 9px;
	line-height:30px;
	background:#6eb43f;
	font-size:18px;
	color:#FFF;
	font-weight:normal;
}

.left_block1
{
	padding:0 0 30px 0;
	font-size:16px;
	color:#7e8a90;
}

.left_block1 p
{
	padding:0 0 8px 0;
	margin:0px;
}

.left_block1 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.left_block1 ul li
{
	display:block;
	border-bottom:1px solid #c8c8c8;
}

.left_block1 ul li a
{
	display:block;
	padding:10px 1px 0 14px;
	line-height:23px;
	clear:both;
	overflow:hidden;
	height:32px;
}

.left_block1 ul li a span
{
	float:left;
	font-size:18px;
	color:#000;
	display:block;
	cursor:pointer;
}

.left_block1 ul li a strong
{
	display:block;
	float:right;
	background:url(/img/arrow6.jpg) no-repeat right top;
	padding:0 31px 0 0;
	font-size:12px;
	color:#7e8a90;
	font-weight:normal;
}

.left_block1 ul li a:hover
{
    background-color: #eee;
}

.left_block1 ul li a:hover strong
{
	color:#000;
}

.address h2
{
	background:#6eb43f;
	padding:0 0 0 9px;
	margin:0 0 23px 0;
	height:30px;
	font-size:18px;
	color:#FFF;
	line-height:30px;
}

.tab3
{
	background:url(/img/border2.jpg) repeat-x left bottom;
	font-size:14px;
	color:#fff;
	height:26px;
}

.tab3 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tab3 ul li
{
	float:left;
}

.tab3 ul li a
{
	background:url(/img/tab3.jpg) repeat-x left bottom;
	padding:6px 12px 0 12px;
	line-height:20px;
	display:block;
	color:#e6e8e9;
	text-decoration:none;
	border-right:1px solid #fff;
	border-top:1px solid #F4F4F4;
}

.tab3 ul li a:hover, .tab3 ul li a.current
{
	background:#f0f0f0 url(/img/tab3_hover.jpg) no-repeat left top;
	border-right:1px solid #6e7c84;
	border-top:1px solid #6e7c84;
	color:#6e7c84;
}

.tab3_cont
{
	background:#f0f0f0;
	padding:11px 0 0 0;
	border-left:1px solid #6e7c84;
	border-right:1px solid #6e7c84;
	border-bottom:1px solid #6e7c84;
}

.social_area3
{
	background:#f5f5f5 url(/img/social_area3_bg.jpg) repeat-x left bottom;
	height:32px;
	padding:4px 0;
	margin:0 10px 34px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.entreprise
{
	background:url(/img/entreprise_bg.png) no-repeat left bottom;
	padding:0 0 62px 77px;
}

.entreprise ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.entreprise ul li
{
	float:left;
	margin:0 68px 0 0;
	width:101px;
	height:105px;
	background:#FFF;
	display:block;
	position:relative;
	border:1px solid #bbbbbb;
	box-shadow:0 2px 4px #bbbbbb;
}

.entreprise ul li span
{
	display:block;
	cursor:pointer;
}

.entreprise ul li a
{
	text-decoration:none;
	display:block;
	text-align:right;
	font-size:10px;
	color:#FFF;
	text-transform:uppercase;
	padding:0 18px 0 0;
	height:14px;
	background:#7a858b url(/img/arrow7.jpg) no-repeat 86px 1px;
	line-height:14px;
}

.entreprise ul li.i
{
	z-index:9;
}

.entreprise ul li.ii
{
	z-index:8;
}

.entreprise ul li.iii
{
	z-index:7;
}

.entreprise ul li.iv
{
	z-index:11;
}

.entreprise ul li.v
{
	z-index:12;
}

.popup2
{
	position:absolute;
	/*height:179px;*/
	right:-400px;
	/*padding:9px 14px 0 23px;*/
	margin:0px;
	font-size:12px;
	color:#FFF;
	width:400px;
	top:-38px;
	/*background:url(/img/popup2.png) no-repeat left top;*/
    background: none repeat scroll 0 0 #9DA5AA;
	z-index:9999;
	display:none;
}

.popup2 h3
{
	line-height:43px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding:0px;
	margin:0 0 15px 0;
}

.popup2 h2
{
	height:43px;
	line-height:43px;
	padding:0 0 0 16px;
	margin:0 0 10px 0;
	font-size:20px;
	font-weight:bold;
	color:#f6f7fb;
	background:#7e8a90;
}

.popup2 p
{
	padding:0px;
	margin:0px;
	height:66px;
	line-height:16px;
}

.popup2 a
{
	width:252px;
	height:20px !important;
	background:url(/img/button3.jpg) no-repeat left top !important;
	line-height:20px !important;
	display:block;
	text-decoration:none;
	font-size:15px;
	color:#FFF;
	padding:0 0 0 10px !important;
	text-align:left !important;
}

.entreprise ul li:hover .popup2
{
	display:block;
}

.popup3
{
	position:absolute;
	left:-300px;
	top:-36px;
	display:none;
	z-index:9999;
    padding:9px 23px 0 14px;
}

.horoscope
{
	padding:15px 0 10px 0;
}

.horoscope h2
{
	padding:0 0 0 9px;
	margin:0 0 16px 0;
	height:30px;
	line-height:30px;
	background:#6eb43f;
	font-size:18px;
	color:#fff;
	font-weight:normal;
}

.zodiac_box
{
	border-bottom:1px solid #c8c8c8;
	padding:0 0 1px 0;
	margin:0 0 16px 0;
}

.zodiac_box_top
{
	height:87px;
	margin:0 0 1px 0;
}

.zodiac_box_top a
{
	text-decoration:none;
	line-height:87px;
	display:block;
	background:url(/img/zodiac_box_top_bg.png) repeat-x left bottom;
	height:87px;
	padding:0 0 0 19px;
	font-size:32px;
	font-weight:bold;
	color:#6e7c84;
}

.zodiac_box_top a img
{
	float:left;
	margin:0 3px 0 0;
}

.zodiac_box_top a:hover
{
	background:url(/img/zodiac_box_top_hover.png) repeat-x left bottom;
}

.zodiac_bottom span
{
	float:left;
	color:#787c81;
}

.zodiac_bottom span strong
{
	font-weight:bold;
	color:#182539;
}

.zodiac_bottom a
{
	text-decoration:none;
	width:25px;
	float:right;
}

.heading4
{
	margin:0 0 14px 0;
	height:30px;
	padding:0 0 0 8px;
	font-size:18px;
	color:#FFF;
	background:#6eb43f;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.heading4 h1,
.heading4 h2
{
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#FFF;
	line-height:30px;
	font-size:18px;
}

.heading4 h1 a,
.heading4 h2 a
{
	text-decoration:none;
	color:#FFF;
}

.left_block2
{
	color:#182539;
	font-size:13px;
}

.date
{
	padding:0 0 3px 0;
	font-size:13px;
	color:#182539;
}

.left_block2 h2.subtitle {
    font-size: 15px;
    color:#7e8a90
}

.left_block2 h1,
.left_block2 h2
{
	padding:0 0 6px 0;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	color:#182539;
}

.left_block2 p
{
	line-height:19px;
	padding:0 0 15px 0;
	margin:0px;
	text-align:justify;
}

.left_block2 h3
{
	padding:0px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
}

.left_block2 .titreBPost h2
{
    float: left
}

.left_block2 .titreBPost span
{
    float: right;
    color:#6E7C84;
}

.heading5
{
	margin:0 0 15px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.heading5_left
{
	width:570px;
	font-size:12px;
    padding: 0 0 0 5px;
}

.heading5_left img
{
	margin:0 10px 0 0;
	float:left;
}

.heading5_left p
{
	line-height:33px;
	padding:0 10px 0 0;
	margin:0px;
	float:left;
}

.heading5_left a
{
	margin:6px 0 0 0;
	display:block;
}

.heading5_right
{
    float: right;
	width:40px;
	padding:8px 0 0 0;
}

.slider4_area
{
	margin:0 0 18px 0;
	border-top:4px solid #6eb43f;
	font-family:Arial, Helvetica, sans-serif;
}

.slider4_wrap
{
	height:348px;
}

.slider4
{
	position:relative;
	height:348px;
}

.slider4 a
{
	height:348px;
}

.button2
{
	width:75px;
	height:26px;
	position:absolute;
	right:0;
	top:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(/img/button4.png) no-repeat left top;
	font-size:10px;
	display:none;
	z-index:99;
}

.button2 a
{
	line-height:26px;
	text-decoration:none;
	padding:0 0 0 8px;
	color:#6f6e72;
	display:block;
}

.slider4_text
{
	bottom:0;
	right:0;
	line-height:18px;
	text-align:right;
	height:18px;
	color:#aeb2bd;
	font-size:11px;
	position:absolute;
	padding:0 5px 0 0;
}

.slider4_text2
{
	text-align:center;
	padding:6px 0;
	font-size:13px;
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	background:url(/img/slider4_text2_bg.png) repeat left top;
	width:100%;
	z-index:99;
	display:none;

}

.slider4_bottom
{
	height:65px;
	background:#d6d9db;
	position:relative;
}

.prev_button2
{
	width:42px;
	height:65px;
}

.prev_button2 a
{
	display:block;
	background:url(/img/button2.png) no-repeat 0px -48px;
	height:65px;
}

.prev_button2 a:hover
{
	background-position:0 -113px;
}

.next_button2
{
	width:40px;
	height:65px;
}

.next_button2 a
{
	display:block;
	background:url(/img/button2.png) no-repeat -42px -48px;
	height:65px;
}

.next_button2 a:hover
{
	background-position:-42px -113px;
}

.thumb1
{
	padding:6px 0 7px 7px;
}

.thumb1 ul
{
	padding:0;
	margin:0;
	list-style:none;
}

.thumb1 ul li
{
	float:left;
	padding:0 3px 0 0;
}

.thumb1 ul li a
{
	width:93px;
	display:block;
	height:52px;
}

.heading6
{
	border-bottom:4px solid #6eb43f;
	margin:0 0 1px 0;
}

.heading6 h2
{
	padding:0;
	float:left;
	font-size:18px;
	color:#7e8a90;
	font-weight:normal;
	line-height:20px;
	margin:0px;
}

.heading6 h2 img
{
	float:left;
	margin:7px 6px 0 0;
}

.heading6 span
{
	float:right;
	font-size:14px;
	color:#6e7c84;
	text-align:right;
	display:block;
	width:105px;
}

.heading6 span img
{
	margin:3px 0 0 6px;
}

.social_area4
{
	margin:0;
}

.form_area {
    background: #f5f5f5;
    margin: 0 0 23px 0;
    padding: 12px 10px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    overflow: hidden;
}

.form_area label
{
	padding:0 0 6px 0;
	display:block;
	font-size:13px;
	color:#182539;
}

.text_area
{
	margin:0 0 16px 0;
	border:1px solid #bdbcbd;
	background:#fff;
	outline:0;
    overflow:auto;
	resize:both;
	font-size:13px;
	color:#182539;
	padding:5px;
	width:580px;
	height:82px;
}

.form_area label.text
{
	float:left;
	padding:0 8px 0 0;
	line-height:26px;
}

.text_field
{
	width:265px;
	/*height:16px;*/
	border:1px solid #c0bfc0;
	outline:0;
	padding:4px 5px;
	font-size:13px;
	color:#182539;
	float:left;
}

.send_button
{
	float:right;
	font-size:15px;
	font-weight:bold;
	background:url(/img/button2.png) no-repeat -84px -48px;
	width:107px;
	height:25px;
	cursor:pointer;
	border:0;
}

.send_button:hover
{
	background-position:-84px -73px;
}

.slider4:hover .slider4_text2
{
	display:block;
}

.slider4:hover .button2
{
	display:block;
}

.left_block3
{
	padding:14px 0 18px 0;
}

.left_block3 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.left_block3 ul li
{
	display:block;
	padding:0 0 6px 0;
	margin:0 0 6px 0;
	border-bottom:1px solid #cdcdcd;
	line-height:18px;
	font-size:12px;
}

.left_block3 ul li.nobor
{
	border:none;
}

.add5
{
	margin:0 0 13px 0;
}

.add5 h2
{
	height:30px;
	padding:0 0 0 14px;
	margin:0 0 1px 0;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background:#6eb43f;
}

.add5 img
{
	border:none;
}

.apropos
{
	margin:0 0 13px 0;
}

.apropos h2
{
	height:30px;
	padding:0 0 0 14px;
	margin:0 0 1px 0;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	background:#6eb43f;
}

.apropos-image {
    background: #D6D7DB;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

.apropos-text {
    background: #E3E3E3;
    border: 1px solid #D9D9D9;
    font-family: 'Arimo',sans-serif;
    padding: 10px 15px;
    font-size: 12px
}

h2.post_titre {
    font-size: 22px;
}

.pad
{
	padding-bottom:30px;
}

.pad2
{
	padding-bottom:10px;
}

.mar
{
    margin:0 0 20px 0;
}

.post2
{
	padding:0 0 34px 0;
	font-size:13px;
	color:#565f6e;
}

.post2 img
{
	float:left;
	margin:0 14px 0 0;
}

.post2 p
{
	padding:20px 0 0 0;
	margin:0px;
	line-height:17px;
}

.heading7
{
	margin:0 0 6px 0;
	border-bottom:4px solid #6eb43f;
	padding:0 0 1px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.heading7 h1,
.heading7 h2
{
	float:left;
	font-size:18px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:18px;
	color:#6e7c84;
}

.heading7 h1 a,
.heading7 h2 a
{
	text-decoration:none;
	color:#6fad46;
}

.heading7 h1 a:hover,
.heading7 h2 a:hover
{
	color:#6e7c84;
}

.heading7 img
{
	float:right;
	margin:0px;
}

.heading8
{
	padding:0 0 8px 0;
	font-size:13px;
	color:#565f6e;
}

.heading8 span
{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.heading8 strong
{
	font-weight:normal;
	float:right;
}

.heading8 a
{
	text-decoration:none;
	color:#6eb43f;
	font-size:14px;
}

.ban_text2
{
	height:80px;
}

.heading9
{
	margin:0 0 20px 0;
	padding:0 0 1px 0;
	border-bottom:4px solid #d7d7d7;
}

.heading9 h2,
.heading9 h3
{
	float:left;
	font-size:18px;
	color:#7e8a90;
	padding:16px 0 0 0;
	margin:0px;
	line-height:18px;
}

.heading9 h2 strong,
.heading9 h3 strong
{
	font-weight:bold;
	color:#6eb43f;
}

.heading9_right
{
	background:url(/img/border3.png) no-repeat left bottom;
	padding:16px 0 0 2px;
	width:174px;
	position:relative;
}

.heading9_right a
{
	line-height:20px;
	padding:0 0 0 7px;
	color:#6eb43f;
	text-decoration:none;
	display:block;
	clear:both;
	overflow:hidden;
}

.heading9_right a span
{
	float:left;
}

.heading9_right a img
{
	float:right;
}

.heading9_right a:hover
{
	background:url(/img/heading9_right_hover.png) repeat-x left bottom;
}

.news
{
	padding:0 0 8px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d7d7d7;
	font-size:13px;
	color:#182539;
}

.news h2
{
	padding:0 0 8px 0;
	margin:0px;
	font-size:13px;
	color:#787c81;
	line-height:15px;
	font-weight:normal;
}

.news ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.news ul li
{
	line-height:18px;
	display:block;
	padding:0 0 0 12px;
}

.news ul li a
{
	text-decoration:none;
	color:#182539;
}

.news ul li a:hover
{
	color:#4e9022;
}

.news ul li img
{
	margin:0 7px 0 5px;
}

.nobg
{
	border:0;
}

.heading10
{
	margin:0 0 5px 0;
	border-bottom:1px solid #cdcdcd;
	padding:0 0 1px 0;
}

.heading10 a
{
	display:block;
	text-decoration:none;
	color:#182539;
	line-height:20px;
	font-size:15px;
	font-weight:bold;
	clear:both;
	overflow:hidden;
}

.heading10 a span
{
	float:left;
}

.heading10 a img
{
	float:right;
	border-left:1px solid #FFF;
}

.heading10 a:hover
{
	background:url(/img/heading9_right_hover.png) repeat-x left top;
}

.post3
{
	border:0;
	padding:0px;
	margin:0px;
}

.popup4_wrap
{
	padding:0 0 21px 0;
	background-color: #ccc;
	position:initial;
	left:-444px;
	top:0;
	margin:0px;
	display:none;
}

.popup4 h3
{
	padding:0 7px 0 22px;
	margin:0px;
	line-height:43px;
	font-size:20px;
	font-weight:bold;
	color:#f6f7fb;
	background:#7e8a90;
}

a.close_button
{
	width:23px;
	height:20px;
	position:absolute;
	right:7px;
	top:11px;
	padding:0px;
}

.popup4_bottom
{
	background:url(/img/sep6.jpg) repeat-y 320px 0;
	padding:18px 7px 20px 23px;
}

.popup4_left
{
	width:280px;
}

.popup4_left h4
{
	margin:0 0 10px 0;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#182539;
	border-bottom:4px solid #7e8a90;
	clear:both;
	height:20px;
}

.popup4_left h4 span
{
	float:left;
}

.popup4_left h4 img
{
	float:right;
}

.popup4_left label
{
	display:block;
	padding:0 0 22px 0;
	font-size:12px;
	color:#182539;
}

.popup4_left label.date2
{
	float:left;
	width:105px;
}

.text_field2
{
	padding:3px 8px;
	border:1px solid #bdbcbd;
	font-size:12px;
	color:#182539;
	height:16px;
	outline:0;
	margin:0 0 20px 0;
	width:263px;
}

.search_button2
{
	background:url(/img/button2.png) no-repeat -128px -223px;
	width:128px;
	height:25px;
	border:0;
	cursor:pointer;
	outline:0;
	float:right;
}

.search_button2:hover
{
	background:url(/img/button2.png) no-repeat -128px -248px;
}

.brand_area
{
	padding:0 0 22px 0;
}

.brand_box
{
	margin:0px;
}

.brand_box h2
{
	line-height:20px;
	padding:0 0 0 26px;
	background:#7f8a90 url(/img/button2.png) no-repeat left -178px;
	margin:0 0 2px 0;
	font-size:16px;
	color:#fff;
	font-weight:normal;
	height:20px;
}

.brand_box h2 a
{
	text-decoration:none;
	color:#fff;
}

.brand_box_bottom
{
	background:#e5e5e5;
	border:1px solid #eeeeee;
	padding:3px 7px 3px 4px;
	font-size:12px;
	line-height:17px;
}

.brand_box_bottom img
{
	margin:0 10px 0 0;
}

.brand_box_bottom p
{
	padding:15px 0 0 0;
	margin:0px;
	line-height:17px;
}

.brand_box_bottom p a
{
	text-decoration:none;
	color:#182539;
}

.categories, .Villes
{
	padding:0 0 28px 0;
}

.categories h2, .Villes h2
{
	padding:0px;
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:18px;
	color:#6eb43f;
	line-height:24px;
	border-bottom:4px solid #6eb43f;
}

.categories ul, .Villes ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	width:205px;
	float:left;
}

.categories ul li, .Villes ul li
{
	display:block;
	line-height:20px;
	font-size:13px;
	color:#6e7c84;
}

.categories ul li a, .Villes ul li a
{
	text-decoration:none;
	color:#6e7c84;
}

.categories ul li a:hover .Villes ul li a:hover
{
	color:#4e9022;
}

.blankspace
{
	height:27px;
}

.gallery
{
	margin:0 0 32px 0;
	background:#6e7c84;
	padding:18px 16px 0 16px;
	width:908px;
}

.gallery_pic1
{
	border:1px solid #fff;
	position:relative;
	margin:0 20px 20px 0;
}

.gallery_pic1_tag
{
	padding:6px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:url(/img/tag_bg.png) repeat left top;
	display:none;
}

.gallery_pic1_tag p
{
	padding:0 10px 3px 10px;
	margin:0px;
	line-height:16px;
}

.gallery_right
{
	width:345px;
}

.gallery_pic2
{
	width:160px;
	position:relative;
	border:1px solid #fff;
	margin:0 20px 20px 0;
}

.gallery_pic3
{
	width:286px;
	position:relative;
	border:1px solid #fff;
	margin:0 20px 20px 0;
}

.gallery_pic4
{
	position:relative;
	border:1px solid #fff;
	margin:0 0 20px 0;
}

.nomar3
{
	margin:0 0 20px 0;
}

.gallery_pic1:hover .gallery_pic1_tag
{
	display:block;
}

.gallery_pic2:hover .gallery_pic1_tag
{
	display:block;
}

.gallery_pic3:hover .gallery_pic1_tag
{
	display:block;
}

.gallery_pic4:hover .gallery_pic1_tag
{
	display:block;
}

.carousel_box_wrap
{
	padding:0 16px 0 16px;
	margin:0 0 28px 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
}

.carousel_box
{
	margin:0 16px 0 16px;
	padding:13px 0 3px 0;

}

.carousel_box ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.carousel_box ul li
{
	float:left;
}

.carousel_box ul li a
{
	display:block;
	text-decoration:none;
}

.carousel_box ul li a span
{
	display:block;
	line-height:27px;
	font-size:12px;
	color:#182539;
	text-align:center;
}

.carousel_box ul li a img
{
	border:3px solid #fff;
}

.carousel_box ul li a:hover img
{
	border:3px solid #6eb43f;
}

.carousel_box ul li a:hover span
{
	color:#4e9022;
}

.add6
{
	margin:0 auto;
	float:none;
}

.pad3 h2
{
	padding:0;
}

.popup_box
{
	position:relative;
}

.catégories2
{
	padding:10px 0 0 0;
}

.catégories2 ul
{
	padding:0;
	margin:0;
	list-style:none;
}

.catégories2 ul li
{
	margin:0 0 6px 0;
	padding:0 26px 0 0;
	border-bottom:1px solid #cbcbcb;
	background:url(/img/arrow.jpg) no-repeat right top;
	display:block;
}

.catégories2 ul li a, .popup4_left h4 a
{
	text-decoration:none;
	display:block;
	line-height:22px;
	font-size:15px;
	font-weight:bold;
	color:#182539;
}

.catégories2 ul li a:hover, .popup4_left h4 a:hover
{
	background:url(/img/heading9_right_hover.png) repeat-x left top;

}

.form_area2
{
	padding:0 0 20px 0;
}

.nopad
{
	padding-bottom:0;
}

.contact_block
{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #d7d7d7;
	color:#182539;
}

.contact_block h1,
.contact_block h2
{
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:4px solid #d7d7d7;
	font-size:24px;
	font-weight:bold;
}

.contact_block h3
{
	padding:0;
	margin:0px;
	line-height:18px;
	font-size:13px;
	color:#182539;
	font-weight:bold;
}

.contact_block p
{
	padding:0px;
	margin:0px;
	line-height:15px;
}

.contact_pic
{
	margin:0 16px 0 0;
}

.contact_box1
{
	width:160px;
}

.contact_box2
{
	width:255px;
}

.contact_box2 span
{
	display:block;
	padding:0 0 5px 0;
	line-height:20px;
}

.contact_box2 span img
{
	float:left;
	margin:0 10px 5px 0;
}

.contact_box2 span a
{
	text-decoration:none;
	color:#182539;
}

.blankspace2
{
	height:10px;
}

.contact_box3
{
	width:155px;
}

.social2 a
{
	float:left;
	margin:0 8px 0 0;
}

.popup5
{
	position:absolute;
	left:-640px;
	top:-230px;
	display:block;
	display:none;
}

.popup5_left
{
	background:#e6e6e6;
	padding:18px 10px 16px 10px;
	width:592px;
}

.popup5_left h2
{
	margin:0 0 16px 0;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#182539;
	line-height:20px;
	border-bottom:4px solid #7e8a90;
}

.form_left
{
	width:280px;
}

.form_left label
{
	float:left;
	width:128px;
	line-height:24px;
	font-size:12px;
	color:#182539;
}

.form_left label.resize
{
	width:255px;
	float:right;
}

.text_field3
{
	width:138px;
	padding:3px 5px;
	height:16px;
	border:1px solid #bdbcbd;
	font-size:13px;
	outline:0;
	margin:0 0 7px 0;
	float:left;
	background:#FFF;
}

.drop_down2
{
	width:281px;
	margin:0 0 9px 0;
}

.check_box_area
{
	padding:0 0 12px 0;
}

.check_box
{
	margin:0 9px 0 0;
}

.send_button2
{
	width:277px;
	height:25px;
	background:url(/img/button2.png) no-repeat left -342px;
	cursor:pointer;
	border:0;
	float:right;
	outline:0;
}

.send_button2:hover
{
	background-position:0 -367px;
}

.popup5_right
{
	width:261px;
	background:#9da5aa url(/img/popup4.png) no-repeat left -274px;
	padding:20px 23px;
	font-size:13px;
	color:#fff;
}

.popup5_right h2
{
	padding:0 0 10px 0;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	line-height:20px;
}

.popup5_right h2 span
{
	font-size:20px;
}

.popup5_right p
{
	padding:0 0 14px 0;
	margin:0px;
	line-height:16px;
}

.sidebar_ban
{
	height:118px;
	border:1px solid #fff;
}

.prev_button3
{
	width:130px;
	height:25px;
}

.prev_button3 a
{
	background:url(/img/button2.png) no-repeat -84px -98px;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	padding:0 0 0 24px;
	display:block;
	line-height:25px;
}

.prev_button3 a:hover
{
	background-position:-84px -123px;
}

.next_button3
{
	width:130px;
	height:25px;
}

.next_button3 a
{
	background:url(/img/button2.png) no-repeat -84px -148px;
	text-decoration:none;
	font-size:11px;
	color:#fff;
	padding:0 24px 0 0;
	display:block;
	line-height:25px;
	text-align:right;
}

.next_button3 a:hover
{
	background-position:-128px -198px;
}

.left_block4
{
	padding:8px 0 25px 0;
}

.block4_left
{
	width:188px;
	height:138px;
	text-align:center;
	line-height:138px;
	font-weight:bold;
	color:#FFF;
}
.block4_left img
{
    width: 75px;
    height: 75px;
}
.block4_right
{
	padding:14px 20px 0 0;
	font-size:13px;
	margin:0px;
}

.block4_right p
{
	padding:0 0 10px 0;
	margin:0px;
}

.block4_right ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.block4_right ul li
{
	display:block;
	line-height:18px;
	clear:both;
	overflow:hidden;
}

.block4_right ul li strong
{
	font-weight:bold;
	width:162px;
	float:left;
	display:block;
}

.block4_box
{
	width:200px;
	padding:1px;
	border:1px solid #dddddd;
	margin:0 2px 10px 0;
	font-size:12px;
	height:240px;
}
.block4_box ul
{
    list-style: none;
    margin-left: 5px;
}

.block4_box  ul li
{
	display:block;
	line-height:18px;
	clear:both;
	overflow:hidden;
}

.block4_box  ul li strong
{
	font-weight:bold;
	width:110px;
	float:left;
	display:block;
}
.block4_box h2
{
	margin:0 0 6px 0;
	padding:0px;
	font-size:15px;
	line-height:32px;
	text-align:center;
	color:#FFF;
	background:#6eb43f;
	font-weight:normal;
}

.block4_box_pic
{
	padding:0 0 5px 0;
	text-align:center;
}

.block4_box p
{
	padding:0 5px;
	margin:0px;
	line-height:18px;
}

.mar3
{
	margin:0 0 10px 0;
}

.blankspace3
{
	height:20px;
}

/*==========popup6==========*/

.popup6_wrap
{
	position:absolute;
	z-index:9999;
	left:-138px;
	top:38px;
	background:url(/img/popup4.png) repeat-x left bottom;
	padding:0 0 21px 0;
	display:none;
}

.popup6
{
	padding:18px 12px 10px 18px;
	background:#e6e6e6 url(/img/popup6_bg.jpg) repeat-y left top;
}

.popup6 h2
{
	padding:0 0 3px 0;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#182539;
	line-height:18px;
}

.popup6_left
{
	margin:0 50px 0 0;
    color: #182539;
}

.popup6_left.immo a {
    padding: 0 0 9px 0;
}

.popup6_left.immo h2 {
    border-bottom: 4px solid #7e8a90;
    font-size: 16px;
    font-weight: bold;
    color: #182539;
    line-height: 20px;
    clear: both;
    height: 20px;
}

.video1
{
	font-size:13px;
	position:relative;
	color:#182539;
}

.video1_wrap
{
	position:relative;
}

.popup6_video1
{
	border-bottom:4px solid #7e8a90;
	margin:0 0 6px 0;
}

.popup6_video1 img
{
	border:1px solid #465a5a;
}

.video1 p
{
	padding:0px;
	margin:0px;
	font-weight:bold;
	line-height:17px;
}

.popular_event
{
	margin:0 0 20px 0;
	border-bottom:4px solid #7e8a90;
	background:#f5f5f5;
	color:#182539;
	font-size:13px;
}

.popular_event_left
{
	border:1px solid #425757;
	margin:0 8px 0 0;
	position:relative;
	width:123px;
}

.play_button3
{
	width:42px;
	height:42px;
	position:absolute;
	left:45px;
	top:11px;
}

.play_button3 a
{
	padding:0px !important;
	background:none !important;
}

.play_button3 a:hover
{
	background:none !important;
}

.popular_event p
{
	padding:28px 0 0 0;
	margin:0px;
	line-height:16px;
}

.popular_event2 p
{
	padding:14px 0 0 0;
}

.popular_event_pic
{
	padding:20px 0 32px 0;
}

.button3
{
	width:219px;
	height:25px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.button3 a
{
	text-decoration:none;
	line-height:20px;
	height:25px;
	display:block;
	color:#00457c !important;
	background:url(/img/button2.png) no-repeat left -392px !important;
	padding:0px !important;
}

.button3 a:hover
{
	background-position:0 -392px !important;
	color:#00457c !important;
}

.last2
{
	width:220px;
	margin:0px;
	float:right;
}

.popular_event_pic a
{
	padding:0 !important;
}


/*==========popup-simple==========*/

.popup-simple
{
	padding:18px 12px 10px 18px;
	background-color:#e6e6e6;
	font-size:13px;
	color:#182539;
}

.last-item {
    left: auto !important;
    right: 0px;
    z-index: 10;
}

/*==========popup7==========*/

.popup7_wrap
{
	position:absolute;
	z-index:9999;
	left:-838px;
	top:38px;
	background:url(/img/popup4.png) repeat-x left bottom;
	padding:0 0 21px 0;
	display:none;
}

.popup7
{
	padding:18px 12px 10px 18px;
	background:#e6e6e6 url(/img/popup7_bg.jpg) repeat-y left top;
	font-size:13px;
	color:#182539;
}

.popup7 h2
{
	padding:0 0 1px 0;
	margin:0 0 6px 0;
	border-bottom:4px solid #7e8a90;
	font-size:16px;
	font-weight:bold;
	color:#182539;
	line-height:20px;
	clear:both;
	height:20px;
}

.popup7 h2 span
{
	float:left;
}

.popup7 h2 img
{
	float:right;
}

.popup7 p
{
	padding:0 0 22px 0;
	margin:0px;
	line-height:16px;
}

.social3 ul
{
	padding:0px;
	margin:0px;
	list-style:none;
    width: 265px;
}

.social3 ul li
{
	float:left;
	width:158px;
	padding:0 0 5px 0;
	background:none;
	line-height:25px;
	display:block;
}

.social3 ul li a
{
	text-decoration:none;
	font-size:13px;
	color:#182539;
	padding:0;
	display:inline;
}

.social3 ul li a img
{
	float:left;
	margin:0 8px 0 0;
}

.social3 ul li.last2
{
	width:107px;
}

.mar4
{
	margin:0 50px 0 0;
	width:265px;
	float:left;
}

.nomar2
{
	margin:0px;
}

.last3
{
	margin:0px;
	float:right;
}

.zindex
{
	z-index:5;
}

.zindex2
{
	z-index:9;
}

/****** Font resize ******/

.resizer {
    list-style: none outside none;
    margin: 6px 0 10px 10px;
}

.resizer li {
    float: left;
    margin-right: 5px;
}

.resizer a.selected {
    color: #1D4C9F;
    text-decoration: underline;
}

.resizer .small {
    font-size: 15px;
}

.resizer .large {
    margin-right: 0;
}

.font-default {
    font-size: 15px !important;
    line-height: 19px !important;
}

.font-resizable.medium, .medium { font-size: 16px !important; }
.font-resizable.large, .large { font-size: 17px !important; }
.font-resizable.small, .small { font-size: 13px !important; }

.lireSuite{ font-style: italic;float:right;color: #182539}

.headtest1 {
    position:absolute;
    margin: 0 auto;
    z-index:999;
}

.hide {
    display: none;
}

div.references ol,
ol.references {
    color: #252525;
    margin-top: 0;
    font-size: 75%;
}

div.references ol li,
ol.references li {
    line-height: 1.3em !important;
}

/**** Event module *****/

#container-document {
    margin-top: 15px;
}

.event-mod {
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,.2);
    overflow: hidden;
}

/**** Event module *****/
.addthis_follow_label { display: none;}


/********* Element Menu ****/
.top-item {
    float: left;
    height: 152px;
}

.neo-head a {
    text-decoration: none;
}

.neo-head .logo {
    width: 320px;
}

.neo-head .regions a.aSite {
    display: table-cell;
    height: 152px;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.div-recherche:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25em;
}

.neo-head h3 {
    font-family: Arimo;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 30px;
}

.neo-head .regions {
    -moz-min-width: 240px;
    -ms-min-width: 240px;
    -o-min-width: 240px;
    -webkit-min-width: 240px;
    min-width: 240px;
}

.neo-head .regions p {
    font-family: Arimo;
    font-size: 13px;
    color: #9b0d21;
    text-transform: uppercase;
}

.neo-head .regions .dropdown-menu { border: none;padding: 0px;}

.neo-head .mobile-toggles .social-toggle {
    display: none
}

.topics  li {
    float: left;
    width: 50%;
}

.topics  li > a {
    display: block;
    padding: 10px 20px;
}

.topics  a,
.menu-item a {
    display: block;
    padding: 10px 30px;
    color: #FFF;
    outline: 0;
}

.topics  li .border {
  position: absolute;
  top: 25%;
  bottom: 25%;
}

.change-location {
    text-transform: uppercase;
    color: #fff;
    float: right;
}

.border {
    height: 50%;
    margin: 0 5px 0 8px;
	position: relative;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-black {
  color: black;
}

/* Play Button */
.banner:hover > a .fa-play,
.post_pic:hover > a .fa-play,
.photo_gallery:hover > a .fa-play,
.slider1:hover > a .fa-play
 {
    -ms-opacity: 1;
    opacity: 1;
}

.btn-container {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    width: 52px;
    height: 52px;
}

.fa-play
{
  -ms-opacity: 0.8;
  opacity: 0.8;
  border: 3px solid #fff;
  border-radius: 50%;
  border-color: rbga(255,255,255,0.8);
  padding: 10px;
  color: #fff;
  background-color: rgba(0,0,0,.7);
  padding-left: 16px;
}

.btn-default-nobg {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    background-image: none !important;
}

.chevron-left:after {
    content: '\f053';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

.chevron-right:after {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-left: 5px;
}

/*************  LaPlaza.io  **************/

ul.laplaza-carousel li {
    background: none !important;
    padding: 0;
}

ul.laplaza-carousel li img.produit {
    margin: 20px;
    max-width: 278px;
    text-align: center;
    display: block;
    margin: 20px auto;
}

ul.laplaza-carousel div.jachete-container {
    position:relative;
    background-image: url(/img/texture-bg.png);
    width: 298px;
    height: 208px;
}

div.jachete-container .jachete {
    position: absolute;
    text-align: center;
    top: -40px;
    left: 30%;
}

div.jachete-info h3.name {
    color: #fff;
    margin: 1px 0 5px 0;
    font-size: 20px;
    padding: 75px 0 0 0;
    text-align: center;
}

div.jachete-info div.prix {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

div.jachete-info div.prix span.oldPrice {
    text-decoration: line-through;
    font-size: 20px;
    text-align: center;
}


/*************  Pub Plaza **************/

.stickyHeader {
    background: #ec2127;
    height: 50px;
    text-align: center;
    z-index: 150;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.4);
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.stickyHeader-scrolled {
    position: fixed;
    top: 0
}

.stickyHeader .inner {
    margin: 0 auto;
    display: table;
}

.nopadAtAll {
    padding: 0px !important;
}

.padAfterPub {
    padding: 20px 0 0 0 !important;
}

.span4 {
    width: 300px;
}

.span8 {
    width: 620px;
}

.commerce-sidebar {
    position: relative !important;
}


/*************  Print  **************/

@media print {
    .sticky-top {
        display: none !important;
    }
}

.passed ul li a {
    position: relative;
    display: inline-block;
}

/*************  bulle ne cause pas de blocage du onhover  **************/

#divChart svg > g:last-of-type {
    pointer-events: none;
}

/*************  style de l'outil de recherche Commerce  **************/

.RechercheCommerceMain {
    margin-bottom: 15px;
}


.RechercheCommerceMain .bloc_recherche {
    padding: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.RechercheCommerceMain input {
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    border: 0;
    margin: 0;
}

.RechercheCommerceMain .search_button2 {
    float: none;
}

#RechercheCommerceMainInput {
    height: 30px;
    margin-left: auto;
}

#RechercheCommerceMainSubmit {
    margin-left: 15px;
    margin-right: auto;
}

#CommerceFormMenuMain {
    width: 100%;
    display: flex;
    align-items: center;
}


/*************  style de du formulaire contact  **************/
@media screen and (max-width: 450px) {
    .contact_text_area {
        width: 260px!important;
    }
}

.contact_text_area {
    width: 390px;
}

@media screen and (max-width: 575px) {
    #divContactCaptcha .g-recaptcha {
        transform: scale(0.86);
        transform-origin: 0;
        transform: scale(0.86);
        transform-origin: 0 0;
        -webkit-transform: scale(0.86);
        transform: scale(0.86);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

/* aspect ratio video mobile */
@media(max-width: 767px) {

    #mediaplayerContainer {
        height: auto !important;
    }

    #mediaplayerContainer #mediaplayer {
        width: 90vw;
        height: 50.6vw !important;
    }
}

@media(max-width: 1025px) {

    #changeRegion{
        display:none!important;
    }

    .mediaplayer-Rumble-cls {
        height: 100% !important;
    }
}

.jw-nextup-container{
    display:none!important;
}

.jw-nextup-container {
    display:none!important;
}

/* fix recherche google */
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: unset !important;
    background-color: unset !important;
    color: unset !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #FF9900 !important;
}

.mediaplayer-Rumble-cls video {
    object-fit: cover;
}
