body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    min-height: 100vh;
    background: #07052C;
    color: white;
}

@media screen and (max-width: 991px) {
    body.offcanvas-active {
        overflow-y:hidden
    }

    body.offcanvas-active #main,body.offcanvas-active footer {
        display: none
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

#navbar_top.navbar {
    align-items: flex-start;
    transition: 0.25s height ease;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.09)
}

#navbar_top.navbar .list-group-item a {
    text-decoration: none;
    color: inherit
}

#navbar_top.navbar .list-group-item a:hover {
    color: #46C815
}

#navbar_top.navbar .megamenu {
    background-color: #F4F4F6;
    border: none
}

@media screen and (min-width: 992px) {
    #navbar_top.navbar .megamenu {
        padding:1rem;
        padding-top: 24px;
        padding-bottom: 62px
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar.open {
        height:100vh
    }

    #navbar_top.navbar.opened {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

#navbar_top.navbar .nav-link {
    color: #fff;
    height: 44px;
    position: relative;
    font-size: 12px;
    font-weight: 600
}

#navbar_top.navbar .nav-link.show {
    border: none;
    box-shadow: inset 0 -2px 0 0 #46C815
}

#navbar_top.navbar .nav-link:hover,#navbar_top.navbar .nav-link:focus {
    color: #fff
}

#navbar_top.navbar .navRight .nav-link {
    font-size: 10px;
    line-height: initial;
    border: none
}

#navbar_top.navbar .navRight .nav-link i {
    margin-right: 5px;
    font-size: 14px;
    width: 14px
}

@media (min-width: 991px) {
    #navbar_top.navbar .navRight {
        align-items:center
    }
}

#navbar_top.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: none
}

#navbar_top.navbar .btn-outline-secondary {
    border-radius: 25px;
    color: #000;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    min-width: 152px
}

#navbar_top.navbar .btn-outline-secondary:hover {
    border-radius: 25px;
    color: #000;
    background-color: transparent
}

#navbar_top.navbar .card {
    overflow: hidden;
    border-radius: 8px;
    border: none
}

#navbar_top.navbar .card.auto {
    margin-top: 8px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card.auto {
        margin:16px 0
    }
}

#navbar_top.navbar .card.op .card-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

@media (min-width: 992px) {
    #navbar_top.navbar .card.op .card-title {
        font-size:20px
    }
}

#navbar_top.navbar .card.op img {
    transition: all 0.3s ease
}

#navbar_top.navbar .card.op:hover .layer-dark {
    opacity: 0.3
}

#navbar_top.navbar .card.op:hover img {
    transform: scale(1.2)
}

#navbar_top.navbar .card.app {
    min-height: 267px
}

#navbar_top.navbar .card.app .card-title {
    position: absolute;
    right: 24px;
    top: 36px;
    font-weight: 600;
    font-size: 20px
}

#navbar_top.navbar .card.app .card-img {
    position: absolute;
    top: 16px;
    left: 8px;
    width: 73%
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card.app {
        min-height:64px;
        margin-bottom: 16px
    }

    #navbar_top.navbar .card.app .card-img {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 20%
    }

    #navbar_top.navbar .card.app .card-title {
        position: relative;
        left: 0;
        top: 0;
        font-weight: 600;
        font-size: 14px
    }
}

#navbar_top.navbar .card .list-group-item {
    padding: 0;
    border: 1px solid #F4F4F6
}

#navbar_top.navbar .card .list-group-item .row {
    align-items: center
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card .list-group-item .row {
        height:64px
    }
}

#navbar_top.navbar .card .list-group .list-group-item img {
    max-height: 50px
}

#navbar_top.navbar .card .card-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}

#navbar_top.navbar .col-op .card {
    cursor: pointer
}

#navbar_top.navbar .col-op .card img {
    transition: all 0.5s ease 0s
}

#navbar_top.navbar .col-op .card:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease 0s
}

#navbar_top.navbar .service .card .card-body {
    display: flex;
    align-items: center
}

#navbar_top.navbar .service .card .card-body i {
    color: #46C815;
    margin-left: 16px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card .card-body i {
        flex:1;
        text-align: right
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card .card-body {
        height:64px
    }
}

#navbar_top.navbar .service .card:nth-child(2) {
    margin-top: 8px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card:nth-child(2) {
        margin-top:16px;
        margin-bottom: 75px
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar #shop .service .card {
        margin-top:16px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar #shop .col-op {
        order:0
    }

    #navbar_top.navbar #shop .card-body .col-md-4:nth-child(2),#navbar_top.navbar #shop .card-body .col-md-4:nth-child(3) {
        padding-top: 16px
    }
}

#navbar_top.navbar .propos .card .card-body .card-text {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px
}

#navbar_top.navbar .propos .card .card-body .card-text i {
    color: #46C815;
    margin-left: 16px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card .card-body .card-text i {
        flex:1;
        text-align: right
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card .card-body {
        height:64px;
        align-items: center;
        display: flex;
        width: 100%
    }

    #navbar_top.navbar .propos .card .card-body img {
        display: none
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card {
        margin-top:16px
    }

    #navbar_top.navbar .propos .card img {
        display: none
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .col-md-2:first-child .card {
        margin-top:0
    }
}

#navbar_top.navbar .secure .card-img-overlay {
    display: flex;
    align-items: end;
    justify-content: end
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .secure {
        justify-content:center;
        margin-bottom: 16px;
        height: 96px
    }

    #navbar_top.navbar .secure .card-img {
        width: 40%;
        align-items: center
    }

    #navbar_top.navbar .secure .card-img-overlay {
        justify-content: center;
        align-items: center;
        margin-left: calc(40% - 36px)
    }
}

#navbar_top.navbar .shop a {
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-top: 16px
}

#navbar_top.navbar .shop a:hover {
    color: #46C815
}

#navbar_top.navbar .shop a:first-child {
    padding-top: 0
}

@media (min-width: 992px) {
    #navbar_top.navbar .padBord {
        padding:0 8px;
        border: none;
        border-left: 1px solid #1d1c3f;
    }
}

@media (min-width: 991px) {
    .navbar .has-megamenu {
        position:static !important
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0
    }

    .navbar.heightNav {
        font-weight: 600
    }

    .offcanvas-header {
        display: none
    }
}

@media (max-width: 991px) {
    #navbar_top .btn-close {
        height:auto;
        width: auto;
        opacity: 1 !important
    }

    #navbar_top .navbar.fixed-top .navbar-collapse,#navbar_top .navbar.sticky-top .navbar-collapse {
        min-height: 90vh;
        margin-top: 10px;
        padding: 8px
    }

    #navbar_top .navbar-brand {
        margin-right: 0;
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #navbar_top .navbar-nav {
        min-height: 44px
    }

    #navbar_top .nav-link {
        font-size: 14px
    }

    #navbar_top .navbar .megamenu {
        padding: 0
    }

    #navbar_top .dropdown {
        position: inherit
    }

    #navbar_top .navbar-collapse {
        margin-top: 0.75rem;
        position: relative;
        opacity: 0;
        transition: 0.2s all ease
    }

    #navbar_top .navbar-collapse.show {
        opacity: 1
    }

    @keyframes height100vh {
        from {
            height: 0
        }

        to {
            height: 100vh
        }
    }

    .col-op {
        order: -1;
        margin-bottom: 16px
    }

    .navRight.incollapse {
        padding-top: 24px
    }

    .navRight.incollapse .nav-link {
        font-size: 12px
    }

    .navRight.incollapse .nav-link i {
        font-size: 24px
    }

    .navRight.incollapse button {
        margin: 0;
        margin-top: 36px;
        margin-bottom: 16px;
        display: block;
        width: 100%;
        height: 48px;
        font-size: 14px
    }

    .navbar-collapse .nav-link {
        display: flex;
        box-shadow: 0px 1px 0px 0px #1d1c3f;
        align-items: center
    }

    .navbar-collapse .nav-link .bi-chevron-right {
        flex: 1;
        text-align: right
    }

    .navbar-toggler {
        border: 0 !important
    }

    .navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important
    }

    .toggler-icon {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: all 0.2s
    }

    .middle-bar {
        margin: 5px auto
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .toggler-icon {
        background-color: #fff;
    }

    .offcanvas-header {
        display: block;
        height: 56px;
        position: relative
    }

    .offcanvas-header .btn-close {
        padding: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        color: #000;
        background: none;
        width: auto;
        opacity: 1
    }

    .offcanvas-header .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 0
    }

    .mobile-offcanvas {
        display: block;
        margin: 0 -1rem !important;
        width: calc(100% + 2rem);
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        position: absolute !important;
        top: -0.25rem;
        left: 0;
        min-height: calc(100vh - 66px);
        height: 0;
        z-index: 1200;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        overflow: hidden !important
    }

    .mobile-offcanvas.show {
        display: block;
        height: auto;
        width: calc(100% + 2rem);
        transform: translateX(0);
        visibility: visible;
        position: absolute;
        top: -0.25rem;
        left: 0
    }

    .mobile-offcanvas .container,.mobile-offcanvas .container-fluid {
        display: block
    }
}

