@import 'jce.css';
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
    background: url(../images/body_bg.jpg) 0 0 repeat;
    color: #333333;
    font-family: 'Magra';
	font-size:15px;
    font-weight: 400;
    line-height: 20px;
    height:100%;
}
a{
	color:#198b9f;
}
a:hover{
	color:#198b9f;
	text-decoration: underline;
}
em {
    color: #0E1C3A;
}
#wrapper{
	position:relative;
	margin: 0 auto;
	padding: 0;
	background: url(../images/container_bg.png) 50% 0 repeat-y;
}
.uk-container {
    max-width: 1103px;
    padding: 0px;
	margin: 0 auto;
}
.uk-grid {
    list-style: none outside none;
    margin: 0;
    padding: 0px;
}
.uk-grid:not(.uk-grid-preserve) > [class*="uk-width-"] {
    padding: 0;
}
.uk-grid:not(.uk-grid-preserve) {
    margin: 0px;
}
.tm-headerbar .tm-logo {
  float: left;
  margin-left:24px;
  margin-top:15px;
}
.tm-headerbar{
    margin-bottom: 0px;
    margin-top: 0px;
	display: block;
	background:#fff;
}
div.uk-navbar-left{
	position:relative;
	display:block;
	width:30px;
	height:55px;
	margin-left:-20px;
	float:left;
    background: url(../images/nav_left.png) 0 0 no-repeat;
}
div.uk-navbar-right{
	position:relative;
	display:block;
	width:30px;
	height:55px;
	margin-right:-20px;
	float:right;
    background: url(../images/nav_right.png) 0 0 no-repeat;
}
.tm-navbar, .tm-footer {
    margin-bottom: 0px;
    margin-top: 0px;
}
.tm-footer span.footer_texte {
    position: relative;
	display:block;
    float: right;
    padding:20px 0px 0px 0px;
	text-align: right;
}

.tm-headerbar .uk-panel {
	position:relative;
    float: right;
	display:block;
    margin-left: 0;
    width: 845px;
	max-width:75%;
}
/****************** NAVBAR ********************/
.uk-navbar {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff url(../images/main_nav.png) 0 0 repeat-x;
    border: none;
    color: #fff;
	padding-left:7px;
}
.uk-navbar-nav > li.uk-active > a {
  border:none;
  box-shadow: none;
  color: #fff;
  background:none;
}
.uk-navbar-nav > li > a {
  	 -moz-box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 67px;
    line-height: 55px;
    margin: 0px;
    padding: 0 15px;
    text-decoration: none;
    text-shadow: none;
	border-width: 0;
	text-transform: uppercase;
}

.uk-navbar-nav li:hover > a,
.uk-navbar-nav li.uk-open > a,
.uk-navbar-nav li.uk-active > a {
    color: #7DBD38;
	border: none;
}
.uk-navbar-nav > li.uk-parent.uk-active{
	background: url("../images/main_nav_arrow.jpg") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
}
.uk-navbar-nav > li:focus > a,
.uk-navbar-nav > li:current > a{
  color: #7DBD38;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    box-shadow: 0 0 0;
}
/****************** NAVBAR DROPDOWN ********************/
.uk-dropdown-navbar {
    background: #333333;
	border-top: none;
    border-left: 6px solid #7dbd38;
	border-right: 6px solid #7dbd38;
	border-bottom: 6px solid #7dbd38;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    left: 0px;
    margin-top: -12px;
	font-size:16px;
}
.uk-nav-dropdown > li > a {
  color: #ffffff;
}
.uk-dropdown {
    -moz-box-sizing: border-box;
    display: none;
    letter-spacing: normal;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 340px;
    z-index: 1000;
}

