@import url('https://fonts.googleapis.com/css?family=Archivo:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Viga&display=swap');
body {
font-size: 15px;
line-height: 27px;
font-weight: 400;
font-family: "Archivo", Arial, Tahoma, sans-serif;
color: #888889;
}

h1,h2, h3, h4 {
font-weight: 700;
font-family: "Viga", Arial, Tahoma, sans-serif;
}
.menu-bars {height: 2px; }

/**********************************header*******************************/
.navbar-toggler {border-radius: 0; border: none;     background: #2a201c; padding: .39rem;}
.scrolling-down #logo img {height: 40px;}
.main-menu {padding:10px 0;}
.scrolling-down.main-menu{padding:0;}
.menu_btn {padding: 6px 4px;}
/********************************Menu******************************************/
nav li a:after {
    background: transparent;
}
nav li a {
 font-style: normal;
padding: 10px 0;
    font-weight: 600;
    letter-spacing: 3px;
position:relative;
}
nav .overlay-menu li a:before, nav .overlay-menu li a:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s,opacity .2s;
    -moz-transition: -moz-transform 0.3s,opacity .2s;
    transition: transform 0.3s,opacity .2s;
color: #3c5bf9;
}
nav .overlay-menu li a:before {
    margin-right: 20px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
nav .overlay-menu li a:after {
    margin-left: 20px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.overlay-menu ul > li > a:hover::before, .overlay-menu ul > li.current-menu-item > a::before {
opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.overlay-menu ul > li > a:hover::after, .overlay-menu ul > li.current-menu-item > a::after {
opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
nav ul.sub-menu li a {line-height: 25px;}
.menu-item-has-children:after{       right: 0px;
    top: 9px;
    color: #ec7247;}
nav ul.sub-menu li {padding: 0 8px 0 8px;}

/*********************************Home page***********************************/
.cercleBlue{background-color: #3c5bf9;
    color: #ffffff;
    display: inline-block;
    padding: 11px 20px;
    border-radius: 50px;
    font-weight: 700;
}
.about p{    color: #fcdc31;
font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Viga", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
}
.service p{
 color: #111113;
font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    font-family: "Viga", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
}
.h3txt  h3.widget-title{    color: #fcdc31;
    font-size: 18px;
    text-align: center;}
.sow-headline-container h3.sow-headline{font-weight: 500;}
.sow-headline-container p.sow-sub-headline{
font-family: "Viga", Arial, Tahoma, sans-serif;
    font-weight: 700;
}
.themecolor{ color: #fcdc31;}
.fa.themecolor{    color: #fcdc31; padding-right:0.4em}
ul.list-check{    list-style: none;     margin: 2em 0; padding:0;}
ul.list-check li{margin-bottom: 10px;}
.jaune{color: #fcdc31;
font-size: 21px;
    line-height: 31px;
    font-weight: 500;
}
.bigjaune{     color: #fcdc31;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;}
.big{    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
color: #808080;}
/*****************************footer********************************/
.w1,.w2,.w3{    padding-right: 9%;}
footer {
    padding: 120px 0 100px;
    color:  #808080;
}
.w3 p:first-child{margin-top:1.5em;}
footer a, footer p {
    font-size: 15px;
}

footer .footer-widget {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    font-weight: 500;
}

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;
}

.custom-html-widget ul li span{color: #d1d1d1;
    margin-right: 10px;}
footer #back_to_top {
    bottom: 3%;
}
footer #back_to_top i{color: #808080!important;   font-size: 30px;}


/********************************Page interne**********************/
.subheader {margin-bottom: 80px;}
.loop-post .thumb-cover{    margin-bottom: 0!important;}
.post-content-loop{          box-shadow: 0 30px 100px 0 rgba(160, 160, 160, 0.1);
    background: #fff0;
    padding: 30px 30px 30px;}
.archive h1,.single h1 {
    position: relative;
    text-align: left;
    font-size: 40px;
    font-weight: 700;
}

.archive h2 a {
font-size: 24px;
}

.post-inloop{position: relative;
    margin: 0 0 40px;
}
.post-inloop p{
padding-bottom: 0px;
    margin-bottom: 20px;
}
.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, 0.1);
    padding-bottom: 20px;}
.single .related {
color: rgba(49,50,51,1);
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.single h2, .single h3, .single h4, .single h5, .single h6 {
color: rgba(49,50,51,1);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: initial;
}
.widget_sidebar { margin-bottom: 50px;}
.widget_sidebar .sidebar-widget {
margin-bottom: 1em;
    text-align: left;
    position: relative;
    padding-bottom: 0.5em;
 font-size: 18px;
    color: #222;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
}

.archive .readmore {
position: relative;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 15px;
    /* border: 2px solid; */
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), inset 0px 4px 3px -2px rgba(0,0,0,.07);
    border-radius: 50px;
}



/*.archive .readmore:focus {
  border: 2px 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{ margin-bottom: 50px;     padding: 40px 70px 60px;}
.single .container .col-md-3{    border-left: 1px solid #eee;
    padding: 0 30px;}
.blog-post-content p:first-of-type::first-letter { 
font-size: 40px;
    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;
}
/********************************responsive************************************/
@media only screen and (max-width: 1400px) {
.hd .sow-headline-container h2.sow-headline{  line-height: 50px!important; font-size: 40px!important;}
}
@media only screen and (max-width: 900px) {

.home h1 {
    line-height: 35px !important;
    font-size: 30px !important;
}
.home h2 {
    line-height: 30px !important;
    font-size: 22px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
.navbar-collapse{margin-top: 2em;}
.scrolling-down .navbar-collapse{background: transparent;}
.menu-bars {background-color: #fff;}
nav li a {line-height: 20px;}
.single .related { width: 100%;}
.post-inloop .col-md-7 {
    padding-left: 0;
}
.widget_footer {
    margin-top: 2em;
}
.slick-slide img{max-width:100%;}
}