a.card {
    text-decoration: none;
    color: inherit
}

a.card:hover {
    color: #46C815
}

.textImg img {
    max-height: 32px;
    margin-right: 8px
}

.devices-bg {
    background: url() center center/auto
}

@media screen and (max-width: 991px) {
    .devices-bg {
        background:url() center center/cover
    }
}

.layer-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: #000;
    transition: opacity 0.2s
}

.layer-gradient-dark {
    background: #020112;
    background: linear-gradient(294deg, #020112 0%, rgba(7, 5, 44, 0.3594480028) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.visible-content {
    z-index: 1;
    position: relative
}

.carousel-indicators .secure-bg-color {
    background-color: #04021b
}

.carousel-indicators .secure-bg-color .text {
    color: #fff
}

@media screen and (max-width: 991px) {
    .header .container-xl {
        padding:0
    }

    .header .carousel {
        margin: 0
    }
}

.header .carousel {
    flex-wrap: nowrap
}

.header .col .progress-bar {
    width: 0;
    opacity: 0;
    transition: width 10s linear
}

.header .col .onlyActive,.header .col .onlyActiveDesktop {
    display: none !important
}

.header .col.carousel-item {
    position: relative;
    transform: none !important;
    cursor: pointer
}

.header .col.carousel-item.carousel-item-next {
    transform: none !important
}

.header .col.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.header .col.carousel-item.active {
    cursor: auto
}

.header .col.carousel-item.active:after {
    content: none
}

.header .col.carousel-item.active:hover .progress-bar {
    width: 0% !important;
    transition: width 0.2s linear !important
}

.header .col.carousel-item.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62%
}

.header .col.carousel-item.active.loading .progress-bar {
    height: 6px;
    opacity: 1;
    width: 100%;
    transition: width 10s linear
}

.header .col.carousel-item.active .onlyActive {
    display: block !important
}

@media screen and (min-width: 992px) {
    .header .col.carousel-item.active .onlyActiveDesktop {
        display:block !important
    }
}

.header .progress {
    height: 6px;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.header .progress-bar {
    background-color: #64e61e;
    border-bottom-left-radius: 8px 8px
}

.header .absolutElmt-botom {
    position: absolute;
    bottom: 24px
}

.header .content-header-card {
    border-radius: 8px;
    height: 26em;
    padding: 24px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .header .content-header-card {
        padding:24px;
        height: 30em
    }
}

.header .carouselImg {
    position: absolute;
    padding: 24px;
    right: 0
}

.header .carousel-item:not(.active) .carouselImg {
    top: auto !important;
    bottom: 0 !important;
    max-width: 100% !important;
    max-height: 50% !important;
    right: 50%;
    transform: translateX(50%)
}

.header .promoDevices {
    max-width: 146%;
    margin-bottom: 24px;
    left: -26%;
    position: absolute;
    bottom: 0
}

.header .securImg {
    max-width: 150%
}

.header .cardsProductsImg {
    position: absolute;
    min-width: 100%;
    left: -5%;
    bottom: -10%
}

.header .carousel-item.active,.header .carousel-item-next,.header .carousel-item-prev {
    display: initial
}

.header .carousel-item.active .promoDevices,.header .carousel-item-next .promoDevices,.header .carousel-item-prev .promoDevices {
    max-width: 65%;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
    left: initial;
    top: 40%
}

@media screen and (max-width: 991px) {
    .header .carousel-item.active .promoDevices,.header .carousel-item-next .promoDevices,.header .carousel-item-prev .promoDevices {
        max-width:97%
    }
}

.header .carousel-item.active .carouselImg,.header .carousel-item-next .carouselImg,.header .carousel-item-prev .carouselImg {
    left: auto;
    right: 0;
    bottom: 0;
    max-height: 70%;
    max-width: 62%
}

.header .carousel-item.active .cardsProductsImg,.header .carousel-item-next .cardsProductsImg,.header .carousel-item-prev .cardsProductsImg {
    min-width: auto;
    left: 50%;
    bottom: 36px
}

.header .carousel-item.active .appImg,.header .carousel-item-next .appImg,.header .carousel-item-prev .appImg {
    max-height: 80%
}

.header .carousel-item {
    position: initial;
    display: initial;
    float: none;
    width: initial;
    margin-right: initial
}

.header h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0
}

.header h1 span {
    color: #64e61e;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .header .g-3 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0
    }

    .header .app-bg-color {
        background-color: #F4F4F6
    }

    .header .container-lg {
        padding: 0
    }

    .header .col.carousel-item.active {
        width: 100%
    }

    .header .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        padding: 0
    }

    .header .content-header-card {
        border-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 552px;
        text-align: center
    }

    .header .absolutElmt-botom {
        position: relative;
        top: 0
    }

    .header .carousel-item.active .carouselImg {
        top: 0 !important;
        position: relative !important;
        max-height: 264px !important;
        max-width: 100% !important
    }

    .header .carousel-item.active .cardsProductsImg {
        top: 45%;
        left: 0 !important;
        right: 0;
        margin: 0 auto
    }

    .header .carousel-item.active .appImg {
        top: 0
    }

    .header .carousel-indicators {
        padding: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        list-style: none
    }

    .header .carousel-indicators .text {
        font-size: 20px;
        font-weight: 600;
        padding: 16px
    }

    .header .carousel-indicators .text span {
        color: #46C815;
        font-weight: 600
    }

    .header .carousel-indicators [data-bs-target] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        height: 110px;
        padding: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        text-indent: inherit;
        background-clip: inherit;
        border: 0;
        border-top: none;
        border-bottom: none;
        opacity: 1;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear
    }

    .header .carousel-indicators {
        opacity: 1
    }

    .header .carousel-indicators .col {
        position: relative
    }

    .header .carousel-indicators .col.devices-bg {
        background: url() center center/cover
    }

    .header .carousel-indicators .col.devices-bg.active {
        background: none !important
    }

    .header .carousel-indicators .col .progress-bar {
        width: 0;
        opacity: 0;
        -webkit-transition: width 10s linear;
        transition: width 10s linear;
        border-radius: 0
    }

    .header .carousel-indicators .col.active {
        opacity: 1;
        background: transparent
    }

    .header .carousel-indicators .col.active.loading .layer-dark {
        display: none
    }

    .header .carousel-indicators .col.active.loading .progress-bar {
        opacity: 1;
        width: 100%;
        transition: width 10s
    }

    .header .carousel-indicators .col.active.app-bg-color {
        background-color: #F4F4F6
    }

    .header .carousel-indicators .col.active.cardsProducts-bg-color {
        background-color: #F4F4F6
    }
}

