@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900');
body {
    font-family: open sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
background-color: #F8F8F6;
}
h1, h2, h3, h4 {
font-family: merriweather,Helvetica,Arial,sans-serif;
}
.main{margin-top: 0px;}
/**********************************header*******************************/
.navbar {z-index: 99;box-shadow: none;}
.nav-simple .navbar-toggler {background: #d8c8c8;}
nav li {
    border-bottom: 1px solid rgba(255,255,255,.03);
}

/********************************Menu******************************************/
.creative-menu .menu {background: #242424;}
nav ul {
    width: 100%;
}
nav li a {
    font-size: 14px;
    line-height: 52px;
    font-weight: 400;
}

.fa.fa-times{color:#fff}
/*********************************Home page***********************************/
.home h3.widget-title{
    font-size: 18px;
    line-height: 28px;
    color: #0a0a0a;
}
.service_top .content h3{
    font-size: 18px;
    line-height: 28px;
margin:10px 0!important;
}
.service_left{
background-image: -webkit-radial-gradient(circle closest-side,rgba(0,0,0,.2) 99%,transparent 1%);
background-image: radial-gradient(circle closest-side,rgba(0,0,0,.1) 99%,transparent 1%);
background-position: bottom;
background-size: 3px 2px;
background-repeat: repeat-x;
padding-bottom: 20px;
}
.service_left .content h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.big p{
    font-size: 17px;
    line-height: 25px;
}
.animated-hover:hover img{    transform: none!important;}
.content-animated-hover{    background: rgba(0, 0, 0, 0.5)!important;}

/*****************************footer********************************/
footer{padding: 50px 0 30px;}
footer .col-md-4:nth-child(2) .widget_footer{text-align: center;}
footer p{text-align: center; padding-top: 20px;}
footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
}
/********************************Page interne**********************/
.single .related {
    color: #000;
font-family: merriweather,Helvetica,Arial,sans-serif;
}
.widget_sidebar {
    margin-bottom: 50px;
    border: 2px solid #229f83;
    padding: 30px;
}
.widget_sidebar:first-child{border:none; padding:0;}
.widget_sidebar .sidebar-widget {
    color: #000;
    font-family: merriweather,Helvetica,Arial,sans-serif;
    margin-bottom: 1em;
}
.archive .readmore {
    padding: 9px 25px;
    font-size: 14px;
    font-family: merriweather,Helvetica,Arial,sans-serif;
}
.text-center p{text-align:center!important}
.number-icon span.number{
    padding: 18px 30px;
    border-radius: 50%;
   background: #f9f8f6;
    color: #242424;
    font-size: 30px;
    line-height: 30px;
    font-family: merriweather,Helvetica,Arial,sans-serif;
border: 2px solid #dfdfdf;
}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.home h1{
line-height: 45px!important;
font-size: 40px!important;
}
.home h2{
line-height: 42px!important;
font-size: 32px!important;
}
.archive h2 {
    margin-top: 1em!important;
}
h1 {font-size: 26px!important;}
h2 {font-size: 20px!important;}
.sidebar{margin-top:3em}
}