/*
|-------------------------------------------------------------------------
| 1.0 Grid
| 2.0 Layout
| 3.0 Responsive-1240
| 4.0 Responsive
|
*/
/*
|--------------------------------------------------------------------------
|  1.0 Grid
|
|--------------------------------------------------------------------------
|
|
|
*/
/* #Base 1200 Grid
================================================== */
body {
    min-width: 1240px;
    padding: 25px 0;
}

#Wrapper {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}

.layout-full-width {
    padding: 0;
}

.layout-full-width #Wrapper {
    width: 100% !important;
    margin: 0 !important;
}

/* #Content
=============================== */
#Content {
    width: 100%;
}

body:not(.template-slider) #Content {
    padding-top: 30px;
}

.section {
    position: relative;
}

.bg-page {
    background: url(../img/bg-page.gif) no-repeat;
	background-position:80% 0px;
}

.section_grey {
    background-color:#f6f6f6 !important;
}

.section_top {
    padding-top:60px;
}

.section_second {
    padding-top:70px;
	padding-bottom:10px;
}

.section_crt {
	padding-top:40px;
	padding-bottom:0px;
}

.section_extention_commander {
	background: url(../img/bg-extension_commander.png) repeat center top;
	background-color:#149fd2;
}


.section_socialmedia {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#f6f6f6;
}

.section_footer_links {
	padding-top:40px;
	padding-bottom:10px;
	background-color:#149fd2;
}

.section_discover {
	padding-top:80px;
	padding-bottom:10px;
	background-color:#f6f6f6;
	background-image:url(../img/bg-decouvrez.gif);
}

.discover_white {
	background-image:url(../img/bg-decouvrez-white.gif) !important;
}

.section_wrapper,.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* margin-bottom: -20px; */
}

.section_wrapper:after,.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.column,.columns {
    float: left;
    margin: 0 1% 40px;
}

.column.column_divider,.column-margin-0px .column {
    margin-bottom: 0;
}

.column-margin-10px .column {
    margin-bottom: 10px;
}

.column-margin-20px .column {
    margin-bottom: 20px;
}

.column-margin-30px .column {
    margin-bottom: 30px;
}

.column-margin-40px .column {
    margin-bottom: 40px;
}

.column-margin-50px .column {
    margin-bottom: 50px;
}

.the_content_wrapper {
    margin: 0 1%;
}

.column_content .the_content_wrapper {
    margin: 0;
}

.column_attr.align_left {
    text-align: left;
}

.column_attr.align_right {
    text-align: right;
}

.column_attr.align_center {
    text-align: center;
}

.column_attr.align_justify {
    text-align: justify;
}

.extra_content .the_content_wrapper {
    margin: 0 1% 40px;
}

/* .with_aside */
.with_aside .content_wrapper {
    width: 1200px;
    margin: 0 auto;
}

.with_aside .sections_group {
    width: 75%;
    float: left;
}

.with_aside .section_wrapper {
    width: 100%;
}

.with_aside .four.columns {
    float: right;
}

.aside_left .sections_group {
    float: right;
}

.aside_left .four.columns {
    float: left;
}

/* both sidebars | .aside_both */
.aside_both .sections_group {
    width: 60%;
    margin-left: 20%;
}

.aside_both .sidebar.columns {
    width: 18%;
}

.aside_both .sidebar-1 {
    float: left !important;
    margin-left: -79%;
}

/* sidebars for sections */
.right-sidebar .items_group {
    width: 75%;
    float: left;
}

.right-sidebar .four.columns {
    float: right;
}

.left-sidebar .items_group {
    width: 75%;
    float: right;
}

.left-sidebar .four.columns {
    float: left;
}

/* #Base Grid
=============================== */
.one-sixth.column {
    width: 14.666%;
}

/* 1/6 */
.one-fifth.column {
    width: 18%;
}

/* 1/5 */
.four.columns,.one-fourth.column {
    width: 23%;
}

/* 1/4 */
.one-third.column {
    width: 31.333%;
}

/* 1/3 */
.one-second.column {
    width: 48%;
}

/* 1/2 */
.two-third.column {
    width: 64.666%;
}

/* 2/3 */
.three-fourth.column {
    width: 73%;
}

/* 3/4 */
.one.column {
    width: 98%;
}

/* 1/1 */
/* without horizontal margin */
.no-margin-h .column {
    margin-left: 0;
    margin-right: 0;
}

.no-margin-h .one-sixth.column {
    width: 16.666%;
}

/* 1/6 */
.no-margin-h .one-fifth.column {
    width: 20%;
}

/* 1/5 */
.no-margin-h .one-fourth.column {
    width: 25%;
}

/* 1/4 */
.no-margin-h .one-third.column {
    width: 33.333%;
}

/* 1/3 */
.no-margin-h .one-second.column {
    width: 50%;
}

/* 1/2 */
.no-margin-h .two-third.column {
    width: 66.666%;
}

/* 2/3 */
.no-margin-h .three-fourth.column {
    width: 75%;
}

/* 3/4 */
.no-margin-h .one.column {
    width: 100%;
}

/* 1/1 */
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */
.clearfix:before,.clearfix:after,.row:before,.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,.clearfix:after {
    clear: both;
}

.row,.clearfix {
    zoom: 1;
}

/* <br class="clear" /> can be used to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
|--------------------------------------------------------------------------
|  2.0 Layout
|
|--------------------------------------------------------------------------
|
|
|
*/
/* #Global
================================================== */
.the_content_wrapper pre {
    margin-bottom: 20px;
}

.rev_slider iframe {
    max-width: 1220px;
}

.rev_slider ul {
    margin: 0 !important;
}

.tp-static-layers {
    z-index: 200;
}

.ls-yourlogo {
    z-index: 28;
}

.section.center {
    text-align: center;
}

.section.no-margin .column,.section.no-margin-v .column {
    margin-bottom: 0;
}

#Wrapper {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.06);
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}

/* #Blank
================================================== */
.page.hide-title-area:not(.with_aside) #Content,.no-content-padding:not(.with_aside) #Content,.template-blank #Content {
    padding: 0 !important;
}



/* Nice Scroll | .nice-scroll
================================================== */
body.nice-scroll {
    position: relative;
}

body.nice-scroll:not(.layout-boxed) {
    padding-right: 10px !important;
    overflow: hidden;
}

.nice-scroll #configurator,.nice-scroll #Sliding-top a.sliding-top-control,.nice-scroll .fixed-nav.fixed-nav-next {
    margin-right: 10px;
}

.nice-scroll .nicescroll-rails {
    background: #666;
    z-index: 9001 !important;
}

/* Slider | Pagination
================================================== */
.slider_pagination,.tp-bullets.simplebullets.round {
    text-align: center;
    line-height: 0;
}

.slider_pagination a,.tp-bullets.simplebullets.round .bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    margin: 0 9px;
    background: rgba(0,0,0,.15);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}

.slider_pagination a:hover {
    background: rgba(0,0,0,.25);
}