.blk {
    position: relative
}

.blk:hover .tooltip {
    display: block !important
}

.blk .tooltip {
    display: none;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    padding: 16px;
    background: #ffffff;
    top: 103%;
    width: 100%;
    left: 0;
    -webkit-animation: tooltipfadein 0.3s;
    animation: tooltipfadein 0.3s;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1)
}

.blk .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent
}

footer {
    background: linear-gradient(294deg, #020112 0%, #07052c 100%)
}

footer .language-selector {
    width: max-content
}

footer .ft-bd {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

footer .iframeAvis {
    margin-top: -14px
}

@media screen and (max-width: 991px) {
    footer .iframeAvis {
        margin-top:0
    }
}

footer .dropdown {
    position: relative
}

footer .reassurence .blk {
    position: relative
}

footer .reassurence .blk:hover .tooltip {
    display: block !important
}

footer .reassurence .blk .tooltip {
    display: none;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    padding: 16px;
    background: #ffffff;
    top: 103%;
    width: 100%;
    left: 0;
    -webkit-animation: tooltipfadein 0.3s;
    animation: tooltipfadein 0.3s;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1)
}

footer .reassurence .blk .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent
}

@media screen and (max-width: 991px) {
    footer .accordion-button {
        display:flex !important
    }
}

footer .brdB .collapse {
    display: block
}

@media screen and (max-width: 991px) {
    footer .brdB .collapse {
        display:none
    }

    footer .brdB .collapse.show {
        display: block
    }
}

@media screen and (min-width: 992px) {
    footer .brdB .collapse:not(.show) {
        display:block
    }
}

footer a {
    text-decoration: none
}

footer a:hover {
    color: #46C815 !important
}

footer .brdB {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

footer h6 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff
}

@media screen and (max-width: 991px) {
    footer h6 {
        font-size:16px
    }
}

footer p {
    margin-bottom: 8px
}

footer p a {
    font-size: 14px
}

footer .minFooter {
    font-size: 14px
}

footer h6.assistance {
    margin-top: 32px
}

@media screen and (max-width: 991px) {
    footer h6.assistance {
        margin-top:0
    }
}

footer .reassurence i.sizeIncon {
    font-size: 5rem
}

footer .accordion-button {
    padding: 0;
    background-color: rgba(255, 255, 255, 0)
}

footer .accordion-button::after {
    background-image: none
}

footer .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0)
}

footer .accordion-button:not(.collapsed)::after {
    background-image: none
}

footer .accordion-button:focus {
    border: none;
    box-shadow: none
}

@media screen and (max-width: 991px) {
    footer .accordion-button::after {
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
        margin-bottom: 16px
    }

    footer .accordion-button:not(.collapsed) {
        background-color: rgba(255, 255, 255, 0)
    }

    footer .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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")
    }
}

footer .accordion-item {
    background-color: rgba(255, 255, 255, 0);
    border: none
}

footer .accordion-item .accordion-body {
    padding: 0;
    text-align: left
}

@media screen and (max-width: 991px) {
    footer .collapseFooterAssistance {
        margin-top:24px
    }

    footer .rsMobile {
        text-align: left
    }

    footer .rsMobile span {
        display: block
    }

    footer .rsMobile span:first-child {
        margin-bottom: 16px
    }

    footer .rsmedia {
        justify-content: start !important
    }

    footer .minFooter a {
        display: block;
        text-align: left !important;
        margin-bottom: 16px
    }

    footer .minFooter a span {
        display: none
    }

    footer .minFooter span {
        padding: 12px 0;
        text-align: left;
        display: block
    }
}

.sectionSecure .card {
    min-height: 450px;
    border-radius: 8px
}

.sectionSecure .card-img {
    width: 73%;
    margin: auto;
    transition: width 0.3s ease
}

.sectionSecure a {
    color: inherit
}

.sectionSecure a:hover {
    text-decoration: none
}

.sectionSecure a:hover .card-img {
    width: 75%
}

.sectionSecure .linkSecureCard {
    position: absolute;
    bottom: 16px;
    right: 16px
}

.sectionSecure .linkSecureCard h4 {
    font-weight: 600;
    margin-bottom: 0
}

.sectionSecure .linkSecureCard h4 i {
    color: #46C815;
    margin-left: 24px
}

.sectionAllProducts {
    position: relative
}

.sectionAllProducts.AllProducts-bg {
    background-color: #00203a
}

.sectionAllProducts .addMobile {
    padding: 0
}

.sectionAllProducts .addMobile>.row {
    margin: 0
}

.sectionAllProducts .allProductsTitle {
    position: relative;
    z-index: 1
}

.sectionAllProducts .content-slider {
    height: 70px;
    position: relative
}

.sectionAllProducts #textSlider.row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important
}

.sectionAllProducts .iamCol {
    text-align: right;
    float: left;
    font-weight: 300;
    font-size: 52px
}

.sectionAllProducts .iamCol p:nth-child(2) {
    margin-top: -20pt !important
}

.sectionAllProducts .slideCol {
    text-align: left;
    overflow: hidden;
    display: block;
    white-space: nowrap
}

.sectionAllProducts .slideCol p {
    margin: 0px !important;
    font-weight: 600
}

.sectionAllProducts .scroller {
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.sectionAllProducts .scroller .inner {
    animation: 10s normal infinite running scroll
}

.sectionAllProducts .scroller .inner-benl {
    animation: 10s normal infinite running scroll-benl
}

@keyframes scroll {
    0% {
        margin-top: 0px
    }

    15% {
        margin-top: 0px
    }

    25% {
        margin-top: -70px
    }

    40% {
        margin-top: -70px
    }

    50% {
        margin-top: -140px
    }

    65% {
        margin-top: -140px
    }

    75% {
        margin-top: -210px
    }

    90% {
        margin-top: -210px
    }

    100% {
        margin-top: 0px
    }
}

@keyframes scroll-benl {
    0% {
        margin-top: 0px
    }

    17% {
        margin-top: 0px
    }

    34% {
        margin-top: -70px
    }

    51% {
        margin-top: -70px
    }

    68% {
        margin-top: -140px
    }

    85% {
        margin-top: -140px
    }

    100% {
        margin-top: 0px
    }
}

@media only screen and (max-width: 991px) {
    .sectionAllProducts #textSlider.row {
        margin-right:0px !important;
        margin-left: 0px !important
    }

    .sectionAllProducts .iamCol {
        text-align: center;
        font-size: 20pt
    }

    .sectionAllProducts .iamCol p {
        display: inline !important
    }

    .sectionAllProducts .slideCol {
        font-size: 2em;
        text-align: left;
        margin-top: 0;
        padding: 0
    }

    .sectionAllProducts .content-slider {
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    .sectionAllProducts .slideCol {
        font-size:1.5em
    }
}

@media only screen and (max-width: 576px) {
    .sectionAllProducts .slideCol {
        font-size:1em
    }
}

.sectionAllProducts .cardsProducts {
    --gutter: 2rem
}

.sectionAllProducts .cardsProducts ul {
    padding: 0
}

.sectionAllProducts .cardsProducts .card {
    background-color: transparent;
    height: 100%
}

.sectionAllProducts .cardsProducts .card .row {
    height: 100%
}

.sectionAllProducts .cardsProducts .hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 0 repeat(var(--total), calc(90% - var(--gutter) * 2)) 0.1px;
    grid-template-rows: minmax(230px, 1fr);
    scroll-snap-type: x proximity;
    overflow-x: auto
}

