/**********************
    - Topbar
**********************/

#menu-topbar-menu{
    overflow: hidden;
    float: right;
    margin-bottom: 0px
}

#menu-topbar-menu li{
    float: left;
    list-style-type: none;
}

#menu-topbar-menu li a{
    font-size: 1em;
    color: #969696;
    padding-left: 2.071em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#menu-topbar-menu li a:hover{
   color: #6a6a6a;
}

.top-bar .social-icons .linkedin-icon{
    float: right;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom: none;
    margin-left: 1.429em;
}

/**********************
    - Navigation menu
**********************/

.current-menu-item>.activelink{
    color: #0cb7d3!important;
}

nav .navigation > li{
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

nav .navigation > li:hover{
   /* -moz-box-shadow: inset 0px 2px #0cb7d3;
    -webkit-box-shadow: inset 0px 2px #0cb7d3;
    box-shadow: inset 0px 2px #0cb7d3;*/
}

nav .navigation > li>a:after{
   /* -moz-box-shadow: inset 0px 2px #0cb7d3;
    -webkit-box-shadow: inset 0px 2px #0cb7d3;
    box-shadow: inset 0px 2px #0cb7d3;*/
    content: "";
    position: absolute;
    top: 0px;
    right: 50%;
    left: 50%;
    border-top: 2px solid #0cb7d3;
    -webkit-transition: right 0.4s ease-out,left 0.4s ease-out;
    -moz-transition: right 0.4s ease-out,left 0.4s ease-out;
    -o-transition: right 0.4s ease-out,left 0.4s ease-out;
    transition: right 0.4s ease-out,left 0.4s ease-out;
}

nav .navigation>li:hover>a:after{
    right: 0;
    left: 0;
    -webkit-transition-duration: 0.1s,0.1s;
    -moz-transition-duration: 0.1s,0.1s;
    -o-transition-duration: 0.1s,0.1s;
    transition-duration: 0.1s,0.1s;
}

/**********************
    - Blocs home
**********************/

.blocs_homepage{
    padding-top: 60px;
    max-height: 356px;
    overflow: hidden;
}

.container_blocs{
    padding-bottom: 60px;

}

.bloc_home_img{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.content-box-text{
    font-size: 15px;
}

/**********************
    - Who we are
**********************/

.wwa_bloc{
    text-align: center;
    min-height: 360px;
    display: table;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover!important;
    background-position: center !important;
}

.wwa_bloc .container{
    display: table-cell;
    vertical-align: middle;
}

.wwa_title{
    font-family: 'klavika_basicmedium';
    font-size: 36px;
    color: #3e4445;
    max-width: 775px;
    margin: 0 auto 23px;
}

.wwa_text{
    font-size: 18px;
    font-family: 'Lato', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #636a6e;
    font-weight: 400;
    max-width: 775px;
    margin: 0 auto;
}

.wwa_link{
    color: #80a324!important;
    font-family: 'uni_sans_boldregular';
    border: 3px solid #80a324;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 0.5em 1em 0.6em 1em;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.wwa_link:hover{
    color: #3e4445!important;
    border-color: #3e4445;
}

.wwa_wrapper{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
}

/********************************************************
    - Owl carousel
*******************************************************/

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
    /*max-width: 230px;*/
    position: relative;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-item{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.35em;
}

/*Theme*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-prev{
    left: -45px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    top: 41%;
    text-indent: -99999px;
    background: url(../images/arrow_news.png) no-repeat left top;
    transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}

.owl-next{
    right: -45px;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    top: 41%;
    text-indent: -99999px;
    background: url(../images/arrow_news.png) no-repeat right bottom;
    transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}

.owl-prev:hover{ background-position: right top; cursor: pointer;}
.owl-next:hover{ background-position: left bottom; cursor: pointer;}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/**********************
    - News
**********************/

.news_bloc{
    padding-top: 60px;
    max-width: 1100px;
}

.news_home_bloc{
    background: #f1f2f2;
    padding-top: 90px;
    padding-bottom: 85px;
    border-bottom: 1px solid #e8e8e8;
}

.owl-item{
    /*max-width: 230px;*/
}

.news_home{
    min-width: 230px;
    height: 230px;
    position: relative;
}

.news_home_title{
    font-family: 'uni_sans_boldregular';
    text-align:center;
    font-size: 40px;
    text-transform: uppercase;
    color: #3e4445;
    margin-bottom: 30px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.news_subtitle{
    max-width: 475px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height:1.3em;
}

.news_content{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 230px;
    background: #FFF;
    position: absolute;
    top: 181px;
    height: 230px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;

}

.news_content h1{
    font-family: 'klavika_basicmedium';
    font-size: 18px;
    color: #3e4445;
    line-height: 1em;
    height: 48px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0.3em 0em;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display:table;
    vertical-align:middle;
    width: 100%;
    margin-bottom: 0.4em;
}

.news_content h1 span{
    display:table-cell;
    vertical-align:middle;
}
.owl-item:hover .news_content{
    top: 0px;
    padding: 0 1.4em;
}

.owl-item:hover .news_content h1{
    padding-top: 0.7em;
}

.news_date{
    color: #a6cd4b;
    font-weight: 600;
    font-size: 14px;
}

.news_date img{
    position: relative;
    top: -1px;
    padding-right: 0.3em;
}

/*****************************
    - Clients home
*****************************/

.section-content.clients-section{
    padding-bottom: 3em;
}

.client_title{
    font-family: 'klavika_basicmedium';
    font-size: 36px;
    color: #3e4445;
    max-width: 775px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    background: url(../images/big_title_arrow.jpg) no-repeat center bottom;
    padding-bottom: 0.8em;
    margin-bottom: 0.2em;
}

/*****************************
    - Footer
*****************************/

.footer_title{
    color: #2f6a76;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'uni_sans_boldregular';
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.footer_adresse{
    background: url(../images/footer_marker.png) no-repeat left 4px;
    color: #939598;
    font-size: 13px;
    padding-left: 2.3em;
    margin-bottom: 20px;
}

.footer_info{
    background: url(../images/footer_bulle.png) no-repeat left 4px;
    color: #939598;
    font-size: 13px;
    padding-left: 2.3em;
    margin-bottom: 20px;
}

.footer_info a{
    color: #0cb7d3!important;
}

.footer_horaire{
    background: url(../images/footer_horloge.png) no-repeat left 4px;
    color: #939598;
    font-size: 13px;
    padding-left: 2.3em;
    margin-bottom: 20px;
}

.footer-content strong{
    color: #939598;
}

.copyright-text{
    color: #939598;
    font-size: 13px;
    float: left;
}

.website_by{
    float: right;
    color: #939598;
    font-size: 13px;
    padding-top: 0.8em;
}

/*****************************
    - Footer form
*****************************/

.wpcf7-form p{
    margin-bottom: 6px;
}

.wpcf7-form input,
.wpcf7-form textarea{
    background: #3e4445;
    font-family: 'Lato', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #939598;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #8b8f8f;
    padding: 0 15px;
}

.wpcf7-form input{  height: 34px!important;}
.wpcf7-form textarea{
    max-height: 70px!important;
    resize: none;
    line-height: 0.7em;
    padding: 11px 15px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input:active,
.wpcf7-form textarea:active{
    outline: none;
    background: #3e4445;
}

/*Error*/
span.wpcf7-not-valid-tip{
    color: #E35656!important;
}

div.wpcf7-validation-errors{
    border: none !important;
    background: #E35656;
    color: #FFF;
    margin: 0px!important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    padding: 0.6em 1em!important;
}

div.wpcf7-mail-sent-ok{
    border: none !important;
    background: #4A8332;
    color: #FFF;
    margin: 0px!important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 15px;
    padding: 0.6em 1em!important;
}

/**************************************
Graph slider
**************************************/

.clients-section{
    display: none;
}

@media screen and (max-width: 780px) {
    .slider_container .slider_elements .container{
        max-width: 780px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*.slider_elements_movable .container{
        height: 743px;
    }*/

    .home .news_home_bloc .container.news_bloc .owl-item .news_content{
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }

    .home .news_home_bloc .container.news_bloc .owl-item{
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .footer .copyright .copyright-text {
        line-height: 1.2em;
        margin-top: 13px;
    }

    .rev-slider-full{
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .about_objectives .strategy,
    .about_objectives .markets{
        background-position: center top;
        padding: 164px 20px 6px;
        text-align: center;
    }

    .rev-slider-full{ display: none;}
}

@media (max-width: 960px){
    .hero_caption img{
        display: none;
    }
}

@media (max-width: 840px){
    .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
        margin-top: 0px !important;
        position: absolute;
        top: 25% !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
    .revolution-subtext {
        display: block !important;
    }
}

svg:not(:root) {
    overflow: visible;
}

.highcharts-container{overflow: visible!important;}

#menu-topbar-menu .current_page_item a{color: #008b9f;}

