a {
    color: inherit;
}

body {
    line-height: inherit;
}

.credit-footer-secondary a,
.link-w-arrow {
    transition: all 200ms
}

.slider {
    padding: 0;
}

.slider .header-text {
    padding-left: 150px;
    padding-right: 150px;
}

.w-slider-nav-invert > div {
    width: 10px;
    background: rgba(29, 29, 27, 0.85);
    height: 10px;
}

.w-slider-nav-invert > div.w-active {
    height: 10px;
    background-color: #222;
    width: 50px;
    border-radius: 60px;
}

/**
    Business Card
 */
.business-card-avatar {
    width: 36px;
    height: 36px;
    background-size: 38px;
    min-width: 36px;
    margin-right: 12px;
}


/**
    Feedback
 */
.feedback-img {
    background-size: 48px;
}

/**
    CTA
 */
.cta-card {
    background-color: transparent;
    border: none;
    overflow: hidden;
    position: relative;
}

.cta-video {
    position: absolute;
    filter: brightness(20%);
}

.cta-card .heading-2,
.cta-card .heading-3,
.cta-card .btn-primary,
.cta-card .text-block-6 {
    position: relative;
}

.ml-18 {
    margin-left: 18px !important;
}

/**
    Use Cases
 */
.uses-case-filter-label:not(.active):hover {
    background: #37443bb3;
}

/**
    Footer
 */

.footer.mt-0 {
    margin-top: 0 !important;
}

.text-field {
    width: 100%;
}

.link-w-arrow:hover .link-gray {
    color: #fff;
}

.credit-footer-secondary a:hover {
    color: #fff;
}

.newsletter-form-inputs {
    position: relative;
}

.gradient-overlay {
    position: relative;
    overflow: hidden;
}

.overflow-h {
    overflow: hidden;
}

.grid-3-services {
    margin-bottom: 50px;
}
/* Ombres latérales sans démarcation */
.gradient-overlay::before,
.gradient-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

/* Dégradé de transparence à gauche */
.gradient-overlay::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent)
}

/* Dégradé de transparence à droite */
.gradient-overlay::after {
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
}

/**
    Gradient Border
 */

.services-1,
.services-2,
.services-3,
.service-card,
.feedback-card,
.cta-card-b,
.use-case-bento-right-img {
    position: relative;
    z-index: 1;
    border: none;
}

.services-1::before,
.services-2::before,
.services-3::before,
.feedback-card::before,
.service-card::before,
.cta-card-b::before,
.use-case-bento-right-img::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.2), #0000 55%), linear-gradient(315deg, rgba(255, 255, 255, 0.15), #0000 48%);
    z-index: -1;
    border-radius: 32px;
}


.services-1::after,
.services-2::after,
.services-3::after,
.service-card::after,
.use-case-bento-right-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
}

.feedback-card::after,
.cta-card-b::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111111;
    z-index: -1;
    border-radius: 30px;
}

.business-card-header,
.digital-card,
.digital-card-contact,
.digital-card-wia {
    position: relative;
    z-index: 1;
    border: none;
}

.business-card-header::before,
.digital-card::before,
.digital-card-contact::before,
.digital-card-wia::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 14px;
}

.business-card-header::after,
.digital-card::after,
.digital-card-contact::after,
.digital-card-wia::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0b0b;
    z-index: -1;
    border-radius: 12px;
}

.digital-card-wia::after {
    background: inherit;
}

.business-card-header::after {
    background: inherit;
}

.business-card-header {
    background-image: url('/img/bg/business-card-header.jpg');
}


.feedback-btn {
    position: relative;
    z-index: 1;
    border: none;
}

.feedback-btn::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 50px;
}

.feedback-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 27, 0.70);
    z-index: -1;
    border-radius: 48px;
}

.tag {
    position: relative;
    z-index: 1;
    border: none;
}

.tag::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 42px;
}

.tag::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 22, 10, 255);
    z-index: -1;
    border-radius: 40px;
}

.select-lang-dropdown-toggle {
    position: relative;
    z-index: 1;
    border: none;
}

.select-lang-dropdown-toggle::after {
    background-image: url('../images/translate_16dp_E8EAED_FILL0_wght600_GRAD0_opsz20-1.svg');
    background-position: 25%;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 10;
}