.sectionAllProducts .cardsProducts .hs:before,.sectionAllProducts .cardsProducts .hs:after {
    content: ''
}

.sectionAllProducts .cardsProducts.twooCards .hs>li,.sectionAllProducts .cardsProducts.twooCards .item {
    scroll-snap-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    min-height: 426px;
    max-height: 486px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .sectionAllProducts .cardsProducts.twooCards .hs>li,.sectionAllProducts .cardsProducts.twooCards .item {
        padding:24px
    }
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .appProductImg,.sectionAllProducts .cardsProducts.twooCards .item .appProductImg {
    position: relative;
    width: 60%;
    top: 1em;
    right: 0;
    left: 0;
    margin: 0 auto
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .absolutElmt-botom,.sectionAllProducts .cardsProducts.twooCards .item .absolutElmt-botom {
    position: relative;
    top: 0
}

.sectionAllProducts .cardsProducts.twooCards .hs>li.bg-auto,.sectionAllProducts .cardsProducts.twooCards .item.bg-auto {
    background: #fff url() center 55%/cover;
    background-repeat: no-repeat
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .card-body,.sectionAllProducts .cardsProducts.twooCards .item .card-body {
    padding: 0
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .card-footer.auto,.sectionAllProducts .cardsProducts.twooCards .item .card-footer.auto {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding-right: 0
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.twooCards .hs>li .absolutElmt-botom,.sectionAllProducts .cardsProducts.twooCards .item .absolutElmt-botom {
        position:absolute;
        bottom: 24px;
        top: initial
    }

    .sectionAllProducts .cardsProducts.twooCards .hs>li .appProductImg,.sectionAllProducts .cardsProducts.twooCards .item .appProductImg {
        position: absolute;
        width: 45%;
        right: 0;
        top: 5%;
        margin-right: 0
    }

    .sectionAllProducts .cardsProducts.twooCards .hs>li.bg-auto,.sectionAllProducts .cardsProducts.twooCards .item.bg-auto {
        background: #fff url() center bottom/cover;
        background-repeat: no-repeat
    }
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.twooCards ul li:first-child {
        width:67.8%
    }

    .sectionAllProducts .cardsProducts.twooCards ul li:last-child {
        width: 33.33333%
    }

    .sectionAllProducts .cardsProducts.twooCards .hs {
        display: inline-flex
    }

    .sectionAllProducts .cardsProducts.twooCards .card {
        min-height: calc(426px - 32px)
    }

    .sectionAllProducts .cardsProducts.twooCards .item {
        min-height: 486px
    }
}

.sectionAllProducts .cardsProducts.threeCards .hs>li,.sectionAllProducts .cardsProducts.threeCards .item {
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.threeCards ul li {
        width:33.33333%
    }

    .sectionAllProducts .cardsProducts.threeCards .hs {
        display: inline-flex
    }
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.threeCards .total-2 li {
        width:50%
    }
}

.sectionAllProducts .cardsProducts.threeCards img {
    max-height: 140px
}

.sectionAllProducts .cardsProducts .card {
    border: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    width: 100%
}

.sectionAllProducts .cardsProducts .card:hover .card-title {
    color: #46C815
}

.sectionAllProducts .cardsProducts .card-footer {
    padding: 0px;
    padding-right: 16px;
    text-align: right;
    border: none;
    font-size: 24px
}

.sectionAllProducts .cardsProducts .card-title {
    font-size: 24px;
    font-weight: 600
}

.sectionAllProducts .cardsProducts>* {
    grid-column: 2 / -2
}

.sectionAllProducts .cardsProducts>.full {
    grid-column: 1 / -1
}

.sectionAllProducts .containerSwipeMobile {
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts {
        overflow:hidden
    }

    .sectionAllProducts .cardsProducts .card {
        text-align: left
    }

    .sectionAllProducts .hs {
        overflow-x: hidden !important
    }
}

.sectionAllProducts .cardLink {
    cursor: pointer
}

.sectionAllProducts .cardLink:hover h3 {
    color: #46C815 !important
}

.services .services-bg {
    position: absolute;
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain
}

.services .services-bg.services-bg-s {
    left: 0;
    max-width: 284px;
    background-position: center left
}

.services .services-bg.services-bg-e {
    right: 0;
    max-width: 224px;
    background-position: center right
}

.services img {
    margin-bottom: 24px;
    max-width: 64px
}

.services .comNumber {
    font-size: 48px;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .services {
        background:none !important
    }

    .services .comNumber {
        font-size: 32px
    }
}

.trafic {
    background: url() center right/contain;
    background-repeat: no-repeat
}

.trafic .btnBottomMobile {
    margin-bottom: 250px
}

.trafic * {
    position: relative
}

.trafic:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 0
}

.trafic.trafic-befr:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0
}

@media screen and (max-width: 991px) {
    .trafic {
        background:url() bottom left/contain;
        background-size: 180%;
        padding-top: 0
    }

    .trafic .btnBottomMobile {
        margin-top: 25vh;
        margin-bottom: 0px
    }
}

.business {
    background: url() center center/cover;
    background-repeat: no-repeat
}

.business img {
    margin-bottom: 24px;
    max-width: 64px
}

.press {
    background: url() center right/contain;
    background-repeat: no-repeat
}

.press .btnBottomMobile {
    margin-bottom: 250px
}

.press:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.97;
    z-index: 0
}

.press * {
    position: relative
}

@media screen and (max-width: 991px) {
    .press {
        background:url() bottom center/contain
    }

    .press .btnBottomMobile {
        margin-top: 25vh;
        margin-bottom: 0px
    }
}

.bg-bt {
    position: relative
}

.bg-bt * {
    position: relative
}

.bg-bt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(358deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%)
}

.products-cards .card {
    overflow: hidden
}

.products-cards .card-1 {
    height: 33vw;
    max-height: 450px;
    min-height: 375px;
    border: 0
}

.products-cards .badge {
    width: fit-content
}

.products-cards .appImg {
    position: absolute;
    right: 0
}

.products-cards .cards-boitiers .card,.products-cards .cards-boitiers .col {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.products-cards .cards-boitiers .card img {
    max-height: 120px;
    margin: auto;
    transition: 0.2s all;
    transform: scale(1)
}

.products-cards .cards-boitiers .card:hover {
    cursor: pointer
}

.products-cards .cards-boitiers .card:hover img {
    transform: scale(1.03)
}

.products-cards .bg-gradientwhite {
    background: #fff;
    background: linear-gradient(180deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width: 1200px) {
    .products-cards .appImg {
        max-height:133%;
        top: 33%
    }
}


/* B2B */
.page-header {
    height: 45vh;   
    overflow: hidden;
    position: relative;
}
.page-header:after {
    content: "";
    display: block;
    position: absolute;
    height: 18%;
    width: 120%;
    left: -10%;
    bottom: -9%;
    background: white;
    transform: rotate(-2deg);
}
.icon-60 {
    height: 60px;
    width: auto;
    margin: auto;
    max-width: 100%;
}
.play-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-42 {
    height: 42px;
}
.icon-64 {
    height: 64px;
}

label.error {
    color: #ED062E !important;
    font-size: 10px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    body.offcanvas-active {
        overflow-y:hidden
    }

    body.offcanvas-active #main,body.offcanvas-active footer {
        display: none
    }
}

.grecaptcha-badge { 
    visibility: hidden;
}

#navbar_top.navbar {
    align-items: flex-start;
    transition: 0.25s height ease;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.09)
}

#navbar_top.navbar .list-group-item a {
    text-decoration: none;
    color: inherit
}

#navbar_top.navbar .list-group-item a:hover {
    color: #46C815
}

#navbar_top.navbar .megamenu {
    background-color: #F4F4F6;
    border: none
}

