/* CUSTOM FONTS FROM GOOGLE ******************/

/* Import a custom font from Google Fonts. */
/*
@import url('https://fonts.googleapis.com/css2?family=your_own_font&display=swap');
*/


/* CUSTOM FONTS FROM HOST ********************/

/* Load a custom font hosted with the website. */
/*
@font-face {
    font-family: 'your_own_font2';
    src:
        local('your_own_font2'),
        url('../fonts/your_own_font2.woff') format('woff');
}
*/


/* CUSTOM COLOR VARIABLES ********************/

/*
 * Main and highlight colors must be configured from:
 * Admin panel > Settings > Appearance
 *
 * They are generated automatically by the inline
 * #site-branding-colors style and should not be defined here.
 *
 * --gradient-color: Main gradient.
 * --gradient-color2: Secondary gradient.
 */

:root {
    --bs-light-rgb: 252, 247, 244;
    --bs-light: #fcf7f4;
    --bs-border-radius: 1.375rem;
    /*--gradient-color: linear-gradient(to right, #332b66, #6b80d2);
    --gradient-color2: linear-gradient(to right, #7a6ad1, #6b80d2);*/
}

/* CUSTOM HEADINGS ***************************/

/* Apply the main custom font to headings. */
/*
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'your_own_font', serif;
    font-weight: 400;
    text-transform: none;
}
*/

/* Apply the secondary custom font to heading subtitles. */
/*
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.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 *********************************/

/* Customize second-level headings. */
/*
h2 {
    position: relative;
    margin-bottom: 70px;
    font-size: 52px;
}
*/
h2 strong, h3 strong {
    color: var(--highlight-color);
}

/* H2 UNDERLINE ******************************/

/* Add an underline below second-level headings. */
/*
h2::after {
    position: absolute;
    bottom: -30px;
    left: 0;
    display: block;
    width: 200px;
    height: 1px;
    content: '';
    background: var(--highlight-color);
}
*/

/* Center the underline when the heading or its parent is centered. */
/*
h2.text-center::after,
h2[style*="text-align:center"]::after,
.text-center h2::after,
[style*="text-align:center"] h2::after {
    left: auto !important;
    margin-left: 50%;
    transform: translateX(-50%);
}
*/


/* SLIDE HEADING *****************************/

/* Customize the main heading displayed in the first hero slider. */
.hero-1 .hero-contents h1,
.hero-1 .hero-contents .h1 {
    margin-bottom: 30px;
    color: var(--main-color);
    font-size: 60px;
    text-transform: none;
    line-height: 60px;
}
.hero-1 .hero-contents strong {
    color: var(--highlight-color);
}


/* SLIDE PARAGRAPH ***************************/

/* Customize paragraphs displayed in the first hero slider. */
.hero-1 .hero-contents p {
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    color: var(--main-color);
    font-family: 'Rubik', sans-serif;
}


/* HIDE SLIDE OVERLAY ************************/

/* Hide the background overlay applied to slides. */

.hero-1 .single-slide.bg-cover::before {
    display: none;
}

.hero-1 .hero-contents {
    position: relative;
}


/* CUSTOM BUTTONS ****************************/

/* Customize the default button appearance. */

.btn {
    text-transform: uppercase;
    border-radius: 30px;
}
.btn-primary {
    background: var(--highlight-color);
}
.btn-primary:hover {
    background: var(--main-color);
}


/* SERVICE CARD WITHOUT BORDERS **************/

/* Remove borders, backgrounds and shadows from service cards. */
/*
.single-service-card {
    border: none;
    background-color: transparent;
    box-shadow: none;
}
*/


/* PARALLAX POLYGON **************************/

/* Display the parallax section with a polygonal top edge. */
/*
.parallax-wrap {
    min-height: 450px;
    padding: 10vh 10vh 8vh;
    background-color: #434f5b;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, 0, 0);
}
*/


/* INVERSE FOOTER COLORS *********************/

/* Use a white background for the footer widgets area. */
.footer-2 .footer-widgets-wrapper {
    background-color: #fef4ec;
}

/* Use the main theme color for the footer bottom area. */
/*
.footer-2 .footer-bottom {
    background-color: var(--main-color);
}
*/

/* Use the highlight color for footer contact icons. */
.footer-wrap
    .single-footer-wid.site_info_widget
    .single-contact-info
    .icon {
    color: var(--highlight-color) !important;
}

/* Force white text and icons inside the footer bottom area. */
/*
.footer-bottom * {
    color: #fff !important;
}
*/


