@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
body {
    background: #fff;
font-style: normal;
font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.6;
color: #313131;
    font-size: 14px;
}

h1, h2, h3, h4 {
font-family: "Poppins", Sans-serif;
    font-weight: 300;
}

/**********************************header*******************************/
.main{padding-top:94px;}
.main-menu {        padding: 10px 0;  }
.scrolling-down.main-menu {padding:5px 0;}
.navbar-toggler {border: none;}
.scrolling-down #logo img {height: 40px;}
.custom.tparrows {background: #32cfb0;}

/********************************Menu******************************************/
nav li a {
    font-style: normal;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}
nav ul.sub-menu li a {line-height: 25px;}

nav li a:after{
content: "";
    display: block;
    margin: 5px auto 0;
    height: 1px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
}
nav li a:hover:after,nav li.current-menu-item a:after{      width: 100%;     background: #fff;}
/*********************************Home page***********************************/

.photos img{    box-shadow: 1px 5px 27px 0px rgba(0,0,0,0.09);     border-radius: 50%;}
.sow-headline-container h2.sow-headline span{font-weight: 700;}
ol {
    counter-reset: num;
    padding: 0;
}
ol.big-counter.rounded-counter > li {
    display: flex;
    align-items: center;
    padding-left: 0;
    min-height: 3em;
    padding-top: 0;
}
ol > li {
    position: relative;
    list-style: none;
}
ol.big-counter.rounded-counter > li::before {
    position: relative;
    content: "0" counter(num);
    counter-increment: num;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    top: 0;
    margin-right: 20px;
    color: #fff;
    background-color: #A2CF55;
    font-size: 33px;
    font-size: 1.9rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    font-weight: 700;
}
ol.big-counter.rounded-counter > li + li {
    margin-top: 1em;
}
.service_left .content h3{
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.big p {
font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.8;
}
.home h3.widget-title{     color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}
.home .big h3.widget-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 300;
    color: #313131;
}
.home .ikos h3.widget-title{
color: #323232;
}
.content-zoom-box{    background-color: rgba(14, 54, 76, 0.8)!important;}
.special .sow-headline-container h2.sow-headline{    padding: 30px 30px 0 30px;}
.jaune,.vert,.blue{    transition: all 0.6s ease;}
.jaune:hover{    background-color: #313131!important;}
.vert:hover{    background-color: #313131!important;}
.blue:hover{    background-color: #313131!important;}
/*.jaune:hover .special .sow-headline-container h2.sow-headline,.blue:hover .special .sow-headline-container h2.sow-headline,.vert:hover .special .sow-headline-container h2.sow-headline{color:#323232}*/
/*.jaune:hover .special .sow-headline-container .decoration .decoration-inside,.blue:hover .special .sow-headline-container .decoration .decoration-inside,.vert:hover .special .sow-headline-container .decoration .decoration-inside{border-top: 1px solid #000000!important;}
.jaune:hover p,.blue:hover p,.vert:hover p{color:#313131;}*/


/*****************************footer********************************/

footer{ 
    color: #9a9a9a;
    padding: 70px 0 60px;
    font-size: 14px;
    background-repeat: no-repeat;
position:relative;
}



.txtfooter{    padding-top: 12px; margin-bottom: 8px;}
footer .footer-widget {
    color: #fff;
    position: relative;
    margin: 0 0 0.5em;
    line-height: 1.3;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(231, 229, 229, 0.6);
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li{     display: list-item;
    position: relative;
    width: 100%;
    text-align: left; margin-bottom: 10px;}
.custom-html-widget ul li span{color: #b9a271;}
#back_to_top{
padding: 0px 8px 0px;
    background:#f7a801;
    color: #fff;
    float: right;
    margin-right: 1%;
}
/********************************Page interne**********************/
.subheader {    padding: 130px 0 130px;}
.loop-post .thumb-cover{    margin-bottom: 0!important;}
.post-content-loop{    box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
    padding: 30px 30px 30px;}
.archive h1,.single h1 {
    position: relative;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.35);
}

.archive h2 a {
    font-size: 22px;
}
.blog-post-content p:first-of-type::first-letter { 
font-size: 30px;
    height: 55px;
    line-height: 22px;
    padding: 15px;
    width: 55px;
    font-weight: 500;
    margin-top: 5px;
color:#fff;
    float: left;
margin: 0 20px 0 0;
    text-align: center;
}
.post-inloop{position: relative;
    background: #fff;
    border-color: rgba(204,204,204,.5);
    margin: 0 0 40px;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
}
.post-inloop p{
padding-bottom: 0px;
    margin-bottom: 30px;
}
.post-inloop .col-md-7{padding-left: 40px;} 
.archive h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2em;
position:relative;
    padding-bottom: 0.5em;
}
.blog-post-content{    border-bottom: 1px solid rgba(0,0,0,.07);
    padding-bottom: 20px;}
.single .related {
color: #444;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 26px;
}
.single h2, .single h3, .single h4, .single h5, .single h6 {
color: #444;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}
.widget_sidebar {
    margin-bottom: 50px;
     background: #fff;
    -webkit-box-shadow: 0 15px 76px 0 rgba(0,0,0,.1);
    box-shadow: 0 15px 76px 0 rgba(0,0,0,.1);
box-sizing: border-box;
    text-align: center;
    padding: 25px 20px 20px;
}
.widget_sidebar .sidebar-widget {
    margin-bottom: 1em;
    color: #111;
    text-align: left;
    position: relative;
    padding-bottom: 1em;
    font-weight: 500;
}

.archive .readmore {
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
border:1px solid;
}
.archive .readmore:focus{border:1px solid!important;}

.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;
border: 2px solid #dfdfdf;
}
.single .post-data{padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 15px 76px 0 rgba(0,0,0,.06);
    box-shadow: 0 15px 76px 0 rgba(0,0,0,.06);
    margin-bottom: 50px;}
.widget_sidebar .sidebar-widget:after, .widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widget_sidebar .sidebar-widget:after {
    width: 50px;
    border-bottom: 1px solid #a2cf55;
}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.main {
    padding-top: 80px;
}
.home h1 {
    line-height: 25px !important;
    font-size: 20px !important;
}
.home h2 {
    line-height: 21px !important;
    font-size: 19px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
.navbar-collapse{margin-top: 2em;
background: rgba(255,255,255,.8);}
.menu-bars { background: #000;}
.scrolling-down .navbar-collapse{background: transparent;}
nav li a {line-height: 40px;}
.single .related { width: 100%;}
.post-inloop .col-md-7 {
    padding-left: 0;
}
.widget_footer {
    margin-top: 2em;
}
.main-menu {
    padding: 5px 0;
}
footer {
    padding: 50px 0 30px;
}
}