@media screen and (min-width: 992px) {
    #navbar_top.navbar .megamenu {
        padding:1rem;
        padding-top: 24px;
        padding-bottom: 62px;
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar.open {
        height:100vh
    }

    #navbar_top.navbar.opened {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

#navbar_top.navbar .nav-link {
    color: #fff;
    height: 44px;
    position: relative;
    font-size: 12px;
    font-weight: 600
}

#navbar_top.navbar .nav-link.show {
    border: none;
    box-shadow: inset 0 -2px 0 0 #46C815
}

#navbar_top.navbar .nav-link:hover,#navbar_top.navbar .nav-link:focus {
    color: #fff
}

#navbar_top.navbar .navRight .nav-link {
    font-size: 10px;
    line-height: initial;
    border: none
}

#navbar_top.navbar .navRight .nav-link i {
    margin-right: 5px;
    font-size: 14px;
    width: 14px
}

@media (min-width: 991px) {
    #navbar_top.navbar .navRight {
        align-items:center
    }
}

#navbar_top.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border: none
}

#navbar_top.navbar .btn-outline-secondary {
    border-radius: 25px;
    color: #000;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    min-width: 152px
}

#navbar_top.navbar .btn-outline-secondary:hover {
    border-radius: 25px;
    color: #000;
    background-color: transparent
}

#navbar_top.navbar .card {
    overflow: hidden;
    border-radius: 8px;
    border: none
}

#navbar_top.navbar .card.auto {
    margin-top: 8px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card.auto {
        margin:16px 0
    }
}

#navbar_top.navbar .card.op .card-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

@media (min-width: 992px) {
    #navbar_top.navbar .card.op .card-title {
        font-size:20px
    }
}

#navbar_top.navbar .card.op img {
    transition: all 0.3s ease
}

#navbar_top.navbar .card.op:hover .layer-dark {
    opacity: 0.3
}

#navbar_top.navbar .card.op:hover img {
    transform: scale(1.2)
}

#navbar_top.navbar .card.app {
    min-height: 267px
}

#navbar_top.navbar .card.app .card-title {
    position: absolute;
    right: 24px;
    top: 36px;
    font-weight: 600;
    font-size: 20px
}

#navbar_top.navbar .card.app .card-img {
    position: absolute;
    top: 16px;
    left: 8px;
    width: 73%
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card.app {
        min-height:64px;
        margin-bottom: 16px
    }

    #navbar_top.navbar .card.app .card-img {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 20%
    }

    #navbar_top.navbar .card.app .card-title {
        position: relative;
        left: 0;
        top: 0;
        font-weight: 600;
        font-size: 14px
    }
}

#navbar_top.navbar .card .list-group-item {
    padding: 0;
    border: 1px solid #F4F4F6
}

#navbar_top.navbar .card .list-group-item .row {
    align-items: center
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .card .list-group-item .row {
        height:64px
    }
}

#navbar_top.navbar .card .list-group .list-group-item img {
    max-height: 50px
}

#navbar_top.navbar .card .card-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}

#navbar_top.navbar .col-op .card {
    cursor: pointer
}

#navbar_top.navbar .col-op .card img {
    transition: all 0.5s ease 0s
}

#navbar_top.navbar .col-op .card:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease 0s
}

#navbar_top.navbar .service .card .card-body {
    display: flex;
    align-items: center
}

#navbar_top.navbar .service .card .card-body i {
    color: #46C815;
    margin-left: 16px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card .card-body i {
        flex:1;
        text-align: right
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card .card-body {
        height:64px
    }
}

#navbar_top.navbar .service .card:nth-child(2) {
    margin-top: 8px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .service .card:nth-child(2) {
        margin-top:16px;
        margin-bottom: 75px
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar #shop .service .card {
        margin-top:16px;
        margin-bottom: 16px
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar #shop .col-op {
        order:0
    }

    #navbar_top.navbar #shop .card-body .col-md-4:nth-child(2),#navbar_top.navbar #shop .card-body .col-md-4:nth-child(3) {
        padding-top: 16px
    }
}

#navbar_top.navbar .propos .card .card-body .card-text {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px
}

#navbar_top.navbar .propos .card .card-body .card-text i {
    color: #46C815;
    margin-left: 16px
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card .card-body .card-text i {
        flex:1;
        text-align: right
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card .card-body {
        height:64px;
        align-items: center;
        display: flex;
        width: 100%
    }

    #navbar_top.navbar .propos .card .card-body img {
        display: none
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .card {
        margin-top:16px
    }

    #navbar_top.navbar .propos .card img {
        display: none
    }
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .propos .col-md-2:first-child .card {
        margin-top:0
    }
}

#navbar_top.navbar .secure .card-img-overlay {
    display: flex;
    align-items: end;
    justify-content: end
}

@media screen and (max-width: 991px) {
    #navbar_top.navbar .secure {
        justify-content:center;
        margin-bottom: 16px;
        height: 96px
    }

    #navbar_top.navbar .secure .card-img {
        width: 40%;
        align-items: center
    }

    #navbar_top.navbar .secure .card-img-overlay {
        justify-content: center;
        align-items: center;
        margin-left: calc(40% - 36px)
    }
}

#navbar_top.navbar .shop a {
    text-decoration: none;
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding-top: 16px
}

#navbar_top.navbar .shop a:hover {
    color: #46C815
}

#navbar_top.navbar .shop a:first-child {
    padding-top: 0
}

@media (min-width: 992px) {
    #navbar_top.navbar .padBord {
        padding:0 8px;
        border: none;
        border-left: 1px solid #1d1c3f;
    }
}

@media (min-width: 991px) {
    .navbar .has-megamenu {
        position:static !important
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0
    }

    .navbar.heightNav {
        font-weight: 600
    }

    .offcanvas-header {
        display: none
    }
}

@media (max-width: 991px) {
    #navbar_top .btn-close {
        height:auto;
        width: auto;
        opacity: 1 !important
    }

    #navbar_top .navbar.fixed-top .navbar-collapse,#navbar_top .navbar.sticky-top .navbar-collapse {
        min-height: 90vh;
        margin-top: 10px;
        padding: 8px
    }

    #navbar_top .navbar-brand {
        margin-right: 0;
        margin-right: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    #navbar_top .navbar-nav {
        min-height: 44px
    }

    #navbar_top .nav-link {
        font-size: 14px
    }

    #navbar_top .navbar .megamenu {
        padding: 0
    }

    #navbar_top .dropdown {
        position: inherit
    }

    #navbar_top .navbar-collapse {
        margin-top: 0.75rem;
        position: relative;
        opacity: 0;
        transition: 0.2s all ease
    }

    #navbar_top .navbar-collapse.show {
        opacity: 1
    }

    @keyframes height100vh {
        from {
            height: 0
        }

        to {
            height: 100vh
        }
    }

    .col-op {
        order: -1;
        margin-bottom: 16px
    }

    .navRight.incollapse {
        padding-top: 24px
    }

    .navRight.incollapse .nav-link {
        font-size: 12px
    }

    .navRight.incollapse .nav-link i {
        font-size: 24px
    }

    .navRight.incollapse button {
        margin: 0;
        margin-top: 36px;
        margin-bottom: 16px;
        display: block;
        width: 100%;
        height: 48px;
        font-size: 14px
    }

    .navbar-collapse .nav-link {
        display: flex;
        box-shadow: 0px 1px 0px 0px #1d1c3f;
        align-items: center
    }

    .navbar-collapse .nav-link .bi-chevron-right {
        flex: 1;
        text-align: right
    }

    .navbar-toggler {
        border: 0 !important
    }

    .navbar-toggler:focus,.navbar-toggler:active,.navbar-toggler-icon:focus {
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important
    }

    .toggler-icon {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: all 0.2s
    }

    .middle-bar {
        margin: 5px auto
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0)
    }

    .navbar-toggler.collapsed .toggler-icon {
        background-color: #fff;
    }

    .offcanvas-header {
        display: block;
        height: 56px;
        position: relative
    }

    .offcanvas-header .btn-close {
        padding: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        color: #000;
        background: none;
        width: auto;
        opacity: 1
    }

    .offcanvas-header .btn-close:focus {
        outline: 0;
        box-shadow: none;
        opacity: 0
    }

    .mobile-offcanvas {
        display: block;
        margin: 0 -1rem !important;
        width: calc(100% + 2rem);
        visibility: hidden;
        transform: translateX(100%);
        border-radius: 0;
        position: absolute !important;
        top: -0.25rem;
        left: 0;
        min-height: calc(100vh - 66px);
        height: 0;
        z-index: 1200;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        overflow: hidden !important
    }

    .mobile-offcanvas.show {
        display: block;
        height: auto;
        width: calc(100% + 2rem);
        transform: translateX(0);
        visibility: visible;
        position: absolute;
        top: -0.25rem;
        left: 0
    }

    .mobile-offcanvas .container,.mobile-offcanvas .container-fluid {
        display: block
    }
}

