/* KIT UI */


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Special+Gothic+Expanded+One&display=swap');

.Special-Gothic-Expanded {
    font-family: "Special Gothic Expanded One", sans-serif;
}

header {
    padding-top: 2px;
    padding-bottom: 10px;
    transition: background-color 0.3s ease;
    z-index: 9;
}

header.bg-black {
    background-color: #000;
    transition: background-color 0.3s ease;
}

.bg-gradient-black-to-purple {
    background: #121212;
    background: linear-gradient(134deg, rgba(18, 18, 18, 1) 0%, rgba(53, 40, 126, 1) 100%);
}

.bg-gray {
    background-color: #F4F8F7;
}

.bg-gradient-purple-to-black {
    background: #121212;
    background: linear-gradient(315deg, rgba(18, 18, 18, 1) 0%, rgba(53, 40, 126, 1) 100%);
    overflow: hidden;
}

.bg-purple {
    background: #211B42;
}

.manrope {
    font-family: 'Manrope', sans-serif;
    font-optical-sizing: auto;
}

.s14 {
    font-size: 14px;
}

.s16 {
    font-size: 16px;
}

.s18 {
    font-size: 18px;
}

.s20 {
    font-size: 20px;
}

.s36 {
    font-size: 36px;
}

.s40 {
    font-size: 40px;
}


.s45 {
    font-size: 45px;
}

.s96 {
    font-size: 96px;
}

@media (max-width: 768px) {
    .s96 {
        font-size: 45px;
    }
}

.svw5 {
    font-size: 5.6vw;
}

.svw1 {
    font-size: 1.1vw;
}

.l27 {
    line-height: 27px;
}

.l80 {
    line-height: 80px;
}

.l09 {
    line-height: 0.9;
}

.lts4 {
    letter-spacing: 4px;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.h100 {
    height: 100vh;
}

.h170 {
    height: 170vh;
}

.h200 {
    height: 200vh;
}


.h92 {
    height: 92vh;
}

.alignC {
    text-align: center;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignJ {
    text-align: justify;
}

.h-auto {
    height: auto;
    min-height: 0 !important;
}

.vcenter {
    display: flex;
    flex-direction: column;
}

.bl-degade {
    background: transparent linear-gradient(180deg, #121212 0%, #35287E 100%) 0% 0% no-repeat padding-box;
}

.bg-White {
    background-color: #fff !important;
}

.bg-Dark-blue {
    background-color: #211B42;
}

.White {
    color: #F4F8F7;
}

.Dark-blue {
    color: #211B42;
}


/* Home page */

.bg-bl {
    position: relative;
    overflow: hidden;
    padding-top: 20%;
    background-color: #000000;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/05/base-light-homepage-hero.webp');
    background-size: cover;
    background-position: center;
    z-index: 0;
    filter: blur(12px);
    transform: translateY(0);
    transition: filter 0.2s ease;
}

.bg-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/05/base-light-homepage-hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(12px);
    pointer-events: none;
}

.bg-purple {
    position: relative;
    overflow: hidden;
}

.bg-img-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/06/base-light-presentation-parallaxe.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(12px);
    pointer-events: none;
}

.bg-img-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/06/base-light-fonctionnalites-parallaxe.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(12px);
    pointer-events: none;
}

.bg-img-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/06/base-light-refercences-paralaxe.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    filter: blur(12px);
    pointer-events: none;
}

.bg-bl>.container {
    position: relative;
    z-index: 1;
}


.cta-bl {
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: #f4f8f7;
    box-shadow: 3px 7px 10px #411F7729;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 12px 26px;
    color: #000;
    overflow: hidden;
    z-index: 0;
    text-align: center;
}

.cta-bl::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(124deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.cta-bl:hover::before {
    opacity: 1;
}

.cta-bl:hover {
    color: #fff;
}

.cta-bl.lg {
    padding: 15px 32px;
    font-size: 15px;
}

@keyframes bounce-text {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(3px);
    }

    60% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}


.cta-bl:hover span {
    animation: bounce-text 0.4s ease;
    display: inline-block;
}