.select-lang-dropdown-toggle::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 12px;
}

.select-lang-dropdown-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1d1d1b;
    z-index: -1;
    border-radius: 10px;
}

.uses-case-filter-label:not(.active) {
    position: relative;
    z-index: 1;
    border: none;
}

.uses-case-filter-label:not(.active)::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 12px;
}

.uses-case-filter-label:not(.active)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 29, 27, 0.70);
    z-index: -1;
    border-radius: 10px;
}

.use-cases-card {
    position: relative;
    z-index: 1;
    border: none;
}

.use-cases-card::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 32px;
}

.use-cases-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: -1;
    border-radius: 30px;
}


.cookie-card {
    position: relative;
    z-index: 1;
    border: none;
}

.cookie-card::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, rgba(22, 235, 106, 0.5), #0000 39.92%), linear-gradient(to top left, rgba(22, 235, 106, 0.35), #0000 27.31%);
    z-index: -1;
    border-radius: 22px;
}

.cookie-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001500e6;
    z-index: -1;
    border-radius: 20px;
}

.ios-navbar {
    position: relative;
    z-index: 1;
    border: none;
}

.ios-navbar::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 7px;
}

.ios-navbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #323232;
    z-index: -1;
    border-radius: 5px;
}

.notification-card {
    position: relative;
    z-index: 1;
    border: none;
}

.notification-card::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 20px;
}

.notification-card:not(.new-feature)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    z-index: -1;
    border-radius: 18px;
}

.notification-card.new-feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c1c1c;
    z-index: -1;
    border-radius: 18px;
}


.management-card-project,
.management-card {
    position: relative;
    z-index: 1;
    border: none;
    background: #111111;
}

.contact-field-input-copy {
    color: white;
}

.management-card-project::before,
.management-card::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 20px;
}

.management-card-project::after,
.management-card::before::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111111;
    z-index: -1;
    border-radius: 18px;
}


@media screen and (max-width: 991px) {
    .w-nav[data-collapse='medium'] .w-nav-button {
        display: flex !important;
    }

    .w-nav[data-nav-menu-open] .w-nav-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu-responsive-lang-title {
        width: 100%;
    }

    .ios-navbar.menu {
        margin-right: auto;
        margin-left: auto;
    }

    .slider .header-text {
        padding-left: 60px;
        padding-right: 60px;
    }
}


.w-nav[data-collapse='medium'] .w-nav-button {
    position: relative;
    z-index: 1;
    border: none;
}

.w-nav[data-collapse='medium'] .w-nav-button::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 12px;
}

.w-nav[data-collapse='medium'] .w-nav-button:not(.w--open)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1d1d1b;
    z-index: -1;
    border-radius: 10px;
}


.menu-button.w--open .w-nav-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 10px;
}

.menu-button.w-nav-button.w--open .open-menu-icon.w-icon-dropdown-toggle {
    transform: rotate(180deg);
}

.option-label {
    opacity: 0.5;
}

.contact-field-textarea, label, .contact-field-input-copy, .select-field {
    color: white;
    font-family: Poppins, sans-serif;
}

.navbar-separator, .separator {
    opacity: 0.4;
}