a.card {
    text-decoration: none;
    color: inherit
}

a.card:hover {
    color: #46C815
}

.textImg img {
    max-height: 32px;
    margin-right: 8px
}

.devices-bg {
    background: url() center center/auto
}

@media screen and (max-width: 991px) {
    .devices-bg {
        background:url() center center/cover
    }
}

.layer-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: #000;
    transition: opacity 0.2s
}

.layer-gradient-dark {
    background: #020112;
    background: linear-gradient(294deg, #020112 0%, rgba(7, 5, 44, 0.3594480028) 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.visible-content {
    z-index: 1;
    position: relative
}

.carousel-indicators .secure-bg-color {
    background-color: #04021b
}

.carousel-indicators .secure-bg-color .text {
    color: #fff
}

@media screen and (max-width: 991px) {
    .header .container-xl {
        padding:0
    }

    .header .carousel {
        margin: 0
    }
}

.header .carousel {
    flex-wrap: nowrap
}

.header .col .progress-bar {
    width: 0;
    opacity: 0;
    transition: width 10s linear
}

.header .col .onlyActive,.header .col .onlyActiveDesktop {
    display: none !important
}

.header .col.carousel-item {
    position: relative;
    transform: none !important;
    cursor: pointer
}

.header .col.carousel-item.carousel-item-next {
    transform: none !important
}

.header .col.carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.header .col.carousel-item.active {
    cursor: auto
}

.header .col.carousel-item.active:after {
    content: none
}

.header .col.carousel-item.active:hover .progress-bar {
    width: 0% !important;
    transition: width 0.2s linear !important
}

.header .col.carousel-item.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62%
}

.header .col.carousel-item.active.loading .progress-bar {
    height: 6px;
    opacity: 1;
    width: 100%;
    transition: width 10s linear
}

.header .col.carousel-item.active .onlyActive {
    display: block !important
}

@media screen and (min-width: 992px) {
    .header .col.carousel-item.active .onlyActiveDesktop {
        display:block !important
    }
}

.header .progress {
    height: 6px;
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.header .progress-bar {
    background-color: #64e61e;
    border-bottom-left-radius: 8px 8px
}

.header .absolutElmt-botom {
    position: absolute;
    bottom: 24px
}

.header .content-header-card {
    border-radius: 8px;
    height: 26em;
    padding: 24px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .header .content-header-card {
        padding:24px;
        height: 30em
    }
}

.header .carouselImg {
    position: absolute;
    padding: 24px;
    right: 0
}

.header .carousel-item:not(.active) .carouselImg {
    top: auto !important;
    bottom: 0 !important;
    max-width: 100% !important;
    max-height: 50% !important;
    right: 50%;
    transform: translateX(50%)
}

.header .promoDevices {
    max-width: 146%;
    margin-bottom: 24px;
    left: -26%;
    position: absolute;
    bottom: 0
}

.header .securImg {
    max-width: 150%
}

.header .cardsProductsImg {
    position: absolute;
    min-width: 100%;
    left: -5%;
    bottom: -10%
}

.header .carousel-item.active,.header .carousel-item-next,.header .carousel-item-prev {
    display: initial
}

.header .carousel-item.active .promoDevices,.header .carousel-item-next .promoDevices,.header .carousel-item-prev .promoDevices {
    max-width: 65%;
    margin: 0 auto;
    display: block;
    margin-bottom: 24px;
    left: initial;
    top: 40%
}

@media screen and (max-width: 991px) {
    .header .carousel-item.active .promoDevices,.header .carousel-item-next .promoDevices,.header .carousel-item-prev .promoDevices {
        max-width:97%
    }
}

.header .carousel-item.active .carouselImg,.header .carousel-item-next .carouselImg,.header .carousel-item-prev .carouselImg {
    left: auto;
    right: 0;
    bottom: 0;
    max-height: 70%;
    max-width: 62%
}

.header .carousel-item.active .cardsProductsImg,.header .carousel-item-next .cardsProductsImg,.header .carousel-item-prev .cardsProductsImg {
    min-width: auto;
    left: 50%;
    bottom: 36px
}

.header .carousel-item.active .appImg,.header .carousel-item-next .appImg,.header .carousel-item-prev .appImg {
    max-height: 80%
}

.header .carousel-item {
    position: initial;
    display: initial;
    float: none;
    width: initial;
    margin-right: initial
}

.header h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0
}

.header h1 span {
    color: #64e61e;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .header .g-3 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0
    }

    .header .app-bg-color {
        background-color: #F4F4F6
    }

    .header .container-lg {
        padding: 0
    }

    .header .col.carousel-item.active {
        width: 100%
    }

    .header .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        padding: 0
    }

    .header .content-header-card {
        border-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        height: 552px;
        text-align: center
    }

    .header .absolutElmt-botom {
        position: relative;
        top: 0
    }

    .header .carousel-item.active .carouselImg {
        top: 0 !important;
        position: relative !important;
        max-height: 264px !important;
        max-width: 100% !important
    }

    .header .carousel-item.active .cardsProductsImg {
        top: 45%;
        left: 0 !important;
        right: 0;
        margin: 0 auto
    }

    .header .carousel-item.active .appImg {
        top: 0
    }

    .header .carousel-indicators {
        padding: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        list-style: none
    }

    .header .carousel-indicators .text {
        font-size: 20px;
        font-weight: 600;
        padding: 16px
    }

    .header .carousel-indicators .text span {
        color: #46C815;
        font-weight: 600
    }

    .header .carousel-indicators [data-bs-target] {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        height: 110px;
        padding: 0;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        text-indent: inherit;
        background-clip: inherit;
        border: 0;
        border-top: none;
        border-bottom: none;
        opacity: 1;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear
    }

    .header .carousel-indicators {
        opacity: 1
    }

    .header .carousel-indicators .col {
        position: relative
    }

    .header .carousel-indicators .col.devices-bg {
        background: url() center center/cover
    }

    .header .carousel-indicators .col.devices-bg.active {
        background: none !important
    }

    .header .carousel-indicators .col .progress-bar {
        width: 0;
        opacity: 0;
        -webkit-transition: width 10s linear;
        transition: width 10s linear;
        border-radius: 0
    }

    .header .carousel-indicators .col.active {
        opacity: 1;
        background: transparent
    }

    .header .carousel-indicators .col.active.loading .layer-dark {
        display: none
    }

    .header .carousel-indicators .col.active.loading .progress-bar {
        opacity: 1;
        width: 100%;
        transition: width 10s
    }

    .header .carousel-indicators .col.active.app-bg-color {
        background-color: #F4F4F6
    }

    .header .carousel-indicators .col.active.cardsProducts-bg-color {
        background-color: #F4F4F6
    }
}