.uk-nav-navbar > li > a {
    color: #ffffff;
}
.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
	background:none;
	color: #7dbd38;
    box-shadow: 0 0 0;
}
/****************** END NAVBAR DROPDOWN ********************/
.uk-breadcrumb {
  padding-top:10px;
  padding-left:30px;
  font-family: Magra;
  text-transform: uppercase;
  font-size:12px;
  line-height:16px;
  color:#666666;
  text-decoration: none;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    display: inline-block;
	color:#666666;
	text-decoration: underline;
	line-height:16px;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    display: inline-block;
	color:#666666;
	text-decoration: underline;
	line-height:16px;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a:hover, .uk-breadcrumb > li > span {
	text-decoration: underline;
	color:#198B9F;
	line-height:16px;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a:active, .uk-breadcrumb > li > span {
	text-decoration: none;
	color:#666666;
}
.tm-middle{
   background:#fff;
}
.tm-content{
   background:#fff;
   padding-bottom:20px;
}
#xmap{
   padding-left:40px;
}
.uk-article {
  padding-left:60px;
  padding-right:60px;
  padding-bottom:20px;
}

.uk-article-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-transform: none;
	font-family: 'Oswald', sans-serif;
	color: #BFBFBF;
}
h1, h2, h3, h4, h5, h6 {
    color: #BFBFBF;
    font-family: 'Magra';
    margin: 0 0 20px;
}
h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 42px;
    text-transform: none;
	font-family: 'Oswald', sans-serif;
	color: #BFBFBF;
}
h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-transform: none;
	font-family: 'Oswald', sans-serif;
	color: #197432;
}
.tm-sidebar-a{
	padding-top:80px!important;
	padding-right:0px!important;
	padding-bottom: 0px;
	margin-bottom:40px!important;
}
.footer-top{
	position:relative;
		border-top: 1px solid #197432;
		width:88%;
		margin:0 auto;
		padding:0;
		text-align: center;
}
.tm-footer {
    padding: 0px 0px 20px;
    position: relative;
    display: block;
    overflow: hidden;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    font-size: 13px;
    width: 100%;
    line-height: 15px;
    text-align: left;
    float: none;
}
.tm-footer .uk-panel:first-child {
    padding-left: 60px;
    float: left;
}
.tm-footer .uk-panel {
	position:relative;
    float: left;
	display:block;
    margin: 0;
	padding: 0px 15px 0px 15px;
	background:#fff;
}
.tm-footer .uk-panel + .uk-panel {
    margin-top: 0px;
    float: right;
    margin-right: 50px;
}
.tm-footer a{
	color:#197432;
}
.tm-footer a:hover{
	color:#198b9f;
	text-decoration: underline;
}
.uk-offcanvas-bar {
background: #333333;
border-left: 6px solid #7DBD38;
border-right: 6px solid #7DBD38;
border-bottom: 6px solid #7DBD38;
}
html .uk-nav.uk-nav-offcanvas > li > a {
color: #ffffff;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
background: #7DBD38;
color: #ffffff;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1060px) {
	.tm-headerbar .tm-logo.aefo-logo{
		max-width: 20%;
		margin-left: 8px;
	}
	.uk-navbar-nav > li > a {
		font-size: 20px;
	}
}
@media (max-width: 900px) {
	.uk-navbar-nav > li > a {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.uk-container {
    overflow:hidden;
	}
	.tm-content{
	background:#fff;
	padding-bottom:0px;
	}
	.uk-article {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-bottom:0px!important;
	}
	.tm-sidebar-a{
	padding-top:0px!important;
	padding-right:0px!important;
	padding-bottom: 10px!important;
	margin-bottom:0px!important;
	text-align: center!important;
	}
	.tm-footer {
	padding: 20px 0px 17px 0px;
    position: relative;
	display:block;
	overflow:hidden;
    text-align: left;
	}
	.tm-footer .uk-panel:first-child {
    text-align: left;
	padding:0px;
	}
	.tm-footer .uk-panel {
	position:relative;
    text-align: left;
	display:block;
    margin: 0px;
	padding: 0px 0px 8px 10%!important;
	}
	.uk-breadcrumb {
	display:none;
	}
	.uk-navbar-toggle {
	font-size: 18px;
	color: #444444;
	padding-left:25px;
	}
	.uk-article-title {
	font-size: 250%;
	font-weight: 300;
	line-height: 100%;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	color: #BFBFBF;
	padding-top:15px;
	}
	.tm-footer span.footer_texte {
    display: block;
    float: left;
    padding: 20px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
	}
	.uk-grid {
    padding: 0px 10px;
	}
}