/* header */
* {
    overflow-x: hidden;
}

body {
    background: #FAFAFA !important;
}

p {
    margin-bottom: 0 !important;
}

a:hover {
    text-decoration: none !important;
}

.lienSAAS a {
    color: #000;
    text-decoration: none;
}

.lienSAAS a :hover {
    text-decoration: none;
    color: #000;
}

/* content */
.contenu{
    height: 950px;
}

.contenu .video {
    position: relative;
}

.contenu .video video {
    width: 125%;
    height: 80%;
    margin-right: 3rem;
}

.lien {
    margin-top: 2rem;
    width: auto;
}

.lienAPK, .seConnecter {
    background-color: #fff;
    border-radius: 10px;
    padding: 2rem;
    margin-left: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lienAPK {
    height: auto !important;
}

.seConnecter {
    height: auto !important;
    margin-top: 2rem;
}

.seConnecter p a {
    color: var(--color-primary);
}

.seConnecter .btn {
    padding: 10px 30px;
}


.lienAPK img {
    width: 80%;
    margin-top: 0px;
}

.lienAPK p {
    padding: 1rem 0;
    text-align: justify;
    width: 80%;
}

.lienAPK p span {
    color: var(--color-primary);
}

.lienAPK .badgeAPK {
    margin-top: 0px;
    padding: 0 1rem;
}



.lienAPK .badgeAPK a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

/* footer */
.footerNewPage {
    background: #FAFAFA;
    width: 100%;
    bottom: 0 !important;
    position: fixed !important;
}

.footerInt {
    padding: 20px 20px 20px 20px !important;
    margin-top: 2rem;
}

.footerInt .footerNav .navList {
    justify-content: space-around !important;
}

.footerInt .mobile.footerMenu ul li a .active {
    display: none;
}

.footerInt .mobile.footerMenu ul li a img {
    width: 25px !important;
}

/* responsive */
@media (min-width: 10px) and (max-width: 1400.9px) {
    .contenu {
        height: 650px !important;
    }

    .lien {
        margin-top: 1rem;
    }

    .lienAPK .badgeAPK {
        margin-top: 0px;
    }

    .lienAPK img {
        margin-top: 0px;
        width: 100%;
    }

    .lienAPK p {
        width: 100%;
    }

   

    .lienAPK, .seConnecter {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .footerNewPage {
        position: relative !important;
    }

}

@media (min-width: 10px) and (max-width: 991.9px) {
    .contenu {
        height: 500px !important;
    }

    .contenu .video video {
        width: 105%;
        height: 90%;
    }

    .lien {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        margin-bottom: 2rem;
        margin-top: 0;
    }

    .lienAPK, .seConnecter {
        margin-left: 0rem;
    }

    .footerInt .footerNav.desktop {
        display: flex !important;
    }

    .footerInt .footerNav.desktop li {
        overflow-y: hidden;
        display: flex;
        justify-content: center;
    }

    .footerInt .footerNav.desktop li {
        display: flex;
        justify-content: space-evenly;
    }

    .footerInt .mobile.footerMenu  {
        display: none !important;
    }
}


@media (min-width: 10px) and (max-width: 767.9px) {
    .lienAPK .logo {
        margin-bottom: 2rem;
    }

    .lienAPK .logo, .lienAPK p {
        width: 80%;
    }

    .lienAPK .badgeAPK {
        margin-top: 1rem;
    }
}