.blk {
    position: relative
}

.blk:hover .tooltip {
    display: block !important
}

.blk .tooltip {
    display: none;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    padding: 16px;
    background: #ffffff;
    top: 103%;
    width: 100%;
    left: 0;
    -webkit-animation: tooltipfadein 0.3s;
    animation: tooltipfadein 0.3s;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1)
}

.blk .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent
}

footer {
    background: linear-gradient(294deg, #020112 0%, #07052c 100%)
}

footer .language-selector {
    width: max-content
}

footer .ft-bd {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

footer .iframeAvis {
    margin-top: -14px
}

@media screen and (max-width: 991px) {
    footer .iframeAvis {
        margin-top:0
    }
}

footer .dropdown {
    position: relative
}

footer .reassurence .blk {
    position: relative
}

footer .reassurence .blk:hover .tooltip {
    display: block !important
}

footer .reassurence .blk .tooltip {
    display: none;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
    padding: 16px;
    background: #ffffff;
    top: 103%;
    width: 100%;
    left: 0;
    -webkit-animation: tooltipfadein 0.3s;
    animation: tooltipfadein 0.3s;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1)
}

footer .reassurence .blk .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent
}

@media screen and (max-width: 991px) {
    footer .accordion-button {
        display:flex !important
    }
}

footer .brdB .collapse {
    display: block
}

@media screen and (max-width: 991px) {
    footer .brdB .collapse {
        display:none
    }

    footer .brdB .collapse.show {
        display: block
    }
}

@media screen and (min-width: 992px) {
    footer .brdB .collapse:not(.show) {
        display:block
    }
}

footer a {
    text-decoration: none
}

footer a:hover {
    color: #46C815 !important
}

footer .brdB {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

footer h6 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff
}

@media screen and (max-width: 991px) {
    footer h6 {
        font-size:16px
    }
}

footer p {
    margin-bottom: 8px
}

footer p a {
    font-size: 14px
}

footer .minFooter {
    font-size: 14px
}

footer h6.assistance {
    margin-top: 32px
}

@media screen and (max-width: 991px) {
    footer h6.assistance {
        margin-top:0
    }
}

footer .reassurence i.sizeIncon {
    font-size: 5rem
}

footer .accordion-button {
    padding: 0;
    background-color: rgba(255, 255, 255, 0)
}

footer .accordion-button::after {
    background-image: none
}

footer .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0)
}

footer .accordion-button:not(.collapsed)::after {
    background-image: none
}

footer .accordion-button:focus {
    border: none;
    box-shadow: none
}

@media screen and (max-width: 991px) {
    footer .accordion-button::after {
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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");
        margin-bottom: 16px
    }

    footer .accordion-button:not(.collapsed) {
        background-color: rgba(255, 255, 255, 0)
    }

    footer .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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")
    }
}

footer .accordion-item {
    background-color: rgba(255, 255, 255, 0);
    border: none
}

footer .accordion-item .accordion-body {
    padding: 0;
    text-align: left
}

@media screen and (max-width: 991px) {
    footer .collapseFooterAssistance {
        margin-top:24px
    }

    footer .rsMobile {
        text-align: left
    }

    footer .rsMobile span {
        display: block
    }

    footer .rsMobile span:first-child {
        margin-bottom: 16px
    }

    footer .rsmedia {
        justify-content: start !important
    }

    footer .minFooter a {
        display: block;
        text-align: left !important;
        margin-bottom: 16px
    }

    footer .minFooter a span {
        display: none
    }

    footer .minFooter span {
        padding: 12px 0;
        text-align: left;
        display: block
    }
}

.sectionSecure .card {
    min-height: 450px;
    border-radius: 8px
}

.sectionSecure .card-img {
    width: 73%;
    margin: auto;
    transition: width 0.3s ease
}

.sectionSecure a {
    color: inherit
}

.sectionSecure a:hover {
    text-decoration: none
}

.sectionSecure a:hover .card-img {
    width: 75%
}

.sectionSecure .linkSecureCard {
    position: absolute;
    bottom: 16px;
    right: 16px
}

.sectionSecure .linkSecureCard h4 {
    font-weight: 600;
    margin-bottom: 0
}

.sectionSecure .linkSecureCard h4 i {
    color: #46C815;
    margin-left: 24px
}

.sectionAllProducts {
    position: relative
}

.sectionAllProducts.AllProducts-bg {
    background-color: #00203a
}

.sectionAllProducts .addMobile {
    padding: 0
}

.sectionAllProducts .addMobile>.row {
    margin: 0
}

.sectionAllProducts .allProductsTitle {
    position: relative;
    z-index: 1
}

.sectionAllProducts .content-slider {
    height: 70px;
    position: relative
}

.sectionAllProducts #textSlider.row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important
}

.sectionAllProducts .iamCol {
    text-align: right;
    float: left;
    font-weight: 300;
    font-size: 52px
}

.sectionAllProducts .iamCol p:nth-child(2) {
    margin-top: -20pt !important
}

.sectionAllProducts .slideCol {
    text-align: left;
    overflow: hidden;
    display: block;
    white-space: nowrap
}

.sectionAllProducts .slideCol p {
    margin: 0px !important;
    font-weight: 600
}

.sectionAllProducts .scroller {
    height: 70px;
    line-height: 70px;
    overflow: hidden
}

.sectionAllProducts .scroller .inner {
    animation: 10s normal infinite running scroll
}

.sectionAllProducts .scroller .inner-benl {
    animation: 10s normal infinite running scroll-benl
}

@keyframes scroll {
    0% {
        margin-top: 0px
    }

    15% {
        margin-top: 0px
    }

    25% {
        margin-top: -70px
    }

    40% {
        margin-top: -70px
    }

    50% {
        margin-top: -140px
    }

    65% {
        margin-top: -140px
    }

    75% {
        margin-top: -210px
    }

    90% {
        margin-top: -210px
    }

    100% {
        margin-top: 0px
    }
}

@keyframes scroll-benl {
    0% {
        margin-top: 0px
    }

    17% {
        margin-top: 0px
    }

    34% {
        margin-top: -70px
    }

    51% {
        margin-top: -70px
    }

    68% {
        margin-top: -140px
    }

    85% {
        margin-top: -140px
    }

    100% {
        margin-top: 0px
    }
}

@media only screen and (max-width: 991px) {
    .sectionAllProducts #textSlider.row {
        margin-right:0px !important;
        margin-left: 0px !important
    }

    .sectionAllProducts .iamCol {
        text-align: center;
        font-size: 20pt
    }

    .sectionAllProducts .iamCol p {
        display: inline !important
    }

    .sectionAllProducts .slideCol {
        font-size: 2em;
        text-align: left;
        margin-top: 0;
        padding: 0
    }

    .sectionAllProducts .content-slider {
        height: 40px
    }
}

@media only screen and (max-width: 768px) {
    .sectionAllProducts .slideCol {
        font-size:1.5em
    }
}

@media only screen and (max-width: 576px) {
    .sectionAllProducts .slideCol {
        font-size:1em
    }
}

.sectionAllProducts .cardsProducts {
    --gutter: 2rem
}

.sectionAllProducts .cardsProducts ul {
    padding: 0
}

.sectionAllProducts .cardsProducts .card {
    background-color: transparent;
    height: 100%
}

.sectionAllProducts .cardsProducts .card .row {
    height: 100%
}

.sectionAllProducts .cardsProducts .hs {
    display: grid;
    grid-gap: calc(var(--gutter) / 2);
    grid-template-columns: 0 repeat(var(--total), calc(90% - var(--gutter) * 2)) 0.1px;
    grid-template-rows: minmax(230px, 1fr);
    scroll-snap-type: x proximity;
    overflow-x: auto
}