.slider_pagination a.selected,.tp-bullets.simplebullets.round .bullet.selected {
    width: 10px;
    height: 8px;
    margin: 0 10px;
    position: relative;
    top: 4px;
    background: rgba(0,0,0,.15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.slider_pagination a.selected:after,.tp-bullets.simplebullets.round .bullet.selected:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 1px;
    top: -3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tp-bullets.simplebullets.round .bullet {
    background: #fff;
}

/* Slider Revolution | Navigation
================================================== */
.tp-bullets.tp-thumbs {
    z-index: 29;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 0 !important;
}

.tp-bullets.tp-thumbs .tp-mask,.tp-bullets.tp-thumbs .bullet {
    overflow: visible;
}

.tp-bullets.tp-thumbs .bullet.selected:after {
    bottom: -7px;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* Arrows */
.tparrows.round,.tparrows.navbar {
    display: inline-block;
    padding: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
    background-repeat: no-repeat;
    background-position: center center;
}

.tp-leftarrow.round,.tp-leftarrow.navbar {
    background-image: url(../img/tp-leftarrow.png);
}

.tp-rightarrow.round,.tp-rightarrow.navbar {
    background-image: url(../img/tp-rightarrow.png);
}

.tparrows.round:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    text-decoration: none;
    background: rgba(0,0,0,.05);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.tparrows.round:hover:after {
    width: 100%;
	-webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.tparrows.default.preview1,.tparrows.default.preview4 {
    background: transparent;
}


/* Section: Highlight
================================================== */
.highlight-left,.highlight-right {
    position: relative;
}

.highlight-left:after,.highlight-right:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.highlight-left:after {
    left: 0;
}

.highlight-right:after {
    right: 0;
}

.highlight-left .section_wrapper,.highlight-right .section_wrapper {
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .highlight-left:after,.highlight-right:after {
        content: none;
    }
}


/* #Header
================================================== */
body:not(.template-slider) #Header_wrapper {
    background-repeat: no-repeat;
    background-position: top center;
}

body:not(.template-slider) #Header_wrapper.bg-fixed {
    background-attachment: fixed;
}

#Header_wrapper {
    position: relative;
}

#Header {
    position: relative;
}

body:not(.template-slider) #Header {
    min-height: 123px;
}

.header-transparent .header_placeholder,.header-empty .header_placeholder {
    height: 0 !important;
}



/* #Action bar
================================================== */
#Action_bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
}

#Action_bar .column {
    margin-bottom: 0;
    overflow: hidden;
}

/* #Top_bar
================================================== */
#Top_bar {
    position: absolute;
    left: 0;
    top: 61px;
    width: 100%;
    z-index: 30;
}

#Top_bar .column {
    margin-bottom: 0;
}

.layout-full-width.header-fw #Action_bar .container,.layout-full-width.header-fw #Top_bar .container {
    width: 100%;
}

#Top_bar .top_bar_left {
    position: relative;
    float: left;
}

#Top_bar .top_bar_right {
    float: right;
    height: 100px;
    position: relative;
    top: -4px;
    padding: 0 10px 0 20px;
}

#Top_bar .top_bar_right:before {
    content: "";
    display: block;
    height: 100px;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 2px;
    /* background-image: url(../img/top_bar_right_shadow.png); */
    background-repeat: repeat-y;
    -moz-transform: skewX(0deg) skewY(-25deg);
    -webkit-transform: skewX(0deg) skewY(-25deg);
    -o-transform: skewX(0deg) skewY(-25deg);
    -ms-transform: skewX(0deg) skewY(-25deg);
    transform: skewX(0deg) skewY(-25deg);
}

.ie #Top_bar .top_bar_right:before {
    width: 11px;
}

/* Top bar width */
#Top_bar .top_bar_left {
    width: 990px;
}

/* Logo */
#Top_bar .logo {
    float: left;
    margin: 5px 20px 0 10px;
}

#Top_bar .logo h1 {
    margin: 0;
}

#Top_bar .logo:not(.text-logo) h1 {
    line-height: 0;
    font-size: 0;
    margin: 0;
}

#Top_bar #logo {
    display: block;
    height: 64px;
    line-height: 64px;
    padding: 14px 0;
}

/* overflow: hidden; */
#Top_bar #logo:hover {
    text-decoration: none;
}

#Top_bar #logo img {
    vertical-align: middle;
    max-height: 100%;
}

#Top_bar #logo img.logo-sticky {
    display: none;
}

/* Menu wrapper */
#Top_bar .menu_wrapper {
    float: right;
    z-index: 201;
}

/* Secondary menu wrapper */
#Top_bar .secondary_menu_wrapper {
    display: none;
}

/* Menu responsive */
#Top_bar a.responsive-menu-toggle {
    display: none;
}

/* Banner */
#Top_bar .banner_wrapper {
    display: none;
}

/* Search wrapper */
#Top_bar .search_wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 201;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Top_bar .search_wrapper input[type="text"] {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 35px;
    background: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.05) !important; /*modif 0109*/
    font-size: 15px;
}

#Top_bar .search_wrapper input[type="text"]:focus {
    background-color: transparent !important;
}

#Top_bar .search_wrapper .icon_search,#Top_bar .search_wrapper .icon_close {
    position: absolute;
    top: 25px;
    font-size: 20px;
    line-height: 20px;
    display: block;
}

#Top_bar .search_wrapper .icon_search {
    left: 18px;
    color: #f2890b; /*modif 0109*/
}

#Top_bar .search_wrapper .icon_close {
    right: 18px;
    color: #666; /*modif 0109*/
    opacity: .3;
    filter: alpha(opacity=30);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#Top_bar .search_wrapper .icon_close:hover {
    right: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


/* Search */
#Top_bar a#search_button {
    position: relative;
    top: 39px;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}

#Top_bar a.button.action_button {
    top: 23px;
    margin: 0 10px 0 0;
    color: #fff;
}

/* Accompagnement wrapper */
#Top_bar .accom_wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 199;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Top_bar .accom_wrapper .accom_close {
	position: absolute;
	float:left;
	top: 10px;
	left:1015px;
}

#Top_bar .accom_wrapper .accom_close_button {
	font-size:20px;
	color:#666;
	opacity:0.3;
	filter: alpha(opacity=30);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#Top_bar .accom_wrapper .accom_close_button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}


/* Accompagnement icon */
#Top_bar a#header_accom_button {
    position: relative;
    top: 39px;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    margin-right: 20px;
}

#Top_bar a.header_accom_button.action_button {
    top: 23px;
    margin: 0 10px 0 0;
    color: #fff;
}

/* #menu
================================================== */
/* main menu 1st level */
#Top_bar #menu {
    z-index: 201;
}

#Top_bar .menu {
    z-index: 202;
}

#Top_bar .menu > li {
    margin: 0;
    z-index: 203;
    display: block;
    float: left;
}

#Top_bar .menu > li:not(.mfn-megamenu-parent) {
    position: relative;
}

#Top_bar .menu > li.hover {
    z-index: 204;
}

#Top_bar .menu > li > a {
    display: block;
    line-height: 64px;
    padding: 19px 0;
    position: relative;
}

#Top_bar .page-menu > li > a {
    padding: 15px 20px;
}

/* default WP Pages Menu */
#Top_bar .menu > li > a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 64px;
	padding: 0 19px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
	border-color: rgba(230,230,230,1.00);
}

#Top_bar .menu > li > a span.description {
    font-size: 11px;
    line-height: 12px !important;
    margin: -15px -15px 0;
    color: #aaa;
    font-weight: 300;
    text-align: center;
    display: block;
}

