*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Cabinet Grotesk', sans-serif !important;
    overflow-x: hidden;
    line-height: initial !important;
}

.link_home a{
    color: #fff;
    text-decoration: none;
}

.link_home:hover a{
    color: #fff;
    text-decoration: underline;
}

/* DEBUT HEADER */

header {
    background: linear-gradient(29.46deg, #9E65D3 0%, #6E65D3 100%);
    background-image: url(/assets/themes/spytool3/images/bg-mobile-line-gradient.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 75px 20px 45px;
    border-radius: 0px 0px 30px 30px;
    text-align: center;
}

header nav {
    display: flex;
    justify-content: space-between;
}

.hamburger-menu {
    padding: 0;
}

#mobile_nav_content {
    background: #fff;
    margin-top: 20px;
}

.nav-link {
    color: #9E65D3 !important;
    font-size: 18px;
    font-weight: 700 !important;
}

.shadow nav ul {
    gap: 10px;
}

header .nav-desktop {
    display: none;
}

header h1 {
    font-size: 42px;
    font-weight: 900;
    margin: 110px 5px 30px;
    line-height: 43px;
}

.header_txt {
    font-size: 16px;
    font-weight: 300;
    margin: 0 15px 85px;
    line-height: 20px;
}

.phone-number-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
    padding: 9px 8px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    box-shadow: 0px 10px 14px rgb(0 0 0 / 7%);
}

.phone-number-input .btn-secondary {
    display: flex;
    gap: 8px;
    align-items: center;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
}

.phone-number-input .btn-secondary:hover { background-color: transparent; }
.phone-number-input .btn-secondary:focus { background-color: transparent; }
.phone-number-input .btn-secondary:focus-visible { background-color: transparent; }

.phone-number-input .dropdown-toggle::after {
    display: block !important;
    margin-left: 0 !important;
    vertical-align: 0 !important;
    content: "";
    width: 12px;
    height: 10px;
    background-image: url("/assets/themes/spytool3/images/Vector1.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;  
}

.phone-number-input .dropdown-menu {
    transform: translate(-8px, 25px) !important;
}


.phone-number-input .dropdown-menu li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.5em;
    cursor: pointer;
}

.phone-number-input .dropdown-toggle img {
    width: 32px;
}

.phone-number-input .dropdown-menu li img {
    width: 32px;
}

.vertical-divider {
    width: 1px;
    height: 40px;
    border: 1px solid #FFFFFF;
}

.country-indicator-number {
    font-family: 'Inter' !important;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
}

.phone-number-input input {
    width: 50%;
    height: 100%;
    font-family: 'Inter' !important;
    color: #fff;
    font-size: 21px;
    background-color: transparent;
    border: none;
    outline: none;
}
.phone-number-input input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.send-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* FIN HEADER */

/* DEBUT MAIN */

main {
    width: 100%;
}

/* DEBUT SERVICE CLIENT */

.service-client {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    background: #FFFFFF;
    margin: 45px 20px;
    padding: 15px;
    text-align: initial;
    border-radius: 75px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
}

.service-client_imgprofile {
    height: 74px;
    width: 74px;
}

header .service-client {
    display: none;
}

.service-client_infos p {
    margin: 0;
}

.service-client_infos_title {
    color: #9E65D3;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.service-client_infos p:nth-child(2) {
    color: rgba(40, 26, 88, 1);
    font-size: 13px;
}

.service-client_infos_number {
    color: rgba(40, 26, 88, 1);
    font-size: 32px;
}

/* FIN SERVICE CLIENT */

/* DEBUT APP DESCRIPTION DIV */

.app-description-div {
    margin: 0 10px 0 20px;
}

.app-description-div p {
    margin: 0 !important;
}

