body {
    background: var(--foundation-blue-dark-hover, #130825);
    position: relative;
}

.bg-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    z-index: 0;
    background: transparent !important;
}
.loaderBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #BF4BA0;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
    #home {
      display: none;
    }
a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.card,
.card-header,
.card-footer,
.card-body {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.bg-violet {
    background: #3B1495;
}

.bg-green {
    background: #00B089;
}

.bg-orange {
    background: #FF562C;
}

.bg-yellow {
    background: #FEB848;
}

.bg-yellow-light {
    background: #FFE9C6;
}

.bg-pink-light {
    background: #FCD6E6;
}

.bg-beige {
    background: #FFF4E4;
}

.bg-pink {
    background: #F47CAE;
}

.fw-400 {
    font-weight: 400 !important;
}

.text-dark {
    color: #0C0C0C !important;
}

.text-primary {
    color: var(--Foundation-Orange-Normal, #FF562C);
}

.text-green {
    color: var(--Foundation-Green-Normal, #00B089);
}

.text-violet {
    color: #3B1495;
}

.rounded-25 {
    border-radius: 25px !important;
}

.btn-primary {
    border-radius: 109px;
    background: var(--Foundation-Violet-primary-Dark, #BF4BA0);
    box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.50);
    border: 1px solid #BF4BA0;
    color: var(--Foundation-White-Light, #FFF);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    /* Body */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    padding: 12px 32px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--Primary-600, #BF4BA0);
    border-radius: 109px;
    border-color: #BF4BA0;
    color: #fff;
}

.btn-primary:disabled {
    background: #E6E6E6;
    border-color: #BF4BA0;
    color: #BFBFBF;
}

.btn-secondary {
    border-radius: 109px;
    border: 2px solid var(--Foundation-Violet-primary-Normal, #FE64D5);
    background: var(--Foundation-White-Light, #FFF);
    box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.50);
    color: #E55AC0;
    text-align: center;
    /* Body */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    padding: 12px 32px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-radius: 109px;
    background: var(--Foundation-Violet-primary-Dark, #BF4BA0);
    border-color: #BF4BA0;
    color: #fff;
}

.btn-secondary:disabled {
    background: var(--Foundation-Violet-primary-Dark, #BF4BA0);
    border-color: #BF4BA0;
    color: #fff;
}

@media(max-width:992px) {

    .btn-secondary,
    .btn-primary {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .btn-secondary,
    .btn-primary {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .btn-secondary,
    .btn-primary {
        font-size: 12px;
    }
}

/*-------------------------------
hero
---------------------------------*/

.hero .container>* {
    position: relative;
    z-index: 2;
}

.hero .text h1 {
    color: var(--Foundation-White-Light, #FFF);

    /* Heading 2 */
    font-family: Sora;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -2px;
}

.hero .text p {
    color: var(--Foundation-White-Light, #FFF);
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.96px;
}

.hero .text ul {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding-left: 0px;
    margin-right: 1.5rem;
}

.hero .text ul li {
    margin-left: -10px;
}

.hero .text ul li:first-child {
    margin-left: 0px;
}

.hero .text ul li img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.hero .text small {
    color: var(--Foundation-White-Light, #FFF);
    /* Caption */
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 153.846% */
}

.hero .image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero .image img {
    width: 100%;
    max-width: 465px;
    max-height: 631px;
    object-fit: contain;
}

@media(max-width:992px) {
    .hero .text h1 {
        font-size: 45px;
    }

    .hero .text p {
        font-size: 20px;
    }

    .hero .text ul {
        margin-right: 1rem;
    }

    .hero .text ul li img {
        width: 40px;
        height: 40px;
    }

    .hero .text small {
        font-size: 12px;
    }

    .hero .image img {
        max-width: 400px;
        max-height: 590px;
    }
}

@media(max-width:768px) {
    .hero .text h1 {
        font-size: 40px;
        text-align: center;
    }

    .hero .text p {
        font-size: 18px;
        text-align: center;
    }

    .hero .text .btns,
    .hero .text .media {
        justify-content: center;
    }

    .hero .text ul {
        justify-content: center;
        margin-right: 10px;
    }

    .hero .text ul li img {
        width: 35px;
        height: 35px;
    }

    .hero .text small {
        font-size: 12px;
    }

    .hero .image {
        display: none;
    }
}

@media(max-width:570px) {
    .hero .text h1 {
        font-size: 35px;
        text-align: center;
    }

    .hero .text p {
        font-size: 16px;
        text-align: center;
    }

    .hero .text .btns {
        display: block !important;
    }

    .hero .text .btns .btn {
        width: 100%;
        margin-bottom: 1rem;
    }

    .hero .text ul {
        justify-content: center;
        margin-right: 10px;
    }

    .hero .text ul li img {
        width: 30px;
        height: 30px;
    }

    .hero .text small {
        font-size: 11px;
    }
}

/*-----------------------------
section-title
-------------------------------*/
.section-title {
    position: relative;
}
.section-title h2 {
    color: var(--Foundation-White-Light, #FFF);
    text-align: center;

    /* Heading 1 */
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.section-title h2 span {
    color: #FE64D5;
}

.section-title p {
    color: var(--Foundation-White-Light, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 168.75% */
}


@media(max-width:992px) {
    .section-title h2 {
        font-size: 35px;
    }

    .section-title p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .section-title h2 {
        font-size: 25px;
    }

    .section-title p {
        font-size: 13px;
    }
}

/*----------------------------
about
------------------------------*/

.about .container>* {
    position: relative;
    z-index: 2;
}


.about .text ul {
    list-style: none;
    padding-left: 0px;
}

.about .text ul li {
    display: flex;
    align-items: start;
    justify-content: start;
}

.about .text h3 {
    color: var(--Foundation-White-Light, #FFF);
    text-align: left;
    /* Heading 5 */
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
}

.about .text p {
    color: var(--foundation-blue-light-active, #BAB4C3);
    text-align: left;
    /* Body */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.about .image img {
    width: 100%;
    max-width: 629.924px;
    max-height: 582px;
    object-fit: contain;
}

@media(max-width:992px) {
    .about .text h3 {
        font-size: 20px;
    }

    .about .text p {
        font-size: 15px;
    }

    .about .image img {
        max-width: 580.924px;
        max-height: 500px;
    }

    .about .text ul li {
        margin-bottom: 1.5rem !important;
    }
}

@media(max-width:768px) {
    .about .text {
        order: 1;
    }

    .about .image {
        order: 2;
    }

    .about .text h3 {
        font-size: 18px;
    }

    .about .text p {
        font-size: 14px;
    }

    .about .image img {
        max-width: 500.924px;
        max-height: 420px;
    }

    .about .text ul li {
        margin-bottom: 1rem !important;
    }
}

@media(max-width:570px) {
    .about .text h3 {
        font-size: 16px;
    }

    .about .text p {
        font-size: 12px;
    }

    .about .image img {
        max-width: 420.924px;
        max-height: 360px;
    }
}

/*-------------------------------
cardFunction
--------------------------------*/

.cardFunction {
    width: 100%;
    max-width: 403px;
    height: 100%;
    border-radius: 20px;
    border: 1px solid var(--Foundation-White-Light, #FFF);
    background: var(--foundation-blue-dark-hover, #130825);
    position: relative;
}

.cardFunction .card-header {
    position: relative;
}

.cardFunction .card-header img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cardFunction .card-header .btn-play {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 50%;
    border: 1.129px solid rgba(255, 255, 255, 0.10);
    background: var(--linear-2, linear-gradient(180deg, #241470 0%, #4526D6 100%));
    backdrop-filter: blur(24.838708877563477px);
}

.cardFunction .card-header .btn-play svg {
    width: 70% !important;
    height: 70% !important;
}

.cardFunction h3 {
    color: var(--Foundation-White-Light, #FFF);

    /* Headline */
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
}

.cardFunction ul li {
    color: var(--foundation-blue-light-active, #BAB4C3);

    /* Body */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.cardFunction .btn-gradient {
    border-radius: 12px;
    background: var(--linear-2, linear-gradient(180deg, #241470 0%, #4526D6 100%));
    color: var(--Foundation-White-Light, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 153.846% */
    min-height: 50px;
}

.modalVideo .modal-content {
    border-radius: 40px;
    border: 1px solid var(--Foundation-White-Light, #FFF);
    background: var(--foundation-blue-dark-hover, #130825);
}

.modalVideo .btnclose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    background: var(--linear-2, linear-gradient(180deg, #241470 0%, #4526D6 100%));
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 1;
}

.btnclose i {
    color: #fff;
    font-size: 1rem;
}

.modalVideo .modal-content video {
    border-radius: 40px;
    width: 100%;
}

.modalVideo .modal-body {
    padding: 10px 10px;
    position: relative;
}

@media(max-width:992px) {
    .cardFunction .card-header .btn-play {
        width: 50px;
        height: 50px;
    }

    .cardFunction h3 {
        font-size: 18px;
    }

    .cardFunction ul li {
        font-size: 15px;
    }

    .cardFunction .btn-gradient {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardFunction .card-header .btn-play {
        width: 45px;
        height: 45px;
    }

    .cardFunction h3 {
        font-size: 16px;
    }

    .cardFunction ul li {
        font-size: 14px;
    }

    .cardFunction .btn-gradient {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardFunction {
        max-width: none;
    }

    .cardFunction .card-header .btn-play {
        width: 40px;
        height: 40px;
    }

    .cardFunction h3 {
        font-size: 15px;
    }

    .cardFunction ul li {
        font-size: 12px;
    }

    .cardFunction .btn-gradient {
        font-size: 12px;
    }
}

/*-------------------------------
prompts
---------------------------------*/

.prompts .container>* {
    position: relative;
    z-index: 2;
}

.prompts .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prompts .image img {
    width: 100%;
    max-width: 470px;
    max-height: 567px;
    object-fit: contain;
}

.prompts .text h4 {
    color: var(--Foundation-White-Light, #FFF);
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 56px */
    letter-spacing: -1.6px;
}

.prompts .text p {
    color: var(--Foundation-White-Light, #FFF);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 168.75% */
}

@media(max-width:992px) {
    .prompts .image img {
        max-width: 420px;
        max-height: 517px;
    }

    .prompts .text h4 {
        font-size: 35px;
    }

    .prompts .text p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .prompts .image img {
        max-width: 370px;
        max-height: 467px;
    }

    .prompts .text h4 {
        font-size: 30px;
        text-align: center;
    }

    .prompts .text p {
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width:570px) {

    .prompts .image img {
        max-width: 320px;
        max-height: 417px;
    }

    .prompts .text h4 {
        font-size: 25px;
    }

    .prompts .text p {
        font-size: 12px;
    }
}

/*----------------------
cardPlan
-----------------------*/

.tarifs .container>* {
    position: relative;
    z-index: 2;
}

.cardPlan {
    padding: 20px;
    width: 100%;
    max-width: 403px;
    height: 100%;
    min-height: 455px;
    border-radius: 20px;
    border: 1px solid var(--Foundation-White-Light, #FFF);
    background: var(--foundation-blue-dark-hover, #130825);
}

.cardPlan h3 {
    color: var(--Foundation-White-Light, #FFF);
    /* Heading 1 */
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.cardPlan .card-body {
    display: flex;
    align-items: center;
}

.cardPlan ul li {
    color: var(--foundation-blue-light-active, #BAB4C3);
    /* Headline */
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    text-align: left;
}

.cardPlan .btn-gradient-2 {
    border-radius: 12px;
    background: var(--linear-2, linear-gradient(180deg, #241470 0%, #4526D6 100%));
    color: var(--Foundation-White-Light, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 153.846% */
    min-height: 48px;
}

.cardPlan .btn-gradient-3 {
    border-radius: 12px;
    background: var(--Linear, linear-gradient(90deg, #4F2DF9 0%, #6133F5 4%, #8B40ED 15%, #AE4BE5 26%, #CB54DF 38%, #E25BDB 50%, #F260D8 64%, #FB63D6 79%, #FE64D5 100%));
    color: var(--Foundation-White-Light, #FFF);
    text-align: center;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 153.846% */
    min-height: 48px;
}

@media(max-width:992px) {

    .cardPlan {
        min-height: 400px;
    }

    .cardPlan h3 {
        font-size: 35px;
    }

    .cardPlan ul li {
        font-size: 18px;
    }

    .cardPlan .btn-gradient-2,
    .cardPlan .btn-gradient-3 {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardPlan {
        min-height: 350px;
    }

    .cardPlan h3 {
        font-size: 30px;
    }

    .cardPlan ul li {
        font-size: 16px;
    }

    .cardPlan .btn-gradient-2,
    .cardPlan .btn-gradient-3 {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardPlan {
        min-height: 300px;
        max-width: none;
    }

    .cardPlan h3 {
        font-size: 25px;
    }

    .cardPlan ul li {
        font-size: 14px;
    }

    .cardPlan .btn-gradient-2,
    .cardPlan .btn-gradient-3 {
        font-size: 11px;
    }
}

/*-------------------------
accordion-item
---------------------------*/
.accordion-item {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid var(--foundation-purple-primary-light-active, #C8BEFD);
    margin-bottom: 1rem;
}

.accordion-button {
    color: var(--Foundation-White-Light, #FFF) !important;
    text-align: left;
    /* Heading 5 */
    font-family: Sora;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
    border-radius: 0px;
    background: transparent;
    padding: 32px 0;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M6 10L12 16L18 10' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M6 10L12 16L18 10' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transform: rotate(180deg);
    /* Rotation quand ouvert */
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-item p {
    color: var(--foundation-white-dark-hover, #999);
    text-align: left;
    /* Body */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

@media(max-width:992px) {
    .accordion-button {
        font-size: 20px;
        padding: 30px 0;
    }

    .accordion-item p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .accordion-button {
        font-size: 18px;
        padding: 28px 0;
    }

    .accordion-item p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .accordion-button {
        font-size: 16px;
        padding: 25px 0;
    }

    .accordion-item p {
        font-size: 13px;
    }
}

/*------------------------------
productivites
-------------------------------*/
.cardProductivite {
    border-radius: 40px;
    background: rgba(142, 45, 226, 0.10);
    width: 100%;
}

.cardProductivite h4 {
    color: var(--Foundation-White-Light, #FFF);

    /* Heading 1 */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--Foundation-White-Light, #FFF);
    font-family: Sora;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

.cardProductivite p {
    color: var(--Foundation-White-Normal, #FFF);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 188.889% */
}

.cardProductivite img {
    width: 100%;
    max-width: 460px;
    object-fit: contain;
}

@media(max-width:992px) {
    .cardProductivite .image img {
        max-width: 420px;
    }

    .cardProductivite .text h4 {
        font-size: 35px;
    }

    .cardProductivite .text p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardProductivite .image img {
        max-width: 370px;
    }

    .cardProductivite .text h4 {
        font-size: 30px;
        text-align: center;
    }

    .cardProductivite .text p {
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width:570px) {

    .cardProductivite .image img {
        max-width: 320px;
    }

    .cardProductivite .text h4 {
        font-size: 25px;
    }

    .cardProductivite .text p {
        font-size: 12px;
    }
}