/* Style custom */
.logo {
    max-height: 40px;
}

.navbar2 .direction .col-md-6 {
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: center;
}

.navbar2 .direction .col-md-2 {
    display: flex;
    align-items: center;
    padding: 0px;
    width: 25% !important;
    width: fit-content;
    justify-content: flex-end;
}

.navbar2 .direction .col-md-4 {
    width: 25%;
}

.navbar2 .direction .col-md-6 ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 6px;
    margin-bottom: 0px;
}

.navbar2 .direction .col-md-6 ul li {
    color: white;
    padding: 10px;
    position: relative;
}

.navbar2 .direction .col-md-6 ul li a {
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0);
}

.navbar2 .direction .col-md-2 a {
    background-color: var(--second-color);
    padding: 8px 18px;
    color: white;
    border-radius: 6px;
    text-decoration: none;
}

#direction {
    position: fixed;
    width: calc(100% - 40px);
    left: 20px;
    height: 70px;
    border-radius: 20px;
    margin: 0px;
    top: 20px;
    z-index: 99999;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    --bs-gutter-x: 0rem;
    padding-left: 2vw;
    padding-right: 2vw;
}

.slideraccueil_second {
    background: linear-gradient(120deg, #1a1780 0%, var(--second-color) 50%, #c4bffa 100%);
    height: 100vh;
}

@media screen and (min-width: 1600px) {
    .slideraccueil_second {
        height: 92vh !important;
    }
}

.slideraccueil_second .row {
    height: 100%;
    margin-top: 30px !important;
}

.slideraccueil_second .col-md-6:nth-child(1) h1 {
    font-size: 3.4rem;
    max-width: 750px;
    color: white;
    font-weight: bolder;
    margin-bottom: 20px;
}

#tarteaucitronIcon #tarteaucitronManager img {
    display: none;
}

.slideraccueil_second .col-md-6:nth-child(1) p {
    font-size: 1.1rem;
    color: white;
}

.slideraccueil_second .col-md-6:nth-child(2) img,
.slideraccueil_second .col-md-6:nth-child(2) video {
    max-width: 300px;
    border: 0px solid black;
    box-shadow: none;
}

.slideraccueil_second .col-md-6:nth-child(2) {
    align-items: flex-start;
    width: fit-content;
    padding: 0;
}

.slideraccueil_second .col-md-6:nth-child(1) {
    width: 63%;
}

.slideraccueil_second .row {
    align-items: center;
    gap: 50px;
    justify-content: center;
}

.slideraccueil_second .col-md-6:nth-child(1) a {
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
    border: 2px solid white !important;
    text-transform: none;
}

.second_btn_accueil {
    background-color: white !important;
    color: #4f47e6 !important;
    font-weight: 700 !important;
}

.btn_accueil_list {
    display: flex;
    gap: 15px;
}

