@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-regularit.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-lightit.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova../fontspring-DEMO-proximanova-boldit.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('..../fonts/proximanova../fontspring-DEMO-proximanova-black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    color: black;
}


/* Compensation pour la navbar fixe lors des ancres */

html {
    scroll-padding-top: 67px;
}


/* Alternative pour les navigateurs plus anciens */

*[id]:before {
    content: "";
    display: block;
    height: 67px;
    margin-top: -67px;
    visibility: hidden;
}

.text-underline {
    text-decoration: underline;
}

.text-vert {
    color: #0acb8b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.font-spe {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.section-padding {
    padding: 60px 0;
}

.bg-dark-blue {
    background-color: #002F70;
}

.text-dark-blue {
    color: #002F70;
}

.section-bg-image {
    background-size: cover;
    background-position: center;
}

.bg-beige {
    background-color: #f2eae3;
}

.bg-orange {
    background-color: #ffbf23;
}

.bg-gris {
    background-color: #f6f5f7;
}

.btn-orange {
    background-color: #ffbf23;
    color: black;
    border: 1px solid;
    font-weight: 700;
    font-family: "Space Grotesk", sans-serif;
}

.text-orange {
    color: #ffbf23;
}

.lh-1 {
    line-height: 1;
}

.card-trial {
    border: 3px solid white;
    border-radius: 10px;
    overflow: hidden;
}

.card-trial .foot {
    border-top: 3px solid white;
}

.fs-60 {
    font-size: 60px;
}

.text-black {
    color: #000;
}

.btn-dark {
    background-color: black;
}

.rounded-theme {
    border-radius: 30px;
}

.lh-1-6 {
    line-height: 1.6;
}

.surligner {
    box-decoration-break: clone;
    padding: 0px 8px;
    -webkit-box-decoration-break: clone;
    /* pour Safari */
    line-height: 1.6;
}

.lh-0 {
    line-height: 0;
}

.bg-black {
    background-color: black;
}

#slider-avis .avis {
    border-bottom: 3px solid #ffbf23;
    padding-bottom: 15px;
}

.card-plan {
    background-color: #002f70;
    color: white;
}

.card-plan .foot {
    border-top: 1px solid;
}

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

.border-2 {
    border: 2px solid;
}

.bg-rose {
    background-color: #ffd7ef;
}

.license-form-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
}

.product-pills {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.product-pill {
    position: relative;
}

.product-pill input[type="radio"] {
    display: none;
}

.product-pill label {
    display: block;
    padding: 15px 30px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    min-width: 160px;
}

.product-pill label:hover {
    border-color: #007bff;
    background: #e7f3ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.product-pill input[type="radio"]:checked+label {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border-color: #007bff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.conditional-fields {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1.5rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.workstation-fields {
    border-color: #007bff;
    background: #e7f3ff;
}

.workgroup-fields {
    border-color: #17a2b8;
    background: #e1f7fa;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.license-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
}

.module-item {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.module-item:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

.module-item.selected {
    border-color: #002f70;
    background: #002f7014;
}

.quantity-group {
    max-width: 120px;
    margin: 0 auto;
}

.quantity-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #dee2e6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.quantity-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.quantity-btn:active {
    background: #dee2e6;
}

.quantity-input {
    text-align: center;
    border-left: none;
    border-right: none;
    font-weight: 600;
}

.price-card {
    border: none;
}

.module-price {
    font-size: 1.1rem;
    font-weight: 600;
}

.product-select {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 12px 16px;
    font-size: 1.1rem;
}

.product-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-switch .form-check-input {
    width: 2.5em;
    height: 1.4em;
    border-radius: 2em;
    background-color: #dee2e6;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease;
}

.form-switch .form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.form-switch .form-check-input.module-checkbox:checked {
    background-color: #002f70;
    border-color: #000000;
}

.form-switch .form-check-input:focus {
    /* border-color: #28a745; */
    /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); */
}

.form-switch .form-check-label {
    margin-left: 0.5em;
}

.product-pills {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.product-pill {
    position: relative;
}

.product-pill input[type="radio"] {
    display: none;
}

.product-pill label {
    display: block;
    padding: 15px 30px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    min-width: 160px;
}

.text-success {
    color: #0acb8b !important;
}

.product-pill label:hover {
    border-color: rgb(94, 94, 94);
    background: #fbdc90;
    transform: translateY(-2px);
}

.product-pill input[type="radio"]:checked+label {
    background: #ffbf23;
    border-color: black;
    color: black;
    transform: translateY(-2px);
}

.checkout-container {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.checkout-main {
    flex: 2;
}

.checkout-sidebar {
    flex: 1;
    position: sticky;
    top: 2rem;
}

.price-summary {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: #002F70;
    border-color: white;
    color: white;
}

.accordion-button:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15);
}

