html, body {
    overflow-x: hidden;
}

.body {
    margin: 0;
    padding: 0;
}

.bg-valideo {
    background:url('/images/bg-valideo.png') no-repeat center center fixed;
    background-size: cover;
}

.orange {
    color: #F27C00;
}

@media (max-width: 768px) {
    .download-btn {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}

/* =============================================================== */
                        /* CSS TEXTE*/
/* =============================================================== */

.valideo-title {
    font-size: 42px;
    font-weight: bold;
    color: #002D41;
}

.valideo-title-white {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

h2 {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: bold;
    color: #002D41;
}

@media (max-width: 768px) {
    .valideo-title {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .p-responsive {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
}

/* =============================================================== */
                        /* CSS NAVBAR  */
/* =============================================================== */

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

.navbar-logo img {
    height: 30px;
}

.navbar-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

.navbar-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #002D41;
    text-decoration: none;
    transition: color 0.3s;
}

.navbar-menu li a:hover {
    color: #F27C00;
}

.btn-login {
    padding: 10px 20px;
    background-color: #F27C00;
    color: white !important;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.btn-login:hover {
    background-color: #D96A00;
}

@media (max-width: 768px) {
    .navbar.container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .navbar-logo {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px; /* Adding top spacing in raw pixels */
    }

    .btn-login {
        display: none;
    }

}

/* =============================================================== */
                        /* CSS IMAGES */
/* =============================================================== */

.bg-blue-valideo {
    background-size: cover;
    height: 80dvh;
    position: absolute;
    z-index: 1;
}

.phone-valideo {
    background-size: cover;
    height: 80dvh;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .bg-blue-valideo {
        height: 40dvh;
    }
    .phone-valideo {
        height: 40dvh;
    }
}

/* =============================================================== */
            /* CSS BG VALIDEO HAUTEUR RESPONSIVE */
/* =============================================================== */

@media (max-width: 768px) {
    .responsive-test {
        height: 100%;
    }
}

/* =============================================================== */
            /* CSS BOUTON CUSTOM APPLE DESKTOP ANDROID  */
/* =============================================================== */

.btn-valideo {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #F27C00;
    color: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    justify-content: center;
}

@media (max-width: 768px) {
    .btn-valideo {
        width: 100%;
        justify-content: center;
    }
}

/* =============================================================== */
                        /* CSS CARDS */
/* =============================================================== */
.card-resp {
    width: 30dvh;
}

@media (max-width: 768px) {
    .card-resp {
        width: 90%;
    }
}

/* =============================================================== */
                        /* CSS FOOTER */
/* =============================================================== */

.footer-responsive-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .footer-responsive ul {
        flex-direction: column;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: center;
    }

    .footer-responsive ul li {
        margin-bottom: 10px;
        text-align: center;
    }

    .footer-responsive-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }
}

.btn-custom {
    background-color: #F27C00;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

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

/* =============================================================== */
                        /* CSS MARGIN TOP */
/* ============================================================== */

.mt-1{
    margin-top: 1rem !important;
}

.mt-2{
    margin-top: 2rem !important;
}

.mt-3{
    margin-top: 3rem !important;
}

.mt-4{
    margin-top: 4rem !important;
}

.mt-5{
    margin-top: 5rem !important;
}

.mt-6{
    margin-top: 6rem !important;
}

/* =============================================================== */
                    /* CSS MARGIN BOTTOM */
/* =============================================================== */

.mb-1{
    margin-bottom: 1rem !important;
}

.mb-2{
    margin-bottom: 2rem !important;
}

.mb-3{
    margin-bottom: 3rem !important;
}

.mb-4{
    margin-bottom: 4rem !important;
}

.mb-5{
    margin-bottom: 5rem !important;
}

.mb-6{
    margin-bottom: 6rem !important;
}

/* =============================================================== */
                    /* CSS PADDING TOP */
/* =============================================================== */

.pt-1{
    padding-top: 1rem !important;
}
.pt-2{
    padding-top: 2rem !important;
}

.pt-3{
    padding-top: 3rem !important;
}

.pt-4{
    padding-top: 4rem !important;
}

.pt-5{
    padding-top: 5rem !important;
}

.pt-6{
    padding-top: 6rem !important;
}

/* =============================================================== */
                    /* CSS PADDING BOTTOM */
/* =============================================================== */

.pb-1{
    padding-bottom: 1rem !important;
}

.pb-2{
    padding-bottom: 2rem !important;
}

.pb-3{
    padding-bottom: 3rem !important;
}

.pb-4{
    padding-bottom: 4rem !important;
}

.pb-5{
    padding-bottom: 5rem !important;
}

.pb-6{
    padding-bottom: 6rem !important;
}