/* Header */
.menu_trigger {
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1051;
}

.menu_trigger div {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.2s linear;
}

.menu_trigger div.line-3 {
    width: 66%;
}

.menu_trigger.active div.line-3 {
    opacity: 0;
}

.menu_trigger.active div.line-1 {
    transform: rotate(45deg) translateY(10px);
    background: #000;
}

.menu_trigger.active div.line-2 {
    transform: rotate(-45deg) translateY(-10px);
    background: #000;
}

/*Footer*/
footer img.logo {
    filter: brightness(100);
}

footer hr {
    color: #FFFFFF;
}

footer a {
    color: #F4F8F7;
}

footer a:hover {
    color: #FF85C8;
}

img.picto-social {
    max-width: 32px;
    margin: 0px 8px;
    filter: brightness(17);
}


.img-footer-form p {
    font-size: 24px;
}

.form-control#message {
    min-height: calc(7.5em + (0.75rem + 2px));
}

.form-shadow {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    display: block;
    box-Sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-Color: #fefefe;
    font-Family: inherit;
    font-Size: 1rem;
    font-Weight: 400;
    line-Height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
}

.btn-form {
    border-radius: 0px;
    background-color: #1D3664;
    border-color: #1D3664;
}

.form-contact-footer h4 {
    font-family: "Playfair Display";
    margin-bottom: 40px;
}

.form-contact-footer {
    padding: 40px 40px;
}

.form-column {
    width: 49.33%;
}

.form-message-box {
    width: 100%;
}

.home-h2 {
    position: relative;
    width: auto;
    max-width: 1000px;
    margin: auto;
    font-weight: 400;
}

.bg-bl>.container {
    margin-top: -100px;
}

.parallax-title {
    will-change: transform, opacity;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    position: relative;
    z-index: 2;
}

.round-box {
    position: relative;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.round-box p {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.5;
    color: #fff;
    font-family: 'Manrope', sans-serif;
}

#bienvenue {
    padding: 100px 0;
    margin-top: 200px;
}

.saturne {
    height: 310px;
    width: 210px;
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/05/saturne.webp');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    filter: blur(3px);
    margin-top: -172px;
}

.jupiter {
    position: absolute;
    height: 426px;
    width: 362px;
    background-image: url(https://www.baselight.fr/public/images/galerie/2025/06/jupiter.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    filter: blur(4px);
    right: 0;
    z-index: 2;
    top: 650px;
}

.fusee {
    position: absolute;
    height: 466px;
    width: 277px;
    background-image: url(https://www.baselight.fr/public/images/galerie/2025/06/fusee.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    filter: blur(2px);
    right: 0;
    z-index: 2;
    top: 650px;
}

.vortex {
    position: absolute;
    height: 466px;
    width: 277px;
    background-image: url(https://www.baselight.fr/public/images/galerie/2025/06/vortex.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    /* filter: blur(1px); */
    right: 0;
    z-index: 2;
    top: 650px;
}

.round-box-2 {
    background-color: #F4F8F7;
    border-radius: 25px;
    min-height: 340px;
}

.round-box-3 {
    background: #121212;
    background: linear-gradient(315deg, rgba(18, 18, 18, 1) 0%, rgba(53, 40, 126, 1) 100%);
    border-radius: 25px;
    min-height: 340px;
}

img.ex-icon {
    height: 115px;
    width: 115px;
}

.laptop {
    background-image: url('https://www.baselight.fr/public/images/galerie/2025/05/laptop.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

#screen {
    padding-top: 100px;
    padding-bottom: 100px;
}

#screen .round-box-3 {
    margin-bottom: 180px;
}

img.bl-screen {
    max-width: 680px;
    width: 100%;
}

.round-box-2.left,
.round-box-2.right {
    position: absolute;
    min-width: 250px;

}

.round-box-2.right {
    margin-top: 260px;
}

.round-box-2.left {
    margin-top: 180px;
}

.round-box-2.right {
    margin-left: calc(100% - 340px);
}

#screenshots {
    margin-top: -120px;
}

#mission {
    padding-top: 150px;
    padding-bottom: 150px;
}

.image-hover-bounce {
    transition: transform 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), box-shadow 0.6s;
    will-change: transform;
    cursor: pointer;
}

