#points_fort .slide:hover h2, #sidebar i {
    color: #483d8b;
}
#content_fonctionnalites, #micro-entreprise {
    box-shadow: 0 0 50px 0 rgb(72 61 139 / 20%);
}
.container_msg img, .message {
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}
.medium, .small {
    grid-row-end: span 1;
}
.accordion, .coupon-card, .grid-container, .modal, .ordinateur img {
    user-select: none;
}
#caption, #content_fonctionnalites .box_contenu, #micro-entreprise, .coupon-card, .modal-content, .slider .slide, .texte, .titre {
    text-align: center;
}
#cpnBtn, #cpnCode {
    padding: 10px 20px;
}
* {
    font-family: Poppins, sans-serif;
}
html {
    background: #f8f8f8;
}
body {
    margin: 0;
}
.waves {
    height: 105vh;
}
.waves svg {
    transform: rotate(180deg);
    margin-top: -125px;
    height: 130vh;
    box-sizing: border-box;
    display: block;
    background-color: #f8f8f8;
}
.sticky~.waves svg {
    margin-top: 0!important;
}
#entete {
    display: flex;
    width: 80%;
    position: absolute;
    top: 250px;
    z-index: 3;
    align-items: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    gap:  0 50px;
}
#entete .accueil, #entete .ordinateur, .faq-column {width: 50%}
#entete .accueil h1 {
    color: #fff;
    line-height: 45px;
}
#entete .accueil h2 {
    color: #f8f8f8;
    font-weight: 600;
    font-size: 22px;
}
#entete .accueil p {
    margin-top: 10px;
    color: #d3d3d3;
}
#entete .accueil .decouvrir {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    background: #f1c40f;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    color: #292929;
    border: 2px solid #fff;
    align-items: center;
}
#entete .accueil .decouvrir i {
    line-height: 23px;
    vertical-align: middle;
    font-size: 24px;
    width: 20px;
}
.sheen:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgb(72 61 139 / 5%), rgb(72 61 139 / 25%), rgb(72 61 139 / 5%));
    transform: rotateZ(140deg) translate(-5em, 7.5em);
}
.modal, .slider::before {
    left: 0;
    top: 0;
}
.sheen:hover::after {
    animation: .75s forwards sheen;
}
@keyframes sheen {
    100% {
        transform: rotateZ(140deg) translate(1em, -9em);
    }
}#entete .accueil .promo {
    text-wrap: nowrap;
    text-decoration: none;
    border: 2px solid #fff;
    outline: 0;
    background: 0 0;
    margin-left: 25px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 15px 10px 20px;
}
#entete .accueil button i {
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
}
#ancre_decouvrir {
    position: absolute;
    top: 80vh;
    height: 5px;
    width: 100%;
}
#google_play_store {}
#google_play_store img {
    display: block;
    margin-top: 20px;
    width: 195px;
}
.ordinateur .laptop {
    width: 95%;
    margin: 0 auto;
    height: auto;
    display: block;
    max-width: 650px;
}
#points_fort {
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: center;
}
#points_fort .slide img {
    height: 125px;
    opacity: .75;
    padding: 25px;
    transition: .3s;
}
#points_fort .slide h2 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #202020;
    margin-bottom: 10px;
    transition: .5s;
}
#points_fort .slide p {
    font-size: 14px;
    padding: 0 20px;
    color: grey;
    line-height: 26px;
    text-wrap: wrap;
}
#points_fort .slide:hover {
    border-bottom: 5px solid #483d8b;
    box-shadow: 0 0 30px 5px rgb(72 61 139 / 20%);
    background: #fff;
}
#points_fort .slide:hover img {
    opacity: 1;
    transform: scale(1.1);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-385px * 8));
    }
}.slider {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 85%}
    .slider::after, .slider::before {
        background: linear-gradient(to right, #f8f8f8 0, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 500px;
        position: absolute;
        width: 100px;
        z-index: 2;
    }
    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }
    .slider .bx-chevron-left, .slider .bx-chevron-right {
        position: absolute;
        color: #2f4f4f;
        font-size: 60px;
        z-index: 3;
        opacity: .2;
        transition: 1s;
        height: 100%;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .slider .bx-chevron-left:focus,  .slider .bx-chevron-right:focus  {
        outline: none;
    }
    #micro-entreprise>a:last-of-type:hover, #micro-entreprise>a:nth-last-of-type(2):hover, .slider .bx-chevron-left:hover, .slider .bx-chevron-right:hover {
        opacity: .75;
    }
    .slider .slide-track {
        animation: 60s linear infinite scroll;
        display: flex;
        width: calc(385px * 16);
        padding: 40px 0;
        transition: 1s;
    }
    .slider .bx:hover .slider .slide-track, .slider .bx:hover~.slide-track, .slider .slide-track:hover {
        animation-play-state: paused;
    }
    .slider .slide {
        margin: 30px;
        border-radius: 5px;
        box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1);
        border-bottom: 5px solid transparent;
        transition: .5s;
        padding: 10px;
        width: 375px;
        height: 387px;
    }
    #fonctionnalites {
        display: flex;
        width: 75%;
        margin: 0 auto;
        justify-content: center;
    }
    #sidebar {
        display: flex;
        flex-direction: column;
    }
    #sidebar i {
        padding: 26px;
        background: #fff;
        border: 1px solid #fff;
        margin-bottom: 18px;
        border-radius: 10px;
        box-shadow: 0 0 100px 0 rgb(72 61 139 / 25%);
        font-size: 24px;
        cursor: pointer;
        transition: .3s;
    }
    #caption, #support_technique p {
        font-size: 18px;
        font-weight: 300;
    }
    #sidebar i:hover {
        box-shadow: 0 0 50px 0 rgb(72 61 139 / 25%);
        background: rgb(72 61 139 / 5%);
        border: 1px solid #d3d3d3;
    }
    #sidebar i.active, .accordion-item .bx-plus {
        background: #483d8b;
        color: #fff;
    }
    #sidebar i:last-child {
        margin-bottom: 0;
    }
    #content_fonctionnalites {
        width: calc(72% - 75px);
        margin-left: 30px;
        border-radius: 10px;
    }
    #content_fonctionnalites .box_contenu {
        display: block;
        border-radius: 10px;
        background: #fff;
        padding: 50px;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #content_fonctionnalites .box_contenu i {
        font-size: 38px;
        color: #483d8b;
    }
    #content_fonctionnalites .box_contenu h3 {
        margin: 15px;
        color: #483d8b;
        font-size: 22px;
    }
    #content_fonctionnalites .box_contenu p {
        color: #2f4f4f;
        font-size: 17px;
        font-weight: 300;
        width: 100%;
        text-align: justify;
        margin-top: 10px;
    }
    #content_fonctionnalites .box_contenu span {
        color: #2f4f4f;
        font-weight: 300;
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
    }
    @keyframes wobble-vertical {
        16.65% {
            transform: translateY(4px);
        }
        33.3% {
            transform: translateY(-3px);
        }
        49.95% {
            transform: translateY(2px);
        }
        66.6% {
            transform: translateY(-1px);
        }
        83.25% {
            transform: translateY(.5px);
        }
        100% {
            transform: translateY(0);
        }
    }#content_fonctionnalites .box_contenu a {
        border-radius: 5px;
        margin-top: 20px;
        font-size: 15px;
        text-decoration: none;
        background: #483d8b;
        color: #fff;
        padding: 7px 14px;
        display: inline-block;
        -webkit-tap-highlight-color: transparent;
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        transition: .3s;
    }
    #content_fonctionnalites .box_contenu a:hover {
        animation-name: wobble-vertical;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        box-shadow: 0 0 50px 0 rgb(72 61 139 / 30%);
    }
