body{
    color: #333333;
}
p {
    color: #333333;
}

.bg-chocolat{
    background-color: #644020;
    color: #ffffff;
}

.top-header-area .fa-mobile-screen{
    color: #644020;
    margin-right: 10px;
}

/*-- Use For Custom Styling --*/

.loading.reversed li:nth-child(1n) {
    border-color: #7e6349;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loading.reversed li:nth-child(2n) {
    border-color: #948470;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading.reversed li:nth-child(3n) {
    border-color: #c2b7ad;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.full-nav .navbar-nav {
    margin: 0 auto;
}
.full-nav.fixed-menu .navbar-nav {
    margin-left: auto!important;
}

#rev_slider_8_1_forcefullwidth .tparrows{
    display: none;
}
.hephaistos.tp-bullets {
    display: none;
}
.btn-setting{
    text-transform: none;
}
.main-title h2 {
    text-transform: none;
}
.main-title h5 {
    text-transform: none;
}

.features-one {
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 78px 45px;
    z-index: 0;
    position: relative;
    background: #e5e2e1;
    color: #18191d;
}

.skill-box .main-title p {
    max-width: 100%;
    margin: 10px 0;
}

#produits .accordion-simple .accordion-box .accordion-header h6 {
    color: #18191d;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 0;
}
#produits .accordion-simple .accordion-box .accordion-header h6.collapsed {
    background-color: #f6f6f6;
}
#produits .accordion-simple .accordion-box .accordion-header h6:hover {
    background-color: #948470;
    color: #ffffff;
}
#produits .accordion-simple .accordion-box .accordion-header h6[aria-expanded="true"]{
    background-color: #948470;
    color: #ffffff;
}
#produits .accordion-simple .accordion-box .accordion-content {
    padding: 15px;
    border: 1px solid #948470;
    border-top: 0;
}
.list-description li.arrow:before {
    color: #948470;
}


img.service{
    width: 180px;
    margin-right: 10px;
}

span.produit{
    display: block;
    text-align: center;
}
span.produit img{
    max-height: 240px;
}


.accordion-simple .accordion-box .accordion-header h6 {
    text-transform: none;
}
.list-description li {
    text-transform: none;
    margin-bottom: 10px;
}
.list-description li.arrow:before {
    font-family: 'themify';
    content: "\e628";
}
.list-description li:before {
    margin-right: 8px;
    width: 20px;
}



#temoignages .caret.left::before {
    display: none;
}
#temoignages .caret.right::before {
    display: none;
}
.testimonial-item{
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px 40px;
    -webkit-box-shadow: 0px 0px 26px 16px rgb(0 0 0 / 2%);
    box-shadow: 0px 0px 26px 16px rgb(0 0 0 / 2%);
}


.testimonial-item:before {
    display: block;
    font-size: 28px;
    color: #948470;
    margin-bottom: 15px;
    content: "\f10d";
    font-family: 'FontAwesome';
}


.contact-info i {
    min-width: 50px;
    text-align: center;
}

.contact-box-shadow {
    min-height: 418px;
}


footer .logo-default{
    width: 140px;
    margin-bottom: 40px;
}
.copyrights {
    font-size: 14px;
    color: #ffffff;
}

.copyrights a{
    color: rgba(255,255,255,0.7);
}

.copyrights a:hover, .copyrights a:focus {
    color: rgba(255,255,255,1);
}
.footer-icons li a {
    color: #ffffff;
}


.side-menu a{
    color: #948470;
}
.side-menu a:hover{
    color: #ffffff;
}
.side-menu .logo-default {
    width: 140px;
    margin-bottom: 40px;
}

.side-menu .side-nav .navbar-nav .nav-link {
    color: rgba(255,255,255,0.7);
}
.side-menu .side-nav .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
.side-menu .side-nav .navbar-nav .nav-link {
    -webkit-transition: all 0.1s ease 0ms;
    -o-transition: all 0.1s ease 0ms;
    transition: all 0.1s ease 0ms;
}

.owl-dots .owl-dot {
    background: transparent;
}
.owl-dots .owl-dot::after {
    display: none;
}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span {
    background: #948470;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #644020;
}

.testimonial-para a[aria-expanded="true"]{
    display: none;
}
.testimonial-para a{
    color: #948470;;
}
.testimonial-para a:hover{
    color: #644020;;
}

@media screen and (max-width: 767px){
    #produits .accordion-simple {
        text-align: left;
    }
    #produits img.service {
        width: 120px;
        margin-right: 10px;
    }
    #produits h6 {
        font-size: 13px;
    }
}


a.crypted:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
    color: #142228;
}
a.crypted:hover {
    text-decoration: underline;
    color: #142228;
}