#Top_bar .menu > li:last-child > a span {
    border: 0;
}

#Top_bar .menu > li > a:hover {
    text-decoration: none;
}

.menu-arrows #Top_bar .menu > li.submenu > a > span:not(.description) {
    padding-right: 30px;
}

.menu-arrows #Top_bar .menu > li.submenu > a > span:not(.description):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.menu-highlight #Top_bar .menu > li.current-menu-item > a,.menu-highlight #Top_bar .menu > li.current_page_item > a,.menu-highlight #Top_bar .menu > li.current-menu-ancestor > a,.menu-highlight #Top_bar .menu > li.current_page_ancestor > a,.menu-highlight #Top_bar .menu > li.hover > a {
    color: #fff;
}

/* Animation */
#Top_bar .menu > li > a,#Top_bar .menu > li > a:after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#Top_bar .menu > li.current-menu-item > a:after,#Top_bar .menu > li.current_page_item > a:after,#Top_bar .menu > li.current-menu-ancestor > a:after,#Top_bar .menu > li.current_page_ancestor > a:after,#Top_bar .menu > li.hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* main menu 2nd level */
#Top_bar .menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 205;
    margin: 0;
    display: none;
    background-image: url(../img/box-shadow.png);
    background-repeat: repeat-x;
    background-position: left top;

}

#Top_bar .menu li > ul {
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.03);

}

#Top_bar .menu li ul li {
    padding: 0;
    width: 190px;
    position: relative;
    font-weight: 400;
}

#Top_bar .menu li ul li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#Top_bar .menu li ul li a span {
    display: inline-block;
    position: relative;
}

#Top_bar .menu li ul li a .menu-arrow {
    position: absolute;
    right: 7px;
    top: 11px;
    font-size: 12px;
    color: rgba(0,0,0,0.35);
}

#Top_bar .menu > li ul li a:hover,#Top_bar .menu > li ul li.hover > a {
    text-decoration: none;
    background: rgba(0,0,0,.06);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* main menu 3rd level */
#Top_bar .menu li ul li ul {
    position: absolute;
    left: 190px;
    top: 0;
    z-index: 204;
}

/* Animation */
#Top_bar .menu li ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* #secondary menu
================================================== */
#Header #menu-secondary-menu {
    z-index: 220;
}

#Header .secondary-menu {
    z-index: 221;
}

#Header .secondary-menu > li {
    margin: 0;
    z-index: 222;
    display: block;
    float: left;
    position: relative;
    padding: 8px 9px;
    line-height: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#Header .secondary-menu > li.submenu {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#Header .secondary-menu > li > a {
    display: block;
}

#Header .secondary-menu > li > a:hover {
    text-decoration: none;
}

#Header .secondary-menu li ul {
    position: absolute;
    left: 0;
    padding: 7px;
    top: 100%;
    z-index: 223;
    margin: 0;
    display: none;
    -webkit-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

#Header .secondary-menu li ul li {
}

#Header .secondary-menu li ul li:last-child {
    border-bottom: 0;
}

#Header .secondary-menu li ul li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 6px 8px;
}

#Header .secondary-menu li ul li a:hover {
    text-decoration: none;
}

#Header .secondary-menu > li > a {
    color: #A8A8A8;
}

#Header .secondary-menu > li.hover,#Header .secondary-menu li ul {
    background: #F9F9F9;
}

#Header .secondary-menu li ul li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#Header .secondary-menu li ul li a {
    color: #8B8B8B;
}

#Header .secondary-menu li ul li a:hover {
    color: #5F5F5F;
    background: rgba(255,255,255,0.8);
}

/* #Header styles
================================================== */
.header-fixed #Action_bar {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header-fixed #Top_bar {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0 !important;
        height: 60px;
        z-index: 701;
        background: #fff;
        opacity: .97;
        filter: alpha(opacity = 97);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    }

    .header-fixed #Top_bar .top_bar_left,.header-fixed #Top_bar .top_bar_right,.header-fixed #Top_bar .top_bar_right:before {
        background: none;
    }

    .header-fixed #Top_bar .top_bar_right {
        top: -4px;
    }

    .header-fixed #Top_bar .logo {
        width: auto;
        margin: 0 30px 0 20px;
        padding: 0;
    }

    .header-fixed #Top_bar #logo {
        padding: 5px 0;
        height: 50px;
        line-height: 50px;
    }

    .header-fixed #Top_bar #logo img {
        max-height: 35px;
    }

    .header-fixed #Top_bar .menu_wrapper {
        clear: none;
    }

    .header-fixed #Top_bar .menu_wrapper .menu > li > a {
        padding: 15px 0;
    }

    .header-fixed #Top_bar .menu > li > a,.header-fixed #Top_bar .menu > li > a span {
        line-height: 30px;
    }

    .header-fixed #Top_bar .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }

    .header-fixed #Top_bar .menu > li > a span.description {
        margin-top: -5px;
    }

    .header-fixed #Top_bar #search_button {
        top: 25px;
    }

	.header-fixed #Top_bar #header_accom_button {
        top: 25px;
    }

    .header-fixed #Top_bar .secondary_menu_wrapper {
        display: none;
    }

    .header-fixed #Top_bar .responsive-menu-toggle {
        top: 12px;
    }
}

.header-below {
}

.header-below #Header .top_bar_left,.header-below #Header .top_bar_right {
    background-color: transparent;
}

.header-below #Top_bar {
    position: static;
}

.header-below #Top_bar .top_bar_right {
    top: 0;
}

.header-below #Top_bar .top_bar_right:before {
    display: none;
}

.header-below #Action_bar {
    display: none;
}

body.header-below:not(.template-slider) #Header {
    min-height: 90px;
    padding-top: 160px;
}

.header-below #Top_bar {
    background-color: #fff;
}

.header-classic {
}

.header-classic #Header .top_bar_left,.header-classic #Header .top_bar_right {
    background-color: transparent;
}

.header-classic #Top_bar {
    position: static;
}

.header-classic #Top_bar .top_bar_right {
    top: 0;
}

.header-classic #Top_bar .top_bar_right:before {
    display: none;
}

.header-classic #Action_bar {
    position: static;
}

.header-classic #Action_bar .contact_details li,.header-classic #Action_bar .social,.header-classic #Action_bar .social-menu {
    padding: 12px 0;
}

.header-classic #Action_bar {
    background-color: #2C2C2C;
}

.header-classic #Top_bar {
    background-color: #fff;
}



/* #Subheader
================================================== */
#Subheader {
    background-color: rgba(0,0,0,.02);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 30px 0;
    position: relative;
}

.subheader-transparent #Subheader {
    background: none;
}

.hide-title-area #Subheader {
    display: none;
}

#Subheader .column {
    margin-bottom: 0;
}

#Subheader .title {
    margin-bottom: 0;
    width: 70%;
    float: left;
}

#Subheader ul.breadcrumbs {
    display: block;
    width: 30%;
    margin: 1px 0 0;
    font-size: 1em !important;
    float: right;
    text-align: right;
}

#Subheader ul.breadcrumbs li {
    display: inline-block;
}

#Subheader ul.breadcrumbs li,#Subheader ul.breadcrumbs li a {
    color: rgba(0,0,0,.3);
}