/*#content_fonctionnalites div .captures {
    margin: 30px 20px 25px;
}
#content_fonctionnalites div .captures img {
    width: 35%;
    border-radius: 5px;
    cursor: pointer;
    --scale-factor: 1;
    transform: scale(var(--scale-factor));
    transition: .5s;
    position: relative;
    z-index: 5;
    margin-left: -15%;
    margin-right: -15%}
#content_fonctionnalites div .captures img.second {
    --scale-factor: 0.8;
    width: 34%;
    opacity: .7;
    z-index: 0;
    margin: 0;
}
#content_fonctionnalites div .captures img:hover {
    opacity: 1;
    transform: scale(calc(var(--scale-factor) * 1.1));
}*/

#content_fonctionnalites .colonnes {
   display: flex;
   flex-direction: row;
   margin: 25px 0;
   gap: 50px;
   align-items: center;
}

#content_fonctionnalites .colonne1, #content_fonctionnalites .colonne2 {
	width: 50%;
}


#content_fonctionnalites img {
   width: 400px;
   border-radius: 20px;
   opacity: .8;
   margin: 0;
   transition: all .5s;
}

#content_fonctionnalites img:hover {
	opacity: 1;
	box-shadow: 0 0 50px 0 rgb(72 61 139 / 15%);
}
#micro-entreprise {
    width: 70%;
    margin: 0 auto;
    background: url('https://jestion.fj29.fr/images/travail sur ordinateur.avif') center/cover no-repeat #fff;
    padding: 50px;
    border-radius: 10px 10px 5px 5px;
    position: relative;
    border: 1px solid #d3d3d3;
    border-bottom: 5px solid #483d8b;
    z-index: 0;
}
#micro-entreprise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 90%);
    background: linear-gradient(0deg, #fff, rgb(255, 255, 255, 85%));
    border-radius: 10px 10px 5px 5px;
    z-index: -1;
}
#micro-entreprise>a:last-of-type, #micro-entreprise>a:nth-last-of-type(2) {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(1);
    opacity: .5;
    transition: opacity .5s;
}
#micro-entreprise #jestion_logo {
    font-size: 40px;
    font-weight: 700;
    color: #1a428a;
    margin-right: 40px;
}
#micro-entreprise img {
    height: 60px;
}
.modal {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}
.modal-content img {
    width: 40%;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
}
#caption, .modal-content {
    margin: auto;
    display: block;
    width: 70%;
    max-width: 1200px;
    transition: transform .6s;
}
.modal-content .bx-chevron-left, .modal-content .bx-chevron-right {
    color: #fff;
    font-size: 32px;
    margin-top: 25px;
    cursor: pointer;
    padding: 2px;
    border-radius: 50px;
    transition: .3s;
}
.modal-content .bx-chevron-left:hover, .modal-content .bx-chevron-right:hover {
    background: #fff;
    color: #000;
}
#caption {
    color: #fff;
    padding: 25px 0;
    cursor: default;
}
.animatePopup {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: .4s;
}
.modal .bx-x {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    padding: 3px;
    border-radius: 50px;
    transition: .3s;
}
.modal .bx-x:focus, .modal .bx-x:hover {
    background: #cd5c5c;
}
@media only screen and (max-width:700px) {
    .modal-content {
        width: 100%}
    }#support_technique {
        margin: 0 auto;
        width: 75%}
        #support_technique img {
            display: block;
            margin: 0 auto;
            width: 70%;
            max-width: 500px;
            filter: drop-shadow(0px 0px 10px rgba(0,  0,  0,  .3));
        }
        #support_technique p {
            color: #2f4f4f;
        }
        #support_technique .list {
            display: flex;
            align-items: center;
            color: #202020;
            font-size: 20px;
            margin-bottom: 10px;
            transition: .5s cubic-bezier(.4,  0,  1,  1);
            opacity: .75;
        }
        #support_technique .list:hover {
            opacity: 1;
            margin-left: 15px;
            color: #000;
        }
        #support_technique .list h3 {
            font-size: 20px;
            font-weight: 400;
        }
        #support_technique i {
            color: #483d8b;
            margin-right: 10px;
            font-size: 38px;
        }
        #support_technique span {
            display: inline;
            background-image: linear-gradient(to right, #001f93 0, #001f93 33%, #d3d3d3 33%, #d3d3d3 66%, #ed2838 66%, #ed2838 100%);
            padding-bottom: 1px;
            background-size: 100% 3px;
            background-repeat: no-repeat;
            background-position: 0 100%}
            h3 {
                /*font-size: 22px;*/
                font-weight: 600;
    /*overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;*/
    /*width: 100%;*/
}
.chat-container {
    width: 50%;
    margin: 50px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.container_msg {
    display: flex;
    align-items: center;
    opacity: 0;
    margin-bottom: 20px;
    width: fit-content;
    transition: 1.25s;
}
.message {
    background: #fff;
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
}
.container_msg img {
    height: 55px;
    border-radius: 50px;
    margin: 0 15px;
}
.message.jestion {
    float: right;
    padding: 10px 15px 10px 25px;
}
.accordion-content a, .message a, .texte a {
    color: #483d8b;
    font-weight: 500;
    text-decoration: none;
}
#lien_forms {
    padding: 2px 5px;
    background: #483d8b;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}
.titre {
    font-size: 34px;
    color: #202020;
    animation: linear reveal;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 30%}
    .texte {
        width: 65%;
        margin: 0 auto;
        color: #2f4f4f;
        font-size: 18px;
    }
    .faq-container {
        display: flex;
        justify-content: space-between;
        width: 75%;
        margin: 0 auto;
    }
    .accordion {
        width: 90%;
        margin: 0 auto;
    }
    .accordion-item {
        background: #fff;
        border-radius: 10px;
        margin: 20px 0;
        overflow: hidden;
        max-height: 85px;
        transition: .5s;
        border: 1px solid #efefef;
    }
    .accordion-item .bx, .accordion-item:hover {
        border: 1px solid #483d8b;
    }
    .accordion-item .bx {
        font-size: 20px;
        border-radius: 15px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .accordion-item .bx-minus {
        background: #fff;
        color: #483d8b;
    }
    .accordion-item.active {
        box-shadow: 0 -50px 100px 0 rgb(72, 61, 139, 0.2);
    }
    .accordion-item.active .accordion-title {
        color: #483d8b;
        font-weight: 600;
    }
    .accordion-title {
        padding: 30px;
        background-color: #fff;
        color: #202020;
        font-weight: 500;
        cursor: pointer;
        border-radius: 10px;
        transition: .5s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        position: relative;
    }
    .accordion-title::after {
        content: "?";
        position: absolute;
        right: 22px;
        bottom: 30px;
        visibility: hidden;
    }
    .show-question-mark::after {
        visibility: visible;
    }
    .accordion-content {
        padding: 0 30px 30px;
        overflow: hidden;
        color: grey;
        font-size: 17px;
        font-weight: 300;
    }
    .card, .grid-container {
        padding: 20px;
        box-sizing: border-box;
    }
    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-gap: 25px;
        width: 70%;
        height: 500px;
        margin: 0 auto;
        cursor: default;
    }
    .grid-item {
        display: flex;
        justify-content: center;
    }
    .card {
        border-radius: 15px;
        box-shadow: 0 75px 200px 10px rgba(69, 81, 100, .1);
        width: 100%;
        height: 100%;
        color: #000;
        transition: .75s;
        transform: scale(.98);
        margin: 0;
        border: 2px solid #d3d3d3;
    }
    .cache, .coupon-card, .visible {
        transition: .5s;
    }
    .card:hover {
        transform: scale(1);
        box-shadow: 0 0 200px 0 rgb(72 61 139 / 25%);
    }
    .cache.from-top, .circle1, .circle2 {
        transform: translateY(-50%);
    }
    .card .clients {
        display: inline-block;
        margin-bottom: 8px;
        line-height: 20px;
        width: calc(100% - 110px);
    }
    .card .clients span {
        font-size: 13px;
        color: grey;
    }
    .sombre .card .clients span {
        color: #d3d3d3;
    }
    .card .etoiles {
        display: inline-block;
        float: right;
        line-height: 40px;
    }
    .card .etoiles i {
        margin-left: 2px;
        font-size: 20px;
    }
    .grid-item.large p, .grid-item.medium p, .grid-item.small p {
        overflow-y: auto;
        font-weight: 300;
        padding-right: 15px;
        font-size: 15px;
    }
    .card .etoiles .bxs-star {
        color: #f4a825;
    }
    .card .etoiles .bx-star {
        color: #c1c5cc;
    }
    .small {
        grid-column-end: span 1;
    }
    .medium {
        grid-column-end: span 2;
    }
    .large {
        grid-column-end: span 1;
        grid-row-end: span 2;
    }
    .grid-item.medium p, .grid-item.small p {
        max-height: 132px;
    }
    .grid-item.large p {
        max-height: 370px;
    }
    .large .card {
        color: #fff;
        background: linear-gradient(0deg, #483d8b, #675aa5);
        background-size: 400% 400%;
        -webkit-animation: 5s infinite AnimationName;
        -moz-animation: 5s infinite AnimationName;
        -o-animation: 5s infinite AnimationName;
        animation: 5s infinite AnimationName;
    }
    @-webkit-keyframes AnimationName {
        0%, 100% {
            background-position: 51% 0;
        }
        50% {
            background-position: 50% 100%}
        }@-moz-keyframes AnimationName {
            0%, 100% {
                background-position: 51% 0;
            }
            50% {
                background-position: 50% 100%}
            }@-o-keyframes AnimationName {
                0%, 100% {
                    background-position: 51% 0;
                }
                50% {
                    background-position: 50% 100%}
                }@keyframes AnimationName {
                    0%, 100% {
                        background-position: 51% 0;
                    }
                    50% {
                        background-position: 50% 100%}
                    }.grid-item p::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
                        border-radius: 5px;
                        background: 0 0;
                    }
                    .grid-item p::-webkit-scrollbar {
                        width: 3px;
                        background-color: transparent;
                    }
                    .grid-item p::-webkit-scrollbar-thumb {
                        border-radius: 3px;
                        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
                        background-color: #483d8b;
                    }
                    .cache {
                        opacity: 0;
                    }
                    .visible {
                        opacity: 1;
                    }
                    .cache.from-bottom {
                        transform: translateY(50%);
                    }
                    .cache.from-left, .cache.from-right {
                        transform: translateX(50%);
                    }
                    .coupon-card {
                        width: 50%;
                        margin: 0 auto;
                        background: linear-gradient(135deg, #7158fe, rgba(96, 85, 154, .8));
                        color: #fff;
                        padding: 40px 80px;
                        border-radius: 15px;
                        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
                        position: relative;
                    }
                    .coupon-card:hover {
                        transform: scale(1.05);
                    }
                    .logo {
                        font-weight: 700;
                        font-size: 40px;
                        color: #fff;
                    }
                    .coupon-card h3 {
                        font-size: 26px;
                        font-weight: 500;
                        line-height: 30px;
                    }
                    .coupon-card p {
                        font-size: 15px;
                    }
                    .coupon-row {
                        display: flex;
                        align-items: center;
                        margin: 25px auto;
                        width: fit-content;
                    }
                    #cpnCode {
                        border: 1px dashed #fff;
                        border-right: 0;
                        font-weight: 500;
                        letter-spacing: 2px;
                    }
                    #cpnBtn {
                        border: 1px solid #fff;
                        background: #fff;
                        color: #483d8b;
                        font-weight: 500;
                        cursor: pointer;
                        width: 170px;
                    }
                    .circle1, .circle2 {
                        background: #fff;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        position: absolute;
                        top: 50%}
                        .circle1 {
                            left: -25px;
                        }
                        .circle2 {
                            right: -25px;
                        }

                        @media screen and (max-width: 1600px) {
                            #fonctionnalites {
                                width: 95%;
                            }
                        }

                        @media screen and (max-width:1400px) {
                            .waves {
                                height: 140vh;
                            }
                            .waves svg {
                                height: 170vh;
                            }
                            #entete {
                                flex-direction: column;
                                width: 90%}
                                #entete .ordinateur {
                                    width: 100%!important;
                                    margin-bottom: 25px;
                                }
                                #entete .accueil {
                                    width: 100%;
                                    text-align: center;
                                }
                                #entete .accueil a {
                                    display: block!important;
                                    width: fit-content;
                                    margin: 0 auto 25px!important;
                                }
                                h1 {
                                    font-size: 28px;
                                    letter-spacing: -.5px;
                                    line-height: 35px!important;
                                    margin-bottom: 10px;
                                }
                                .grid-container {
                                    width: 85%;
                                    grid-gap: 12px;
                                    display: block;
                                    height: unset;
                                }
                                .card {
                                    margin-bottom: 25px;
                                }
                                .card .etoiles i {
                                    margin-left: -2px;
                                }
                                .cache.from-bottom, .cache.from-left, .cache.from-right, .cache.from-top {
                                    transform: unset;
                                }
                            }@media screen and (max-width:900px) {
                                #video iframe {
                                    width: 100% !important;
                                }
                                .coupon-row {
                                    flex-direction: column;
                                    gap: 10px;
                                }
                                #cpnCode { border: 1px dashed #fff; }
                                #cpnBtn { width: 100%; }
                                .titre {
                                    font-size: 32px;
                                    width: 85%;
                                    margin: 0 auto;
                                }
                                .texte {
                                    width: 75%}
                                    #fonctionnalites {
                                        width: 85%;
                                        flex-direction: column;
                                    }
                                    #fonctionnalites #sidebar {
                                        flex-direction: row;
                                        flex-wrap: wrap;
                                        justify-content: center;
                                    }
                                    #fonctionnalites #sidebar i {
                                        margin-right: 18px;
                                        width: calc(25% - 15px);
                                        text-align: center;
                                        padding: 10px;
                                    }
                                    #fonctionnalites .colonnes {
                                        flex-direction: column-reverse;
                                        gap: 25px;
                                    }
                                    #fonctionnalites .colonne1, #fonctionnalites .colonne2 {
                                        width: 100%;
                                    }
                                    #fonctionnalites .colonnes img {
                                        width: 100%;
                                    }
                                    #fonctionnalites #sidebar i:nth-child(4), #fonctionnalites #sidebar i:nth-child(8) {
                                        margin-right: 0;
                                    }
                                    #fonctionnalites #sidebar i:last-child {
                                        margin-bottom: auto;
                                    }
                                    #content_fonctionnalites {
                                        width: 100%;
                                        margin-left: 0;
                                    }
                                    #content_fonctionnalites .box_contenu {
                                        padding: 40px 20px;
                                    }
                                    #support_technique, .chat-container {
                                        width: 90%}
                                        .faq-container {
                                            flex-direction: column;
                                            width: 90%}
                                            .faq-container .faq-column:first-child .accordion-item:last-child {
                                                margin-bottom: 0;
                                            }
                                            #support_technique img, .faq-column {
                                                width: 100%}
                                                #support_technique td {
                                                    width: 80%!important;
                                                    margin: 0 auto;
                                                    display: block;
                                                }
                                                #support_technique td:first-child {
                                                    margin-bottom: 50px;
                                                }
                                                #micro-entreprise {
                                                    width: 85%;
                                                    padding: 50px 25px;
                                                }
                                                #micro-entreprise #jestion_logo {
                                                    display: block;
                                                    margin: 0 0 10px;
                                                }
                                                .coupon-card {
                                                    width: 90%;
                                                    padding: 20px 40px;
                                                }
                                                .coupon-card h3 {
                                                    font-size: 18px;
                                                    text-wrap: balance;
                                                }
                                                .circle1, .circle2 {
                                                    height: 25px;
                                                    width: 25px;
                                                }
                                                .circle1 {
                                                    left: -12.5px;
                                                }
                                                .circle2 {
                                                    right: -12.5px;
                                                }
                                            }.animation-slide {
                                                animation: linear slide;
                                                animation-timeline: view();
                                                animation-range-start: cover 0%;
                                                animation-range-end: cover 30%}
                                                @keyframes slide {
                                                    from {
                                                        transform: translateY(100%);
                                                        opacity: 0;
                                                    }
                                                    to {
                                                        transform: translateY(0);
                                                        opacity: 1;
                                                    }
                                                }@keyframes reveal {
                                                    from {
                                                        transform: scale(0);
                                                        opacity: 0;
                                                    }
                                                    to {
                                                        transform: scale(1);
                                                        opacity: 1;
                                                    }
                                                }

                                                @media (pointer: coarse)  {

                                                   .slider .bx-chevron-left,  .slider .bx-chevron-right  {

                                                      cursor:  default;

                                                  }

                                              }

                                              .ordinateur  {

                                               position:  relative;

                                               width:  90vw;

                                               max-width:  800px;

                                           }

                                           .ordinateur .ecran  {

                                            position:  absolute;

                                            top:  2.6%;

                                            left:  16.3%;

                                            width:  65.8%;

                                            height:  67%;

                                            overflow:  hidden;

                                            background:  black;

                                            border-radius:  5px;

                                        }

                                        .ordinateur .ecran img  {

                                            position:  absolute;

                                            width:  100%;

                                            top:  50%;

                                            transform:  translate(0px,  -50%);

                                            opacity:  0;

                                            transition:  opacity 1s ease-in-out;

                                        }

                                        #video {
                                            display: block;
                                            width: 80%;
                                            margin: 0 auto;
                                            position: relative;
                                            text-align: center;
                                        }

                                        #video iframe {
                                            border-radius: 20px;
                                            box-shadow: 0 0 50px 0 rgb(72 61 139 / 25%);
                                        }

