body {
    min-width: 320px;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../../img/f46cc0af0e439a686b8527ff39639b0cca71a84a.png') center center/cover no-repeat;
    min-height: 410px;
    margin-top: 25px;
    padding: 2rem 1rem;
    text-align: start;
}

.hero-section h1 {
    font-weight: 600;
    letter-spacing: .32px;
    line-height: 1.3;
}

.hero-section p {
    font-weight: 500;
    letter-spacing: .32px;
    line-height: 20px;
}

.btn-custom {
    border-radius: 10px;
    background: #6BF2D2;
    display: flex;
    height: 38px;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .32px;
}

.btn-custom:hover {
    background-color: #4dd7ac;
}

.section-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    max-width: 100%;
}

.logos-wrapper {
    gap: 130px;
}

.logo-img,
.yousign,
.eidas {
    height: auto;
    object-fit: cover;
    max-width: 300px;
}

.payment-stripe {
    flex-shrink: 0;
}

.selector-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
}

.enhanced-select {
    width: 100%;
    height: 60px;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #0a1c57;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(10, 28, 87, .08);
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 2;
}

.select-bg-color {
    background-color: #fff;
    width: 294px;
    height: 88px;
}

.select-bg-colors {
    background: linear-gradient(110deg, #fff 60%, #131F3B 60%);
    width: 316px;
    height: 116px;
    border-radius: 15px;
}

.feature-box li span,
.feature-box-two li span,
.feature-box-three li span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .32px;
    text-align: start;
}

.list-unstyled img {
    height: 55px;
    width: 55px;
}

.text-document {
    text-align: center;
    font-weight: bold;
}

.list-fast-img,
.list-secound-img,
.list-three-img {
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.list-fast-img {
    width: 61px;
    height: 72px;
}

.list-secound-img {
    width: 65px;
    height: 66px;
}

.list-three-img {
    width: 76px;
    height: 76px;
    padding: 6.333px 14.25px;
    display: flex;
}

.step-box {
    border: 2px solid #0a1c57;
    border-radius: 10px;
    min-height: 208px;
    background-color: #fff;
    position: relative;
    padding: 0 0 1.5rem;
}

.text-h1,
.text-h3,
.text-h4,
.text-p1,
.text-p2 {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.bt {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 40px;
    background: #fff;
    border: 2px solid #0a1c57;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    outline: none;
}

.btnss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-title {
    font-size: 13px;
    margin: 0;
}

.fas {
    color: #131f3b !important;
}

.text-success {
    color: #6BF2D2 !important;
}

.bt:hover .dropdownone {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.dropdownone {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #0a1c57;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #fff;
    list-style: none;
    padding: 10px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10;
}

.dropdownone li {
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.step-box.arrow-right {
    position: relative;
    overflow: visible;
}

.step-box.arrow-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 104px solid transparent;
    border-bottom: 104px solid transparent;
    border-left: 20px solid #0a1c57;
    z-index: 999;
}

@media (max-width: 767.98px) {
    .step-box.arrow-right::after {
        display: none;
        /* Pas de flèche en mobile pour éviter le débordement */
    }
}


.text-h1,
.text-h3 {
    font-size: 24px;
}

.text-h4 {
    font-size: 20px;
}

.text-p1 {
    font-size: 14px;
}


.arrow {
    display: none;
}

.ml-negative {
    margin-left: 0;
}


@media (min-width: 475px) {
    .hero-section {
        margin-top: 0;
    }
}

@media (min-width: 640px) {
    .text-h1 {
        font-size: 32px;
    }

    .text-h3 {
        font-size: 28px;
    }

    .text-h4 {
        font-size: 20px;
    }

    .text-p1 {
        font-size: 14px;
    }

    .logos-wrapper {
        gap: 1px;
    }
}

@media (min-width: 768px) {
    .hero-section {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .fs-lg-3 {
        font-size: 1.45rem !important;
        /* 28px */
    }

    .lh-lg-lg {
        line-height: 1.45 !important;
    }
}


@media (min-width: 1080px) {
    .text-h1 {
        font-size: 37px;
        letter-spacing: 1.28px;
        color: #000;
    }

    .text-h3 {
        font-size: 32px;
    }

    .text-h4 {
        font-size: 22px;
        font-weight: 400;
    }

    .text-p1 {
        font-size: 16px;
        letter-spacing: .32px;
    }

    .text-p2 {
        font-size: 12px;
        letter-spacing: .24px;
    }

    .arrow {
        align-self: center;
        z-index: 99;
        position: relative;
        left: -6px;
        display: block;
    }

    .ml-negative {
        margin-left: 20px;
    }
}

@media (min-width: 1280px) {
    .text-h1 {
        font-size: 42px;
    }

    .hero-section {
        margin-top: 60px;
        height: 407px;
    }
}

.BB {
    font-size: 10px;
    font-weight: 500;
}