#Subheader ul.breadcrumbs li span {
    margin: 0 10px;
    opacity: .9;
    filter: alpha(opacity=90);
}

#Subheader:after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
    background: url(../img/box-shadow.png) repeat-x left top;
}


/* subheader-style */
.subheader-title-right #Subheader .title {
    float: right;
    text-align: right;
}

.subheader-title-right #Subheader .breadcrumbs {
    float: left;
    text-align: left;
}

.subheader-both-left #Subheader .title {
    width: 100%;
}

.subheader-both-left #Subheader .breadcrumbs {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.subheader-both-right #Subheader .title {
    width: 100%;
    text-align: right;
}

.subheader-both-right #Subheader .breadcrumbs {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.subheader-both-center #Subheader .title {
    width: 100%;
    text-align: center;
}

.subheader-both-center #Subheader .breadcrumbs {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/* #Footer
================================================== */
#Footer {
    background-position: center top;
    background-repeat: no-repeat;
}

#Footer .footer_action {
    background: rgba(0,0,0,.1);
}

#Footer .footer_action .one {
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 110%;
    line-height: 180%;
}

#Footer .widgets_wrapper {
    padding: 15px 0;
}

#Footer .widgets_wrapper .column {
    margin-bottom: 0;
}

#Footer .widgets_wrapper .widget {
    padding: 15px 0;
    margin-bottom: 0;
}

#Footer .widgets_wrapper .widget:after {
    display: none;
}

#Footer .footer_copy {
    border-top: 1px solid rgba(255,255,255,.1);
}

#Footer .footer_copy .one {
    margin-bottom: 20px;
    padding-top: 30px;
}

#Footer .footer_copy .copyright {
    float: left;
	width:95%;
	text-align:center;
}

#Footer .footer_copy a#back_to_top {
    float: right;
    margin: -10px 0 0;
}

#Footer .footer_copy .social {
    float: right;
    margin-right: 20px;
}

#Footer .footer_copy .social li {
    display: inline-block;
    margin-right: 6px;
}

#Footer .footer_copy .social li:last-child {
    margin-right: 0;
}

#Footer .footer_copy .social li a {
    color: rgba(255,255,255,.3);
    font-size: 15px;
    line-height: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#Footer .footer_copy .social li a:hover {
    color: #fff;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#Footer .footer_copy .social-menu {
    float: right;
    margin-right: 20px;
}

#Footer .footer_copy .social-menu li {
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid rgba(255,255,255,.1);
}

#Footer .footer_copy .social-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

/* .footer-copy-center */
.footer-copy-center #Footer .footer_copy {
    text-align: center;
}

.footer-copy-center #Footer .footer_copy .copyright {
    float: none;
    margin: 0 0 10px;
}

.footer-copy-center #Footer .footer_copy a#back_to_top {
    float: none;
    margin: -10px 0 10px;
}

.footer-copy-center #Footer .footer_copy .social {
    float: none;
    margin: 0;
}

.footer-copy-center #Footer .footer_copy .social-menu {
    float: none;
    margin: 0;
}

/* Widgets */
#Footer .Recent_posts ul li .desc {
    background: rgba(0,0,0,.1);
}

#Footer .widget_mfn_menu ul li a {
    background: rgba(0,0,0,.1);
    color: #ccc;
}

#Footer .widget_recent_entries ul li {
    background: rgba(0,0,0,.1);
}

#Footer ul.list_mixed li:after,#Footer ul.list_check li:after,#Footer ul.list_star li:after,#Footer ul.list_idea li:after {
    background: rgba(255,255,255,.08);
}

#Footer .widget_mfn_recent_comments ul li .date_label {
    background-color: rgba(0,0,0,.07);
}

#Footer .widget_mfn_recent_comments ul li .date_label:after {
    border-left-color: rgba(0,0,0,.07);
}

/* #Dark
================================================== */
.dark,.dark ul.timeline_items,.dark a, .dark .icon_box a .desc,.dark .icon_box a:hover .desc,.dark .feature_list ul li a,.dark .list_item a,.dark .list_item a:hover,.dark .widget_recent_entries ul li a {
    color: #fff !important;
}


.dark .ui-tabs .ui-tabs-panel,.dark .accordion .question .answer {
    color: #626262;
}

/* Headings font */
.dark h1,.dark h1 a,.dark h1 a:hover {
    color: #fff;
}

.dark h2,.dark h2 a,.dark h2 a:hover {
    color: #fff;
}

.dark h3,.dark h3 a,.dark h3 a:hover {
    color: #fff;
}

.dark h4,.dark h4 a,.dark h4 a:hover {
    color: #fff;
}

.dark h5,.dark h5 a,.dark h5 a:hover {
    color: #fff;
}

.dark h6,.dark h6 a,.dark h6 a:hover,.dark a.content_link .title {
    color: #fff;
}

/* Borders */
.dark .idea_box,.dark table th,.dark table td,.dark .list_item .circle,.dark
input[type="text"],.dark input[type="tel"],.dark input[type="password"],.dark input[type="email"],.dark textarea,.dark select,.dark .promo_box.has_border:after,.dark
dl > dt,.dark dl > dd,.dark .article_box .desc_wrapper p,.dark a.icon_bar,.dark
.icon_box.has_border:after,.dark .chart_box:before,.dark .pricing-box,.dark .team_list .bq_wrapper,.dark .post-footer .post-links,.dark .format-link .post-title .icon-link,.dark
.share_wrapper,.dark .post-header .title_wrapper,.dark .section-post-related .section-related-adjustment {
    border-color: rgba(255,255,255,.08);
}

/* Grey */
.dark .blockquote p.author span,.dark .counter .desc_wrapper .title,.dark .article_box .desc_wrapper p,.dark .team .desc_wrapper p.subtitle,.dark .pricing-box .plan-header p.subtitle,.dark .pricing-box .plan-header .price sup.period,.dark .chart_box p,.dark .fancy_heading .inside,.dark
.fancy_heading_line .slogan,.dark .post-meta,.dark .post-meta a,.dark .post-footer,.dark .post-footer a span.label,.dark .pager .pages a,.dark .button-love a .label,.dark
.pager-single a,.dark #comments .commentlist > li .comment-author .says,.dark .fixed-nav .desc .date,.dark .filters_buttons li.label,.dark .Recent_posts ul li a .desc .date,.dark
.widget_recent_entries ul li .post-date,.dark .tp_recent_tweets .twitter_time,.dark .widget_price_filter .price_label {
    color: #DEDEDE;
}

/* Dividers */
.dark hr {
    background-color: rgba(255,255,255,.08);
    color: rgba(255,255,255,.08);
}

/* Others */
.dark blockquote {
    color: #fff;
}

.dark .article_box .desc_wrapper h4 {
    color: #444;
}

.dark .progress_bars .bars_list li h6 .label {
    color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.05);
}

.dark .faq .question .title {
    color: #fff;
}

.dark .counter .desc_wrapper .number {
    color: #fff;
}

.dark a.content_link .title {
    color: #444;
}

/* Pricing box */
.dark .pricing-box-box {
    background: rgba(0,0,0,0.1);
}

.dark .pricing-box .plan-inside ul li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Lists */
.dark .column_column ul,.dark .column_column ol,.dark .the_content_wrapper ul,.dark .the_content_wrapper ol {
    color: #fff;
}