.app-description-div_head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-description-div_head h2 {
    color: #281A58;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}

.app-description-div_head_txt {
    color: #6C647B;
    line-height: 23px;
}

.start-geolocalisation {
    color: #01A19F !important;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
}

.start-geolocalisation:hover {
    color: #01A19F !important;
    text-decoration: none !important;
}

.app-description-div_features {
    width: 100%;
    display: -webkit-inline-box;
    gap: 10px;
    overflow-x: overlay;
    margin-top: 30px;
}

/* RETIRE LA BARRE DE SCROLL */
.app-description-div_features::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/* FIN BARRE SCROLL */

.app-description-div_features_box {
    width: 97.23%;
    background: #FFFFFF;
    margin-bottom: 30px;
    padding: 30px 30px 35px;
    border-radius: 10px;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
}

.app-description-div_features_box_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 81.13px;
    height: 80px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.purple_box_icon {
    background: rgba(158, 101, 211, 0.1);
}
.green_box_icon {
    background: rgba(1, 161, 159, 0.1);
}
.gold_box_icon {
    background: rgba(227, 147, 78, 0.1);
}

.app-description-div_features_box_title {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 6px;
    line-height: 33px;
}
.purple_title {
    color: #9E65D3;
}
.green_title {
    color: #01A19F;
}
.gold_title {
    color: #E3934E;
}

.app-description-div_features_box_content {
    color: #6C647B;
    font-size: 15px;
    line-height: 19px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.slider-dots span {
    display: block;
    width: 9px;
    height: 9px;
    background: #D9D9D9;
    margin-bottom: 57px;
    border-radius: 76px;
}

.slider-dots span.active {
    background: #01A19F;
}

/* FIN APP DESCRIPTION DIV */

/* DEBUT APP SUB-PAY-INFOS */

.sub-pay-infos {
    position: relative;
    background: linear-gradient(14.4deg, #9E65D3 20.43%, #6E65D3 100%);
    padding: 60px 20px 110px;
}

.sub-pay-infos_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 395px;
    margin-bottom: 75px;
    gap: 30px;
    overflow-y: overlay;
}

/* RETIRE LA BARRE DE SCROLL */
.sub-pay-infos_txt::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
/* FIN */

.sub-pay-infos_txt .sub-pay-infos_txt_box:hover {
    border-left: 2px solid #fff;
    padding: 12px 0 12px 20px;
    transition: .3s;
}

.sub-pay-infos_txt_title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 15px;
}

.sub-pay-infos_txt_content {
    color: #FFFFFF;
    line-height: 24px;
    margin: 0;
}

.sub-pay-infos_background {
    position: relative;
    width: 317px;
    height: 317px;
    margin: 0 auto;
    border-radius: 50%;
}

.sub-pay-infos_background img {
    width: 100%;
    position: absolute;
    top: -57px;
}

/* FIN APP SUB-PAY-INFOS */

/* DEBUT SERVICE-PRICE */

.service-price {
    margin: 80px 20px;
}

.service-price_head h2 {
    color: #281A58;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    line-height: 35px;
}

.service-price_head p {
    color: #6C647B;
    margin: 0 30px;
    line-height: 23px;
    text-align: center;
}

.service-price_start_abo {
    background: #E0E7F5;
    margin-top: 50px;
    padding: 55px 20px;
    border-radius: 20px 20px 0 0;
}

.service-price_start_abo_head {
    margin-bottom: 30px;
    text-align: center;
}

.price {
    color: #9E65D3;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 40px;
}

.service-price_start_abo_head p:last-child {
    color: #281A58;
    font-size: 18px;
    margin: 0 15px;
    line-height: 25px;
}

.service-price_start_abo_head p:last-child span {
    font-weight: 800;
}

.service-price_start_abo_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 10px;
}

.service-price_start_abo_list p {
    color: rgba(108, 100, 123, 1);
    margin: 0;
}

.service-price_start_abo_list p span {
    color: #01A49C;
    font-weight: 900;
}

.service-price_start_abo_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    background: #01A19F;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
}

.service-price_start_abo_btn:hover {
    color: #fff;
    text-decoration: none;
}

