#page {
    overflow: hidden;
}

header .hfe-nav-menu__layout-horizontal ul li a.hfe-menu-item {
    transition: ease-in-out 0.2s;
    &:hover {
       -webkit-text-stroke: 1px #00844D;
    }
}

header h1 span, .homepage-titles h2 span {
    color : #00844D
}

p {
    margin: 0;
}

header .hfe-nav-menu__layout-horizontal:not(.menu-is-active) {
  width: 100%!important;
}

header .nav-menu {
    .hfe-nav-menu{
        /* justify-content: space-between; */
        column-gap: clamp(30px, 3vw, 95px);
        ul:before, ul:after {
            display: none;
        }
    }

}

header  {
    .elementor-button-text {
        white-space: nowrap;
    }

    /* .elementor-button-link  {
        width: 100%;
    } */
    /* .current_page_item a {
        font-weight: bold!important;
        color: #333333!important;
    } */
}


footer {
    .footer-links {
        a {
            transition: ease-in-out 0.2s;
             &:hover {
                -webkit-text-stroke: 1px #333333!important;
            }
        }
    }

    .current_page_item a {
        font-weight: bold!important;
        color: #333333!important;
    }

    .hfe-menu-item {
        white-space: nowrap;
    }

    
    .contact-details .elementor-widget-container {
        white-space: nowrap;
    }
}

footer .date-footer {
    font-size: 20px;
    color: #333333;
    font-family: "Raleway";
    text-align: center;
    letter-spacing: 2px;
}

#hs-back-to-top {
    position: fixed; bottom: 30px; right: 30px; z-index: 999;
    box-shadow: 0px 4px 10px rgba(0,0,0, 0.15);
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: ease-in-out 0.3s;
    background: url('/wp-content/uploads/2025/05/^.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center center;

    &:hover {
        background-color: #EEEEEE ;
    }
}

#savoir-faire {
    img {
        width: 100%;
    }

    .left-section {
        min-width: 560px;
    }
}

    .hidden-desktop {
        display: none;
    }


 /* COOKIE ____________________________________________________ */
/* ____________________________________________________________ */
.cky-show-desc-btn {
    color: #00844D!important;
}
.cky-modal .cky-prefrence-btn-wrapper, .cky-notice-btn-wrapper {
    gap: 15px;

    .cky-btn {
        font-size: 17px;
        padding: 10px 0px ;
        color: #00844D!important;
        border-color: #00844D!important;
    }
    .cky-btn-accept {
        background-color: #00844D!important;
        color: white!important;
    }
}

 /* CONTACT FORM ______________________________________________ */
/* ____________________________________________________________ */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    .inputs {
        display: flex;
        flex-direction: row;
        gap: 63px;
    }
    input, textarea {
        padding: 22px 30px;
        border: 1px solid #C8C8C8;
        border-radius: 15px ;
        font-size: 20px;
        font-family: "Raleway";
        letter-spacing: 2px;
        color: #333333;
    }
    input::placeholder, textarea::placeholder {
    color : #C8C8C8;
    font-size: 20px;
    font-family: "Raleway";
    letter-spacing: 2px;
    }

    textarea {
        resize: vertical;
        max-height: 180px ;
    }
    label {
        width: 100%;
    }
    .wpcf7-acceptance {
        margin-bottom: 20px;
        .wpcf7-list-item {
            margin: 0px;

            label {
                margin-bottom: 30px;
            }
        }
        span {
            font-size: 18px;
            font-family: "Raleway";
            letter-spacing: 2px;
            color: #333333;
            line-height: 1.4rem;
        }
    }

    input[type="submit"] {
        width: 280px ;
        box-shadow: 0 4px 10px rgba(0,0,0, 0.15);
        transition: ease-in-out 0.3s;
        border : none;

        &:hover {
            background-color: white;
            color: #00844D;
        }
    }
}

@media screen and (max-width: 1500px) {
    .homepage-contact {
        .contact-info {
            width: 30%!important;
        }
        .contact-form-container {
            width: 70%!important;
        }
    }
    
}

@media screen and (max-width: 1200px) {
    .homepage-contact {
        .contact-info {
            width: 100%!important;
        }
        .contact-form-container {
            width: 100%!important;
        }
    }
    footer .date-footer {
        font-size: 18px;
    }

    .contact-form {
        .inputs {
            gap: 30px;
        }
    }
    
}

@media screen and (min-width: 1025px) {
    header {
            .elementor-button-content-wrapper {
                font-size: clamp(10px, 1.4vw, 24px);
            }
            .elementor-button {
                padding: clamp(10px, 1.2vw, 23px) clamp(10px, 1.8vw, 35px)!important;
            }

            .hfe-nav-menu li a.hfe-menu-item {
                font-size: clamp(10px, 1.2vw, 20px);
            }
        }
}

@media screen and (max-width: 1024px) {

    #savoir-faire .left-section {
        min-width: 100%;
        margin-bottom: 50px;
        .quote {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 52px);
        }
    }

}

@media screen and (max-width: 820px) {
        .contact-form {
        .inputs {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }

}

@media screen and (max-width: 767px) {

    #savoir-faire .left-section {
        min-width: 100%;
        margin-bottom: 50px;
        .quote {
            max-width: 320px;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 52px);
        }
    }

    footer {
        ul.hfe-nav-menu {
            align-items: center;
            display: flex;
            flex-direction: column;
        }
    }

    .hidden-desktop {
        display: block;
    }

    .contact-form  {
        input, textarea {
            padding: 13px 15px;
            font-size: 16px;
        }

        .wpcf7-acceptance {
            span {
                font-size: 16px;
            }
        }

        input::placeholder, textarea::placeholder {
            font-size: 16px;
        }

    }
    footer .date-footer {
        font-size: 16px;
    }

    .contact-form {
        .inputs {
            gap: 20px;
        }
    }

    .contact-form {
        input[type="submit"] {
            padding: 15px;
            font-size: 18px;
            width: 100%;;
        }
    }

    #hs-back-to-top {
        width: 50px;
        height: 50px;
        background-size: 45%;
    }
    
}