/* List item */
.dark .list_item.lists_2 .list_icon i {
    color: #fff;
}

/* Pricing table */
.dark .pricing-box-table.pricing-box-featured {
    background: rgba(0,0,0,.1);
}

.dark .pricing-box .plan-header .price sup.period {
    color: rgba(255,255,255,0.5) !important;
}


/* #Section Navigation
================================================== */
.section.has-navi .section-nav {
    position: absolute;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    font-size: 38px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 -25px;
    text-align: center;
    color: rgba(0,0,0,.2);
}

.section.has-navi .section-nav:hover {
    color: rgba(0,0,0,.8);
}

.section.has-navi .section-nav.prev {
    top: 75px;
}

.section.has-navi .section-nav.next {
    bottom: 75px;
}

.section.has-navi:first-child .section-nav.prev,.section.has-navi:nth-last-child(2) .section-nav.next {
    display: none;
}

.section.has-navi .section-nav {
    color: rgba(0,0,0,.2);
}

.section.has-navi .section-nav:hover {
    color: rgba(0,0,0,.8);
}

.section.has-navi.dark .section-nav {
    color: rgba(255,255,255,.2);
}

.section.has-navi.dark .section-nav:hover {
    color: rgba(255,255,255,.8);
}

/* Animation */
.section.has-navi .section-nav {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



/*
|--------------------------------------------------------------------------
|  3.0 Responsive-1240
|
|--------------------------------------------------------------------------
|
|
|
*/
html,body {
    overflow-x: hidden;
}

/*																								> 1240
===================================================================================================== */
@media only screen and (min-width: 1240px) {
    body:not(.header-simple) #Top_bar #menu {
        display: block !important;
    }

    /* main menu 2nd level - MegaMenu */
    #Top_bar .menu > li > ul.mfn-megamenu {
        width: 984px;
		background-color:#fbfbfb;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li {
        float: left;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-1 {
        width: 100%;
		padding:20px;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-2 {
        width: 50%;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-3 {
        width: 33.33%;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-4 {
        width: 25%;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-5 {
        width: 20%;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li.mfn-megamenu-cols-6 {
        width: 16.66%;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
        border-width: 0 1px 0 0;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li:last-child > ul {
        border: 0;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li > ul li {
        width: auto;
    }

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title:hover {
        background: none;
    }

    #Top_bar .menu > li > ul.mfn-megamenu a .menu-arrow {
        display: none;
    }

    /* MegaMenu with Background */
    #Top_bar .menu > li > ul.mfn-megamenu-bg {
        padding: 20px 166px 20px 20px;
        background-repeat: no-repeat;
        background-position: bottom right;
    }

    #Top_bar .menu > li > ul.mfn-megamenu-bg > li {
        background: none;
    }

    #Top_bar .menu > li > ul.mfn-megamenu-bg > li a {
        border: none;
    }

    #Top_bar .menu > li > ul.mfn-megamenu-bg > li > ul {
        background: none !important;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0;
    }

    /* #Header.is-sticky */
    #Top_bar.is-sticky {
        position: fixed;
        width: 100%;
        left: 0;
        top: -60px;
        height: 60px;
        z-index: 701;
        background: #fff;
        opacity: .97;
        filter: alpha(opacity = 97);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    }

    #Top_bar.is-sticky .top_bar_left,#Top_bar.is-sticky .top_bar_right,#Top_bar.is-sticky .top_bar_right:before {
        background: none;
    }

    #Top_bar.is-sticky .top_bar_right {
        top: -4px;
    }

    #Top_bar.is-sticky .logo {
        width: auto;
        margin: 0 22px 0 15px;
        padding: 0;
    }

    #Top_bar.is-sticky #logo {
        padding: 4px 0;
        height: 50px;
        line-height: 50px;
    }

    #Top_bar.is-sticky #logo img {
        max-height: 43px;
        width: auto !important;
    }

    #Top_bar.is-sticky #logo img.logo-main {
        display: none;
    }

    #Top_bar.is-sticky #logo img.logo-sticky {
        display: inline;
    }

    #Top_bar.is-sticky .menu_wrapper {
        clear: none;
    }

    #Top_bar.is-sticky .menu_wrapper .menu > li > a {
        padding: 15px 0;
    }

    #Top_bar.is-sticky .menu > li > a,#Top_bar.is-sticky .menu > li > a span {
        line-height: 30px;
    }

    #Top_bar.is-sticky .menu > li > a:after {
        top: auto;
        bottom: -4px;
    }

    #Top_bar.is-sticky .menu > li > a span.description {
        display: none;
    }

    #Top_bar.is-sticky #search_button {
        top: 25px;
    }

	#Top_bar.is-sticky #header_accom_button {
        top: 25px;
    }

    #Top_bar.is-sticky a.button.action_button {
        top: 13px;
    }

    #Top_bar.is-sticky .secondary_menu_wrapper,#Top_bar.is-sticky .banner_wrapper {
        display: none;
    }

    .header-simple #Top_bar.is-sticky .responsive-menu-toggle {
        top: 12px;
    }

    /* Sticky dark */
    .sticky-dark #Top_bar.is-sticky {
        background: rgba(0,0,0,.8);
    }

    .sticky-dark #Top_bar.is-sticky .menu > li > a {
        color: #fff;
    }

    .sticky-dark #Top_bar.is-sticky .top_bar_right a {
        color: rgba(255,255,255,.5);
    }

    .sticky-dark #Top_bar.is-sticky .wpml-languages a.active,.sticky-dark #Top_bar.is-sticky .wpml-languages ul.wpml-lang-dropdown {
        background: rgba(0,0,0,0.3);
        border-color: rgba(0,0,0,0.1);
    }

    /* .header-simple | Mobile Menu */
    .header-simple #Top_bar #menu {
        display: none;
        height: auto;
        width: 300px;
        bottom: auto;
        top: 60px;
        right: 1px;
        position: absolute;
        margin: 0;
        background: #fff;
    }

    .header-simple #Header a.responsive-menu-toggle {
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 30px; /*modif 0209 25*/
        text-align: center;
        position: absolute;
        top: 32px;
        right: 10px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .header-simple #Header a:hover.responsive-menu-toggle {
        text-decoration: none;
    }

    /* main menu 1st level */
    .header-simple #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }

    .header-simple #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;
    }

    .header-simple #Top_bar #menu ul li	a {
        padding: 0 20px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }

    .header-simple #Top_bar #menu ul li	a:after {
        display: none;
    }

    .header-simple #Top_bar #menu ul li	a span {
        border: none;
        line-height: 48px;
        display: inline;
        padding: 0;
    }

    .header-simple #Top_bar #menu ul li.submenu .menu-toggle {
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid rgba(0,0,0,0.03);
        background: url(../img/menu-plus.png) center no-repeat;
    }

    .header-simple #Top_bar #menu ul li.hover > .menu-toggle {
        background: none !important;
    }

    .header-simple #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }

    .header-simple #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }

    /* main menu 2nd level */
    .header-simple #Top_bar #menu ul li	ul {
        position: relative !important;
        left: 0 !important;
        top: 0;
        padding: 0;
        margin-left: 0 !important;
        width: auto !important;
        background-image: none;
    }

    .header-simple #Top_bar #menu ul li	ul li {
        width: 100% !important;
    }

    .header-simple #Top_bar #menu ul li	ul li a {
        padding: 0 20px 0 30px;
    }

    .header-simple #Top_bar #menu ul li ul li a .menu-arrow {
        display: none;
    }

    .header-simple #Top_bar #menu ul li	ul li a span {
        padding: 0;
    }

    .header-simple #Top_bar #menu ul li	ul li a span:after {
        display: none !important;
    }

    .header-simple #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }

    .header-simple #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
    }

    /* main menu 3rd level */
    .header-simple #Top_bar #menu ul li	ul li ul {
        border-left: 0 !important;
        padding: 0;
        top: 0;
    }

    .header-simple #Top_bar #menu ul li	ul li ul li a {
        padding: 0 20px 0 40px;
    }

    /* Always Open */
    .header-open #Header_creative {
        left: 0;
    }

    .header-open #Header_creative .creative-wrapper {
        display: block;
    }

    .header-open #Header_creative .creative-menu-toggle,.header-open #Header_creative .creative-social {
        display: none;
    }

    /* Menu highlight */
    .menu-highlight #Top_bar .menu > li {
        margin: 0 2px;
    }

    .menu-highlight:not(.header-creative) #Top_bar .menu > li > a {
        margin: 20px 0;
        padding: 0;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .menu-highlight #Top_bar .menu > li > a:after {
        display: none;
    }

    .menu-highlight #Top_bar .menu > li > a span:not(.description) {
        border-right-width: 0;
        line-height: 50px;
    }

    .menu-highlight #Top_bar .menu > li > a span.description {
        display: none;
    }

    .menu-highlight.header-stack #Top_bar .menu > li > a {
        margin: 10px 0;
    }

    .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) {
        line-height: 40px;
    }

    .menu-highlight.header-fixed #Top_bar .menu > li > a {
        margin: 10px 0;
        padding: 5px 0;
    }

    .menu-highlight.header-fixed #Top_bar .menu > li > a span {
        line-height: 30px;
    }

    .menu-highlight.header-transparent #Top_bar .menu > li > a {
        margin: 5px 0;
    }

    .menu-highlight.header-simple #Top_bar #menu ul li,.menu-highlight.header-creative #Top_bar #menu ul li {
        margin: 0;
    }

    .menu-highlight.header-simple #Top_bar #menu ul li > a,.menu-highlight.header-creative #Top_bar #menu ul li > a {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a {
        margin: 10px 0 !important;
        padding: 5px 0 !important;
    }

    .menu-highlight:not(.header-simple) #Top_bar.is-sticky .menu > li > a span {
        line-height: 30px !important;
    }

	.accomp-button a {
		width:100%;
	}

	.accomp-button a span {
		float:none !important;
	}

	.align-decouvrez-icon {
		text-align:right;
		padding:0;
		margin:0;
	}

	.align-decouvrez-button {
		text-align:left;
		padding:0;
		margin:0;
	}


}