.service-price_logo_illustration {
    position: relative;
    height: 417px;
    background: linear-gradient(44.1deg, #01A49C 0%, #0095AA 100%);
    padding: 40px 30px 0;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
}

.service-price_logo_illustration p {
    color: rgba(255, 255, 255, 0.59);
    font-size: 21px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}

.service-price_logo_illustration_bckg {
    display: flex;
    justify-content: center;
}

.service-price_logo_illustration_bckg img {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
}

/* FIN SERVICE-PRICE */

/* DEBUT YOUR QUESTIONS */

.your-questions {
    width: 100%;
    background: #E0E7F5;
    padding: 65px 20px 70px;
}

.your-questions_head {
    margin-bottom: 60px;
}

.your-questions_head h2 {
    font-size: 30px;
    color: #281A58;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    margin-bottom: 0;
}

.your-questions_head p {
    color: #6C647B;
    margin-top: 10px;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0;
}

.your-questions .accordion {
    max-width: 709px;
    margin: 0 auto 60px;
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-active-color: #281A58;
    --bs-accordion-active-bg: transparent !important;
    --bs-accordion-btn-focus-box-shadow: none;
}

.your-questions .accordion-item {
    color: #6C647B;
    line-height: 20px;
    border-bottom: 1px solid rgba(40, 26, 88, 0.2);
}

.your-questions .accordion-button {
    color: #281A58;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    align-items: baseline;
}

.your-questions .accordion-button::after {
    order: -1;
    margin-left: 0;
    margin-right: 0.5em;
}

.your-questions .accordion-body {
    margin-left: 2em;
    padding-top: 0;
}

.your-questions a {
    color: #6C647B !important;
    text-decoration: none !important;
}

.your-questions a:hover {
    color: #6C647B !important;
    text-decoration: underline !important;
}

a.your-questions_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #01A19F;
    color: #FFFFFF !important;
    font-weight: 700;
    margin: auto;
    padding: 10px 20px;
    line-height: 33px;
    border-radius: 8px;
}

a.your-questions_btn:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}



/* FIN YOUR QUESTIONS */

/* FIN MAIN */

/* DEBUT FOOTER */

footer {
    width: 100%;
    background: #6E65D3;
    color: #fff;
    padding: 25px 0 20px;
    text-align: center;
}

.footer-logo {
    height: 25px;
}

.footer_mentions {
    margin-top: 13px;
}

.footer_mentions a {
    color: #fff;
    text-decoration: none;
}

.footer_mentions a:hover {
    color: #fff;
    text-decoration: underline;
}

footer p {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin: 0;
}

footer p span {
    display: none;
}

/* FIN FOOTER */

/* TABLET */

@media (min-width: 750px) and (max-width: 1023px) {
    .service-price_logo_illustration_bckg img {
        width: auto;
        height: 70%;
    }
}


/* END TABLET */

/* SMALL DESKTOP DESIGN */