.payment-option {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-option:hover {
    border-color: #007bff;
    background: #f8f9fa;
}

.payment-option.selected {
    border-color: #007bff;
    background: #e7f3ff;
}

.payment-option input[type="radio"] {
    display: none;
}

.identity-display {
    background: #f8fff9;
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
}

.discount-section {
    background: #fff3cd;
    border: 2px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.discount-input-group {
    display: flex;
    gap: 0.5rem;
}

.discount-input {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem;
    font-size: 0.9rem;
}

.discount-btn {
    background: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.discount-btn:hover {
    background: #218838;
}

.discount-applied {
    background: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.discount-error {
    background: #f8d7da;
    border-color: #dc3545;
    color: #721c24;
}

.discount-amount {
    color: #0acb8b;
    font-weight: 600;
}

.bg-fonce {
    background-color: #0f0f0f;
}

#section-texte-home {
    background-size: contain;
    position: relative;
}

#slider-texte-home.owl-theme .owl-dots .owl-dot span {
    background: #3d98e7;
}

#slider-texte-home.owl-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border: 1px solid #3d98e7;
}

@media (min-width: 991.98px) {
    #section-texte-home .gauche {
        padding-bottom: 213px !important;
    }
    #section-texte-home::after {
        position: absolute;
        content: "";
        height: 100%;
        background-color: #0f0f0f;
        width: 20vw;
        top: 0;
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .checkout-container {
        flex-direction: column;
    }
    .checkout-sidebar {
        position: static;
        order: -1;
    }
}


/* Orange Input Styles */

.input-orange {
    background-color: #FFBF23;
    border: 2px solid #FFBF23;
    border-radius: 8px;
    padding: 7px 9px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: none;
}

.input-orange::placeholder {
    color: #666;
    opacity: 0.8;
}

.input-orange:focus {
    background-color: #FFD666;
    border-color: #FF9F00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 191, 35, 0.2);
}

.input-orange:hover {
    background-color: #FFD666;
    border-color: #FF9F00;
}


/* For textarea specifically */

textarea.input-orange {
    min-height: 100px;
    resize: vertical;
}


/* Label styling for orange inputs */

.input-orange+.form-label,
label+.input-orange {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}


/* Focus state improvements */

.input-orange:focus-visible {
    outline: none;
}


/* Disabled state */

.input-orange:disabled {
    background-color: #F5F5F5;
    border-color: #DDD;
    color: #999;
    cursor: not-allowed;
}


/* Error state (if needed) */

.input-orange.is-invalid {
    border-color: #DC3545;
    background-color: #FFE6E6;
}

.input-orange.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2);
}


/* Success state (if needed) */

.input-orange.is-valid {
    border-color: #198754;
    background-color: #E6F7E6;
}

.input-orange.is-valid:focus {
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.2);
}

.lh-1 {
    line-height: 1;
}


/* Success Message Styles */