.sectionAllProducts .cardsProducts .hs:before,.sectionAllProducts .cardsProducts .hs:after {
    content: ''
}

.sectionAllProducts .cardsProducts.twooCards .hs>li,.sectionAllProducts .cardsProducts.twooCards .item {
    scroll-snap-align: center;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    min-height: 426px;
    max-height: 486px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .sectionAllProducts .cardsProducts.twooCards .hs>li,.sectionAllProducts .cardsProducts.twooCards .item {
        padding:24px
    }
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .appProductImg,.sectionAllProducts .cardsProducts.twooCards .item .appProductImg {
    position: relative;
    width: 60%;
    top: 1em;
    right: 0;
    left: 0;
    margin: 0 auto
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .absolutElmt-botom,.sectionAllProducts .cardsProducts.twooCards .item .absolutElmt-botom {
    position: relative;
    top: 0
}

.sectionAllProducts .cardsProducts.twooCards .hs>li.bg-auto,.sectionAllProducts .cardsProducts.twooCards .item.bg-auto {
    background: #fff url() center 55%/cover;
    background-repeat: no-repeat
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .card-body,.sectionAllProducts .cardsProducts.twooCards .item .card-body {
    padding: 0
}

.sectionAllProducts .cardsProducts.twooCards .hs>li .card-footer.auto,.sectionAllProducts .cardsProducts.twooCards .item .card-footer.auto {
    position: absolute;
    bottom: -16px;
    right: 0;
    padding-right: 0
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.twooCards .hs>li .absolutElmt-botom,.sectionAllProducts .cardsProducts.twooCards .item .absolutElmt-botom {
        position:absolute;
        bottom: 24px;
        top: initial
    }

    .sectionAllProducts .cardsProducts.twooCards .hs>li .appProductImg,.sectionAllProducts .cardsProducts.twooCards .item .appProductImg {
        position: absolute;
        width: 45%;
        right: 0;
        top: 5%;
        margin-right: 0
    }

    .sectionAllProducts .cardsProducts.twooCards .hs>li.bg-auto,.sectionAllProducts .cardsProducts.twooCards .item.bg-auto {
        background: #fff url() center bottom/cover;
        background-repeat: no-repeat
    }
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.twooCards ul li:first-child {
        width:67.8%
    }

    .sectionAllProducts .cardsProducts.twooCards ul li:last-child {
        width: 33.33333%
    }

    .sectionAllProducts .cardsProducts.twooCards .hs {
        display: inline-flex
    }

    .sectionAllProducts .cardsProducts.twooCards .card {
        min-height: calc(426px - 32px)
    }

    .sectionAllProducts .cardsProducts.twooCards .item {
        min-height: 486px
    }
}

.sectionAllProducts .cardsProducts.threeCards .hs>li,.sectionAllProducts .cardsProducts.threeCards .item {
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.threeCards ul li {
        width:33.33333%
    }

    .sectionAllProducts .cardsProducts.threeCards .hs {
        display: inline-flex
    }
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts.threeCards .total-2 li {
        width:50%
    }
}

.sectionAllProducts .cardsProducts.threeCards img {
    max-height: 140px
}

.sectionAllProducts .cardsProducts .card {
    border: none;
    text-decoration: none;
    color: inherit;
    text-align: center;
    width: 100%
}

.sectionAllProducts .cardsProducts .card:hover .card-title {
    color: #46C815
}

.sectionAllProducts .cardsProducts .card-footer {
    padding: 0px;
    padding-right: 16px;
    text-align: right;
    border: none;
    font-size: 24px
}

.sectionAllProducts .cardsProducts .card-title {
    font-size: 24px;
    font-weight: 600
}

.sectionAllProducts .cardsProducts>* {
    grid-column: 2 / -2
}

.sectionAllProducts .cardsProducts>.full {
    grid-column: 1 / -1
}

.sectionAllProducts .containerSwipeMobile {
    width: 100%;
    margin: 0;
    padding: 0
}

@media screen and (min-width: 992px) {
    .sectionAllProducts .cardsProducts {
        overflow:hidden
    }

    .sectionAllProducts .cardsProducts .card {
        text-align: left
    }

    .sectionAllProducts .hs {
        overflow-x: hidden !important
    }
}

.sectionAllProducts .cardLink {
    cursor: pointer
}

.sectionAllProducts .cardLink:hover h3 {
    color: #46C815 !important
}

.services .services-bg {
    position: absolute;
    height: 100%;
    width: 20%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain
}

.services .services-bg.services-bg-s {
    left: 0;
    max-width: 284px;
    background-position: center left
}

.services .services-bg.services-bg-e {
    right: 0;
    max-width: 224px;
    background-position: center right
}

.services img {
    margin-bottom: 24px;
    max-width: 64px
}

.services .comNumber {
    font-size: 48px;
    font-weight: 600
}

@media screen and (max-width: 991px) {
    .services {
        background:none !important
    }

    .services .comNumber {
        font-size: 32px
    }
}

.trafic {
    background: url() center right/contain;
    background-repeat: no-repeat
}

.trafic .btnBottomMobile {
    margin-bottom: 250px
}

.trafic * {
    position: relative
}

.trafic:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 0
}

.trafic.trafic-befr:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 0
}

@media screen and (max-width: 991px) {
    .trafic {
        background:url() bottom left/contain;
        background-size: 180%;
        padding-top: 0
    }

    .trafic .btnBottomMobile {
        margin-top: 25vh;
        margin-bottom: 0px
    }
}

.business {
    background: url() center center/cover;
    background-repeat: no-repeat
}

.business img {
    margin-bottom: 24px;
    max-width: 64px
}

.press {
    background: url() center right/contain;
    background-repeat: no-repeat
}

.press .btnBottomMobile {
    margin-bottom: 250px
}

.press:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(169deg, white 35%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.97;
    z-index: 0
}

.press * {
    position: relative
}

@media screen and (max-width: 991px) {
    .press {
        background:url() bottom center/contain
    }

    .press .btnBottomMobile {
        margin-top: 25vh;
        margin-bottom: 0px
    }
}

.bg-bt {
    position: relative
}

.bg-bt * {
    position: relative
}

.bg-bt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(358deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 100%)
}

.products-cards .card {
    overflow: hidden
}

.products-cards .card-1 {
    height: 33vw;
    max-height: 450px;
    min-height: 375px;
    border: 0
}

.products-cards .badge {
    width: fit-content
}

.products-cards .appImg {
    position: absolute;
    right: 0
}

.products-cards .cards-boitiers .card,.products-cards .cards-boitiers .col {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.products-cards .cards-boitiers .card img {
    max-height: 120px;
    margin: auto;
    transition: 0.2s all;
    transform: scale(1)
}

.products-cards .cards-boitiers .card:hover {
    cursor: pointer
}

.products-cards .cards-boitiers .card:hover img {
    transform: scale(1.03)
}

.products-cards .bg-gradientwhite {
    background: #fff;
    background: linear-gradient(180deg, white 0%, white 90%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width: 1200px) {
    .products-cards .appImg {
        max-height:133%;
        top: 33%
    }
}


/* B2B */
.page-header {
    height: 45vh;   
    overflow: hidden;
    position: relative;
}
.page-header:after {
    content: "";
    display: block;
    position: absolute;
    height: 18%;
    width: 120%;
    left: -10%;
    bottom: -9%;
    background: white;
    transform: rotate(-2deg);
}
.icon-60 {
    height: 60px;
    width: auto;
    margin: auto;
    max-width: 100%;
}
.play-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.icon-42 {
    height: 42px;
}
.icon-64 {
    height: 64px;
}

label.error {
    color: #ED062E !important;
    font-size: 10px;
    position: absolute;
}