@media (min-width: 1024px) {
    .nav-mobile {
        display: none;
    }

    header {
        background-image: url(/assets/themes/spytool3/images/bg-spytool-line-gradient.jpg);
        position: relative;
        height: auto;
        padding: 65px 34px 31px;
        margin: 0 50px;
        border-radius: 0 0 80px 80px;
    }

    header::before {
        content: "";
        position: absolute;
        left: 0;
        width: 30%;
        height: 50%;
       /* background-image: url(/assets/themes/spytool3/images/img-handspytool-left.png);*/
        background-size: contain;
        background-repeat: no-repeat;
    }

    header::after {
        content: "";
        position: absolute;
        height: 50%;
        width: 25%;
        right: 0;
        bottom: 0;
      /*  background-image: url(/assets/themes/spytool3/images/img-handspytool-right.png);*/
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
        border-radius: 0 0 80px 0;
    }

    header .nav-desktop {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }

    header .nav-desktop ul {
        display: flex;
        align-items: center;
        gap: 25px;
    }

    header .nav-desktop .dropdown-menu {
        display: none;
    }

    header .nav-desktop .dropdown-menu.show {
        display: block;
    }

    header .nav-desktop .dropdown-toggle {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }

    footer .footer_mentions .dropdown-item,
    header .nav-desktop .dropdown-item {
        color: #000
    }

    header .nav-desktop ul li {
        height: fit-content;
        list-style: none;
    }

    header .nav-desktop ul li a {
        font-size: 14px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-decoration: none;
    }

    header .nav-desktop ul li img {
        width: 187px;
        height: 29px;
    }

    header h1 {
        font-size: 80px;
        line-height: 83px;
        margin: 162px 20% 28px;
    }

    .header_txt {
        width: 476px;
        font-size: 22px;
        line-height: 27px;
        margin: 0 auto 95px;
    }

    .phone-number-input {
        padding: 10px;
        gap: 14px;
        width: 441px;
        height: 82px;
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid #FFFFFF;
        box-shadow: 0px 10px 14px rgb(0 0 0 / 10%);
        margin: 0 auto;
    }

    .phone-number-input .btn-secondary {
        gap: 14px;
    }
    
    .phone-number-input .dropdown-toggle img {
       width: 32px;
    }
    
    .phone-number-input .dropdown-toggle::after {
        width: 17px;
    }
    
    .phone-number-input .dropdown-menu li img {
        width: 32px;
    }

    .vertical-divider {
        height: 54px;
    }

    .country-indicator-number {
        font-size: 26px;
    }

    .phone-number-input input {
        font-size: 26px;
    }
    .phone-number-input input::placeholder {
        color: rgba(255, 255, 255, 0.2);
        font-size: 26px;
    }

    .phone-number-input .dropdown-menu::-webkit-scrollbar-thumb {
        background-color: #7965d3;
        border: 2px solid transparent;
        border-radius: 0.375rem;
        background-clip: padding-box;  
        min-height: 3rem;
      }
      
    .phone-number-input .dropdown-menu::-webkit-scrollbar {
        width: 16px;
        background-color: rgb(255, 255, 255);
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .send-btn {
        height: 62px;
        width: 62px;
    }

    .send-btn img {
        height: 22px;
        width: 22px;
    }

    header .service-client {
        max-width: 350px;
        height: 101px;
        position: relative;
        background: #FFFFFF;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        margin: 70px 0 0;
        padding: 15px;
        box-shadow: 0px 4px 9px rgb(0 0 0 / 10%);
        border-radius: 50px;
    }
    
    .service-client_infos_title {
        font-size: 13px;
        color: #9E65D3;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
    
    .service-client_infos p:nth-child(2) {
        font-size: 13px;
        color: rgba(40, 26, 88, 1);
    }
    
    .service-client_infos_number {
        font-size: 32px;
        color: rgba(40, 26, 88, 1);
    }

    main .service-client {
        display: none;
    }

    .app-description-div {
        display: flex;
        gap: 20px;
        margin: 7.5% 5%;
    }

    .app-description-div_head {
        width: 32.36%;
        height: fit-content;
    }

    .app-description-div_head h2 {
        font-size: 33px;
        line-height: 40px;
    }

    .app-description-div_head_txt {
        font-size: 20px;
        line-height: 31px;
    }

    .start-geolocalisation {
        cursor: pointer;
        width: fit-content;
    }

    .app-description-div_features {
        overflow-x: initial;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2,1fr);
        margin-top: 0;
        gap: 20px;
    }

    .app-description-div_features_box {
        width: 100%;
        margin-bottom: 0;
    }
    .app-description-div_features_box:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .app-description-div_features_box:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    .app-description-div_features_box:nth-child(3) {
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .app-description-div_features_box:nth-child(4) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .slider-dots {
        display: none;
    }

    .sub-pay-infos {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 60px;
        padding: 7.5% 0;
    }

    .sub-pay-infos_txt {
        width: 35.25%;
        height: auto;
        max-height: 600px;
        margin-bottom: 0;
        gap: 45px;
    }

    .sub-pay-infos_txt_box {
        padding: 12px 40px 12px 0;
    }

    .sub-pay-infos_txt .sub-pay-infos_txt_box:hover {
        border-left: 4px solid #fff;
        padding: 12px 40px;
    }

    .sub-pay-infos_txt_title {
        font-size: 37px;
    }

    .sub-pay-infos_txt_content {
        font-size: 20px;
        line-height: 29px;
    }

    .sub-pay-infos_background {
        position: initial;
        height: 629px;
        width: 629px;
        margin: 0;
    }

    .sub-pay-infos_background img {
        width: initial;
        top: initial;
        bottom: 0;
	    height: -webkit-fill-available;
    }

    .service-price {
        margin: 7.5% 5%;
    }

    .service-price_head h2 {
        font-size: 47px;
        line-height: 40px;
        margin-bottom: 22px;
    }

    .service-price_head p {
        font-size: 20px;
        line-height: 31px;
    }

    .service-price_box {
        width: 100%;
        /* max-height: 533px; */
        display: flex;
        margin-top: 82px;
    }

    .service-price_start_abo {
        margin-top: 0;
        width: 57.51%;
        border-radius: 20px 0 0 20px;
        height: auto;
        padding: 64px 6%;
    }

    .service-price_start_abo_head {
        margin-bottom: 24px;
        text-align: start;
    }

    .price {
        font-size: 70px;
        margin-bottom: 14px;
    }

    .service-price_start_abo_head p:last-child {
        font-size: 24px;
        line-height: 40px;
        margin: 0;
    }

    .service-price_start_abo_head p .br-formobile {
        display: none;
    }

    .service-price_start_abo_list {
        margin: 0 10px 10px 20px;
        gap: 15px;
    }

    .service-price_start_abo_list p {
        font-size: 20px;
    }

    .service-price_start_abo_btn {
        width: 271px;
        cursor: pointer;
    }

    .service-price_logo_illustration {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 42.49%;
        border-radius: 0 20px 20px 0;
        height: auto;
        padding: 64px 4.67% 0;
    }

    .service-price_logo_illustration .logo {
        width: 163px;
        height: 25.77px;
    }

    .service-price_logo_illustration p {
        font-size: 26px;
    }

    .service-price_logo_illustration_bckg img {
        width: auto;
        height: auto;
    }

    .your-questions {
        padding: 100px 20px;
    }

    .your-questions_head {
        margin-bottom: 50px;
    }
    
    .your-questions_head h2 {
        font-size: 42px;
        line-height: 40px;
    }

    .your-questions_head h2 .br-formobile {
        display: none;
    }

    .your-questions_head p {
        font-size: 20px;
        line-height: 31px;
    }
    
    .your-questions .accordion-button {
        line-height: 31px;
    }

    .your-questions_btn {
        width: 310px;
        height: 53px;
        margin: 0 auto;
        cursor: pointer;
    }

    footer {
        padding: 50px;
    }

    .footer-logo {
        height: 29.54px;
    }

    .footer_mentions {
        margin-top: 25px;
    }

    footer p {
        font-size: 16px;
        line-height: 20px;
    }

    footer p span {
        display: initial;
    }

    footer p .br-formobile {
        display: none;
    }
}

/* LARGE DESKTOP DESIGN */

@media (min-width: 1600px) {
    header::before {
        width: 25%;
        height: 70%;
        top: 5%;
    }

    header::after {
        height: 70%;
        background-position: right bottom;
    }

    header h1 .br-formobile:first-child {
        display: none;
    }

    .app-description-div {
        margin: 9% 12%;
    }
    .sub-pay-infos {
        padding: 9.75% 0;
    }

    .sub-pay-infos_background img {
	height: auto;
    }
    .service-price {
        margin: 170px 20%;
    }
}