.image-hover-bounce:hover {
    transform: scale(1.07) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    transition-delay: 0;
}

#temoignages {
    padding: 130px 0px;
}

.slideT {
    min-height: 275px;
    padding: 60px 30px;
}

.slideT {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    margin: 30px 20px 10px 20px;
    color: #000;
    border-radius: 25px;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

/* Flèches personnalisées */
.temoignage-arrows .custom-prev,
.temoignage-arrows .custom-next {
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.temoignage-arrows .custom-prev:hover,
.temoignage-arrows .custom-next:hover {
    background-color: #ccc;
    color: #333;
}

@media (max-width: 768px) {
    .temoignage-arrows {
        display: none !important;
    }
}

.quote-icon-box {
    background-color: #fff;
    position: absolute;
    width: 60px;
    height: 55px;
    top: -25px;
    left: 20px;
    text-align: center;
    padding: 5px 8px;
    border-radius: 8px;
    display: inline-block;
    z-index: 1;
    font-size: 80px;
    line-height: 1;
    font-weight: 200;
    color: #FF85C8;
    box-shadow: 0px 0px 10px #0000004a;
}

section#demo {
    padding: 130px 0px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 1;
}

.radius-40 {
    border-radius: 40px !important;
}


.form-shake {
    animation: shake 0.3s;
}

::placeholder {
    font-size: 16px;
}

.border-blue {
    border: 1px solid #ced4da;
}

.img-overlap {
    top: 50%;
    right: 0;
    transform: translate(0px, -45%);
}

.hero-text-w {
    width: 75% !important;
}

@media (max-width: 768px) {
    .hero-text-w {
        width: 100% !important;
    }
}

section#hero {
    padding-top: 14vh;
    min-height: 1200px;
    position: relative;
}

.text-col {
    z-index: 2;
    position: relative;
    margin-right: -120px;
    /* Fait déborder la colonne de gauche sur la droite */
}

.img-overlap {
    z-index: 1;
    position: relative;
}

section#pourquoi {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#fonctionalites {
    background-color: #F4F8F7;
    padding-top: 240px;
    padding-bottom: 100px;
    position: relative;
    margin-top: -106px;
    /* Ajuste cette valeur selon ton design */
}

#arguments {
    margin-top: -100px;
    /* Ajuste la hauteur du chevauchement */
    position: relative;
    z-index: 3;
    /* Plus élevé pour passer au-dessus du background */
}

section#fonctionnalite-ecommerce {
    padding-top: 100px;
    padding-bottom: 100px;
}

section#faq {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    cursor: pointer;
    position: relative;
}

.faq-arrow {
    width: 35px;
    height: 35px;
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.collapsed .faq-arrow {
    transform: translateY(-50%) rotate(0deg);
}

.faq-box:not(.collapsed) .faq-arrow {
    transform: translateY(-50%) rotate(90deg);
}

.accordion-item {
    border: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: white !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: inherit;
}

.accordion-button:focus,
.accordion-button:active {
    z-index: 3;
    border-color: 0 !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #121212;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease;
    content: "";
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: #211B42;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-size: 20px 20px;
    /* ⬅️ Agrandit la flèche */
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    /* ⬅️ Enlève le padding inutile */
    transition: transform 0.2s ease;
    content: "";
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.slick-dots li button:before {
    color: #ffffff;
    font-size: 68px;
}

.slick-dots li.slick-active button:before {
    color: #ffffff;
}

.slick-dots {
    bottom: -35px;
}

.screen-white .slick-dots li button:before {
    color: #35287E;
}

.screen-white .slick-dots li.slick-active button:before {
    color: #35287E;
}

section#portfolio {
    padding-bottom: 100px;
}

img.mission-logo {
    width: 90px;
}

section#screen:not(.screen-white) .slider-fonctionnalites h2,
section#screen:not(.screen-white) .slider-fonctionnalites p {
    color: white !important;
}

img.ic-cms {
    max-width: 75px;
}