/* 																								< 1240
===================================================================================================== */
@media only screen and (max-width: 1239px) {
    /* Header */
    #Top_bar #menu {
        display: none;
        height: auto;
        width: 300px;
        bottom: auto;
        top: 100%;
        right: 1px;
        position: absolute;
        margin: 0;
        background: #fff;
    }

    #Top_bar a.responsive-menu-toggle {
        display: block;
        width: 100px;
        height: 35px;
        text-align: center;
        position: absolute;
        top: 33px;
        right: 0px; /*modif 0209*/
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    #Top_bar a.responsive-menu-toggle i {
        font-size: 30px; /*modif 0209 - 25*/
        line-height: 35px;
    }


    /* main menu 1st level */

    #Top_bar #menu > ul {
        width: 100%;
        float: left;
    }

    #Top_bar #menu ul li {
        width: 100%;
        padding-bottom: 0;
        border-right: 0;
        position: relative;

    }

    #Top_bar #menu ul li a {
        padding: 0 20px;
        margin: 0;
        display: block;
        height: auto;
        line-height: normal;
        border: none;
    }

    #Top_bar #menu ul li a:after {
        display: none;
    }

    #Top_bar #menu ul li a span {
        border: none;
        line-height: 48px;
        display: inline;
        padding: 0;
    }

    #Top_bar #menu ul li a span.description {
        margin: 0 0 0 5px;
    }

    #Top_bar #menu ul li.submenu .menu-toggle {
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-left: 1px solid rgba(0,0,0,0.03);
        background: url(../img/menu-plus.png) center no-repeat;
    }

    #Top_bar #menu ul li.hover > .menu-toggle {
        background: none !important;
    }

    #Top_bar #menu ul li.hover a {
        border-bottom: 0;
    }

    #Top_bar #menu ul li a span:after {
        display: none !important;
    }

    #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
        display: none;
    }

    /* main menu 2nd level */
    #Top_bar #menu ul li ul {
        position: relative !important;
        left: 0 !important;
        top: 0;
        padding: 0;
        margin-left: 0 !important;
        width: auto !important;
        background-image: none !important;
    }

    #Top_bar #menu ul li ul li {
        width: 100% !important;
    }

    #Top_bar #menu ul li ul li a {
        padding: 0 20px 0 30px;
    }

    #Top_bar #menu ul li ul li a .menu-arrow {
        display: none;
    }

    #Top_bar #menu ul li ul li a span {
        padding: 0;
    }

    #Top_bar #menu ul li ul li a span:after {
        display: none !important;
    }

    #Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
        text-transform: uppercase;
        font-weight: 400;
    }

    #Top_bar .menu > li > ul.mfn-megamenu > li > ul {
        display: block !important;
        position: inherit;
        left: auto;
        top: auto;
    }

    /* main menu 3rd level */
    #Top_bar #menu ul li ul li ul {
        border-left: 0 !important;
        padding: 0;
        top: 0;
    }

    #Top_bar #menu ul li ul li ul li a {
        padding: 0 20px 0 40px;
    }


    /* Stack header */
    .header-stack #Top_bar {
    }

    .header-stack .menu_wrapper a.responsive-menu-toggle {
        position: static !important;
        margin: 11px 0;
    }

    .header-stack .menu_wrapper #menu {
        left: 0;
        right: auto;
    }

    /* Responsive | Hover Effect */
    .no-hover-tablet a.button:after,.no-hover-tablet a.tp-button:after,.no-hover-tablet button:after,.no-hover-tablet input:after {
        display: none;
    }

    .no-hover-tablet .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
        margin-bottom: 0 !important;
    }

    .no-hover-tablet .image_frame .image_wrapper img {
        top: 0 !important;
    }

    .no-hover-tablet .image_frame .image_wrapper .mask,.no-hover-tablet .image_frame .image_wrapper .image_links {
        display: none !important;
    }

    .no-hover-tablet .Recent_posts ul li .desc:after {
        display: none;
    }

    .no-hover-tablet .Recent_posts ul li a:hover h6,.no-hover-tablet .Recent_posts ul li a:hover .desc .date {
        color: inherit !important;
    }

    /* Responsive | Section Background Image */
    .no-section-bg-tablet .section {
        background-image: none !important;
    }


}

