/* CUSTOM FONTS FROM GOOGLE ******************/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* CUSTOM FONTS FROM HOST ********************

@font-face {
    font-family: 'your_own_font2';
    src: local('your_own_font2'), url('../fonts/your_own_font2.woff') format('woff');
}*/

/* CUSTOM COLORS VARIABLES *******************/

:root {
    --main-color: #531D1D;
    --highlight-color: #B17437;
    --gradient-color: linear-gradient(to right, #63181B, #B17437);
    --gradient-color2: linear-gradient(to right, #63181B, #931A1F);
}

body {
    background-color: #C2B99F;
    /*background-color: #e8e2d3;*/
    font-size: 20px;
    color: #3d2f2a;
}

/* CUSTOM HEADINGS ***************************/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    text-transform: none;
    font-weight: 800;
}
h2 strong, h3 strong {
    color: #fff;
}
/*
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-family: 'your_own_font2', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}*/

/* H2 CUSTOM *********************************

h2 {
    font-size: 52px;
    position: relative;
    margin-bottom: 70px;
}*/

/* H2 UNDERLINE ******************************

h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 1px;
    background: var(--highlight-color);
    position: absolute;
    bottom: -30px;
    left: 0;
}
h2.text-center::after, h2[style*="text-align:center"]::after,
.text-center h2::after, [style*="text-align:center"] h2::after {
    transform: translateX(-50%);
    margin-left: 50%;
    left: auto !important;
}*/

/* SLIDE *************************************/

/*.hero-1 .hero-contents h1 {
    color: #0c1f31;
    font-size: 62px;
}*/
.header-inner {
    min-height: 130px;
}
.logo {
    position: absolute;
    left: 50%;
    top: 88px;
    transform: translateX(-50%);
}
header.sticky .logo {
    top: 10px;
}
h1 small, h2 small, h3 small, h4 small {
    font-weight: 300;
    margin-top: 0;
    font-size: 0.8em;
}
.hero-1 .hero-contents p, .parallax-wrap p, .video-content p {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}

/* MENU *************************************/

header.header-1 .main-menu ul>li>a {
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    font-family: 'Playfair Display';
}

/* SLIDE PARAGRAPH ***************************

.hero-1 .hero-contents p {
    color: #888888;
}*/

/* HIDE SLIDE OVERLAY ************************/

.hero-1 .single-slide.bg-cover::before {
    background-color: #441E20;
    opacity: 0.1;
}

/* CUSTOM BUTTONS ****************************

.btn {
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
}*/

/* SERVICE CARD WITHOUT BORDERS **************

.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}*/
@media (min-width: 1200px) {
    .single-service-card h3 {
        font-size: 2rem;
    }
}

/* PARALLAX POLYGON **************************

.parallax-wrap {
    background-color: #434F5B;
    padding: 10vh 10vh 8vh 10vh;
    min-height: 450px;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);
}*/

/* INVERSE FOOTER COLORS *********************

.footer-2 .footer-widgets-wrapper {
    background-color: #fff;
}
.footer-2 .footer-bottom {
    background-color: var(--main-color);
}
.footer-wrap .single-footer-wid.site_info_widget .single-contact-info .icon {
    color: var(--highlight-color)!important;
}
.footer-bottom * {
    color: #fff!important;
}*/

.iconBlocHome {
    position: relative;
    overflow: visible;
    border: 4px solid #fff;
    background-color: transparent;
    padding-top: 50px;
    margin-bottom: 25px;
}
.iconBlocHome .image {
    max-width: 100px;
    position: absolute;
    top: -50px;
    margin-left: -50px;
}
#widget-14 p {
    font-size: 24px;
    line-height: 32px;
}
#widget-16 ul:not(.nostyle) li::before {
    content: '';
    display: block;
    left: -24px;
    height: 37px;
    border-left: 5px solid var(--highlight-color);
}
#widget-16 .col:first-child {
    /*background: var(--highlight-color);*/
    /*padding: 30px;*/
    color: #fff;
    border-radius: 10px;
}
#widget-16 .col:first-child h2 {
    font-size: 3.4rem;
}
#widget-16 .col:first-child h2,
#widget-16 .col:first-child h3 {
    color: #fff;
}
#widget-16 ul:not(.nostyle) li {
    margin-bottom: 20px;
}
#main-text-home p {
    font-size: 18px;
}
.parallax-wrap::before {
    background: rgba(0, 0, 0, 0.1);
}
.footer-widgets-wrapper {
    background: url('../images/visuel_site.svg') no-repeat center top var(--main-color);
    background-size: contain;
    padding-top: 190px;
}
.page-banner-wrap {
    padding-top: 110px;
    padding-bottom: 90px;
}
#widget-19 {
    background: #dbd4c0;
    border-radius: 0 0 10px 10px;
    border-top: 5px solid var(--main-color);
}
#widget-1 p {
    font-size: 18px;
    line-height: 28px;
}
header .preheader {
    height: auto;
    min-height: 60px;
}
@media (max-width: 991px) {
    header .preheader {
        line-height: 20px;
        font-size: 17px;
        padding-top: 8px;
        text-align: center;
    }
    
    .col:not([class*=" col-sm-"]):not([class*=" col-md-"]):not([class*=" col-lg-"]):not([class*=" col-xl-"]):not([class*=" col-xxl-"]) {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1601px) {
    .hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
        height: calc(100vw / 2.7);
        max-height: 950px;
    }
}
@media (max-width: 767px) {
    .hero-1, .hero-1 .owl-item, .hero-1 .single-slide.bg-cover {
        min-height: 590px;
    }
    .hero-1 .hero-contents {
        padding-top: 115px;
    }
}
.project-item-card .contents {
    left: 0;
    opacity: 1;
    visibility: visible;
}