@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

h1, h2, h3, h4, h5, h6, .title, .product-title {
    font-weight: 400;
    font-family: "Raleway";
}
h2 {
  text-transform: uppercase;
}
h3 {
  text-transform: uppercase;
}
b, strong {
    font-weight: 600;
}
li {
    font-family: "Cabin";
}
a {
    color: #bb9f7c;
    text-decoration: none;
}
.post-navigation a {
    color: #bb9f7c;
    font-weight: 400 !important;
    font-family: 'Raleway';
    text-transform: uppercase;
}
.ow-button-base a {
    font-family: "Raleway";
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    line-height: 18px !important;
}
.ff-loadmore-wrapper .ff-btn{
    border-radius: 0;
    font-family: "Raleway";
}
blockquote {
    margin-left: 7%;
    border-left: 1px solid #CDCDCD;
    margin-bottom: 40px;
    font-style: italic;
    color: #1f1f1f;
}
blockquote p {
    padding: 12px 0 12px 20px !important;
    font-size: 1.2em;
    font-family: 'Raleway';
    font-weight: 400;
}
p, address {
    padding: 12px 0 12px 0;
    /*color: rgba(0,0,0, 0.6);*/
}
#site-header .main-nav ul span {
    font-family: "Raleway";
}
#site-header.sticky {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#filter-nav.clearfix.center {
  color: #000000;
}
#filter-nav li a {
    font-size: 13px;
    font-weight: 700;
    font-family: "Raleway";
    text-transform: uppercase;
    opacity: .4;
}
#footer {
    background-image: url("https://www.alphase-solutions.fr/wp-content/uploads/2018/03/bg-craft.jpg") !important;
}
#footer:before {
    content: " ";
    position: absolute;
    /*background: rgba(255,255,255,.1);*/
    background:rgba(187,159,124,0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
}
#footer .widget-box p {
    color: rgba(0,0,0, 0.9);
    font-size: 0.8em;
}
#footer li {
    font-family: 'Cabin';
}
#footer a {
    color: rgba(0,0,0, 0.9);
}
#footer .fa {
    color: rgba(0,0,0, 0.9);
}
#footer .widget-box .widget-title {
    font-weight: 500;
}
#footer .widget-box ul li, #slide-panel .widget-box ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
#footer .secondary p {
    color: rgba(255,255,255, 0.9);
}
#footer .secondary a {
    color: rgba(255,255,255, 0.9);
}
#footer .secondary {
    padding: 40px 0 30px 0;
    text-align: center;
    color: #747475;
    background-color: rgba(0,0,0,.1);
}

body * {
    -webkit-backface-visibility: inherit!important;
    backface-visibility: inherit!important;
}