@media (min-width: 1350px) {
    .container-fluid {
        padding-left: 85px;
        padding-right: 85px;
    }
}
.hero-wrapper {
    margin-bottom: 0;
}
#widget-9 {
    background-color: #fdf7f2;
    padding-top: 50px;
    padding-bottom: 50px;
}
#widget-9 .single-service-card .content {
    text-align: center;
    
}
#widget-16 {
    padding-top: 50px;
    padding-bottom: 50px;
}
#widget-16 h2 {
    text-transform: none;
    font-weight: 700;
}
@media (min-width: 1200px) {
    #widget-16 h2 {
        font-size: 2.5rem;
    }
}
#widget-16 .image.image-style-align-left {
    margin-right: 6px;
    margin-bottom: 0;
}
@media (min-width: 1700px) {
    #widget-3 .container {
        max-width: 1640px;
    }
}
#widget-3 .single-service-card {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.parallax-wrap::before {
    display: none;
}
.parallax-wrap p {
    font-size: 38px;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
}
.parallax-wrap .btn-primary, .parallax-wrap .btn-primary:hover {
    background: var(--highlight-color) !important;
    border-width: 0;
    font-size: 14px;
}
.parallax-wrap .btn-primary:hover {
    background: var(--main-color) !important;
}
#widget-10 .parallax-wrap::after {
    background: url(/assets/images/fleurs.png) no-repeat;
    content: '';
    display: block;
    width: 524px;
    height: 297px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    right: 0;
}

hr {
    opacity: 1;
    border: 0;
    height: 16px;
    margin: 3rem 0;
    background-color: var(--highlight-color);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='20' viewBox='0 0 180 20'%3E%3Cpath d='M0 10 C22.5 2 45 2 67.5 10 S112.5 18 135 10 S157.5 2 180 10' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-dasharray='1 10'/%3E%3C/svg%3E") repeat-x center / 180px 20px;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='20' viewBox='0 0 180 20'%3E%3Cpath d='M0 10 C22.5 2 45 2 67.5 10 S112.5 18 135 10 S157.5 2 180 10' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-dasharray='1 10'/%3E%3C/svg%3E") repeat-x center / 180px 20px;
}

h2 {
    position: relative;
    display: inline-block;
    z-index: 0;
    margin-bottom: 1.5rem;
    font-weight: 800;
    line-height: 1.05;
    text-transform: none;
}
h2::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.08em;
    max-width: 300px;
    right: -0.08em;
    top: 0.75em;
    height: 0.32em;
    background: 
color-mix(in srgb, var(--highlight-color) 22%, transparent);
    border-radius: 999px;
    transform: rotate(-1deg);
}
.text-center h2::after,
h2.text-center::after,
h2[style*="text-align:center"]::after,
[style*="text-align:center"] h2::after {
    width: 300px;
    margin-left: -150px;
    left: 50%;
}
h3 {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0.65rem;
    font-weight: 800;
    line-height: 1.15;
    text-transform: none;
}
h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.5rem;
    height: 3px;
    background: var(--highlight-color);
    border-radius: 999px;
}
h3.text-center::after,
h3[style*="text-align:center"]::after,
.text-center h3::after,
[style*="text-align:center"] h3::after,
#widget-9 .single-service-card .content h3::after {
    margin-left: 50%;
    transform: translateX(-50%);
}
.bg-light h3::after {
    display: none;
}
.bg-light h3 {
    padding-bottom: 0;
    margin-bottom: 1rem;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2.8rem;
    }
    .h3, h3 {
        font-size: 2rem;
    }
}

.page-banner-wrap {
    position: relative;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    align-items: center;
    background: #fbf7f4;
}

.page-banner-wrap::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -8%;
    width: min(900px, 90vw);
    height: 145%;
    transform: translateY(-50%) rotate(-2deg);
    background: #F8E9E3;
    border-radius:
        46% 54% 58% 42% /
        54% 44% 56% 46%;
}
@media (min-width: 1200px) {
    .page-banner-wrap::before {
        left: 2%;
        width: min(1500px, 65vw);
        height: 185%;
    }
}
.page-banner-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 210px;
    height: 210px;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--highlight-color);
    border-radius:
        55% 45% 48% 52% /
        44% 57% 43% 56%;
}
.page-banner-wrap .container {
    position: relative;
    z-index: 1;
}

.page-banner-wrap p.lead {
    margin-bottom: 15px !important;
    opacity: 0.7;
    font-size: 1.4rem;
}

h1 {
    position: relative;
    display: inline-block;
    color: var(--main-color) !important;
    text-transform: none;
}
h1::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.08em;
    bottom: 0.08em;
    right: -0.08em;
    height: 0.4em;
    background: 
color-mix(in srgb, #F8E9E3 36%, transparent);
    border-radius: 999px 600px;
    transform: rotate(-1deg);
}
.page-banner-wrap .breadcrumb li,
.page-banner-wrap .breadcrumb li+li::before {
    color: var(--main-color);
}

.project-item-card .contents {
    left: 0;
    opacity: 1;
    visibility: visible;
}