.stats-hero {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px 30px;
    width: 650px;
    justify-content: space-between;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.stat-number {
    font-size: 1.9rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400;
    white-space: nowrap;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.sl_avis_wrapper {
    background: #f0effd;
    padding: 80px 0px;
}

.sl_avis_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 30px;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.sl_avis_label {
    color: var(--second-color);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.sl_avis_title {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0f0e17;
    line-height: 1.15;
    margin: 0;
    white-space: nowrap;
}

.sl_avis_subtitle {
    font-size: 0.9rem;
    color: #7c7a93;
    margin-top: 0.6rem;
    max-width: 420px;
    line-height: 1.6;
}

.sl_avis_header_right {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: right;
}

.sl_avis_score {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0.5rem;
}

.sl_avis_stars {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 2px;
}

.sl_avis_count {
    font-size: 0.82rem;
    color: #7c7a93;
    margin: 0;
    margin-top: 2px;
}

.sl_avis_slider {
    max-width: 1200px;
    margin: 0 auto;
}

.sl_avis_card {
    background: white;
    border-radius: var(--border-radius);
    padding: 1.8rem;
    border: 1px solid #e8e7f0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    box-sizing: border-box;
    transition: box-shadow 0.2s, transform 0.2s;
}

.sl_avis_card:hover {
    box-shadow: 0 12px 40px rgba(79, 71, 230, 0.12);
    transform: translateY(-3px);
}

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

.sl_avis_card_stars {
    color: #f59e0b;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.sl_avis_card_stars .fa-solid.fa-star,
.sl_avis_card_stars .fa-regular.fa-star {
    color: #f59e0b;
}

.sl_avis_card_comment {
    font-size: 0.9rem;
    color: #2d2b3d;
    line-height: 1.65;
    font-style: italic;
    margin: 0;
    flex: 1;
}

.sl_avis_card_footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #f0effd;
}

.sl_avis_card_avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--second-color);
    color: white;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sl_avis_card_name_company {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f0e17;
    margin: 0;
}

.sl_avis_card_name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f0e17;
    margin: 0;
}

.sl_avis_card_date {
    font-size: 0.75rem;
    color: #7c7a93;
    margin: 0;
    margin-top: 2px;
}

.sl_avis_note {
    font-size: 3rem;
    font-weight: 800;
    color: var(--second-color);
    line-height: 1;
    letter-spacing: -2px;
}

.sl_avis_cta {
    padding: 8px 18px;
    background-color: var(--second-color);
    color: white;
    text-decoration: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    font-size: 1.1rem;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.sl_avis_cta:hover {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .sl_avis_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .sl_avis_title {
        font-size: 1.8rem;
        white-space: normal;
    }

    .sl_avis_header_right {
        width: 100%;
        justify-content: space-between;
        text-align: left;
    }

    .sl_avis_score {
        align-items: flex-start;
    }
}


.faq-container {
    max-width: 100%;
    width: 100%;
    background: #f0effd;
    padding: 80px 0px;
    margin: 0;
    box-sizing: border-box;
}

.faq-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.faq-label {
    color: var(--second-color);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.faq-main-title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #0f0e17;
    line-height: 1.15;
    margin-bottom: 1rem;
    border: none;
    padding: 0;
    width: 100%;
}

.faq-main-sub {
    font-size: 1rem;
    color: #7c7a93;
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

.faq-container h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -1px;
    border-bottom: 0px;
    padding-top: 0px !important;
    color: #0f0e17;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.faq-container h2:not(:first-child) {
    padding-top: 40px;
}

.faq-question {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(79, 71, 230, 0.1);
    margin-bottom: 10px;
    color: #2d2b3d;
    padding: 18px 20px;
}

.faq-title {
    font-size: 1.1rem;
}

.faq-question:not(:first-child) {
    border-bottom: 0px solid #c1c1c1;
}

.faq-question:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

.faq-question.active {
    background-color: white;
    box-shadow: inset 4px 0 0 0 var(--second-color);
}

.faq-question.active .faq-title {
    color: var(--second-color);
}

.faq-toggle {
    border-color: rgba(79, 71, 230, 0.2);
    color: var(--second-color);
    top: 13px;
}

.faq-question.active .faq-toggle {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

@media screen and (max-width: 768px) {
    .faq-container {
        padding: 50px 20px !important;
        margin-top: 30px !important;
    }

    .faq-container h2:not(:first-child) {
        padding-top: 40px;
        font-size: 1.8rem;
    }

    .faq-label {
        text-align: left;
    }

    .faq-toggle {
        font-size: 16px;
        padding-top: 0px;
        top: 10px !important;
        right: 10px;
        height: 26px;
        width: 26px;
    }

    .faq-text {
        margin: 10px 0 0;
        font-size: 0.9rem;
    }

    .faq-question {
        padding: 14px 14px;
    }

    .faq-title {
        font-size: 0.9rem;
    }

    .faq-main-sub {
        text-align: left;
    }

    .faq-header {
        margin-bottom: 30px;
    }
}

.sl_contact_wrapper {
    background: #fafafa;
    padding: 110px 0px 125px;
}

.sl_contact_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

/* ── GAUCHE ── */
.sl_contact_info {
    flex: 1;
    padding-top: 0.5rem;
}

.sl_contact_label {
    color: var(--second-color);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.sl_contact_title {
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: var(--dark);
    margin-bottom: 1rem;
    line-height: 1.15;
}

.sl_contact_desc {
    font-size: 1rem;
    color: #7c7a93;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.sl_contact_perks {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.sl_contact_perk {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.92rem;
    color: #2d2b3d;
    font-weight: 400;
}

.sl_contact_perk_icon svg {
    height: 25px;
    width: 25px;
    color: #000000;

}

.sl_contact_perk_icon {
    width: 38px;
    height: 38px;
    background: #a39df58f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ── DROITE ── */
.sl_contact_form_wrapper {
    flex: 1;
}

.sl_contact_form {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #f0effd26;
    padding: 30px 20px;
    border-radius: var(--border-radius);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sl_contact_form h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
    text-align: left;
}

.sl_contact_form input,
.sl_contact_form select,
.sl_contact_form textarea {
    padding: 0.75rem 1rem !important;
    border: 1.5px solid #e8e7f0 !important;
    border-radius: var(--border-radius) !important;
    font-size: 0.9rem !important;
    color: #3e3d4b;
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.sl_contact_form input:focus,
.sl_contact_form select:focus,
.sl_contact_form textarea:focus {
    outline: none;
    border-color: var(--second-color);
    box-shadow: 0 0 0 3px rgba(79, 71, 230, 0.08);
    color: #0f0e17;
}

.sl_contact_form input::placeholder,
.sl_contact_form textarea::placeholder {
    color: #b0aec8;
}

.sl_contact_form textarea {
    resize: none;
    height: 110px;
}

.sl_contact_form button[type="submit"] {
    background: var(--second-color);
    color: white;
    border: none;
    padding: 0.9rem 1.5rem;
    border-radius: var(--border-radius);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    margin-top: 0.75rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(79, 71, 230, 0.25);
    width: 100%;
}

.sl_contact_form button[type="submit"]:hover {
    background: #3d35d3;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(79, 71, 230, 0.35);
}

.sl_contact_form .additonVerifbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.sl_contact_form .additonVerifbot label {
    font-size: 0.85rem;
    color: #7c7a93;
    white-space: nowrap;
    width: fit-content;
    flex-shrink: 0;
}

.sl_contact_form .additonVerifbot input {
    margin-bottom: 0;
}

.sl_contact_form .div_checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    border: 1.5px solid #e8e7f0;
    border-radius: var(--border-radius);
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}

.sl_contact_form .div_checkbox label {
    color: #e53935;
    font-size: 0.88rem;
}

.sl_contact_form .div_checkbox input {
    width: auto;
    margin: 0;
    transform: scale(1.2);
}

/* ── RESPONSIVE ── */
@media screen and (max-width: 900px) {
    .sl_contact_inner {
        flex-direction: column;
        gap: 2.5rem;
    }

    .sl_contact_info,
    .sl_contact_form_wrapper {
        width: 100%;
    }

    .sl_contact_title {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    .sl_contact_wrapper {
        padding: 50px 20px;
    }

    .sl_contact_form {
        padding: 1.5rem 1rem !important;
    }

    .formulaire .form-row {
        gap: 0px !important;
    }

    .sl_contact_form button[type="submit"] {
        padding: 0.7rem 1rem;
    }

    .sl_contact_form input,
    .sl_contact_form select,
    .sl_contact_form textarea {
        margin-bottom: 0.5rem;
    }

    .sl_contact_form .additonVerifbot {
        flex-direction: row;
    }

    .sl_contact_form .additonVerifbot label {
        white-space: normal;
    }
}

.footer3 .row:first-child {
    padding: 0px 0;
    display: none;
}

.footer3 .row:last-child {
    background-color: var(--second-color);
}

.footer3 .row span {
    font-size: 14px;
    padding: 16px 0;
}

.back_to_top {
    border: 2px solid white;
    bottom: 12%;
}

.container-fixe-whatsapp {
    right: 2%;
    height: 5vh;
    width: 5vh;
    right: 2%;
    bottom: 2vh;
}

.btn_mobile_demo {
    display: none;
}

@media screen and (max-width: 768px) {
    .slideraccueil_second {
        margin-top: 0px;
        height: fit-content;
        padding: 30px;
        padding-top: 110px;
        padding-bottom: 45px;
    }

    .slideraccueil_second .col-md-6:nth-child(1) {
        width: 100%;
    }

    .slideraccueil_second .row {
        margin-top: 0px !important;
    }

    .slideraccueil_second .col-md-6:nth-child(1) h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-align: left;
    }

    .slideraccueil_second .col-md-6:nth-child(1) p {
        text-align: left;
        font-size: 1rem;
    }

    .navbar2 .direction .col-md-6 {
        width: fit-content;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        gap: 0px;
        width: 77%;
    }

    .stats-hero {
        margin-top: 25px;
        border-radius: 16px;
        padding: 15px 12px;
        width: 100%;
    }

    .btn_accueil_list {
        align-items: flex-start;
        width: 100%;
        display: flex;
        gap: 12px;
        flex-direction: column;
    }

    .stats-hero .stat-item:last-child {
        display: none;
    }

    .stats-hero .stat-divider:has(+ .stat-item:last-child) {
    display: none;
  }

    .slideraccueil_second .col-md-6:nth-child(1) a {
        padding: 0.35rem 1.5rem;
        font-size: 1.2rem;
        font-weight: 400;
    }

    .navbar2 .direction .col-md-4 {
        width: fit-content;
    }

    .navbar2 .direction .col-md-2 {
        display: none;
    }

    #direction {
        left: 10px;
        right: 10px;
        top: 10px;
        padding-left: 1vw;
        padding-right: 1vw;
        height: 50px;
        width: calc(100% - 20px);
    }

    .stat-number {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .navbar2 .direction {
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .stat-label {
        white-space: inherit;
    }

    .navbar2 .logo {
        height: 37px;
        max-height: 29px;
    }

    .navbar2 .direction .col-md-4 a {
        padding-right: 0px;
    }

    .slideraccueil_second .row {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .slideraccueil_second .col-md-6:nth-child(2) img,
    .slideraccueil_second .col-md-6:nth-child(2) video {
        max-width: 230px;
    }

    .navbar2 .icon {
        font-size: 20px;
        background-color: #fff0;
        padding: 0px 7px;
        border-radius: var(--border-radius);
        border: 1px solid #8080804f;
        margin-right: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .navbar2.responsive .nav-mobile {
        padding-top: 0px;
        padding-bottom: 0px;
        width: calc(100% - 20px);
        left: 10px;
        top: 46px;
        border-radius: var(--border-radius);
    }

    .navbar2.responsive .nav-mobile ul {
        padding: 20px;
        width: 100%;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    #direction {
        transition: border-radius 0.3s ease !important;
    }

    .navbar2.responsive #direction {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .navbar2.responsive .nav-mobile ul li a {
        font-size: 16px;
    }

    .sl_avis_wrapper {
        padding: 30px 0px;
        padding: 40px 20px;
    }

    .sl_avis_header {
        gap: 3px;
    }

    .sl_avis_header_right {
        justify-content: space-between;
        flex-direction: row;
        gap: 10px;
        align-items: flex-end;
    }

    .sl_avis_wrapper {
        padding: 45px 20px;
    }

    .sl_avis_note {
        font-weight: 700;
        letter-spacing: -3px;
    }

    .sl_avis_cta {
        padding: 8px 13px;
        font-weight: 600;
        font-size: 1rem;
    }

    .footer3 .row span {
        font-size: 13px;
    }

    .footer3 .row span {
        width: 90%;
    }

    .btn_mobile_demo {
        background-color: var(--second-color);
        text-decoration: none;
        color: white;
        padding: 4px 13px;
        font-size: 0.9rem;
        margin-right: 9px;
        display: block;
        border-radius: var(--border-radius);
    }
}

.maintenance_div img{
    width: 250px !important;
    height: auto !important;
}