.separator {
    background-image: linear-gradient(186deg, #0000 5%, #fff9 50%, #0000 95%);
    flex-flow: column;
    place-content: flex-end center;
    align-items: center;
    height: 1px;
    margin: 70px 0px;
    inset: auto 0% 0%;
}

.header-home {
    background-image: none;
}

.brand {
    margin-right: 65px;
}

.notification-icon {
    width: 15px;
}

.select-lang-dropdown-toggle {
    background-size: 19px;
    padding: 18px 20px 18px 40px;
}

@media screen and (max-width: 1560px) and  (min-width: 992px) {

    .grid-4-feedback {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (min-width: 992px) {
    .feedback-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .feedback-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.section-title-with-link {
    margin-bottom: 14px;
}

.header-text-white, .header-text-1 {
    font-weight: 300;
}

.header-text-slide-1 {
    font-weight: 400;
}

.grecaptcha-badge {
    display: none;
}

.text-field, .textarea-field {
    background-color: transparent;
    border: double 1.4px transparent !important;
    background-image: linear-gradient(#111, #111),
    linear-gradient(151deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 13.45%, rgba(255, 255, 255, 0) 82.35%, rgba(255, 255, 255, 0.15));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.submit-button {
    background-color: #111;
    border: double 1.4px transparent !important;
    background-image: url('../images/send.svg'),
    linear-gradient(rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.39)),
    linear-gradient(143deg, rgba(255, 255, 255, 0.51), rgba(255, 255, 255, 0) 24.79%, rgba(255, 255, 255, 0) 71.43%, rgba(255, 255, 255, 0.15));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.slider-button-right:hover {
    background-color: #1D1D1B;
    background-position: 60%;
}

.slider-button-right:active {
    background-color: #1D1D1B;
}

.slider-button-left:hover {
    background-color: #1D1D1B;
    background-position: 40%;
}

.slider-button-left:active {
    background-color: #1D1D1B;
}


.w-input, .w-select {
    border: none
}


.book-img {
    border-radius: 10%;
}

@media screen and (max-width: 479px) {
    .book-img {
        width: 100%;
    }
}

.swiper-button-next, .swiper-button-prev {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.swiper-button-disabled {
    opacity: 0.5;
    transition: 0.5s ease-in-out;
}

.reference {
    overflow: hidden;
}

.slider-button-left.arrow-left-1 {
    right: 7px;
}


.arrow-right, .arrow-left-1 {
    position: relative;
    z-index: 1;
    border: none;
}

.arrow-right::after {
    background-image: url('../img/icons/arrow_right.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 10;
}

.arrow-right::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 52px;
}

.arrow-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1d1d1b;
    z-index: -1;
    border-radius: 50px;
}


.arrow-left-1::after {
    background-image: url('../img/icons/arrow_left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 10;
}

.arrow-left-1::before {
    content: '';
    position: absolute;
    top: -1.4px;
    left: -1.4px;
    right: -1.4px;
    bottom: -1.4px;
    background-image: linear-gradient(145deg, #fff3, #0000 55%), linear-gradient(315deg, #fff3, #0000 48%);
    z-index: -1;
    border-radius: 52px;
}

.arrow-left-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1d1d1b;
    z-index: -1;
    border-radius: 50px;
}

.arrow-right:hover:after {
    background-color: rgba(29, 29, 27, 0.77);
    background-position: 60%;
}

.arrow-right:active:after {
    background-color: rgba(29, 29, 27, 0.77);
}


.arrow-left-1:hover:after {
    background-color: rgba(29, 29, 27, 0.77);
    background-position: 40%;
}

.arrow-left-1:active:after {
    background-color: rgba(29, 29, 27, 0.77);
}

.link-b-m {
    flex-flow: column;
    align-items: start;
    display: flex;
}

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

    .m-hide {
        display: none;
    }
}

.link-w-arrow.active {
    color: #fff;
    background-image: url(../images/arrow_outward-2.svg);
}

.ios-navbar {
    width: 60px !important;
}

.tag-uc::after {
    background: rgba(2, 22, 10, 0.51) !important;
}

.tag {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
}

@media screen and (max-width: 1400px) {
    .use-cases-card:hover .use-cases-card-details {

        align-items: center;
        justify-content: center;
    }

    .use-cases-card-details {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .use-cases-card-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .use-cases-card-tags {
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1400px) and (min-width: 767px) {
    .use-cases-card-tags {
        display: none;
    }

    .use-cases-card {
        height: 400px;
    }

    .use-cases-card-title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1100px) {
    .use-cases-card {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .use-cases-card {
        height: 500px;
    }
}

.use-cases-card:hover .use-cases-card-details {
    inset: 0;
    transition: 300ms all ease;
}

.use-cases-card:hover {
    overflow: hidden;
}

.use-cases-card:hover .use-cases-card-title {
    display: none;
}


.use-cases-card:hover .use-cases-card-tags {
    display: none;
}

.use-cases-card-title.see-more {
    display: none;
}


.use-cases-card:hover .use-cases-card-title.see-more {
    display: block;
    width: 100%;
    text-align: center;
}

iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.iframe__container {
    width: 100%;
    position: relative;
}

.iframe__container::after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: calc(315 / 560 * 100%);
}

@media screen and (max-width: 767px) {
    .use-case-bento-right-img {
        display: initial;
    }
}