/* #Desktop 																				960 - 1239
====================================================================================================== */
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    body {
        min-width: 0;
    }

    #Wrapper {
        width: 960px;
    }

    .section_wrapper,.container,.with_aside .content_wrapper {
        width: 940px;
    }

    /* ======================================================= */
    /* Top bar width */
    #Top_bar .top_bar_left {
        width: 729px;
    }

	/*Add 0209*/
	#Header a.responsive-menu-toggle {
        position: absolute !important;
        top: 32px !important;
        right: -10px !important; /* modif 0209*/
        z-index: 10;
        margin: 0;
		text-align:right;
    }

	/*Add 0209*/
	#Top_bar span.text_menu_toggle {
		position:absolute;
		top: 9px;
		right: 38px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:700;
		color:#269fd4;
    }

	/*Add 0209*/
	#Top_bar #menu {
		position:absolute;
		top : 97px;
	}

	/*Add 0209*/
	#Top_bar .accom_wrapper .accom_close {
	position: absolute;
	float:left;
	top: 10px !important;
	left:755px;
	}

	.accomp-button {
		clear:both;
		width:100% !important;
		margin-bottom:5px !important;
		text-align:center;
	}

	.accomp-button a {
		width:65%;
		margin:0;
	}

	.accomp-button a span {
		float:none !important;
	}

	.align-decouvrez-icon {
		text-align:right;
	}

	.align-decouvrez-button {
		text-align:left;
	}

}

/* #Header Creative always Open 															1240 - 1489
====================================================================================================== */
@media only screen and (min-width: 1240px) and (max-width: 1489px) {
    body.header-open {
        min-width: 0;
    }

    .header-open #Wrapper {
        width: 960px;
    }

    .header-open .section_wrapper,.header-open .container,.header-open.with_aside .content_wrapper {
        width: 940px;
    }

    .header-open.with_aside .section_wrapper {
        width: 100%;
    }

}

/*
|--------------------------------------------------------------------------
|  4.0 Responsive
|
|--------------------------------------------------------------------------
|
|
|
*/
body {
    overflow-x: hidden;
}

/* #Tablet (Landscape) 																			> 960
===================================================================================================== */
@media only screen and (min-width: 960px) {
    .hide-desktop {
        display: none !important;
    }
}

/* #Tablet (Landscape) 																		768 - 959
===================================================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    body {
        min-width: 0;
    }

    #Wrapper {
        width: 728px;
    }

    .section_wrapper,.container,.with_aside .content_wrapper {
        width: 708px;
    }

    /* ======================================================= */
	 .hide-tablette {
        display: none !important;
    }

    /* Top bar width */
    #Top_bar .top_bar_left {
        width: 501px;
    }

	/*Add 0209*/
	#Header a.responsive-menu-toggle {
        position: absolute !important;
        top: 32px !important;
        right: -10px !important; /* modif 0209*/
        z-index: 10;
        margin: 0;
		text-align:right;
    }

	/*Add 0209*/
	#Top_bar span.text_menu_toggle {
		position:absolute;
		top: 9px;
		right: 38px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:700;
		color:#269fd4;
    }

	/*Add 0209*/
	#Top_bar #menu {
		position:absolute;
		top : 97px;
	}

	/*Add 0209*/
	#Top_bar .accom_wrapper .accom_close {
	position: absolute;
	float:left;
	top: 10px;
	left: 533px;
	}

	.accomp-button {
		clear:both;
		width:100% !important;
		margin-bottom:5px !important;
		text-align:center;
	}

	.accomp-button a {
		width:90%;
		margin:0;
	}

	.accomp-button a span {
		float:none !important;
	}

    /* .footer-sliding */
    .footer-fixed #Content,.footer-sliding #Content {
        margin-bottom: 0 !important;
    }

    .footer-fixed #Footer,.footer-sliding #Footer {
        position: static;
    }

    /* Subheader */
    #Subheader .title {
        width: 100%;
    }

    #Subheader ul.breadcrumbs {
        display: none;
    }

    /* Tabs */
    .tabs_vertical.ui-tabs .ui-tabs-nav {
        width: 33% !important;
    }

    .tabs_vertical.ui-tabs .ui-tabs-panel {
        width: 66.7% !important;
    }


    /* Pricing table */
    .pricing-box .plan-header h2 {
        word-wrap: break-word;
    }

    .pricing-box .plan-header .price sup.period {
        position: static;
        top: 0;
        display: block;
    }

    /* Infobox */
    .infobox {
        padding-left: 20px;
        word-wrap: break-word;
    }

    .infobox ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .infobox ul li:before {
        display: none;
    }

    /* Hover color */
    .hover_color {
        word-wrap: break-word;
    }

    /* Icon box */
    .icon_box.icon_position_left {
        min-height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .icon_box.icon_position_left .icon_wrapper {
        position: static;
        margin-bottom: 15px;
    }

    .icon_box.icon_position_left .desc_wrapper {
        text-align: center;
        padding-top: 0;
    }

    .icon_box.icon_position_left .image_wrapper {
        position: static;
        left: 0;
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }


    /* Buttons */
    a.kill_the_icon .button_icon,.widget-area a.button .button_icon {
        display: none;
    }
}

