@charset "utf-8";
/* CSS Document */

h1 {
    font-size: 3.6em;
    line-height: 44px;
    margin: 0 0 15px 0;
}
h2 {
    font-size: 2.6em;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 10px 0;
}

a {
    color: #FFF;
}

ul.nav-pills > li.active > a {
	background-color: #b5cc6d;
	background-color: rgba(181, 204, 109, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border: solid #9f9b73 1px;
	border-radius: 5px;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
   background-color: #b5cc6d;
	background-color: rgba(181, 204, 109, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border: solid #9f9b73 1px;
	border-radius: 5px;
	padding: 10px 13px;
}
#header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 10px;
}

#header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
    text-transform: uppercase;
}

#header .header-btn-collapse-nav {
    background: #CCC;
}

section.section-perso {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 20px 0;
}

.home-perso {
    background-color: #171717;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

.icon-featured {
	display: inline-block;
	font-size: 0px;
	margin: 0px;
	width: 100%;
	height: 80px;
	border-radius: 0%;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	background-color: #34423f;
	padding-top:10px;
}

.featured-box .box-content {
    border-radius: 2px;
    border-top: 0px solid #CCC;
    border-top-width: 0px;
    padding: 0px 5px 0px 5px;
    position: relative;
    top: 4px;
}

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 0px;
}

.icon-featured img {
	vertical-align: inherit;
}

.icon-rond {
	display: inline-block;
	font-size: 0px;
	height: 110px;
	line-height: 0px;
	padding: 25px 0px 0px 0px;
	width: 110px;
	margin: -20px 0 -15px;
	position: relative;
	top: -37px;
	border-radius: 50%;
	text-align: center;
	z-index: 1;
	background-color: #FFF;
	border: solid #34423f 2px;
-webkit-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.36);
box-shadow: 0px 10px 9px 0px rgba(0,0,0,0.36);
}

.featured-box-perso {
    background: #34423f;
    /*background: -webkit-linear-gradient( top , #FFF 1%, #34423f 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #34423f 98%) repeat scroll 0 0 transparent;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
	padding-bottom:20px;
}

.recent-posts .date .day {
    background: #F7F7F7;
    color: #34423f;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}
.recent-posts .date .month, article.post .post-date .month {
    background-color: #34423f;
}

hr.tall {
    margin: 20px 0;
}
.owl-carousel {
    margin-bottom: 0px;
}
.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #34423f;
}

html .btn-perso {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #bcd161;
    border-color: #a7ad97 #a7ad97 #a7ad97;
}

#footer {
    background: #34423f;
    border-top: 4px solid #34423f;
    font-size: 0.9em;
    margin-top: 20px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
	color:#999;
}