/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*----------------------------------------GENERAL STYLES AND CLASSES----------------------------------------*/
html,
body {
    overflow-x: hidden !important;
}
*:focus {
    outline: none !important;
}
.elementor-widget-image a img[src$=".svg"] {
    width: inherit !important;
}

/*DISABLE OUTLINE*/
a:focus-visible {
    outline: none !important;
}

a {
    color: inherit;
}

.overflow-hidden,
.overflow-hidden .elementor-widget-container {
    overflow: hidden !important;
}

.height100,
.height100 .elementor-widget-container {
    height: 100% !important;
}

.width100,
.width100 .elementor-widget-container {
    width: 100% !important;
}

.cta a::before {
    /*THIS EXTENDS THE LINK TO THE ENTIRE WIDGET BLOCK*/
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.pointer:hover {
    cursor: pointer;
}

.pointer-none {
    pointer-events: none;
}

/* TEXT IN FRONT OF STROKE */
* {
    paint-order: stroke;
}

/*SEPARATOR*/
.vertical-separator {
    display: flex;
    height: 100%;
    width: 1px;
    background-color: #1D1D1B33;
}

.vertical-separator-white {
    display: flex;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF33;
}

@media (max-width: 768px) {
    .overflow-x {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nobr br {
        display: none;
    }
}

/*CAROUSEL GRADIENT*/
.opacity-carousel {
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*TEXT UTILITY CLASSES*/
.text-primary {
    color: var(--e-global-color-primary);
}

.text-secondary {
    color: var(--e-global-color-secondary);
}

.text-accent {
    color: var(--e-global-color-accent);
}

/*FIX DEFAULT LINK COLOR ELEMENTOR*/
.inherit a {
    color: inherit !important;
}

.underline a {
    text-decoration: underline !important;
}

/*BLUR UTILITY CLASSES*/
.backdrop-blur-5 {
    backdrop-filter: blur(5px);
}

.backdrop-blur-10 {
    backdrop-filter: blur(10px);
}

.backdrop-blur-15 {
    backdrop-filter: blur(15px);
}

.backdrop-blur-20 {
    backdrop-filter: blur(20px);
}

b,
strong {
    font-weight: 700 !important;
}

.red b,
.red strong,
.hover-red a:hover {
    color: #E52639 !important;
}

.smaller {
    font-size: calc(100%*0.5) !important;
}

.header-sticky {
    transition: background-color .4s ease;
}

.elementor-sticky--effects.header-sticky {
    background-color: #FFFFFF !important;
    /* Background color when sticky */
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/*----------------------------------------MEGA MENU----------------------------------------*/
.tabs-mega-menu .e-n-tab-title-text {
    gap: 5px;
}

img.stacbond-logo {
    width: 31%;
    margin-bottom: -3px;
}

.motif {
    max-height: 200px;
}

/*----------------------------------------HOMEPAGE----------------------------------------*/

.radial {
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.hero-section {
    @media (max-width: 767px) {
        background-size: auto 100dvh !important;
    }
}

.hero-section,
.slider-home * {
    background-attachment: fixed !important;
}

.big-title {
    font-size: 13vw;
    font-weight: 900;
    line-height: 80%;
    -webkit-text-stroke: 4.5px #FFF;
    paint-order: stroke fill;
    /*background-clip: text;*/
    /*background-image: url(/wp-content/uploads/2025/07/slide1.webp);*/
    color: transparent;

    @media (max-width:1600px) {
        font-size: 12vw;
    }

    @media (max-width:767px) {
        font-size: 15vw;
        -webkit-text-stroke: 2px #FFF;
    }
}

.big-title:after {
    content: "aluminium composite";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/07/slide1-ok.webp);
    background-size: 100vw;
    background-position: center center;
    background-clip: text;
    z-index: 9;
    background-attachment: fixed;
    left: 0;
    top: 80px;
    padding-bottom: 60px;
    -webkit-text-stroke: 1.5px #95999C;

    @media (max-width:767px) {
        top: 40px !important;
        background-size: auto 100dvh !important;
        -webkit-text-stroke: 1px #95999C;
        background-position: center center !important;
    }
}

.second-slide:after {
    background-image: url(/wp-content/uploads/2025/07/slide2-1.webp);
}

.third-slide:after {
    background-image: url(/wp-content/uploads/2025/07/slide3.webp);
}

.hero-section {
    background-attachment: fixed !important;
}

.cta-form {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E52639;
    font-weight: 700;
    color: #E52639;
    min-height: 45px;
}

.cta-form:hover {
    transition: all 0.2 ease;
    color: #fff;
    background-color: #E52639;
}

.produit-stacbond-couleur .elementor-image-box-img {
    width: 20px;
    height: 20px;
    flex: none !important;
}

/*----------------------------------------PAGE REALISATIONS----------------------------------------*/
.tax-filter button[aria-pressed="true"] {
    font-weight: 700 !important;
}

/*----------------------------------------PAGE COLLECTIONS----------------------------------------*/

.cover-collections {
    background-size: coer !important;
}

/*----------------------------------------RECAPTCHA----------------------------------------*/
.grecaptcha-badge,
.grecaptcha-badge *,
.elementor-alert {
    display: none !important;
}

/*----------------------------------------PAGE LOAD ANIM----------------------------------------*/
.loading-container,
.loader-parent {
    pointer-events: none;
}

/*----------------------------------------SCROLLBAR CUSTOM----------------------------------------*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid var(--e-global-color-accent);
}

/*----------------------------------------BLOG----------------------------------------*/
.article-blog p,
.article-blog ul {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    #summary {
        ul {
            * {
                text-wrap: nowrap;
            }

            display: flex;
            gap: 20px;
            flex-wrap: nowrap;
            overflow: auto;

            &::-webkit-scrollbar:horizontal {
                height: 6px;
            }
        }

        li {
            display: flex;
            gap: 20px;
        }
    }
}