/* #Tablet (Portrait) & Mobile - COMMON 														< 768	*
===================================================================================================== */
@media only screen and (max-width: 767px) {
    body {
        min-width: 0;
    }

    #Wrapper {
        width: 480px !important; /*modif 0209* 300*/
    }

    .section_wrapper .column,.container .column,.sections_group,.four.columns {
        margin: 0;
        width: 100% !important;
        clear: both;
    }

    .aside_both .sections_group {
        margin: 0 auto !important;
    }

    .section_wrapper,.container,.four.columns {
        width: 290px !important; /*modif 0209*/
    }

    .left-sidebar .items_group,.right-sidebar .items_group,.with_aside .content_wrapper {
        width: 100%;
    }

    .section_wrapper .column {
        margin: 0 0 20px;
    }

    .four.columns {
        float: none !important;
        margin: 0 auto !important;
    }

    /* ======================================================= */
    .hide-mobile {
        display: none !important;
    }

    /* .section */
    .section {
        background-attachment: scroll !important;
        height: auto !important;
    }

    /* Header */
    #Top_bar,#Action_bar {
        background: #fff !important;
        position: static;
    }

    #Top_bar .top_bar_left {
        float: none;
        width: 100% !important;
        margin-top: 10px;
        background: none !important;
    }

    .header-simple #Top_bar .top_bar_left {
        top: 0 !important;
    }

    #Top_bar .top_bar_right {
        float: none;
        top: 0;
        height: 60px;
        padding: 0 10px;
    }

    #Top_bar .top_bar_right .top_bar_right_wrapper {
        float: right;
    }

    #Top_bar .top_bar_right:before {
        display: none;
    }

    #Top_bar a#search_button {
        top: 20px;
    }

	#Top_bar a#header_accom_button {
        top: 20px;
    }

    #Top_bar a.button.action_button {
        top: 9px;
    }

    #Header a.responsive-menu-toggle {
        position: absolute !important;
        top: 92px !important; /*modif 0209 - 20 */
        left: -20px !important; /*modif 0209 - right 5 */
        z-index: 10;
        margin: 0;
		text-align:right;
    }

	/*Add 0209*/
	#Top_bar span.text_menu_toggle {
		position:absolute;
		top: 9px;
		right: 37px;
		text-transform:uppercase;
		font-size:14px;
		font-weight:700;
		color:#269fd4;
    }

    #Header a.responsive-menu-toggle.is-sticky {
        position: fixed !important;
        top: 10px !important;
        left: 10px !important;
        z-index: 30;
    }

    #Header #menu {
        position: absolute;
        float: left;
        width: auto;
		top:141px; /*Add 0209*/
    }

    #Top_bar .logo {
        position: static;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    #Top_bar .logo #logo {
        padding: 5px 7px 15px; /*modif 0209 - 5 42 15-*/
    }

    #Top_bar .logo #logo img {
        height: auto !important;
    }

    #Top_bar .search_wrapper {
        top: auto;
        bottom: -130px;
    }

	#Top_bar .accom_wrapper {
        top: auto;
        bottom: -132px;
    }

    #Action_bar .contact_details li,#Action_bar .social {
        padding: 0 !important;
    }

    #Action_bar .contact_details {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    #Action_bar .contact_details li {
        color: #000;
        padding: 0;
    }

    #Action_bar .contact_details li.slogan {
        display: none;
    }

    #Action_bar .social {
        float: none;
        text-align: center;
        padding: 5px 0 0;
    }

    #Action_bar .social li {
        margin-right: 5px;
    }

    #Action_bar .social li a {
        color: rgba(0,0,0,.3);
    }

    #Action_bar .social li a:hover {
        color: rgba(0,0,0,.8);
    }

    #Action_bar .social-menu {
        float: none;
        text-align: center;
        padding: 5px 0 0;
    }

    /* Header below */
    body.header-below:not(.template-slider) #Header {
        padding-top: 0;
    }

    /* Stack header */
    .header-stack #Top_bar .logo {
        padding: 0;
        text-align: center !important;
    }

    .header-stack #Top_bar .secondary_menu_wrapper {
        display: none;
    }

    .header-stack #Top_bar .top_bar_right {
        position: static;
    }

    /* Header Creative */
    #Header_creative {
        position: static;
    }

    #Header_creative #Top_bar .responsive-menu-toggle {
        top: 20px;
    }

    #Header_creative #Top_bar .top_bar_left {
        margin-top: 0;
        padding-top: 10px;
        overflow: hidden;
    }

    #Header_creative #Top_bar .logo #logo {
        padding: 5px 42px 15px;
    }

    #Header_creative #Top_bar .logo #logo img {
        max-height: 50px;
    }

    #Header_creative #Top_bar #menu {
        position: static;
        width: 100%;
    }

    /* Subheader */
    body:not(.template-slider):not(.header-simple) #Header {
        min-height: 123px;
        background-position: center 202px;
    }

    #Subheader .title {
        width: 100%;
    }

    #Subheader ul.breadcrumbs {
        display: none;
    }


    /* Popup contact */
    #popup_contact {
        display: none;
    }

    /* .footer-sliding */
    .footer-fixed #Content,.footer-sliding #Content {
        margin-bottom: 0 !important;
    }

    .footer-fixed #Footer,.footer-sliding #Footer {
        position: static;
    }

    /* Widget */
    .widget-area {
        min-height: 0 !important;
    }


    /* Fixed nav */
    .fixed-nav {
        display: none !important;
    }


    /* Sidebar */
    .widget-area {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 0 30px !important;
    }

    .widget-area:after,.widget-area:before {
        display: none;
    }

    .widget:after {
        width: 100%;
    }

    /* Divider */
    .hr_full hr,.aside_left .hr_full hr,.aside_right .hr_full hr {
        position: absolute;
        left: -1000px;
        top: 0;
        width: 3000px;
    }


    /* Pricing table */
    .pricing-box-label .plan-header,.pricing-box-label .plan-footer {
        display: none;
    }

    .pricing-box-label ul li {
        text-align: center !important;
    }



    /* Icon box */
    .icon_box.has_border:after {
        display: none;
    }

    /* Image Frame */
    .image_frame {
        margin-top: 0 !important;
    }

    /* Content block */
    .content_slider,.content_slider.flat {
        padding: 0 65px 32px;
    }

    .content_slider a.slider_prev,.content_slider.flat a.slider_prev {
        left: 0;
    }

    .content_slider a.slider_next,.content_slider.flat a.slider_next {
        right: 0;
    }


    /* Tabs */
    .ui-tabs .ui-tabs-nav {
        background: none;
    }

    .ui-tabs .ui-tabs-nav li {
        float: none !important;
        width: 100% !important;
        border-width: 0 0 1px;
    }

    .ui-tabs .ui-tabs-nav li:last-child {
        border-bottom: 0;
    }

    .ui-tabs .ui-tabs-nav li a {
        text-align: center;
    }

    .ui-tabs .ui-tabs-nav li a {
        background-image: url(../img/bg-panel.png);
        background-repeat: repeat-x;
        background-position: left top;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-active a {
        background-image: none;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected:after,.ui-tabs .ui-tabs-nav li.ui-state-active:after {
        display: none;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,.ui-tabs .ui-tabs-nav li.ui-state-disabled a:after,.ui-tabs .ui-tabs-nav li.ui-state-processing a:after,.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
        display: none;
    }


    /* Features lists */
    .feature_list ul li {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .feature_list hr {
        display: none;
    }


    /* Footer */
    #Footer .footer_copy {
        text-align: center;
    }

    #Footer .footer_copy .copyright {
        float: none;
        margin: 0 0 10px;
    }

    #Footer .footer_copy a#back_to_top {
        float: none;
        margin: 0 0 10px;
    }

    #Footer .footer_copy .social {
        float: none;
        margin: 0;
    }

    #Footer .footer_copy .social-menu {
        float: none;
        margin: 0;
    }

}

/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #Wrapper {
        width: 480px !important; /*modif 0209 - 420 */
    }

    .section_wrapper,.container,.four.columns {
        width: 380px !important;
    }

    .with_aside .content_wrapper {
        width: 100%;
    }

	#Top_bar .accom_wrapper {
        top: auto;
        bottom: -514px;
    }

	/*Add 0209*/
	#Top_bar .accom_wrapper .accom_close {
	position: absolute;
	float:left;
	top: 4px;
	left: 352px;
	}

	.accomp-button {
		clear:both;
		width:100% !important;
		margin-bottom:5px !important;
		text-align:center;
	}

	.accomp-button a {
		width:90%;
		margin:0;
	}

	.accomp-button a span {
		float:none !important;
	}

}

/* 	#Mobile (Portrait)																			< 480
===================================================================================================== */
@media only screen and (max-width: 479px) {
    #Top_bar a.button.action_button {
        margin-right: 0;
    }

	#Top_bar .accom_wrapper {
        top: auto;
        bottom: -505px;
    }

	/*Add 0209*/
	#Top_bar .accom_wrapper .accom_close {
	position: absolute;
	float:left;
	top: 0px;
	left: 265px;
	}

	.accomp-button {
		clear:both;
		width:100% !important;
		margin-bottom:5px !important;
		text-align:center;
	}

	.accomp-button a {
		width:100%;
		margin:0 !important;
	}

	.accomp-button a span {
		font-size:11px;
		padding:3px !important;
		margin:0 !important;
		font-weight:400;
		float:none !important;
	}



}