body{
    font-family: 'PT Serif', serif;
    color: #777777;
    font-size: 15px;
    font-weight: 300;
    line-height:32px;
}


h1{
font-family: 'Poppins', sans-serif;
font-weight:700;  
}

h2,h3,h4,h5,h6{   
font-family: 'Poppins', sans-serif;
font-weight:700;  
}

.text-center p{text-align:center!important}

/********************************Menu******************************************/
.scrolling-down.main-menu .text-center {
display:none;
}
.scrolling-down.main-menu {
    padding: 0 0;
background-color:transparent;
    margin-bottom: -2%;
}
.scrolling-down.main-menu .text-center{
    padding: 0 0!important;
margin:0px!important;
}

.scrolling-down{
    box-shadow: none;
}

.main-menu .text-center{
padding:2%;
}

.navbar-expand-lg {
background-color:rgb(226, 177, 60);
margin-bottom:-2%;
}

.main-menu {
    padding: 0 0;
}

nav li {padding: 0 8px;}
nav li a {
font-style: normal;
    line-height: 20px;
position:relative;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
padding: 3px 0 6px;
font-family: 'Poppins ', sans-serif;
}
nav ul.sub-menu li a {line-height: 25px;}

nav li a:after{
    content: '';
    position: absolute;
    bottom: 2px;
    height: 1px;
    width: 0;
    left: 0;
   background:transparent;
    transition: .3s;
}

/*********************homepage*****************************/
p i.fa-chevron-circle-right{
    padding-right: 10px;
}

.block-de-trois-elem:hover:before{
width:100%;
}

.block-de-trois-elem:before{
    background-color: #e2b13c;
    content: "";
    width: 113px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: 0 auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.block-liste ul:before{
background: rgb(230,230,230);
    background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 75%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 75%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(230,230,230,1) 75%,rgba(255,255,255,1) 100%);
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    bottom: 0;
    left: 4px;
}
.block-liste ul li:before{
background-color: #fff;
    border: 2px solid rgba(241,145,0,0.63);
    border-radius: 100%;
    content: "";
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    display: inline-block;
}
.block-liste ul{
    padding-left: 0;
    position: relative;
    margin-top: 28px;
    padding-bottom: 20px;
margin-bottom: 10px;
}

.block-liste ul li{
display: inline-block;
    width: 100%;
    padding-left: 35px;
    position: relative;
    margin-bottom: 17px;
}
.block-liste ul li h3{
color:#000;
font-size:15px;
line-height:17px;
}

.section-une{
display: inline-block;
    width: 100%;
    margin-bottom: 43px;
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.section-une h2{
    letter-spacing: -1.6px;
    margin-top: 0;
    margin-bottom: 0;
     word-wrap: break-word;
    position: relative;
}

.section-une h2 > span{
color: #333;
    text-transform: capitalize;
    position: absolute;
    font-size: 24px;
    font-weight: 500;
    left: 0;
    right: 0;
    letter-spacing: 0.96px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.text-uppercase{
text-transform:uppercase;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  colr:000;
}

.bounce:hover{
cursor:pointer;
}

.fa-twitter{
    color: #027bdd;
  font-size: 30px;
  margin: 20px;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}


.teaser-bloc-content{
opacity:0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    bottom: 45%!important;
    padding: 0 15px!important;
}
.teaser-bloc-content .border{display: none!important;}
.teaser-bloc:hover .teaser-bloc-content .heading{bottom:0!important;}
.teaser-bloc:hover .teaser-bloc-content{opacity:1;}
.teaser-bloc:hover{ transition: all 0.6s ease;}
.teaser-bloc-content .heading{
    font-weight: 700;
    
}
.teaser-bloc:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    background: rgba(226,177,60,0.9);
    -webkit-transition: .9s ease all;
    -o-transition: .9s ease all;
    transition: .9s ease all;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
 
transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    box-sizing: content-box;
}
.teaser-bloc:hover:before {opacity:1;
-webkit-transition:.6s ease all;
-o-transition:.6s ease all;
transition:.6s ease all;
   -webkit-transform: scale(1.3);
    transform: scale(1.3);

}


.teaser-bloc-content .heading{
color#555;
}


/*******************Page interne********************************/
.post-inloop .col-md-7 {
    padding-left: 40px;
}
.single .related {
    color: #111;
}
.thumb-cover {
    margin-bottom: 0!important;
}
.archive h1, .single h1 {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.35);
}

.service_left .content h3{
font-size: 24px;
}
.subheader {
    padding: 230px 0 50px;
}
.post-loop {
    margin-bottom: 30px;
}
.post-content-loop {
    box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
    background: #fff;
    padding: 30px 30px 30px;
}
.archive .readmore {
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.archive .readmore {
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.3px;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.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;
}
.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;
    padding: 25px 20px 20px;
}
.widget_sidebar .sidebar-widget:after, .widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget {
    margin-bottom: 1em;
    color: #111;
    text-align: left;
    position: relative;
    padding-bottom: 1em;
    font-weight: 500;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widget_sidebar .sidebar-widget:after {
    width: 50px;
    border-bottom: 1px solid #e2b13c;
}
.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;
}
footer {
   position: relative;
padding: 20px 0 10px;
}

footer .footer-widget{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0.4px;
position:relative;
margin-bottom:25px;
color:#000;
}
footer .footer-widget:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 25px;
    border-bottom: 2px solid #58b3e1;
}
.widget_footer .textwidget p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8em;
    letter-spacing: 0.4px;
}
#back_to_top{
padding: 0px 8px 0px;
   margin-right: 8%;
   display: block;
   vertical-align: top;
   color:#e2b13c;
   text-align: right;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.special p {
   font-size: 14px;
   letter-spacing: 0;
}
.home h1 {
    line-height: 25px !important;
    font-size: 20px !important;
}
.home h2 {
    line-height: 21px !important;
    font-size: 19px !important;
}
.home h3 {
    line-height: 22px !important;
    font-size: 22px !important;
}

.block-titre-text p {
    margin: 0 0;
}
.block-titre-text-suivant p {
    margin: 0 0;
}

.image-supp{
display:none;
}

dl, ol, ul {padding-left: 0;}
.single .post-data {padding: 30px;}
.sidebar {margin-top: 0; padding-top: 0;}
.navbar-collapse{margin-top: 2em;
background: transparent;}
.menu-bars { background:#e2b13c;}
.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;
}
.space{height:30px!important;}
}