body {
    color: #424242;
    font-family: 'Montserrat', Arial, sans-serif;
        font-weight: 300;
      font-size: 16px;
    line-height: 1.9;
    font-style: normal;
}

h1 {
    font-family: "Merienda", Sans-serif;
    font-weight: 700;
text-transform: uppercase;
}
h2, h3, h4 {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
text-transform: uppercase;
}
.fleche img{cursor: pointer;}
/**********************************header*******************************/

.main-menu {        padding: 20px 0;  }
.scrolling-down.main-menu {padding:5px 0;}
.navbar-toggler {border: none;}
.scrolling-down #logo img {height: 40px;}
body:not(.home) .main-menu{    background: #000;}
/********************************Menu******************************************/
#main-menu{    padding: 20px 0 0;}
.scrolling-down #main-menu{    padding:8px 0 0;}
nav li {padding: 0 10px;}
nav li a {
position:relative;
font-family: 'Montserrat', Arial, sans-serif;
text-transform: uppercase;
    transition: all 0.2s ease-in 0s;
    font-size: 12px;
    font-weight: 700;
 font-style: normal;
    line-height: 1.2;
padding: 10px 0;
}
nav li a:before{
content: '';
    position: absolute;
    display: block;
    bottom: 0;
    height: 2px;
    width: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;}
nav ul.sub-menu li a {line-height: 25px;}
nav li a:hover:before, nav li.current-menu-item a:before{    width: 25px;}
/*********************************Home page***********************************/
.service_top{position:relative;
    z-index: 0;
    margin-bottom: 0px;
    margin-top: -2px;
    padding: 30px 25px 30px 25px;
    margin-right: -2px;
}
.service_top:before{
content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 95px);
    border-top-width: 2px;
    border-top-style: solid;
    border-left-width: 2px;
    border-left-style: solid;
    pointer-events: none;
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
border-color: #cecece;
    z-index: -1;
}
.service_top:after{
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 65px);
    height: calc(100% - 95px);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    pointer-events: none;
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
    border-color: #cecece;
    z-index: -1;
}


.service_top .content h3{
margin: 10px 0!important;
    font-weight: 300;
    font-size: 16px;
}
.service_top:hover:before,.service_top:hover:after{
background-color: #cecece;
    width: 100%;
    height: 100%;
}
.red-line{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    height: 86%;
background-color: rgb(192, 30, 54);
}
.big p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
}
.home h3.widget-title{      font-size: 17px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;}

.content-zoom-box{    background-color: rgba(255,110,64,0.8)!important;}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: -1px;
    z-index: 2;
    pointer-events: none;
}
.elementor-shape-bottom svg{
    width: calc(126% + 1.3px);
    height: 187px;
overflow: hidden;
display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-widget-counter{ position: relative;}
.elementor-widget-counter:before{
border-color: #f72645;
content: '';
    height: 160%;
    width: 80%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: skewX(-13deg) translate(-50%, -50%);
    -ms-transform: skewX(-13deg) translate(-50%, -50%);
    transform: skewX(-13deg) translate(-50%, -50%);
    border-width: 3px;
    border-style: solid;
    -webkit-transition: .44s ease all;
    -o-transition: .44s ease all;
    transition: .44s ease all;
}
.elementor-widget-counter:hover:before {
    -webkit-transform: skewX(0) translate(-50%, -50%);
    -ms-transform: skewX(0) translate(-50%, -50%);
    transform: skewX(0) translate(-50%, -50%);
}
.titreCadre{font-size: 23px; color:#fff; line-height:28px;}
.rose:hover{background-color: #e91e63!important;}
.content-image-hover-text{    background: rgba(66,71,76,0.7)!important;}
.temoignage:before{
content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    max-width: 85%;
    border: 5px solid;
    -webkit-transform: skewX(-8deg) translateX(-50%);
    -ms-transform: skewX(-8deg) translateX(-50%);
    transform: skewX(-8deg) translateX(-50%);
border-color: #f72645;
}
.ph-team,.ph-team1 {position:relative;}
.ph-team:after {
content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    border-radius: 50%;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
background-color: #f72645;
}
.ph-team:before {
content: '';
    height: 107px;
    width: 5px;
    display: block;
    position: absolute;
    left: 50%;
    top:3%;
    -webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
background-color: #f72645;
}
.ph-team1:after {
content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    border-radius: 50%;
    top: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
background-color: #f72645;
}
.ph-team1:before {
content: '';
    height: 107px;
    width: 5px;
    display: block;
    position: absolute;
    left: 50%;
    top: -80px;
    -webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
background-color: #f72645;
}
.smalltxt{
width: 68%;
-webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: right;
}
.smalltxt1{
width: 68%;
-webkit-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    -o-transition: .6s cubic-bezier(.6,-.28,.735,.045);
    transition: .6s cubic-bezier(.6,-.28,.735,.045);
    position: absolute;
    bottom: 27%;
    right: 0;
    left: 0;
    text-align: right;
}
.smalltxt p,.smalltxt1 p{margin-bottom:0;     text-align: right;}
.team:hover .smalltxt,.team:hover .smalltxt1{width: 82%;}
/*****************************footer********************************/

footer{ 
    color: #888;
    padding: 20px 0 0;
    font-size: 16px;
    background-repeat: no-repeat;
    position: relative;
    background-size: initial;
    background-position: center;
}


.txtfooter{      margin-bottom: 0;
    margin-top: 0.7em;}
footer .footer-widget {
color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Work Sans', sans-serif;
}

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;
    padding-left: 1.875rem;
}
footer ul li:before{
    content: "f06c";
  font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #c1b086;
}
.custom-html-widget ul li span{color: #b9a271;}
#back_to_top{
padding: 0px 8px 0px;
    background:#f7a801;
    color: #fff;
    float: right;
    margin-right: 1%;
display: none;
}
/********************************Page interne**********************/
.subheader {    padding: 210px 0 130px;  
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #f72645;
}
.loop-post .thumb-cover{    margin-bottom: 0!important;}
.post-content-loop{       box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
    background: #fff;
    padding: 30px 30px 30px;}
.archive h1,.single h1 {
    position: relative;
    text-align: left;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.35);
}

.archive h2 a {
font-size: 24px;
}
.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;
    border-color: rgba(204,204,204,.5);
    margin: 0 0 40px;
    padding: 30px;
    background-color: #F6F5ED;
    -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: #171717;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 20px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 26px;
    font-family: "Oswald", Sans-serif;
}
.single h2, .single h3, .single h4, .single h5, .single h6 {
color: #171717;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: initial;
}
.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 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 2px solid;
}
.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{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 #ffab91;
}
/********************************responsive************************************/
@media only screen and (max-width: 1400px) {
.sow-headline-container h1.sow-headline{
line-height: 50px !important;
font-size: 40px !important;
}
.big p {
    font-size: 17px;
}
}
@media only screen and (max-width: 900px) {
.sow-headline-container h1.sow-headline{
line-height: 40px !important;
font-size: 35px !important;
}
.big p {
    font-size: 14px;
}
.red-line{display: none;}
.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(0,0,0,.8);}
.menu-bars { background:#fff;}
.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;
}
.temoignage::before{display:none;}
}