.coupon-display {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.coupon-code {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    font-family: 'Courier New', monospace;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.alert-success {
    border: 2px solid #28a745;
    background-color: #d4edda;
    animation: fadeInUp 0.5s ease-in-out;
}

.card-plan {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.card-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: #FFBF23;
}

.pricing-display {
    margin: 20px 0;
}

.price-large {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}

.currency {
    font-size: 2rem;
    vertical-align: top;
}

.period {
    font-size: 2rem;
    font-weight: normal;
}

.features-list ul {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.features-list li {
    font-size: 0.9rem;
    line-height: 1.4;
}

.bloc-feature iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.product-switch-container {
    display: flex;
    justify-content: center;
}

.product-switch {
    display: flex;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-switch-btn {
    flex: 1;
    padding: 15px 30px;
    border: none;
    background: transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    min-width: 218px;
    margin: 0px 5px;
}

.product-switch-btn:hover {
    border: 2px solid rgb(94, 94, 94);
    background: #fbdc90;
    transform: translateY(-2px);
}

.product-switch-btn.active {
    background: #ffbf23;
    color: #000000;
    border: 2px solid;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.3);
}


/* Product Descriptions */

.product-descriptions {
    max-width: 600px;
    margin: 0 auto;
}

.product-description {
    transition: all 0.3s ease;
}

.product-description p {
    margin-bottom: 5px;
    color: #666;
    font-size: 0.95rem;
}


/* Module Card Styles */

.module-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.module-header {
    padding: 20px;
    text-align: center;
    flex-shrink: 0;
}

.module-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.module-subtitle {
    font-size: 0.9rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.module-price {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.module-order-btn {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.annual-price {
    font-size: 0.75rem;
    opacity: 0.8;
}

.module-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.module-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.module-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-features li {
    margin-bottom: 8px;
    font-size: 0.85rem;
    line-height: 1.4;
}

.module-footer {
    padding: 15px 20px;
    flex-shrink: 0;
}

.btn-block {
    width: 100%;
}


/* Step validation styles */

.accordion-button.disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
}

.step-status .fa-lock {
    font-size: 0.9rem;
}

.step-status .fa-check {
    color: #28a745 !important;
}

.step-status .fa-edit {
    color: #007bff !important;
}

#validate-cart-btn:disabled,
#validate-cart-btn-bottom:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


/* Identity navigation styles */

.identity-nav .nav-pills {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 2rem;
}

.identity-nav .nav-link {
    border-radius: 8px;
    color: #6c757d;
    border: none;
    padding: 12px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 2px;
}

.identity-nav .nav-link:hover {
    color: #495057;
    background-color: #e9ecef;
}

.identity-nav .nav-link.active {
    color: #000000;
    background-color: #ffbf23;
    border: 1px solid;
}

.tab-content {
    min-height: 200px;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.border-dashed {
    border: 3px dashed !important;
}


/* Responsive */

@media (max-width: 768px) {
    .product-switch {
        flex-direction: column;
    }
    .product-switch-btn {
        min-width: auto;
        margin-bottom: 5px;
    }
    .product-switch-btn:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .module-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .price-large {
        font-size: 2.5rem;
    }
    .currency,
    .period {
        font-size: 1.5rem;
    }
    .features-list ul {
        max-width: 100%;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.sticky-navbar.scrolled {
    padding: 0.25rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-navbar:not(.scrolled) {
    padding: 0.5rem 0;
    box-shadow: none;
}

#navbarLogo {
    transition: width 0.3s ease;
}

.sticky-navbar.scrolled #navbarLogo {
    width: 130px !important;
}

.sticky-navbar:not(.scrolled) #navbarLogo {
    width: 250px !important;
}

body {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .sticky-navbar:not(.scrolled) #navbarLogo {
        width: 180px !important;
    }
    .sticky-navbar.scrolled #navbarLogo {
        width: 120px !important;
    }
    body {
        padding-top: 70px;
    }
}

.feature-arrow {
    transition: transform 0.2s ease;
}

.btn[aria-expanded="true"] .feature-arrow {
    transform: rotate(90deg);
}

.feature-item .btn-link {
    color: var(--bs-primary) !important;
}

.feature-item .btn-link:hover {
    color: var(--bs-primary) !important;
    text-decoration: underline !important;
}

.module-case-0 {
    opacity: .7;
}

.support-form-header {
    margin-bottom: 20px;
}

.support-form-header h3 {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.support-form-header p {
    color: #6c757d;
    margin-bottom: 5px;
}

.required-text {
    color: #fd7e14;
    font-weight: 500;
}

.form-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.form-section.blue-bg {
    background: #e3f2fd;
}

.form-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.form-control,
.form-select {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
}

.form-control:focus,
.form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.required-field {
    border-left: 3px solid #fd7e14 !important;
}

.help-text {
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
    margin-top: 5px;
}

.nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    color: #6c757d;
    padding: 0.75rem 1.5rem;
    margin-bottom: -2px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    border-bottom-color: #dee2e6;
    color: #495057;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background: none;
    border-bottom-color: #002f70;
    font-weight: 500;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 2rem;
}

.tab-content {
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-contact-split {
    position: relative;
    overflow: hidden;
}

.section-contact-split::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background-color: #f2eae3;
    /* bg-beige */
    z-index: -1;
}

.section-contact-split::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #ffbf23;
    /* bg-orange */
    z-index: -1;
}


/* Responsive adjustments */

@media (max-width: 991.98px) {
    .section-contact-split::before {
        width: 100vw;
        height: 50%;
    }
    .section-contact-split::after {
        top: 50%;
        width: 100vw;
        height: 50%;
    }
}