/* Lenis smooth scroll - override main.css html height:100% */
html.lenis, html.lenis body {
    height: auto;
}
.lenis-smooth {
    scroll-behavior: auto !important;
}

    .nav-link.active
    {
    color: var(--hover-color) !important;
     border-bottom: 2px solid var(--hover-color);
    }

    /*.rq-popup h2 {*/
    /*    text-align: center;*/
    /*    font-size: 2em;*/
    /*    font-weight: 700;*/
    /*    margin-bottom: 20px;*/
    /*    font-family: 'POP', sans-serif;*/

    /*}*/

    /*#rqForm select {*/
    /*    width: 96%;*/
    /*    padding: 12px 14px;*/
    /*    border: 1px solid #ccc;*/
    /*    font-size: 15px;*/
    /*    border-radius: 6px;*/
    /*    margin-bottom: 15px;*/
    /*    font-family: inherit;*/
    /*    background: #fff;*/
    /*    cursor: pointer;*/
    /*}*/

    .rq-btn {
        position: fixed;
        right: -93px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        background: #000;
        color: #fff;
        padding: 12px 25px;
        letter-spacing: 2px;
        font-size: 15px;
        cursor: pointer;
        z-index: 999999999;
        border-radius: 6px 6px 0 0;
    }

    /* Overlay */
    /*.rq-overlay {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background: rgba(0, 0, 0, 0.55);*/
    /*    display: none;*/
    /*    z-index: 999999998;*/
    /*}*/

    /* Popup Box */
    /*.rq-popup {*/
    /*    position: fixed;*/
    /*    width: 420px;*/
    /*    max-width: 90%;*/
    /*    background: #fff;*/
    /*    padding: 30px;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*    border-radius: 12px;*/
    /*    transform: translate(-50%, -50%);*/
    /*    display: none;*/
    /*    z-index: 999999999;*/
    /*    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);*/
    /*}*/

    /* Close Button */
    /*.rq-close {*/
    /*    position: absolute;*/
    /*    top: 12px;*/
    /*    right: 15px;*/
    /*    cursor: pointer;*/
    /*    font-size: 30px;*/
    /*    color: #333;*/
    /*}*/

    /* Form Fields */
    /*#rqForm input,*/
    /*#rqForm textarea {*/
    /*    width: 90%;*/
    /*    padding: 12px 14px;*/
    /*    border: 1px solid #ccc;*/
    /*    font-size: 15px;*/
    /*    border-radius: 6px;*/
    /*    margin-bottom: 15px;*/
    /*    font-family: inherit;*/
    /*}*/

    /*#rqForm .button {*/
    /*    width: 97%;*/
    /*    padding: 12px;*/
    /*    background: #000;*/
    /*    border: none;*/
    /*    color: #fff;*/
    /*    font-size: 16px;*/
    /*    border-radius: 6px;*/
    /*    cursor: pointer;*/
    /*    letter-spacing: 1px;*/
    /*}*/
    /* Inputs */
.rfq input,
.rfq select,
.rfq textarea {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Focus ring (Tailwind-style) */
.rfq input:focus,
.rfq select:focus,
.rfq textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
}

/* Placeholder */
::placeholder {
  color: rgb(156 163 175);
}



.rfq input[type="submit"] {
  background-color: rgb(31 41 55);
}
/*.rfq button:hover,*/
.rfq input[type="submit"]:hover {
  background-color: rgb(226, 170, 33);
}

.rfq input[type="submit"] {
  cursor: pointer;
}


.rfq select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%236b7280' d='M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.75rem;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form.invalid .wpcf7-not-valid{
        border-bottom: 1px solid #ae4d4d !important;
}

    .menu-fix {
        display: flex !important;
        align-items: center !important;
        justify-content: end !important;
        position: relative !important;
        width: 100% !important;
        gap: 1rem;
        margin-block: auto;
        /*height: 100px;*/
    }


    .menu-fix .logo {
        position: static !important;
        flex: 0 0 auto !important;
        order: 1 !important;
    }

    .menu-fix .menu-desktop {
        position: static !important;
        /*flex: 1 !important;*/
        display: flex !important;
        justify-content: center !important;
        order: 2 !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 999;
    }
    .menu-fix #menu {
        position: static !important;
        flex: 0 0 auto !important;
        order: 3 !important;
       background-color: #F7F7F7;
    }
    .menu-desktop ul {
        display: flex !important;
        list-style: none !important;
        gap: 1.5rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .menu-desktop a {
    /*--hover-color: #bf1931;*/
    --hover-color: rgb(226, 170, 33);
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.25em !important;
    line-height: 1.45em;
    padding: 0.3em 13px !important;
    font-weight: 300;
    letter-spacing: 0.02em;
    transition: color 400ms ease;
}
.menu-desktop a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: var(--hover-color);
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transition: transform 400ms ease;
    transform-origin: left;
}

.menu-desktop a:hover::after {
    transform: scaleX(1);
}

.menu-desktop a:hover {
    color: var(--hover-color) !important;
}
    

    @media (max-width: 1199px) {
        .menu-fix .menu-desktop {
            display: none !important;
        }
    }
    /* Fix for swiper container */
.showrooms-desc {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.swiper {
    width: 100%;
   aspect-ratio:16/9;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.slide-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}


.slide-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    font-weight: bold;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px !important;
}

.swiper-pagination {
    bottom: 10px !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.7;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .swiper {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .swiper {
        height: 250px;
    }
}
.menu-desktop .dropdown-menu {
    display: none !important;
}


.menu-desktop .dropdown:hover > .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    z-index: 1000;
}


.menu-desktop .dropdown-menu li {
    list-style: none;
}

.menu-desktop .dropdown-menu a {
    display: block !important;
    padding: 12px 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    font-weight: 400 !important;
    white-space: nowrap;
    border-bottom: 1px solid #f5f5f5;
}

.menu-desktop .dropdown-menu a:hover {
    background: #f8f8f8 !important;
    color: #000 !important;
}


.menu-desktop .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 5px;
    vertical-align: middle;
    content: "▼";
    font-size: 0.7em;
}


.menu-desktop .nav-item {
    position: relative;
}
.menu-desktop a {
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 1.75em;
    line-height: 1.45em;
    padding: 0.3em 0;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.menu-fix img{
    max-width: 232px;
    top: 0 !important;
}

.menu-fix .logo{
    margin-inline-end: auto;
    margin-inline-start: 2rem;
}
.grostexte .pagereduit .ani{
    font-size: 12px !important;
}

    /* Banner wrapper */
.marque-banner {
    position: relative;
    width: 100%;
    max-height: 60vh;
    overflow: hidden;
}

/* Banner image */
.marque-banner img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}

/* Dark overlay */
.marque-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.35); /* adjust darkness */
    z-index: 1;
}

/* Title on banner */
.marque-banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);

    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    
    font-family:js;
}
.marque-banner-breadcrumb {
    position: absolute;
    top: calc(50% + 50px); /* pushes it below the title */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    text-align: center;
}

.marque-banner-breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.3s ease;
}

.marque-banner-breadcrumb a:hover {
    opacity: 1;
}

.marque-banner-breadcrumb span {
    margin: 0 6px;
}

.marque-banner-breadcrumb .current {
    font-weight: 500;
}


.page-content {
    font-size: 16px !important;
    line-height: 1.7;
    color: #555;
}


